summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-21Doh! It helps to load the IPv6 routing table into kroute instead of IPv4.Claudio Jeker
2009-12-21Some cleaning for the rl(4) driver:Christian Weisgerber
2009-12-21check new package later, after we're sure of the set.Marc Espie
2009-12-21enable ospf6d, ospf6ctl, ldpd and ldpctl in builds. There is no reason toClaudio Jeker
2009-12-21if we're not in a "pretend" mode, synchronization operations on vstat occurMarc Espie
2009-12-21document recent changes, clean up old pkg_delete optionsMarc Espie
2009-12-21consistent spellingMarc Espie
2009-12-21much simpler SIG{INFO} handling: create a status object in state andMarc Espie
2009-12-20When using ptrace(), death of the traced process should always sendPhilip Guenthe
2009-12-20svr4_sys_waitsys() was seemingly implemented by copying sys_wait4()Philip Guenthe
2009-12-20fix an incorrect magic number and typo in PROTOCOL; bz#1688Damien Miller
2009-12-20change verbosity handling: be silent by default, turn on the first level if -v.Marc Espie
2009-12-20Use the standard wording, requested by jmc@.Ingo Schwarze
2009-12-20zap trailing whitespace;Jason McIntyre
2009-12-20find -LH was -L, but must be -H according to POSIX;Ingo Schwarze
2009-12-20Removed lstat, because fstat will do most of the checks later on. MakeTobias Stoeckmann
2009-12-20Properly fill password string with zeros after use on unprivileged side ofTobias Stoeckmann
2009-12-20compile in utrhTheo de Raadt
2009-12-20reminding people about afterboot on every single login is stupid.Theo de Raadt
2009-12-20First shot at making this manual page not look like a black sheep. BeenTheo de Raadt
2009-12-20Make use of the new mknetid(8) -P flag.Ingo Schwarze
2009-12-20When a passwd(5) file is not available, fall back to master.passwd(5).Ingo Schwarze
2009-12-20When passing user-controlled options with arguments to other programs,Philip Guenthe
2009-12-19Implement proper error handling for getgrent(3), getgrnam(3) and getgrgid(3).Ingo Schwarze
2009-12-19try to clarify ChrootDirectory pathname argument a bit; resulting fromKevin Steves
2009-12-19Explain what 'noauto' really does.Joel Sing
2009-12-19- "cost" is not a good example of a macro name; from Rogier KriegerJason McIntyre
2009-12-19create a $state->todo method to account for sets to install.Marc Espie
2009-12-19bye bye oldMarc Espie
2009-12-19fix tsleep parameterYojiro Uo
2009-12-19Re-introduce the remaining bits of thib@'s Aug 2006 VOP_CLOSE()Kenneth R Westerback
2009-12-18More device id ordering, from BradStuart Henderson
2009-12-18syncTheo de Raadt
2009-12-18Merge rde_filter_community() with community_match() and kill a uselessClaudio Jeker
2009-12-18xargs takes the whole list as argument, so no need to append.Antoine Jacoutot
2009-12-18Add etcsum and xetcsum to IGNORE_FILES. Needed for upcoming change.Antoine Jacoutot
2009-12-18Add lofn(4) and ubsec(4) crypto devices. From Brad.Joel Sing
2009-12-18More Ethernet drivers - sf(4), cas(4), vge(4) and ciphy(4) for use byJoel Sing
2009-12-18er, tweak my previous tweak...Jason McIntyre
2009-12-18tweak previous;Jason McIntyre
2009-12-18update the hid section;Jason McIntyre
2009-12-18add manpage for utrh(4)Yojiro Uo
2009-12-18regenYojiro Uo
2009-12-18add utrh(4): USBRH temperature / humidity sensor driverYojiro Uo
2009-12-17misplaced change, found it back.Marc Espie
2009-12-17Initialize ccb_xs to NULL when taking a ccb off the free list. ThisKenneth R Westerback
2009-12-17Update from master repo. Many bugfixes + significant speedyps.Anders Magnusson
2009-12-17Allow keys to be replaced and reorder the table so that terminfo-defined keysNicholas Marriott
2009-12-17if anyone vref()s a VNON vnode, panic. This should not happen.Owain Ainsworth
2009-12-17This fixes a case where we could panic on a null deref with a bad vnodeBob Beck