summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* $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
* Replace ".align 2" with "ALIGN_TEXT" as per recent discussion re: the linuxnewton1999-08-251-2/+2
* Make a place to store the devfs hook for the block device, as the samejulian1999-08-253-5/+6
* Use ALIGN_TEXT macro for alignment to avoid ambiguity.marcel1999-08-251-2/+1
* what is a devuce?mjacob1999-08-252-4/+4
* Fix linux_newlstat in that it doesn't return the attributes of its containingmarcel1999-08-252-234/+208
* Fix {g|s}etgroups semantics. We use cr_groups[0] to hold egid. This means thatmarcel1999-08-252-106/+140
* Fix lingo: 'is not implemented or obsoleted' is not the same as 'is obsoletedmarcel1999-08-252-4/+4
* Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.phk1999-08-2512-71/+58
* Add a couple of missing but unimportant break; statements.phk1999-08-251-1/+3
* Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we alwaysmarcel1999-08-259-110/+304
* Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we alwaysmarcel1999-08-252-172/+174
* Fix stack misalignment for Linux binaries caused by `linux_sigcode' not beingmarcel1999-08-251-1/+1
* Some very minor changes to the ISA dma code.dfr1999-08-251-3/+3
* Rename 'bios_jmp' to 'bios16_jmp' to make it clear what it's related to.msmith1999-08-253-10/+10
* Use the far jump for the base of the page arithmatic rather than thepeter1999-08-253-9/+10
* Make DEVFS use PHK's specinfo struct as the source of dev_t and devsw.julian1999-08-256-135/+127
* Make DEVFS ops reflect some of the changes that have recently occured in thejulian1999-08-251-60/+173
* Fix comment to match reality..julian1999-08-252-2/+4
* Devfs now adds itself to the hook that PHK supplies.julian1999-08-241-1/+21
OpenPOWER on IntegriCloud