summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* - Move the init of %gs and pcb_gs before user_ldt_free().mdodd2002-09-221-13/+4
* Moved nfs_diskless setup code from autoconf.c to nfsclient/nfs_diskless.cjake2002-09-221-181/+1
* A good dose of style.9. No functional change.markm2002-09-211-21/+17
* Code tidy-up. ISOfy, turn a macro into an inline for lint(1) (perhapsmarkm2002-09-211-16/+15
* Provide in inline function for the (GNUC) assembler "hlt" instruction.markm2002-09-211-0/+7
* Wrap GCC-specific asm() code in #ifdef __GNUC__markm2002-09-211-0/+2
* Fix a 3 year old oversight: Remove the #ifdef/#endif pair now that therephk2002-09-212-4/+0
* Axe unused include.jhb2002-09-201-1/+0
* We need neither <sys/diskslice.h> nor <sys/disklabel.h> here.phk2002-09-201-2/+0
* For reasons now lost in historical fog, the bounds_check_with_label()phk2002-09-201-59/+0
* fork_trampoline() marks a trap frame.jhb2002-09-201-1/+2
* Use proper type for a variable used as a DDB symbol.jhb2002-09-201-1/+2
* Trim includes.jhb2002-09-201-2/+1
* Various style fixes, including moving db_print_backtrace() out of thejhb2002-09-201-32/+25
* This patch enables FreeBSD i686 MTRR support on Intel Pentiummdodd2002-09-191-1/+1
* Implement db_print_backtrace() if DDB is compiled into the kernel. Thisjhb2002-09-191-0/+9
* From Christian Zander:mdodd2002-09-191-2/+9
* Restore status register A of RTC at resume time.iwasaki2002-09-182-0/+2
* Implement C99's va_copy() macro.mike2002-09-181-0/+3
* Don't reference cpu_fxsr unless CPU_ENABLE_SSE is defined. This fixes kernelsobomax2002-09-171-2/+8
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-175-32/+0
* Add kernel support needed for the KSE-aware libpthread:mini2002-09-162-70/+304
* Add kernel support needed for the KSE-aware libpthread:mini2002-09-165-18/+42
* Add kernel support needed for the KSE-aware libpthread:mini2002-09-166-85/+224
* Allocate KSEs and KSEGRPs separatly and remove them from the proc structure.julian2002-09-151-1/+1
* Some BIOSs are using MTRR values that are only documented under NDAdwmalone2002-09-151-0/+11
* Whitespace consistency fix from addition of IAHD_REG_PRETTY_PRINT: userwatson2002-09-111-1/+1
* Make sure a $PIR table header has a valid length before accepting the tablejhb2002-09-091-1/+2
* #include "opt_bla.h" goes first says Bruce.phk2002-09-091-2/+2
* Use "options " rather than "options<tab>".kuriyama2002-09-091-2/+2
* Fix style(9) bugs.phk2002-09-081-2/+2
* Fill out two fields (si_pid, si_uid) in the siginfo structure handed backjmallett2002-09-071-0/+2
* Match the more modern ports and comment the filling of POSIX parts of siginfojmallett2002-09-071-1/+1
* Automatically enable CPU_ENABLE_SSE (detect and enable SSE instructions)peter2002-09-074-0/+28
* Zap the implementations of the i386-aout specific cpu_coredump function.peter2002-09-071-34/+0
* Add a subclass of the PCI-PCI bridge driver that uses the PCIBIOS tojhb2002-09-061-2/+69
* Add a function pci_probe_route_table() that returns true if our PCI BIOSjhb2002-09-062-0/+20
* Dump the $PIR table if booting verbose.jhb2002-09-061-0/+3
* - Add a pci_cfgintr_valid() function to see if a given IRQ is a validjhb2002-09-063-3/+36
* If we are using APIC_IO tell ACPI so it can route interrupts properly.jhb2002-09-061-0/+3
* Add support for printing out the contents of a PCI BIOS $PIR interruptjhb2002-09-061-2/+54
* Prefer the physical bus number of the PCI bus as the unit of the pciXjhb2002-09-061-1/+1
* Test PCIbios.ventry against 0 to see if we found a PCIbios entry point,jhb2002-09-051-2/+2
* Move some variables to the BSS instead of explicitly zero'ing them. Thisjhb2002-09-051-3/+3
* Statically compile pcn(4) into the install kernel vs. using as module.obrien2002-09-051-1/+1
* Change the support for AMDs ElanSC520 CPU from being a device driver tophk2002-09-042-44/+7
* Function prototypes don't need 'extern'.jhb2002-09-041-6/+6
* Use resource_list_print_type() instead of duplicating the code injhb2002-09-042-66/+6
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections tojake2002-09-012-10/+28
* Enable ahd/ahc register pretty printing by default. This expeditesgibbs2002-08-311-1/+5
OpenPOWER on IntegriCloud