summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Fix a reference to `st' by replacing it with `sa'.chris1999-08-082-4/+4
* Fix page fault in linux_uselib syscall.marcel1999-08-081-2/+2
* Re-delete the (meaningless) device-driver tokens that came back in 1.256peter1999-08-071-29/+29
* We don't end up checking for a return value of EFAULT from the copyinstr()green1999-08-071-5/+12
* Enable bpf by default. There was no significant dissention to my proposaljkh1999-08-071-3/+3
* Forgot the "bsd" slice, now setrootbyname() understands "wd0s1a".phk1999-08-061-2/+2
* Add driver support for M-systems DiskOnChip Products.phk1999-08-062-2/+8
* updating isdn4bsd to beta version 0.83hm1999-08-068-44/+188
* Fix typo which would have caused MTRR support on non-SMP systems tomsmith1999-08-041-2/+2
* The ARLA folks don't need a bdev after all - remove it.jkh1999-08-041-2/+1
* Correction: "ans" -> "and."green1999-08-042-4/+4
* Don't probe if pci_cfgopen() fails to find pci hardware, like we used topeter1999-08-044-20/+16
* I'm not sure how this wasn't in the last commit but anyhow...mdodd1999-08-021-2/+2
* Don't trust the segment limits that the BIOS reports; instead give itmsmith1999-08-022-20/+10
* Move the specification of EDGE/LEVEL triggered interrupts tomdodd1999-08-0111-52/+80
* pmap_object_init_pt:alc1999-07-311-2/+2
* Change the type of vpgqueues::lcnt from "int *" to "int". The indirectionalc1999-07-311-3/+3
* Reserve majors for arla.jkh1999-07-311-1/+3
* Add parentheses for clarity.alc1999-07-311-2/+2
* Don't use at_shutdown() now that we have new_bus which lets usmdodd1999-07-311-8/+11
* Reenable the APMIO_BIOS ioctl and translate arguments into the new formatmsmith1999-07-303-3/+51
* Restore the pre-new_bus behavior of printing out the reserved resourcesmdodd1999-07-301-5/+95
* Add $Id$ tags.newton1999-07-303-12/+10
* Remove all vestiges of APMIO_BIOSmsmith1999-07-303-16/+3
* Formatting-only cleanup accidentally omitted from the patch merge in themsmith1999-07-291-198/+196
* No more apm_errno. It breaks the build with APM_DEBUG,iwasaki1999-07-292-6/+6
* GBIOSSTACK_SEL is undefined, but OTOH, BSSSEL apparently isn't used either.peter1999-07-291-2/+1
* Remove some duplicate definitions, as suggested by Alan Cox.msmith1999-07-292-7/+4
* Fix for vmspace sharing as per Alan Cox. Thanks!msmith1999-07-291-5/+1
* Nuke this, it's not used anymore.msmith1999-07-292-120/+0
* Major update to the kernel's BIOS-calling ability.msmith1999-07-2910-680/+945
* Remove XXX from the headers (broke the build, I'm betting.)green1999-07-292-4/+2
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-294-19/+36
* We're called too early to have any idea whether APM is going to bemsmith1999-07-282-22/+14
* Remove unused real-mode APM setup support. We've been using the vm86msmith1999-07-286-378/+34
* Remove unused real-mode APM init functions.msmith1999-07-2816-1518/+0
* Remove some erroneous comments about how APM is initialised.msmith1999-07-282-20/+6
* Remove some droppings left over from the removal of the APM hooks.msmith1999-07-281-5/+1
* Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These aredfr1999-07-281-4/+6
* Pave the way for the fla driver.phk1999-07-262-7/+8
* Various formatting fixes on my FPE trapcode commit.cracauer1999-07-264-167/+157
* On FPU exceptions, pass a useful error code (one of the FPE_...cracauer1999-07-257-51/+258
* This commit adds device driver support for Adaptec Duralink PCI fastwpaul1999-07-254-5/+21
* 3C574TX 16bit FastEtherlink PC-card support.hosokawa1999-07-252-6/+40
* Increased max kmem to 200MB. This should fix some out-of-kmem panics ondg1999-07-241-2/+2
* - Correctly initialize cn_dev_t and cn_udev_t.yokota1999-07-241-4/+7
* atomic.h:alc1999-07-233-18/+7
* Add braces to make if-else statement clearer.iwasaki1999-07-222-8/+12
* Reduce the number of "magic constants" used for page coloringalc1999-07-221-2/+2
* Fix the following problem:alc1999-07-211-4/+15
OpenPOWER on IntegriCloud