summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Include a space between hash ('#') and 'Berkeley packet filter' likedan2000-03-211-1/+1
* Isolate the Timecounter internals in their own two files.phk2000-03-202-12/+14
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-203-4/+3
* Exchange numerical values for FPE_INTDIV and FPE_INTOVF, so that theycracauer2000-03-201-2/+2
* Document and supply COMPAT_OLDPCI and COMPAT_OLDISA so 'make release'peter2000-03-191-0/+2
* Connect the ISA and PCI compatability shims to an option. In this casepeter2000-03-191-1/+5
* Please welcome the URio driver. Written byn_hibma2000-03-161-0/+1
* Eliminate the undocumented, experimental, non-delivering and highlyphk2000-03-161-34/+0
* Disabled the optimization of not doing an invltlb_1pg() when changingbde2000-03-131-4/+4
* Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags.phk2000-03-132-12/+16
* Change the default FPU control word so that exceptions for newcracauer2000-03-102-68/+8
* Add Compaq `ida' driver to GENERIC, update it's LINT entry.jlemon2000-03-091-0/+1
* I applied the wrong patch set. Back out anything associateddufault2000-03-021-1/+0
* Patches that eliminate extra context switches in FIFO case.dufault2000-03-022-2/+4
* Reset the hardware debug registers when exec'ing a new image.bsd2000-02-281-0/+22
* Do some cleanups of the IPv6 stuff. This is a non-functional change.green2000-02-271-3/+2
* Enable IPv6 support by default.jkh2000-02-261-0/+4
* Add a workaround to allow us to detect the second pci bus on an HPdfr2000-02-232-2/+20
* Fix an __asm operand constraint which broke the -O3 and -O0 builds.bsd2000-02-211-6/+6
* Don't forget to reset the hardware debug registers when a process thatbsd2000-02-207-1/+181
* Update the documentation to reflect Bill Paul's latest changes.n_hibma2000-02-201-1/+1
* Make it clear that 'options XSERVER' is for pcvt and not for syscons.yokota2000-02-161-1/+1
* Fix an uninitialised variable which affected probing on some machines.dfr2000-02-132-0/+2
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-131-6/+9
* Document the support in the kernel for hardware debug registers on theobrien2000-02-121-0/+3
* Allow allows peer pci buses which are directly connected to the RCC host pcigallatin2000-02-092-14/+44
* Add PCI Id's for i810 chipsets.n_hibma2000-02-072-0/+18
* Clean up POSIX options, syncronize generics.jkh2000-02-041-2/+1
* da0 -> dan_hibma2000-02-011-1/+1
* Remove 'conflicts' token - it has been effectively doing absolutelypeter2000-01-291-1/+1
* Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and somepeter2000-01-292-10/+0
* Remove a workaround for a gas bug. It couldn't assemble a certainpeter2000-01-291-3/+1
* Simplify messages of Pentium II, Pentium II Xeon, Celeron, Pentium IIIkato2000-01-291-11/+4
* Mitigate the stream.c attacksimp2000-01-281-0/+1
* Add soft updates to the set of things being tagged. Syntax cleanup.mckusick2000-01-271-1/+1
* Correctly initialise the available IRQ numbers in the APIC_IO case.msmith2000-01-262-18/+24
* Use device_printf() instead of device_print_prettyname().dfr2000-01-252-20/+18
* Fixed the profiling version ALTENTRY(). Again. The previous versionbde2000-01-251-5/+9
* Remove a bunch of no-op "port ?" and "irq ?" declarations.peter2000-01-241-9/+9
* Removed bogus quotes and unmangled related contractions.bde2000-01-241-3/+3
* Some formatting cleanups and remove comments about numbers of units thatpeter2000-01-231-8/+5
* Drop 'at ppbus?' and the trailing '0' from the ppbus children.peter2000-01-231-4/+4
* Update GENERIC/LINT to leave out the useless digit at the end of pcipeter2000-01-231-56/+56
* Add the two wireless pccard nics.imp2000-01-231-2/+2
* updated commentswilko2000-01-211-2/+2
* Move ENTRY and ALTENTRY definitions to asm.h where they belong.jasone2000-01-201-1/+4
* Cast rman_get_virtual() to a vm_offset_t.billf2000-01-182-2/+2
* unbreak (rv -> r), afaik what Mike intended, boots fine on my machinealfred2000-01-182-2/+2
* Enable POSIX P1003_1B extentions by default; there's no reason I can seejkh2000-01-181-0/+3
* Don't try to map memory resources into the kernel until they're actuallymsmith2000-01-182-40/+70
OpenPOWER on IntegriCloud