summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Set the code and signal for the F00F hack fault directly instead ofjhb2001-10-231-7/+3
* Implement multiple low-level console support.jlemon2001-10-231-1/+1
* Remove funky right justification.mike2001-10-231-9/+9
* wx is an ex-parrot. wx doesn't exist any more, so remove it.imp2001-10-221-1/+0
* Move procfs_* from procfs_machdep.c into sys_process.c, and rename them todes2001-10-211-162/+0
* [partially forced commit due to pilot error in earlier commit attempt]des2001-10-212-6/+6
* Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnPhm2001-10-211-4/+4
* MFi386:bde2001-10-211-0/+2
* MFpc98: fundamental differences. The magic numbers for the i/o portbde2001-10-211-0/+17
* MFpc98: all changes in sys/pc98/pc98/npx.c related to FPU_ERROR_BROKEN.bde2001-10-211-0/+9
* Remove wx.mjacob2001-10-202-6/+0
* Drop support for x87 emulation. Any CPU one would dare to run 5-CURRENTobrien2001-10-201-1/+0
* Fix the typedef of va_list.ru2001-10-191-1/+3
* Try two on the preprocessing logic.obrien2001-10-191-2/+2
* Blah, fix braino where ru had to remind me of proper preprocessor syntax.obrien2001-10-191-1/+1
* Fix the le driver - it has been broken for a while and these fixes havejlemon2001-10-191-27/+21
* Add entry for the PRO/1000.jlemon2001-10-191-0/+2
* Add verbage for MODULES_OVERRIDE.imp2001-10-181-0/+4
* My attempts at minimizing the number of #def's got me in trouble.obrien2001-10-181-5/+5
* Add experimental support for sending keypad facility messages.hm2001-10-182-7/+20
* Add support for "__gnuc_va_list". Some overly "smart" libraries assumeobrien2001-10-181-0/+8
* Minor comment tweaking.obrien2001-10-171-4/+4
* Back out previous revision. TCBHASHSIZE isn't an option, despite what I'ddes2001-10-171-5/+0
* Make SCSI changer and SES devices standard in generic kernels.mjacob2001-10-161-0/+2
* Document TCBHASHSIZE.des2001-10-161-0/+5
* Deleted most of npxprobe(), and merged npxprobe1() back into npxprobe().bde2001-10-161-127/+49
* Commit my old fixes for cosmetic bugs in npxprobe() so that they aren'tbde2001-10-161-13/+8
* Implement linux_chown and linux_lchown. The fchown syscall mapsmarcel2001-10-164-20/+10
* o Change prototype of linux_lchown and linux_chown so that themarcel2001-10-161-6/+5
* Explicitly initialize the fpu when SSE is enabled since this notegge2001-10-151-0/+5
* In FreeBSD's ifreq, ifr_ifru.ifru_flags is an array of two chars, while Linuxdes2001-10-151-1/+1
* Change vmapbuf() to use pmap_qenter() and vunmapbuf() to use pmap_qremove().tegge2001-10-141-15/+24
* Reduce the number of TLB shootdowns caused by a call to pmap_qenter()tegge2001-10-141-4/+18
* Correct the input/output/clobber specifications for the cpuidjdp2001-10-121-8/+3
* Oops, these already included sys/lock.h, they just did so afterjhb2001-10-113-3/+0
* Add missing includes of sys/ktr.h.jhb2001-10-113-0/+3
* Add missing includes of sys/lock.h.jhb2001-10-114-0/+4
* Documentation nitpick. IPFIREWALL_VERBOSE logging really has nothingcjc2001-10-111-2/+1
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-102-2/+2
* Remove the Xresume* labels from the i386 interrupt handlers; theiedowse2001-10-095-7/+2
* Remove an unneeded variable declaration and statement.robert2001-10-092-4/+0
* Note that this driver is soon to be deprecated and removed from FreeBSD.mjacob2001-10-091-0/+4
* Don't attempt to initialize the pcaudio device on open. The attach routinejhb2001-10-081-6/+0
* Allow atomic ops to be somewhat safely used in userland. We always usejhb2001-10-081-3/+7
* Dissociate ptrace from procfs.des2001-10-071-1/+0
* Export interrupt statistics via sysctl.luigi2001-10-072-0/+12
* Mention that ed requires miibus.iedowse2001-10-071-0/+1
* Rewrite the pc98 bus_space stuff.nyan2001-10-076-1372/+391
* - Moved the bus_dma declarations from bus_{at386,pc98}.h into bus_dma.h.nyan2001-10-064-1374/+4
* Fix a warning. (unused p if not INVARIANTS)peter2001-10-061-2/+1
OpenPOWER on IntegriCloud