Age | Commit message (Expand) | Author |
2011-07-08 | Fix a couple of comments. | Nicholas Marriott |
2011-07-08 | Update regress tests for the following changes: | Ryan Thomas McBride |
2011-07-08 | Improved npppd privileged separations: | YASUOKA Masahiko |
2011-07-08 | el_set EL_BIND or EL_SETTC must have argument lists ending with NULL. | Nicholas Marriott |
2011-07-08 | Refactor vnd(4) to use vn_rdwr() instead of setting up the uio/iovec | Matthew Dempsky |
2011-07-08 | We unconditionnally add -l to the daemon_flags, so fix our pexp | Antoine Jacoutot |
2011-07-08 | Validate DISKUNIT(dev) in vndstrategy() like we do in other | Matthew Dempsky |
2011-07-08 | Add a vndencryptbuf() function, and refactor vndstrategy() slightly to | Matthew Dempsky |
2011-07-08 | sync | Matthew Dempsky |
2011-07-08 | Remove the sys_opipe() kernel entry point. sys_pipe() is the future. | Matthew Dempsky |
2011-07-08 | fix boot output and make sure spamlogd is only started when needed | Robert Nagy |
2011-07-08 | Cleanups and fixes. | Antoine Jacoutot |
2011-07-08 | Add support for the AT_EACCESS, AT_SYMLINK_NOFOLLOW, and | Matthew Dempsky |
2011-07-08 | sync | Theo de Raadt |
2011-07-08 | update the firmware to 1.4.50 via freebsd. | David Gwynne |
2011-07-08 | Remove spurious prototype. | Mark Kettenis |
2011-07-08 | Correctly print skip steps in -vv mode | Ryan Thomas McBride |
2011-07-08 | Switch amd and spamlogd to rc scripts and make sure that the | Robert Nagy |
2011-07-08 | Rename 'rc_scripts' to 'pkg_scripts' to make it clear this variable is for | Antoine Jacoutot |
2011-07-08 | Small bits of fluff before the final re-organization | Theo de Raadt |
2011-07-08 | ARGH! the third part: socket handling cleanup | Theo de Raadt |
2011-07-08 | Oops, the second half of moving the key chunks | Theo de Raadt |
2011-07-08 | Move various bits of key generation in rc into one function, which we | Theo de Raadt |
2011-07-08 | Pass CFLAGS (which contains -DOPENSSL_IA32_SSE2) to the perlasm | Marco Pfatschbacher |
2011-07-08 | make it clear that !commands are run in the single-user environment, | Theo de Raadt |
2011-07-08 | add support for -o to only print the match. | Ted Unangst |
2011-07-08 | add basic config support for creating aoe disks. ok marco | Ted Unangst |
2011-07-08 | Increase sdl_data so that more then IFNAMSIZ bytes are available. | Claudio Jeker |
2011-07-08 | Add the nfs startup scripts. | Antoine Jacoutot |
2011-07-08 | Give up on btd(8) startup until it can prove itself | Theo de Raadt |
2011-07-08 | switch pflogd to rc.d | Robert Nagy |
2011-07-08 | hackathons are good to this file | Damien Miller |
2011-07-08 | only start spamlogd if spamd_flags != NO and spamd_black = NO | Robert Nagy |
2011-07-08 | make rc_daemons use start_daemon instead of calling the script directly | Robert Nagy |
2011-07-08 | some machines don't boot with the previous uvm reserve enforcement diff. | Ted Unangst |
2011-07-08 | When reading dos labels use DOS_LABELSECTOR and don't use LABELOFFSET. For al... | Kenneth R Westerback |
2011-07-08 | sync | Theo de Raadt |
2011-07-07 | oops, the netstart for pfsync *MUST* have the conditional | Theo de Raadt |
2011-07-07 | disable the afs enable stuff. when nnpfs is re-enabled, that can be added | Theo de Raadt |
2011-07-07 | sync | Matthew Dempsky |
2011-07-07 | Add new syscall entries to support the openat(2) family of functions | Matthew Dempsky |
2011-07-07 | deraadt says disable bluetooth everywhere else too | Ted Unangst |
2011-07-07 | We cannot allow the past to impede future progress. So disable bluetooth | Ted Unangst |
2011-07-07 | Set ypserv_flags to NO by default. | Antoine Jacoutot |
2011-07-07 | add scripts for aucat and spamd and switch rc to use them | Robert Nagy |
2011-07-07 | Eliminate some $? tests by rolling the command into the condition | Philip Guenthe |
2011-07-07 | oops, removed one absolute path which is needed | Theo de Raadt |
2011-07-07 | kvm_mkdb and dev_mkdb have been reliable for years, so we can run them | Theo de Raadt |
2011-07-07 | Add missing bits to the syscall entry path. Not perfect yet, but it works | Mark Kettenis |
2011-07-07 | Take more care to write 'dos' labels in the same place readdoslabel() | Kenneth R Westerback |