summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-06-10don't allow /dev/crypto to be opened ifndef CRYPTO (the thread hasn't beenJason Wright
2003-06-10add missing copyright noticeTodd C. Miller
2003-06-10knfTheo de Raadt
2003-06-10Be clear that we mean "inclusive" when we say between; jmc@ OKTodd C. Miller
2003-06-10o make mount(2) return EROFS, not EPERM if ffs is dirtyTodd C. Miller
2003-06-10predict() was broken for n > 1 in rev 1.2; this fixes it and closes PR 3306Todd C. Miller
2003-06-10fix grammer regarding queues; noted by jlouis@mongers.orgTheo de Raadt
2003-06-10boring cleanupsTheo de Raadt
2003-06-10Do not crash on unsupported IPSec ID types, as noted by Eric Boudrand.Hakan Olsson
2003-06-10- removed obsolete section about rc.wscons and wscons.conf;Jason McIntyre
2003-06-10- section reorderJason McIntyre
2003-06-10- remove entries for /usr/include/kerberosIV and /usr/src/kerberosIV;Jason McIntyre
2003-06-10Use ITIMER_VIRTUAL instead of ITIMER_PROF as the thread schedulerMarco S Hyman
2003-06-10- rip out support for a.out and 32-bit kernelsBrad Smith
2003-06-09Switch to 2 clause licenses. Spotted by Theo.Hugh Graham
2003-06-09o replace remaining strtoul() with strtol() and check for < 0Todd C. Miller
2003-06-09Use strtol() not strtoul() so we can detect a negative number in a pid file.Todd C. Miller
2003-06-09Need to include time.h to get ctime() proto.Todd C. Miller
2003-06-09Also exit waitpid() loop when pid == 0. Fixes a problem where the sudoTodd C. Miller
2003-06-09Mention that you can get EPERM when trying to mount an unclean filesystem.Todd C. Miller
2003-06-09more 3/4 cleanup for pefoTheo de Raadt
2003-06-09pefo 3/4 licence cleanupsTheo de Raadt
2003-06-09syncTheo de Raadt
2003-06-09missing copyright, found by deraadt@;Jason McIntyre
2003-06-09Protect all get_line calls against null pointers.Marc Espie
2003-06-09Attempt to resolve byte order confusion in nat code once and for all.Ryan Thomas McBride
2003-06-09typo (need to check ti6 instead of ti)Jun-ichiro itojun Hagino
2003-06-09backout following:Jun-ichiro itojun Hagino
2003-06-09Fix erroneous handling of i/o's during a reset.Kenneth R Westerback
2003-06-09Fix my previous commit here, pwd_mkdb needs to be a list now too.Todd C. Miller
2003-06-08Sync man pages w/ NetBSD versionTodd C. Miller
2003-06-08Add usermgmt.conf man page. From NetBSD (grant)Todd C. Miller
2003-06-08user -e and -f now accepts "month day year" (ala chpass(1)) andTodd C. Miller
2003-06-08Better argv tests, enough to fix autoconf 2.57, apparently.Marc Espie
2003-06-08Make c_word const; from NetBSD (tron)Todd C. Miller
2003-06-08Sanity check username length and convert to ANSI function headers.Todd C. Miller
2003-06-08Instead of splitting a flat string into a list for system(), justTodd C. Miller
2003-06-08Add check for group too long and made an invalid group a fatal errorTodd C. Miller
2003-06-08Use _PW_NAME_LEN not MAXLOGNAME since the latter does not include the NUL.Todd C. Miller
2003-06-08Let patsubst handle empty patterns: those match anywhere, and don'tMarc Espie
2003-06-08use err/warnMichael Shalayeff
2003-06-08snprintf needed here.Miod Vallat
2003-06-08Sync with recent anchor changes.Cedric Berger
2003-06-08Returns the correct array size.Cedric Berger
2003-06-08A table in an anchor creates a real anchor: pfctl -sA works.Cedric Berger
2003-06-08Enable gus again now that it won't panic during probe.Miod Vallat
2003-06-08Fix probe for GUS MAX cards; from NetBSD.Miod Vallat
2003-06-08Do not hardcode the dma channel to 1, use the softc settings instead.Miod Vallat
2003-06-07- remove invalid authentication type "otp"Jason McIntyre
2003-06-07print minor version as 02d; from Adam Montague via pr 3284; matches what free...Michael Shalayeff