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