| Commit message (Expand) | Author | Age | Files | Lines |
* | sync |  deraadt | 2014-11-17 | 18 | -18/+18 |
* | sync |  deraadt | 2014-11-17 | 1 | -1/+0 |
* | Make /var/tmp a symbolic link to /tmp. The creation of /var/tmp in the |  deraadt | 2014-11-17 | 5 | -29/+19 |
* | rearrange fields for better packing. reduces size to 256 on amd64. |  tedu | 2014-11-17 | 1 | -2/+2 |
* | rearrange fields for better packing. reduces size to 256 on amd64. |  tedu | 2014-11-17 | 1 | -2/+2 |
* | minor++ |  tedu | 2014-11-17 | 1 | -1/+1 |
* | add new function crypt_newhash to simplify creating new hashes. |  tedu | 2014-11-17 | 2 | -3/+46 |
* | Add quirks for the "Realtek ALC885" found on MacMini3.1, unmutes the |  landry | 2014-11-17 | 1 | -1/+3 |
* | Further juggle startup code, putting config file reading after forking |  krw | 2014-11-17 | 1 | -17/+17 |
* | "reload" should fail if the service is not running in the first place. |  ajacoutot | 2014-11-17 | 1 | -3/+2 |
* | Sync our kernel AES code to the one shipped in OpenSSL/LibreSSL. |  mikeb | 2014-11-17 | 1 | -198/+99 |
* | Check fstat return value. Also, use off_t for file size and offsets as |  tobias | 2014-11-17 | 1 | -37/+39 |
* | Multiple fixes with respect to in-line macros: |  schwarze | 2014-11-17 | 20 | -82/+567 |
* | check spacing and behaviour in the SEE ALSO section as well |  schwarze | 2014-11-17 | 2 | -7/+13 |
* | show super speed status in verbose output |  jsg | 2014-11-17 | 1 | -1/+4 |
* | More cases of kernel map entries being created as EXEC by default; not |  deraadt | 2014-11-17 | 1 | -7/+12 |
* | There is no reason for uvm_km_alloc1() to allocate kernel memory |  deraadt | 2014-11-17 | 1 | -3/+2 |
* | instead of PROT_MASK, use PROT_READ | PROT_WRITE | PROT_EXEC to |  deraadt | 2014-11-17 | 1 | -2/+3 |
* | apply siphash to the key selection for the ufs inode hash. |  dlg | 2014-11-17 | 1 | -6/+30 |
* | fix KRL generation when multiple CAs are in use |  djm | 2014-11-17 | 2 | -3/+10 |
* | convert a copystr to strlcpy. |  tedu | 2014-11-17 | 1 | -22/+18 |
* | When listing the async-signal-safe functions, don't split out "ANSI C" |  guenther | 2014-11-17 | 2 | -30/+22 |
* | Delete a comment that was obsoleted by the switch to UVM |  guenther | 2014-11-16 | 1 | -12/+4 |
* | use sa_family instead of hard coded inet. from Yury Konovalov |  tedu | 2014-11-16 | 1 | -2/+2 |
* | Correct an allocation size (was too large) by using sizeof(*ptr) |  guenther | 2014-11-16 | 1 | -3/+3 |
* | When a line (in the sense of term_flushln()) contains white space only, |  schwarze | 2014-11-16 | 3 | -4/+10 |
* | Move some memory allocations/initialization and file reading to |  krw | 2014-11-16 | 1 | -39/+43 |
* | Delete five standards that are: |  schwarze | 2014-11-16 | 2 | -27/+3 |
* | add some missing .An macros and remove some obsolete .Tn |  schwarze | 2014-11-16 | 3 | -21/+32 |
* | Convert the logic in rcsparse_warnx(). Instead of creating a |  bluhm | 2014-11-16 | 2 | -16/+18 |
* | Convert the logic in yyerror(). Instead of creating a temporary |  bluhm | 2014-11-16 | 6 | -26/+28 |
* | Convert the logic in the error function of the ldap schema parser. |  bluhm | 2014-11-16 | 1 | -7/+6 |
* | zap some wacky Eo/Ec stuff, and start sentences on new lines; ok schwarze |  jmc | 2014-11-16 | 1 | -33/+27 |
* | Two fixes to make Qemu and VMware xHCI implementations work: |  mpi | 2014-11-16 | 1 | -5/+12 |
* | remove now unnecessary casts from hash update calls. |  tedu | 2014-11-16 | 2 | -16/+16 |
* | Defining the interface in terms of char * means most callers are |  tedu | 2014-11-16 | 6 | -19/+23 |
* | convert to use sha512 for pf iss. ok deraadt dlg |  tedu | 2014-11-16 | 1 | -16/+19 |
* | Sort and group includes. |  jsing | 2014-11-16 | 71 | -183/+317 |
* | Replace a plethora of historical protection options with just |  deraadt | 2014-11-16 | 167 | -1074/+1024 |
* | Read your compiler output even when it succeeds. Add missing variable to |  krw | 2014-11-16 | 1 | -2/+2 |
* | mix the rdomain (rtable?) into the hash for tcp iss generation. |  dlg | 2014-11-16 | 1 | -1/+2 |
* | Allow the driver to be able to retrieve the MAC address from the ROM |  brad | 2014-11-16 | 1 | -3/+9 |
* | Rework the __thrsigdivert (aka sigwait()) handling: instead of interfering |  guenther | 2014-11-16 | 2 | -66/+72 |
* | Add cas(4). |  brad | 2014-11-16 | 2 | -4/+6 |
* | Don't restart syscalls on SIGTHR. When a cancellation happens, we need to |  guenther | 2014-11-16 | 1 | -2/+1 |
* | Don't assume __thrsigdivert() autorestarts on EINTR. This lets us check for |  guenther | 2014-11-16 | 1 | -4/+6 |
* | Delete a test which required behavior not defined by the spec |  guenther | 2014-11-16 | 1 | -15/+2 |
* | Remove a bogotified comment |  guenther | 2014-11-16 | 1 | -2/+1 |
* | Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, |  guenther | 2014-11-16 | 31 | -96/+82 |
* | Stop using <sys/param.h>; replace MAXPATHLEN with PATH_MAX, stop using MAX(), |  guenther | 2014-11-16 | 11 | -15/+23 |