summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-14Change a bunch of (<blah> *)0 to NULL.Kenneth R Westerback
2016-03-14some Xr; from michal mazurekJason McIntyre
2016-03-14fix word issue, as reported by hansJason McIntyre
2016-03-14Expose snprintf() and vsnprintf() for XPG 5. It predates C99 butTodd C. Miller
2016-03-14Replace an ad-hoc implementation of opendev(), with said function andnatano
2016-03-14Add a missing "cpath" promise; newfs_ext2fs can create files when usednatano
2016-03-14Convert sparc drivers bpp and magma to uiomoveStefan Kempf
2016-03-14small step towards multiple pools: move two globls into the struct dir_infoOtto Moerbeek
2016-03-14unbreak authentication using lone certificate keys in ssh-agent:Damien Miller
2016-03-14zdump(8) needs to read files so it needs pledge(2) rpath promisemestre
2016-03-14Remove doaccess variable and access(2) call since this interfers withmestre
2016-03-14(char *)0 -> NULLmmcc
2016-03-14replace __progname with getprogname(3)mmcc
2016-03-14Correct the value of SRT_ENDTAG: it was documented incorrectly in earlyPhilip Guenther
2016-03-14move the vlan protocol definitions to the same places as the ethernet onesDavid Gwynne
2016-03-14Remove a reference to lint(1) in the description of the -CC option. Themmcc
2016-03-14Allocate statistics command from the heap, pointed out by deraadt@Mike Belopuhov
2016-03-13keep disabled wl_paths for now. the expensiveness impact need to be betterSebastien Marie
2016-03-13crt0.c is already setting environ, so don't set it in MD_START_SETUPPhilip Guenther
2016-03-13environ and __progname are not declared in a public header; declare themPhilip Guenther
2016-03-13remove an extra space before ^\ help message.martijn
2016-03-13check return value for BN_hex2bn in regression testsBrent Cook
2016-03-13Fix examples for EVP_PKEY_CTX_set_rsa_padding.Brent Cook
2016-03-13reenable wl_paths (whitelisted-paths) in pledge(2)Sebastien Marie
2016-03-13pledge: replace #if 0 printf with DNPRINTF macroSebastien Marie
2016-03-13pledge: let wl_paths works well with chrootSebastien Marie
2016-03-13Introduce memory ranges to support VMs with >= 4G RAMStefan Kempf
2016-03-13In ichiic(4), ignore the SMBALERT# interrupt. This interrupt has beenStefan Sperling
2016-03-13i forgot to rename p to ifp0 in vlan_configDavid Gwynne
2016-03-13Recognize ipmi, vscsi, pvbus, udl, fuse, trunk, pipex and memrangenatano
2016-03-13one more un-vax, which i fixed but somehow didn;t commit;Jason McIntyre
2016-03-13corrects on off-by-one error in pledge_namei()Sebastien Marie
2016-03-13consistencly name ifnet pointers like we did in carpDavid Gwynne
2016-03-13Rework an erroneous warning message about 16 bit i8253 PIT counter I/O.Mike Larkin
2016-03-12Call mprotect() via its hidden _lib_mprotect alias to avoid accidentalPhilip Guenther
2016-03-12Add error handling to the remaining calls to bn_wexpand().Brent Cook
2016-03-12Remove sentences in RETURN VALUES sections saying that functions withmmcc
2016-03-12Bump for LibreSSL 2.4.0Brent Cook
2016-03-12Fix markup problem introduced in the previous commit. Solution andtb
2016-03-12regen generated files after MAKEDEVs commitsMarc Espie
2016-03-12reflect reality (MAKEDEV can take no parms and still work)Marc Espie
2016-03-12tweak MAKEDEV.mi to use new makedev(8) capabilities and speed it up.Marc Espie
2016-03-12Standardize on calling local scsi_link variables 'link' instead ofKenneth R Westerback
2003-05-11import 0.9.7b (without idea and rc5)Markus Friedl
2016-03-12Use 12 chars for pool name in "systat pool" to match vmstat -m. ok stefan@Stuart Henderson
2016-03-12Add checks on overlapping IPv6 sockets ownershipVincent Gross
2016-03-12When unplugging an USB umass stick, the kernel could panic becauseAlexander Bluhm
2016-03-12When vfs_busy() is sleeping, it uses RW_SLEEPFAIL and will fail.Alexander Bluhm
2016-03-11Document perl Module::Build::Tiny support in CONFIGURE_STYLEStuart Henderson
2016-03-11un-un-vax;Jason McIntyre