Age | Commit message (Expand) | Author |
2016-03-14 | Remove a reference to lint(1) in the description of the -CC option. The | mmcc |
2016-03-14 | Allocate statistics command from the heap, pointed out by deraadt@ | Mike Belopuhov |
2016-03-13 | keep disabled wl_paths for now. the expensiveness impact need to be better | Sebastien Marie |
2016-03-13 | crt0.c is already setting environ, so don't set it in MD_START_SETUP | Philip Guenther |
2016-03-13 | environ and __progname are not declared in a public header; declare them | Philip Guenther |
2016-03-13 | remove an extra space before ^\ help message. | martijn |
2016-03-13 | check return value for BN_hex2bn in regression tests | Brent Cook |
2016-03-13 | Fix examples for EVP_PKEY_CTX_set_rsa_padding. | Brent Cook |
2016-03-13 | reenable wl_paths (whitelisted-paths) in pledge(2) | Sebastien Marie |
2016-03-13 | pledge: replace #if 0 printf with DNPRINTF macro | Sebastien Marie |
2016-03-13 | pledge: let wl_paths works well with chroot | Sebastien Marie |
2016-03-13 | Introduce memory ranges to support VMs with >= 4G RAM | Stefan Kempf |
2016-03-13 | In ichiic(4), ignore the SMBALERT# interrupt. This interrupt has been | Stefan Sperling |
2016-03-13 | i forgot to rename p to ifp0 in vlan_config | David Gwynne |
2016-03-13 | Recognize ipmi, vscsi, pvbus, udl, fuse, trunk, pipex and memrange | natano |
2016-03-13 | one more un-vax, which i fixed but somehow didn;t commit; | Jason McIntyre |
2016-03-13 | corrects on off-by-one error in pledge_namei() | Sebastien Marie |
2016-03-13 | consistencly name ifnet pointers like we did in carp | David Gwynne |
2016-03-13 | Rework an erroneous warning message about 16 bit i8253 PIT counter I/O. | Mike Larkin |
2016-03-12 | Call mprotect() via its hidden _lib_mprotect alias to avoid accidental | Philip Guenther |
2016-03-12 | Add error handling to the remaining calls to bn_wexpand(). | Brent Cook |
2016-03-12 | Remove sentences in RETURN VALUES sections saying that functions with | mmcc |
2016-03-12 | Bump for LibreSSL 2.4.0 | Brent Cook |
2016-03-12 | Fix markup problem introduced in the previous commit. Solution and | tb |
2016-03-12 | regen generated files after MAKEDEVs commits | Marc Espie |
2016-03-12 | reflect reality (MAKEDEV can take no parms and still work) | Marc Espie |
2016-03-12 | tweak MAKEDEV.mi to use new makedev(8) capabilities and speed it up. | Marc Espie |
2016-03-12 | Standardize on calling local scsi_link variables 'link' instead of | Kenneth R Westerback |
2003-05-11 | import 0.9.7b (without idea and rc5) | Markus Friedl |
2016-03-12 | Use 12 chars for pool name in "systat pool" to match vmstat -m. ok stefan@ | Stuart Henderson |
2016-03-12 | Add checks on overlapping IPv6 sockets ownership | Vincent Gross |
2016-03-12 | When unplugging an USB umass stick, the kernel could panic because | Alexander Bluhm |
2016-03-12 | When vfs_busy() is sleeping, it uses RW_SLEEPFAIL and will fail. | Alexander Bluhm |
2016-03-11 | Document perl Module::Build::Tiny support in CONFIGURE_STYLE | Stuart Henderson |
2016-03-11 | un-un-vax; | Jason McIntyre |
2016-03-11 | sync | Stuart Henderson |
2016-03-11 | increase size of oldpids to 128 to prevent mod bias when idx wraps. | Ted Unangst |
2016-03-11 | don't check a stack-allocated array against NULL | mmcc |
2016-03-11 | "if (_3btol(cmd->len) != 0)" is more likely to be a useful test than | Kenneth R Westerback |
2016-03-11 | Move rtwn(4) DMA init code back to the PCI part of the driver. | Stefan Sperling |
2016-03-11 | X509_free(3) is NULL-safe, so remove NULL checks before its calls. | mmcc |
2016-03-11 | missing article in previous; | Jason McIntyre |
2016-03-11 | pledge: define the meaning of passing NULL to one arguments of pledge(2) as "I | Sebastien Marie |
2016-03-11 | Mark up COLUMNS as an environment variable. | Anthony J. Bentley |
2016-03-10 | http -> https for a few more IETF URLs in comments or man pages | mmcc |
2016-03-10 | don't check stack-allocated arrays against NULL | mmcc |
2016-03-10 | Remove VAX-specific bits of libm manpages. | tb |
2016-03-10 | no need for SUBDIR now that vax is gone; ok deraadt | Jason McIntyre |
2016-03-10 | ANSIfy function declarations, move initializations to declaration block | mmcc |
2016-03-10 | Enforce some naming sanity. Stop using 'sc_link' to mean two different | Kenneth R Westerback |