aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-0499-360/+356
* Use <sys/queue.h> macro API.Poul-Henning Kamp2001-02-049-39/+34
* 'device agp' was missingPeter Wemm2001-02-042-0/+8
* Remove some stray traces of KMODDEPSPeter Wemm2001-02-042-2/+0
* Document API CS20Wilko Bulte2001-02-041-1/+53
* Remove a DIAGNOSTIC check which belongs in <sys/queue.h> if anyplace at all.Poul-Henning Kamp2001-02-045-20/+0
* Warn if people include vn(4) in their config.Poul-Henning Kamp2001-02-041-1/+2
* Pull the rug from under the 'LKM Compatability' macro - PSEUDO_SET().Peter Wemm2001-02-044-27/+59
* Remove the LABPC driver.Poul-Henning Kamp2001-02-047-1107/+0
* Zap obsolete (died with LKM) EXPORT_SYMS variablePeter Wemm2001-02-044-4/+0
* Use macro API to <sys/queue.h>Poul-Henning Kamp2001-02-041-1/+1
* Remove a sizeof(void *) == sizeof(int) assumption.Poul-Henning Kamp2001-02-041-7/+7
* Zap some bad examples:Peter Wemm2001-02-0417-50/+10
* All the world is not an i386. Merge rev 1.438 of i386/i386/machdep.c.Peter Wemm2001-02-044-0/+4
* This commit represents work mainly submitted by Tor and slightly modifiedMatthew Dillon2001-02-044-13/+38
* Grumble, I broke this file with a vi accident before commit. :-(Peter Wemm2001-02-041-0/+1
* Spelling.Stephen McKay2001-02-041-1/+1
* In the hope of saving others from hours of tedious recovery work,Stephen McKay2001-02-041-0/+10
* Extend the sanity checks in ufs_lookup to ensure that each directoryIan Dowse2001-02-041-1/+2
* MPPE_MasterKeyValid is only there if HAVE_DES is defined.Brian Somers2001-02-041-0/+2
* Don't send an authentication failure response if we fail sendingBrian Somers2001-02-041-13/+26
* Make the MPPE MasterKey Invalid messages a bit clearer (it nowBrian Somers2001-02-042-4/+6
* Untangle some cunfusion between the CLOSE_STAYDOWN, CLOSE_LCP andBrian Somers2001-02-043-18/+21
* Don't specify root:wheel for tun*, it's the default.Brian Somers2001-02-031-1/+1
* Use the correct flags field when checking for a read-only filesystemIan Dowse2001-02-031-1/+1
* Add a -g flag for verifying an installed package against its recordedJordan K. Hubbard2001-02-035-2/+41
* Document API CS20 support.Wilko Bulte2001-02-031-0/+2
* Make the code act the same in the case of BRIDGE being defined, but notJulian Elischer2001-02-031-16/+26
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofPoul-Henning Kamp2001-02-0326-70/+35
* Use <sys/queue.h> macro api rather than fondle its implementation detals.Poul-Henning Kamp2001-02-0313-79/+79
* Move wicontrol from i386 to MI section. (yes, it compiles on alpha, wherePeter Wemm2001-02-031-1/+1
* Conditionalize the alpha interrupt preemption for now to buy us somePeter Wemm2001-02-032-0/+28
* o Reinstate Kerberos IV support for sshd when MAKE_KERBEROS4 isRobert Watson2001-02-031-0/+1
* Pick up all messages* files less than two days old rather thanBrian Somers2001-02-031-8/+9
* Change the permissions on /dev/tun* to 0600 root:wheelBrian Somers2001-02-031-1/+1
* o Allow non-root users to open /dev/tun* (remove suser()Brian Somers2001-02-031-8/+5
* At the point in time where most devices are created, we don't know whatPoul-Henning Kamp2001-02-022-1/+16
* Unfortunately low-altitude overflights is not enough to make penguins crash.Poul-Henning Kamp2001-02-022-0/+36
* When turning off TCP_NOPUSH, call tcp_output to immediately flushJonathan Lemon2001-02-021-4/+14
* Only superuser can create symlinks.Poul-Henning Kamp2001-02-021-2/+5
* BIND update now has security advisory number.Bruce A. Mah2001-02-022-2/+2
* quieten the esscontrol deviceCameron Grant2001-02-021-1/+6
* strcpy -> strlcpy paranoiaJacques Vidrine2001-02-021-1/+4
* Removed vestiges of vop_mmap.Bruce Evans2001-02-022-72/+1
* Fix tftpd and tftp to support file transfers of over 65535 blocksJeroen Ruigrok van der Werven2001-02-024-4/+14
* * Move exception_return to exception.s which is a more logical home for it.Doug Rabson2001-02-021-8/+6
* Patch the reintroduced (~0 << 32) == 1 bug with a cryptic but functionalMike Smith2001-02-022-2/+4
* Allocate lock table and mutex not only for parity plexes, but also forGreg Lehey2001-02-021-3/+3
* Pass the minor number rather than the unit number to make_dev()Brian Somers2001-02-022-4/+3
* KASSERT that the minor number passed to make_dev() is valid.Brian Somers2001-02-021-0/+3