summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Axe unused include.jhb2002-09-202-2/+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
* Repo copied to <sys/smbus/smb.h>peter2002-09-191-64/+0
* Repo copied to <sys/iicbus/iic.h>peter2002-09-191-47/+0
* move wl (isa wavelan card, not "wi") to i386-onlypeter2002-09-191-1/+6
* move "profile 2" to i386peter2002-09-191-0/+4
* move ncv, nsp, stg to i386-only section (there is no pc98-specific version)peter2002-09-191-0/+14
* Move dgb to the i386 sectionpeter2002-09-191-0/+11
* 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
* Add /dev/soekris-errled device to control the Error-LED on Soekris cards/boxes.phk2002-09-171-23/+136
* 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-34/+0
* Add kernel support needed for the KSE-aware libpthread:mini2002-09-161-35/+152
* Add kernel support needed for the KSE-aware libpthread:mini2002-09-164-14/+35
* Add kernel support needed for the KSE-aware libpthread:mini2002-09-165-81/+220
* 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
OpenPOWER on IntegriCloud