summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:phk1999-08-2623-630/+160
* Initialize the dev->si_bsize fields.phk1999-08-262-2/+10
* Fix DMA macros to work on alpha.dfr1999-08-261-0/+4
* Don't schedule the next transaction if the pipe is being aborted.dfr1999-08-261-1/+0
* Properly re-enable the transmitter in the TX error handler.wpaul1999-08-261-5/+3
* Handle buses with multiple PHYs correctly.wpaul1999-08-261-5/+3
* Change asf function to use the new name of the list in kern_linker.c.grog1999-08-261-1/+1
* read_drive: Remove references to vp->v_lastr, which is going away.grog1999-08-261-16/+3
* complete_rqe: explicitly reinitialize b.b_iodone. This shouldn't havegrog1999-08-261-3/+4
* config_plex: don't allocate a rangelock struct.grog1999-08-262-8/+3
* Use .p2align to ensure consistant a.out/elf alignment. I'd have usedpeter1999-08-252-12/+12
* It would help if things that MUST be 32 bit aligned were really 32 bitpeter1999-08-251-3/+3
OpenPOWER on IntegriCloud