aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Id -> FreeBSDPeter Wemm1999-08-281-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282651-2770/+2770
* $Id$ -> $FreeBSD$Peter Wemm1999-08-287-7/+7
* Correction: uid -> gid (comment)Brian Feldman1999-08-271-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-274-4/+4
* Fix path for miibus_if.m (mii > dev/mii);Bill Paul1999-08-271-3/+3
* Make some cleanups related to miibus.Bill Paul1999-08-271-47/+21
* Add sysctl variables for the Linuxulator. These reside under `compat.linux' asMarcel Moolenaar1999-08-2713-16/+583
* Update these Makefiles; add mlphy and tlphy to the mii module, addBill Paul1999-08-272-2/+8
* Reference the correct gdt[] entry on SMP. Remove the `generation' flag,Jonathan Lemon1999-08-274-30/+26
* Convert the ThunderLAN driver to miibus. This took me a while because IBill Paul1999-08-272-878/+115
* Add miibus drivers for the ThunderLAN internal PHY and the Micro LinearBill Paul1999-08-275-1/+975
* Add FIODTYPE ioctl for getting d_flags (type) info on a device.Brian Feldman1999-08-272-2/+9
* Fix the child's return path from fork so that fork will return 0Andrew Gallatin1999-08-273-12/+12
* - Retain the previous vty and history buffers when setting upKazutaka YOKOTA1999-08-271-8/+5
* - Set the correct value to va_line_width while in the ioctlKazutaka YOKOTA1999-08-271-6/+17
* - Ouch! Do not assume the VESA BIOS will preserve the upper 16 bitsKazutaka YOKOTA1999-08-271-20/+20
* A few style changes (fixes hopefully) and some more tidying up. Fix (?)Peter Wemm1999-08-272-202/+208
* Remove some vestiges of devfs direct calls.Julian Elischer1999-08-273-18/+3
* Add PHK's make_dev() into more places where DEVFS used to beJulian Elischer1999-08-2719-368/+112
* Don't return 0 for an unknown ioctl (!). This was breaking ppp(8).Peter Wemm1999-08-272-20/+18
* Add readonly OID ``net.inet.tcp.tcbhashsize'' so it is possible toJonathan Lemon1999-08-262-2/+12
* Don't follow symlinks on coredumps.Dima Ruban1999-08-262-6/+6
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:Poul-Henning Kamp1999-08-2623-630/+160
* Initialize the dev->si_bsize fields.Poul-Henning Kamp1999-08-262-2/+10
* Fix DMA macros to work on alpha.Doug Rabson1999-08-261-0/+4
* Don't schedule the next transaction if the pipe is being aborted.Doug Rabson1999-08-261-1/+0
* Properly re-enable the transmitter in the TX error handler.Bill Paul1999-08-261-5/+3
* Handle buses with multiple PHYs correctly.Bill Paul1999-08-261-5/+3
* Change asf function to use the new name of the list in kern_linker.c.Greg Lehey1999-08-261-1/+1
* read_drive: Remove references to vp->v_lastr, which is going away.Greg Lehey1999-08-261-16/+3
* complete_rqe: explicitly reinitialize b.b_iodone. This shouldn't haveGreg Lehey1999-08-261-3/+4
* config_plex: don't allocate a rangelock struct.Greg Lehey1999-08-262-8/+3
* Use .p2align to ensure consistant a.out/elf alignment. I'd have usedPeter Wemm1999-08-252-12/+12
* It would help if things that MUST be 32 bit aligned were really 32 bitPeter Wemm1999-08-251-3/+3
* Replace ".align 2" with "ALIGN_TEXT" as per recent discussion re: the linuxMark Newton1999-08-251-2/+2
* Make a place to store the devfs hook for the block device, as the sameJulian Elischer1999-08-253-5/+6
* Use ALIGN_TEXT macro for alignment to avoid ambiguity.Marcel Moolenaar1999-08-251-2/+1
* what is a devuce?Matt Jacob1999-08-252-4/+4
* Fix linux_newlstat in that it doesn't return the attributes of its containingMarcel Moolenaar1999-08-252-234/+208
* Fix {g|s}etgroups semantics. We use cr_groups[0] to hold egid. This means thatMarcel Moolenaar1999-08-252-106/+140
* Fix lingo: 'is not implemented or obsoleted' is not the same as 'is obsoletedMarcel Moolenaar1999-08-252-4/+4
* Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.Poul-Henning Kamp1999-08-2512-71/+58
* Add a couple of missing but unimportant break; statements.Poul-Henning Kamp1999-08-251-1/+3
* Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we alwaysMarcel Moolenaar1999-08-259-110/+304
* Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we alwaysMarcel Moolenaar1999-08-252-172/+174
* Fix stack misalignment for Linux binaries caused by `linux_sigcode' not beingMarcel Moolenaar1999-08-251-1/+1
* Some very minor changes to the ISA dma code.Doug Rabson1999-08-251-3/+3
* Rename 'bios_jmp' to 'bios16_jmp' to make it clear what it's related to.Mike Smith1999-08-253-10/+10
* Use the far jump for the base of the page arithmatic rather than thePeter Wemm1999-08-253-9/+10