summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Implementation of the CDROMSUBCHNL ioctl.marcel1999-08-132-2/+69
* The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-131-9/+9
* In doing lock type conversion (struct flock), make sure that carbage in resultsmarcel1999-08-131-2/+5
* Use a wrapper for the link syscall that does name translations.marcel1999-08-125-8/+32
* _pmap_allocpte:alc1999-08-111-6/+3
* Do not map {s|g}etrlimit onto FreeBSD syscalls. The arguments don't match.marcel1999-08-115-9/+84
* Do not map {s|g}etrlimit onto the FreeBSD syscalls. The arguments do notmarcel1999-08-111-5/+5
* Reserve bdev/cdev entries for i2o driver.jkh1999-08-111-1/+3
* Hopefully fix the previous commit, it caused *all* bridges to be detectedpeter1999-08-104-24/+28
* pmap_remove_pages:alc1999-08-101-1/+4
* Add support for the Am79C978. (AMD PCHome/PCI Ethernet adapter)mdodd1999-08-103-2/+22
* Fix nexus_pcib_is_host_bridge() so that it detects my 486's PCI buswpaul1999-08-094-12/+36
* Remove a reference to config(8) when IRQ 2 is remapped to IRQ 9.mpp1999-08-091-5/+5
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-0917-591/+25
* Make the pty driver as close to a cloning device as we can get for now,phk1999-08-084-10/+10
* 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
OpenPOWER on IntegriCloud