summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add nmdm driver.mp2001-10-041-0/+3
* Comment out RESTARTABLE_PANICS so that it is not defined in LINT. Itjhb2001-10-041-1/+1
* Fixed a missing proc -> thread substitution.bde2001-10-031-1/+3
* Fix problem where a user buffer outside of the area being testedmjacob2001-10-021-1/+1
* Add an option ED_NO_MIIBUS, which causes the `ed' driver to beiedowse2001-09-291-0/+1
* Regen: Stop using linux_getpgid(). Use the native getpgid()marcel2001-09-283-9/+5
* Stop using linux_getpgid(). The implementation at this time ismarcel2001-09-281-1/+1
* Add device driver support for the Broadcom BCM570x family of gigabitwpaul2001-09-271-0/+6
* Add the new ng_gif, ng_gif_demux, and ng_ip_input nodes to NOTES so theybrooks2001-09-271-0/+3
* Disable the check in icu_setup() to see if a handler was already used asjhb2001-09-272-0/+4
* Update a comment to reflect the param.c -> subr_param.c move.murray2001-09-271-1/+1
* Return EINVAL if the passed intr is out of bounds.jlemon2001-09-272-0/+2
* The number of ccd(4) devices is no longer set at compile time so stopbrooks2001-09-261-1/+1
* Call securelevel_gt with a credential. Also, s/p/td->td_proc/.brooks2001-09-261-2/+2
* o Modify access control checks in linux_iopl() to use securelevel_gt()rwatson2001-09-261-2/+2
* o Modify pcvt ioctl() security checks to use securelevel_gt() insteadrwatson2001-09-261-2/+3
* o Modify spigot_open() to use securelevel_gt() instead of directrwatson2001-09-261-4/+6
* o Modify i386_set_ioperm() to use securelevel_gt() instead ofrwatson2001-09-261-2/+2
* o Modify device open access control for /dev/mem and friends to userwatson2001-09-261-4/+8
* The faith(4) device is no longer a count device so don't specify a count.brooks2001-09-253-3/+3
* + Fix misplacement of `txp'obrien2001-09-241-5/+5
* Update NFS_ROOT comments to reflect the NFSCLIENT optionjedgar2001-09-221-1/+1
OpenPOWER on IntegriCloud