summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Correct URL's and change ifdef to if defined (following rest of style inn_hibma1999-08-281-3/+3
* Remove NetBSD specific code. USB part is trivial, and the rest is notn_hibma1999-08-281-79/+0
* Fix various trivial warnings from LINTphk1999-08-287-8/+7
* Put a brief comment on a couple of #defines.phk1999-08-281-0/+7
* remove unused variables.phk1999-08-287-7/+3
* #include <sys/queue.h>phk1999-08-281-0/+1
* Get rid of the old XNS checksum code and implement it the IPX way.jhay1999-08-288-213/+85
* Merge missing changes from sys/i386/conf/GENERIC.nyan1999-08-282-154/+156
* Fix ordering.nyan1999-08-282-260/+258
* - The old printer driver is renamed 'olpt'.nyan1999-08-281-1/+8
* Added MII bus support.kato1999-08-282-0/+6
* It is much easier to arp if you don't truncate your arp-reply's.lile1999-08-281-11/+12
* We don't need to pass the diskname argument all over the diskslice/labelphk1999-08-2822-124/+114
* add MAINTAINER for the kernel part of i4bhm1999-08-281-0/+1
* Thou shall do a make before commit.n_hibma1999-08-281-3/+0
* We use device_set_desc_copy, so we do not need to free the copied textn_hibma1999-08-286-7/+4
* Share more between FreeBSD and NetBSDn_hibma1999-08-281-4/+3
* Update the list of devices from NetBSDn_hibma1999-08-283-93/+183
* Add MAINTAINER and remove the unused COMPAT_LINUX and VM_STACK defines.marcel1999-08-281-1/+4
* Implement the OSS_GETVERSION ioctl. The version returned can be changed throughmarcel1999-08-284-0/+20
* Initialize dev->si_bsize*, the floppy driver doesn't use dsopen().phk1999-08-282-0/+6
* Also make the "other" packets counter resettable.green1999-08-281-1/+3
* Back out the cdevsw_remove() from previous revision for further testing.green1999-08-281-1/+0
* Unevilize vn(4) somewhat:green1999-08-281-15/+26
* Regen after Id->FreeBSDpeter1999-08-2817-17/+17
* $Id$ -> $FreeBSD$ (some mangled and/or hidden ones)peter1999-08-287-7/+7
* $Id$ -> $FreeBSD$peter1999-08-2817-17/+17
* Id -> FreeBSDpeter1999-08-281-1/+1
* $Id$ -> $FreeBSD$peter1999-08-282668-2788/+2788
* $Id$ -> $FreeBSD$peter1999-08-287-7/+7
* Correction: uid -> gid (comment)green1999-08-271-2/+2
* $Id$ -> $FreeBSD$peter1999-08-274-4/+4
* Fix path for miibus_if.m (mii > dev/mii);wpaul1999-08-271-3/+3
* Make some cleanups related to miibus.wpaul1999-08-271-47/+21
* Add sysctl variables for the Linuxulator. These reside under `compat.linux' asmarcel1999-08-2713-16/+583
* Update these Makefiles; add mlphy and tlphy to the mii module, addwpaul1999-08-272-2/+8
* Reference the correct gdt[] entry on SMP. Remove the `generation' flag,jlemon1999-08-274-30/+26
* Convert the ThunderLAN driver to miibus. This took me a while because Iwpaul1999-08-272-878/+115
* Add miibus drivers for the ThunderLAN internal PHY and the Micro Linearwpaul1999-08-275-1/+975
* Add FIODTYPE ioctl for getting d_flags (type) info on a device.green1999-08-272-2/+9
* Fix the child's return path from fork so that fork will return 0gallatin1999-08-273-12/+12
* - Retain the previous vty and history buffers when setting upyokota1999-08-271-8/+5
* - Set the correct value to va_line_width while in the ioctlyokota1999-08-271-6/+17
* - Ouch! Do not assume the VESA BIOS will preserve the upper 16 bitsyokota1999-08-271-20/+20
* A few style changes (fixes hopefully) and some more tidying up. Fix (?)peter1999-08-272-202/+208
* Remove some vestiges of devfs direct calls.julian1999-08-273-18/+3
* Add PHK's make_dev() into more places where DEVFS used to bejulian1999-08-2719-368/+112
* Don't return 0 for an unknown ioctl (!). This was breaking ppp(8).peter1999-08-272-20/+18
* Add readonly OID ``net.inet.tcp.tcbhashsize'' so it is possible tojlemon1999-08-262-2/+12
* Don't follow symlinks on coredumps.dima1999-08-262-6/+6
OpenPOWER on IntegriCloud