summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Warn if people include vn(4) in their config.phk2001-02-041-1/+2
* Pull the rug from under the 'LKM Compatability' macro - PSEUDO_SET().peter2001-02-044-27/+59
* Remove the LABPC driver.phk2001-02-047-1107/+0
* Zap obsolete (died with LKM) EXPORT_SYMS variablepeter2001-02-044-4/+0
* Use macro API to <sys/queue.h>phk2001-02-041-1/+1
* Remove a sizeof(void *) == sizeof(int) assumption.phk2001-02-041-7/+7
* Zap some bad examples:peter2001-02-0417-50/+10
* All the world is not an i386. Merge rev 1.438 of i386/i386/machdep.c.peter2001-02-044-0/+4
* This commit represents work mainly submitted by Tor and slightly modifieddillon2001-02-044-13/+38
* Grumble, I broke this file with a vi accident before commit. :-(peter2001-02-041-0/+1
* Spelling.mckay2001-02-041-1/+1
* In the hope of saving others from hours of tedious recovery work,mckay2001-02-041-0/+10
* Extend the sanity checks in ufs_lookup to ensure that each directoryiedowse2001-02-041-1/+2
* MPPE_MasterKeyValid is only there if HAVE_DES is defined.brian2001-02-041-0/+2
* Don't send an authentication failure response if we fail sendingbrian2001-02-041-13/+26
* Make the MPPE MasterKey Invalid messages a bit clearer (it nowbrian2001-02-042-4/+6
* Untangle some cunfusion between the CLOSE_STAYDOWN, CLOSE_LCP andbrian2001-02-043-18/+21
* Don't specify root:wheel for tun*, it's the default.brian2001-02-031-1/+1
* Use the correct flags field when checking for a read-only filesystemiedowse2001-02-031-1/+1
* Add a -g flag for verifying an installed package against its recordedjkh2001-02-035-2/+41
* Document API CS20 support.wilko2001-02-031-0/+2
* Make the code act the same in the case of BRIDGE being defined, but notjulian2001-02-031-16/+26
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofphk2001-02-0326-70/+35
* Use <sys/queue.h> macro api rather than fondle its implementation detals.phk2001-02-0313-79/+79
* Move wicontrol from i386 to MI section. (yes, it compiles on alpha, wherepeter2001-02-031-1/+1
* Conditionalize the alpha interrupt preemption for now to buy us somepeter2001-02-032-0/+28
* o Reinstate Kerberos IV support for sshd when MAKE_KERBEROS4 isrwatson2001-02-031-0/+1
* Pick up all messages* files less than two days old rather thanbrian2001-02-031-8/+9
* Change the permissions on /dev/tun* to 0600 root:wheelbrian2001-02-031-1/+1
* o Allow non-root users to open /dev/tun* (remove suser()brian2001-02-031-8/+5
* At the point in time where most devices are created, we don't know whatphk2001-02-022-1/+16
* Unfortunately low-altitude overflights is not enough to make penguins crash.phk2001-02-022-0/+36
* When turning off TCP_NOPUSH, call tcp_output to immediately flushjlemon2001-02-021-4/+14
* Only superuser can create symlinks.phk2001-02-021-2/+5
* BIND update now has security advisory number.bmah2001-02-022-2/+2
* quieten the esscontrol devicecg2001-02-021-1/+6
* strcpy -> strlcpy paranoianectar2001-02-021-1/+4
* Removed vestiges of vop_mmap.bde2001-02-022-72/+1
* Fix tftpd and tftp to support file transfers of over 65535 blocksasmodai2001-02-024-4/+14
* * Move exception_return to exception.s which is a more logical home for it.dfr2001-02-021-8/+6
* Patch the reintroduced (~0 << 32) == 1 bug with a cryptic but functionalmsmith2001-02-022-2/+4
* Allocate lock table and mutex not only for parity plexes, but also forgrog2001-02-021-3/+3
* Pass the minor number rather than the unit number to make_dev()brian2001-02-022-4/+3
* KASSERT that the minor number passed to make_dev() is valid.brian2001-02-021-0/+3
* Fix typo.nik2001-02-023-3/+3
* Structure the options listing to be more standard.nik2001-02-021-16/+21
* Declaring functions inside functions was deprecated twice. Keep thenik2001-02-021-3/+1
* Add an xref for mount_ntfs.nik2001-02-021-0/+1
* Enable use of DHCP extensions.tegge2001-02-022-66/+480
* Argh, I missed some #include "sio.h". I was looking primarily for NSIOpeter2001-02-027-8/+0
OpenPOWER on IntegriCloud