aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unneeded slice element.Poul-Henning Kamp1999-08-291-1/+0
* Convert to use the new "disk" layer.Poul-Henning Kamp1999-08-291-107/+79
* Add micro "disk" layer which should enable us to pull all the slice/labelPoul-Henning Kamp1999-08-295-0/+225
* Include the correct header for the IPSTEALTH option.Dag-Erling Smørgrav1999-08-291-0/+1
* Only NetBSD needs sys/device.h.Nick Hibma1999-08-291-1/+2
* Only NetBSD uses sys/device.hNick Hibma1999-08-291-1/+0
* Fix a braino: Linux minor device numbers are 8 bits wide and not 10.Marcel Moolenaar1999-08-292-2/+2
* Fixed printf format errors (don't assume that ntohl() returns u_long;Bruce Evans1999-08-293-3/+3
* Oops, I missed a cast in rev.1.119.Bruce Evans1999-08-291-1/+1
* Removed dysfunctional/defunct options KERNFS_DIAGNOSTIC,Bruce Evans1999-08-293-12/+3
* Changed old-style option UNION_DIAGNOSTIC to DEBUG and fixed printfBruce Evans1999-08-294-24/+22
* Changed old-style options UMAPFS_DIAGNOSTIC and UMAP_DIAGNOSTIC to DEBUGBruce Evans1999-08-296-82/+86
* Changed old-style option KERNFS_DIAGNOSTIC to DEBUG and fixed printfBruce Evans1999-08-292-30/+31
* Merge alpha and pc98 changes into i386 MBR handling code and replace allPoul-Henning Kamp1999-08-2915-1394/+70
* initialize si_bsize_phys from what the drive told us.Poul-Henning Kamp1999-08-291-1/+1
* Add dev_t freeing code. Controlled by sysctl debug.free_devt, defaultPoul-Henning Kamp1999-08-295-15/+74
* Don't restrict our requests for contiguous memory to addresses >= 1MB.Bruce Evans1999-08-2912-29/+24
* Fix a missing '-1' in the size argument of copyout in getgroups. Spotted whileMarcel Moolenaar1999-08-292-12/+12
* Sort the easy part of this file. It should be all sorted.Poul-Henning Kamp1999-08-292-86/+86
* Changed from dname into devtoname(bp->b_dev) in the function dsinit().KATO Takenori1999-08-291-5/+6
* o fix typoMasahide MAEKAWA1999-08-291-1/+1
* Initialize the si_bsize fields of the new dev structure. This fixesGreg Lehey1999-08-292-0/+7
* o synchronisation with NetBSDMasahide MAEKAWA1999-08-293-13/+70
* Correct URL's and change ifdef to if defined (following rest of style inNick Hibma1999-08-281-3/+3
* Remove NetBSD specific code. USB part is trivial, and the rest is notNick Hibma1999-08-281-79/+0
* Fix various trivial warnings from LINTPoul-Henning Kamp1999-08-287-8/+7
* Put a brief comment on a couple of #defines.Poul-Henning Kamp1999-08-281-0/+7
* remove unused variables.Poul-Henning Kamp1999-08-287-7/+3
* #include <sys/queue.h>Poul-Henning Kamp1999-08-281-0/+1
* Get rid of the old XNS checksum code and implement it the IPX way.John Hay1999-08-288-213/+85
* Merge missing changes from sys/i386/conf/GENERIC.Yoshihiro Takahashi1999-08-282-154/+156
* Fix ordering.Yoshihiro Takahashi1999-08-282-260/+258
* - The old printer driver is renamed 'olpt'.Yoshihiro Takahashi1999-08-281-1/+8
* Added MII bus support.KATO Takenori1999-08-282-0/+6
* It is much easier to arp if you don't truncate your arp-reply's.Larry Lile1999-08-281-11/+12
* We don't need to pass the diskname argument all over the diskslice/labelPoul-Henning Kamp1999-08-2822-124/+114
* add MAINTAINER for the kernel part of i4bHellmuth Michaelis1999-08-281-0/+1
* Thou shall do a make before commit.Nick Hibma1999-08-281-3/+0
* We use device_set_desc_copy, so we do not need to free the copied textNick Hibma1999-08-286-7/+4
* Share more between FreeBSD and NetBSDNick Hibma1999-08-281-4/+3
* Update the list of devices from NetBSDNick Hibma1999-08-283-93/+183
* Add MAINTAINER and remove the unused COMPAT_LINUX and VM_STACK defines.Marcel Moolenaar1999-08-281-1/+4
* Implement the OSS_GETVERSION ioctl. The version returned can be changed throughMarcel Moolenaar1999-08-284-0/+20
* Initialize dev->si_bsize*, the floppy driver doesn't use dsopen().Poul-Henning Kamp1999-08-282-0/+6
* Also make the "other" packets counter resettable.Brian Feldman1999-08-281-1/+3
* Back out the cdevsw_remove() from previous revision for further testing.Brian Feldman1999-08-281-1/+0
* Unevilize vn(4) somewhat:Brian Feldman1999-08-281-15/+26
* Regen after Id->FreeBSDPeter Wemm1999-08-2817-17/+17
* $Id$ -> $FreeBSD$ (some mangled and/or hidden ones)Peter Wemm1999-08-287-7/+7
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2817-17/+17