aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Give if_tun the "almost clone" makeover.Poul-Henning Kamp1999-08-151-2/+2
* Give BPF the "almost-clone" update. If you need more of them, makePoul-Henning Kamp1999-08-151-2/+2
* The bdevsw() and cdevsw() are now identical, so kill the former.Poul-Henning Kamp1999-08-131-9/+9
* _pmap_allocpte:Alan Cox1999-08-111-6/+3
* Hopefully fix the previous commit, it caused *all* bridges to be detectedPeter Wemm1999-08-102-12/+14
* pmap_remove_pages:Alan Cox1999-08-101-1/+4
* Fix nexus_pcib_is_host_bridge() so that it detects my 486's PCI busBill Paul1999-08-092-6/+18
* Merge the cons.c and cons.h to the best of my ability. alpha may orPoul-Henning Kamp1999-08-099-21/+17
* Make the pty driver as close to a cloning device as we can get for now,Poul-Henning Kamp1999-08-081-2/+2
* Enable bpf by default. There was no significant dissention to my proposalJordan K. Hubbard1999-08-071-3/+3
* Forgot the "bsd" slice, now setrootbyname() understands "wd0s1a".Poul-Henning Kamp1999-08-061-2/+2
* Fix typo which would have caused MTRR support on non-SMP systems toMike Smith1999-08-041-2/+2
* Don't probe if pci_cfgopen() fails to find pci hardware, like we used toPeter Wemm1999-08-042-10/+8
* pmap_object_init_pt:Alan Cox1999-07-311-2/+2
* Change the type of vpgqueues::lcnt from "int *" to "int". The indirectionAlan Cox1999-07-311-3/+3
* Add parentheses for clarity.Alan Cox1999-07-311-2/+2
* Formatting-only cleanup accidentally omitted from the patch merge in theMike Smith1999-07-291-181/+179
* GBIOSSTACK_SEL is undefined, but OTOH, BSSSEL apparently isn't used either.Peter Wemm1999-07-291-2/+1
* Remove some duplicate definitions, as suggested by Alan Cox.Mike Smith1999-07-291-1/+3
* Fix for vmspace sharing as per Alan Cox. Thanks!Mike Smith1999-07-291-5/+1
* Major update to the kernel's BIOS-calling ability.Mike Smith1999-07-294-42/+365
* Remove XXX from the headers (broke the build, I'm betting.)Brian Feldman1999-07-292-4/+2
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()Matthew N. Dodd1999-07-292-8/+18
* We're called too early to have any idea whether APM is going to beMike Smith1999-07-282-22/+14
* Remove some droppings left over from the removal of the APM hooks.Mike Smith1999-07-282-10/+2
* Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These areDoug Rabson1999-07-281-4/+6
* Various formatting fixes on my FPE trapcode commit.Martin Cracauer1999-07-263-295/+289
* On FPU exceptions, pass a useful error code (one of the FPE_...Martin Cracauer1999-07-255-56/+429
* This commit adds device driver support for Adaptec Duralink PCI fastBill Paul1999-07-251-1/+2
* Increased max kmem to 200MB. This should fix some out-of-kmem panics onDavid Greenman1999-07-241-2/+2
* atomic.h:Alan Cox1999-07-232-16/+5
* Reduce the number of "magic constants" used for page coloringAlan Cox1999-07-221-2/+2
* Fix the following problem:Alan Cox1999-07-211-4/+15
* Update of the i686 MTRR/memory range support.Mike Smith1999-07-201-45/+46
* Implement an all-CPU shootdown-style rendezvous facility. This allowsMike Smith1999-07-206-7/+291
* Fix a page size vs. KB mixup. The extra buffers allocated at a reducedPeter Wemm1999-07-191-4/+4
* Updated acquire_timer2()'s state machine to work when the i8254 isBruce Evans1999-07-182-46/+20
* Don't let the machdep.tsc_freq sysctl proceed if the TSC is presentBruce Evans1999-07-182-12/+12
* Centralize dumpdev handling.Poul-Henning Kamp1999-07-171-60/+1
* Add support for multiple PCI busses directly connected to the nexus.Mike Smith1999-07-164-10/+386
* Move the xe0 driver back where it was. It was misleading where it was as itDavid E. O'Brien1999-07-131-2/+3
* Commit the correct patch, i.e., the one that actually correspondsAlan Cox1999-07-131-35/+55
* Changed the implementation of the primitives to guarantee atomicityAlan Cox1999-07-131-19/+39
* Go back to the old (icu.s rev.1.7 1993) way of keeping the AST-pendingBruce Evans1999-07-1011-126/+32
* Fixed a longstanding scheduling bug. ASTs and softclock interrupts wereBruce Evans1999-07-102-24/+26
* Implement support for hardware debug registers on the i386.Jonathan Lemon1999-07-098-8/+198
* These changes appear to give us benefits with both small (32MB) andKirk McKusick1999-07-082-5/+6
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-3/+3
* Quieten gcc paranoia.Peter Wemm1999-07-061-2/+2
* Typo: s/0ff0/0xff0/Peter Wemm1999-07-061-2/+2