summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* syncderaadt2014-11-1718-18/+18
* syncderaadt2014-11-171-1/+0
* Make /var/tmp a symbolic link to /tmp. The creation of /var/tmp in thederaadt2014-11-175-29/+19
* rearrange fields for better packing. reduces size to 256 on amd64.tedu2014-11-171-2/+2
* rearrange fields for better packing. reduces size to 256 on amd64.tedu2014-11-171-2/+2
* minor++tedu2014-11-171-1/+1
* add new function crypt_newhash to simplify creating new hashes.tedu2014-11-172-3/+46
* Add quirks for the "Realtek ALC885" found on MacMini3.1, unmutes thelandry2014-11-171-1/+3
* Further juggle startup code, putting config file reading after forkingkrw2014-11-171-17/+17
* "reload" should fail if the service is not running in the first place.ajacoutot2014-11-171-3/+2
* Sync our kernel AES code to the one shipped in OpenSSL/LibreSSL.mikeb2014-11-171-198/+99
* Check fstat return value. Also, use off_t for file size and offsets astobias2014-11-171-37/+39
* Multiple fixes with respect to in-line macros:schwarze2014-11-1720-82/+567
* check spacing and behaviour in the SEE ALSO section as wellschwarze2014-11-172-7/+13
* show super speed status in verbose outputjsg2014-11-171-1/+4
* More cases of kernel map entries being created as EXEC by default; notderaadt2014-11-171-7/+12
* There is no reason for uvm_km_alloc1() to allocate kernel memoryderaadt2014-11-171-3/+2
* instead of PROT_MASK, use PROT_READ | PROT_WRITE | PROT_EXEC toderaadt2014-11-171-2/+3
* apply siphash to the key selection for the ufs inode hash.dlg2014-11-171-6/+30
* fix KRL generation when multiple CAs are in usedjm2014-11-172-3/+10
* convert a copystr to strlcpy.tedu2014-11-171-22/+18
* When listing the async-signal-safe functions, don't split out "ANSI C"guenther2014-11-172-30/+22
* Delete a comment that was obsoleted by the switch to UVMguenther2014-11-161-12/+4
* use sa_family instead of hard coded inet. from Yury Konovalovtedu2014-11-161-2/+2
* Correct an allocation size (was too large) by using sizeof(*ptr)guenther2014-11-161-3/+3
* When a line (in the sense of term_flushln()) contains white space only,schwarze2014-11-163-4/+10
* Move some memory allocations/initialization and file reading tokrw2014-11-161-39/+43
* Delete five standards that are:schwarze2014-11-162-27/+3
* add some missing .An macros and remove some obsolete .Tnschwarze2014-11-163-21/+32
* Convert the logic in rcsparse_warnx(). Instead of creating abluhm2014-11-162-16/+18
* Convert the logic in yyerror(). Instead of creating a temporarybluhm2014-11-166-26/+28
* Convert the logic in the error function of the ldap schema parser.bluhm2014-11-161-7/+6
* zap some wacky Eo/Ec stuff, and start sentences on new lines; ok schwarzejmc2014-11-161-33/+27
* Two fixes to make Qemu and VMware xHCI implementations work:mpi2014-11-161-5/+12
* remove now unnecessary casts from hash update calls.tedu2014-11-162-16/+16
* Defining the interface in terms of char * means most callers aretedu2014-11-166-19/+23
* convert to use sha512 for pf iss. ok deraadt dlgtedu2014-11-161-16/+19
* Sort and group includes.jsing2014-11-1671-183/+317
* Replace a plethora of historical protection options with justderaadt2014-11-16167-1074/+1024
* Read your compiler output even when it succeeds. Add missing variable tokrw2014-11-161-2/+2
* mix the rdomain (rtable?) into the hash for tcp iss generation.dlg2014-11-161-1/+2
* Allow the driver to be able to retrieve the MAC address from the ROMbrad2014-11-161-3/+9
* Rework the __thrsigdivert (aka sigwait()) handling: instead of interferingguenther2014-11-162-66/+72
* Add cas(4).brad2014-11-162-4/+6
* Don't restart syscalls on SIGTHR. When a cancellation happens, we need toguenther2014-11-161-2/+1
* Don't assume __thrsigdivert() autorestarts on EINTR. This lets us check forguenther2014-11-161-4/+6
* Delete a test which required behavior not defined by the specguenther2014-11-161-15/+2
* Remove a bogotified commentguenther2014-11-161-2/+1
* Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,guenther2014-11-1631-96/+82
* Stop using <sys/param.h>; replace MAXPATHLEN with PATH_MAX, stop using MAX(),guenther2014-11-1611-15/+23