summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Search for and interrogate the PnP BIOS if found. This code just printsmsmith1999-08-172-35/+256
* Mindbogglingly, many BIOS vendors expect to be able to load %ds withmsmith1999-08-172-16/+26
* Fix a bug in busdma_mem_free() where we were improperly checkinggibbs1999-08-161-2/+2
* Give if_tun the "almost clone" makeover.phk1999-08-151-2/+2
* Give BPF the "almost-clone" update. If you need more of them, makephk1999-08-151-2/+2
* The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-131-9/+9
* _pmap_allocpte:alc1999-08-111-6/+3
* Hopefully fix the previous commit, it caused *all* bridges to be detectedpeter1999-08-102-12/+14
* pmap_remove_pages:alc1999-08-101-1/+4
* Fix nexus_pcib_is_host_bridge() so that it detects my 486's PCI buswpaul1999-08-092-6/+18
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-099-21/+17
* Make the pty driver as close to a cloning device as we can get for now,phk1999-08-081-2/+2
* 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
* Fix typo which would have caused MTRR support on non-SMP systems tomsmith1999-08-041-2/+2
* Don't probe if pci_cfgopen() fails to find pci hardware, like we used topeter1999-08-042-10/+8
* 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
* Add parentheses for clarity.alc1999-07-311-2/+2
* Formatting-only cleanup accidentally omitted from the patch merge in themsmith1999-07-291-198/+196
* 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-291-1/+3
* Fix for vmspace sharing as per Alan Cox. Thanks!msmith1999-07-291-5/+1
* Major update to the kernel's BIOS-calling ability.msmith1999-07-294-42/+365
* 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-292-8/+18
* We're called too early to have any idea whether APM is going to bemsmith1999-07-282-22/+14
* Remove some droppings left over from the removal of the APM hooks.msmith1999-07-282-10/+2
* Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These aredfr1999-07-281-4/+6
* Various formatting fixes on my FPE trapcode commit.cracauer1999-07-263-295/+289
* On FPU exceptions, pass a useful error code (one of the FPE_...cracauer1999-07-255-56/+429
* This commit adds device driver support for Adaptec Duralink PCI fastwpaul1999-07-251-1/+2
* Increased max kmem to 200MB. This should fix some out-of-kmem panics ondg1999-07-241-2/+2
* atomic.h:alc1999-07-232-16/+5
* Reduce the number of "magic constants" used for page coloringalc1999-07-221-2/+2
* Fix the following problem:alc1999-07-211-4/+15
* Update of the i686 MTRR/memory range support.msmith1999-07-201-45/+46
* Implement an all-CPU shootdown-style rendezvous facility. This allowsmsmith1999-07-206-7/+291
* Fix a page size vs. KB mixup. The extra buffers allocated at a reducedpeter1999-07-191-4/+4
* Updated acquire_timer2()'s state machine to work when the i8254 isbde1999-07-182-46/+20
* Don't let the machdep.tsc_freq sysctl proceed if the TSC is presentbde1999-07-182-12/+12
* Centralize dumpdev handling.phk1999-07-171-60/+1
* Add support for multiple PCI busses directly connected to the nexus.msmith1999-07-164-10/+386
* Move the xe0 driver back where it was. It was misleading where it was as itobrien1999-07-131-2/+3
* Commit the correct patch, i.e., the one that actually correspondsalc1999-07-131-35/+55
* Changed the implementation of the primitives to guarantee atomicityalc1999-07-131-22/+42
* Go back to the old (icu.s rev.1.7 1993) way of keeping the AST-pendingbde1999-07-1011-126/+32
* Fixed a longstanding scheduling bug. ASTs and softclock interrupts werebde1999-07-102-24/+26
* Implement support for hardware debug registers on the i386.jlemon1999-07-098-8/+198
* These changes appear to give us benefits with both small (32MB) andmckusick1999-07-082-5/+6
OpenPOWER on IntegriCloud