summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Allocate KSEs and KSEGRPs separatly and remove them from the proc structure.julian2002-09-151-1/+1
* makeLINT.sed replaced makeLINT.sh about 4 months ago.mike2002-09-151-19/+0
* Removed unused includes. Sorted includes. This is part of removingbde2002-09-151-5/+1
* Some BIOSs are using MTRR values that are only documented under NDAdwmalone2002-09-152-1/+12
* Whitespace consistency fix from addition of IAHD_REG_PRETTY_PRINT: userwatson2002-09-111-1/+1
* Completely redo thread states.julian2002-09-111-0/+1
* Fix LINT build on alpha by completing move of cy and apm_saver tonjl2002-09-111-0/+10
* move some printfs under bootverbosesam2002-09-101-4/+5
* Make sure a $PIR table header has a valid length before accepting the tablejhb2002-09-092-2/+4
* - Fix iBCS2 emulation of COFF files that have multiple librariesrobert2002-09-091-3/+7
* #include "opt_bla.h" goes first says Bruce.phk2002-09-091-2/+2
* Use "options " rather than "options<tab>".kuriyama2002-09-092-4/+4
* Fix style(9) bugs.phk2002-09-082-3/+3
* Note that 'device gzip' *requires* COMPAT_AOUT. Maybe this "device"peter2002-09-081-1/+1
* Tidy up some loose ends that bde pointed out. caddr_t bad, ok?peter2002-09-071-8/+7
* The true value of how the kernel was configured for KSTACK_PAGES was notpeter2002-09-071-6/+6
* Fill out two fields (si_pid, si_uid) in the siginfo structure handed backjmallett2002-09-071-0/+2
* Diff reduction in comments for filling the siginfo structure - refer tojmallett2002-09-071-1/+1
* Match the more modern ports and comment the filling of POSIX parts of siginfojmallett2002-09-071-1/+1
* Include <machine/pcb.h> instead of depending on namespace pollution inbde2002-09-071-0/+1
* Automatically enable CPU_ENABLE_SSE (detect and enable SSE instructions)peter2002-09-075-2/+35
* Supposedly linux has added a 6th syscall arg register (%ebp). I am notpeter2002-09-071-0/+1
* Add options COMPAT_AOUT to detect future bitrot.peter2002-09-071-0/+3
* Give this a self contained a.out coredump routine.peter2002-09-071-1/+60
* 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-063-0/+39
* Dump the $PIR table if booting verbose.jhb2002-09-062-0/+6
* - Add a pci_cfgintr_valid() function to see if a given IRQ is a validjhb2002-09-064-4/+69
* 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-062-4/+108
* 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-052-4/+4
* 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
* Include <sys/systm.h> for the definition of offsetof() instead of dependingbde2002-09-051-0/+1
* Include <sys/systm.h> for the definition of offsetof() instead of dependingbde2002-09-051-0/+1
* Split up ptrace() into a wrapper that does the copying to and fromiedowse2002-09-051-95/+52
* On the ElanSC520 CPU use general purpose timer#2 as timecounter.phk2002-09-041-0/+19
* Change the support for AMDs ElanSC520 CPU from being a device driver tophk2002-09-044-49/+54
* 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
* Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on allmike2002-09-031-53/+0
* Continue de-counting i4b. Devices i4bctl, i4bcapi, iavc, i4bq921,brooks2002-09-021-13/+13
* Use the new kern_* functions to avoid the need to store argumentsiedowse2002-09-012-54/+28
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections tojake2002-09-013-12/+66
* Reduce the maximum KVA reserved for swap meta structures from 70 to 32 MB.dillon2002-08-311-3/+5
* Enable ahd/ahc register pretty printing by default. This expeditesgibbs2002-08-311-1/+5
* db_ps.c:bde2002-08-311-8/+8
* Take a shot at fixing up a whole stack of style and other embarresingpeter2002-08-311-15/+12
OpenPOWER on IntegriCloud