summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-06-11typoJun-ichiro itojun Hagino
2003-06-11- sync up MLD declaration with RFC3542 (s/MLD6/MLD/)Jun-ichiro itojun Hagino
2003-06-11It is important not to forget "membar(MemIssue)". Got missedHenric Jungheim
2003-06-11The upgrade script depends upon that, if mount_foo is present on the ramdiskMiod Vallat
2003-06-11Add pmsi to GENERIC, PR #3251Miod Vallat
2003-06-11Much of the sbus, psycho, and schizo bus_dma code is the same, so let'sHenric Jungheim
2003-06-11The "min" and "max" functions cast to "u_int", which can lead to surprisingHenric Jungheim
2003-06-11- sync up MLD declaration with RFC3542 (s/MLD6/MLD/)Jun-ichiro itojun Hagino
2003-06-11support to arm. ok deraadt@Kevin Lo
2003-06-10Rework script using advanced coding techniques like a case statement,Kenneth R Westerback
2003-06-10Whoops, <= 0 should be < 0. Problem noticed by marc@Todd C. Miller
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-10It would kind of help if the flags member was initialized, otherwise randomDaniel Hartmeier
2003-06-10Remove an extraneous "& 0xff" (the cast to unsigned char is sufficient).Todd C. Miller
2003-06-10Add login class support; based on a diff from Peter WernerTodd C. Miller
2003-06-10debug0 and debug1 are defined elsewhere -- make 'em extern hereMichael Shalayeff
2003-06-10o Pass the -G flag to sendmail like sendmail(8) saysTodd C. Miller
2003-06-10Install rcs2log, not a symlink to ../share/cvs/contrib/rcs2logTodd C. Miller
2003-06-10Check that login class exists before using it; based on a patch fromTodd C. Miller
2003-06-10o Check for fwrite() error with != 1, not <= 0 (mostly style)Todd C. Miller
2003-06-10Keep a table of password types, and their associated lengths, andTodd C. Miller
2003-06-10Use syslog(3) to log new users and groups, deletions of users and groups,Todd C. Miller
2003-06-10Catch illegal flags and reply with usage; from NetBSD (agc)Todd C. Miller
2003-06-10o rename login variable to login_nameTodd C. Miller
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