summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Add function prototypes and base module for kernel side iconv library.bp2001-04-091-0/+3
* Add a new ddb command 'show pcpu' which lists some of the per-cpu data.jhb2001-04-061-1/+45
* Axe the per-cpu variable witness_spin_check as it was replaced by thejhb2001-04-063-4/+0
* Soften the dire warnings about this code. Things are kinda workingimp2001-04-051-8/+3
* De __P() while I'm here. Done as a separate commit since it is justimp2001-04-031-45/+45
* Make this file C++ safe. It defines many useful functions (inb, outb)imp2001-04-031-0/+4
* Regen after adding linux_sched_get_priority_max() andalc2001-04-013-7/+15
* Add linux_sched_get_priority_max() and linux_sched_get_priority_min(): Thealc2001-04-011-2/+2
* Add missing includes of <sys/sx.h>jhb2001-03-281-0/+1
* Typo fix. s/criticale_t/critical_t/peter2001-03-281-1/+1
* Convert the allproc and proctree locks from lockmgr locks to sx locks.jhb2001-03-282-5/+7
* Catch up to header include changes:jhb2001-03-283-6/+3
* Rework the witness code to work with sx locks as well as mutexes.jhb2001-03-286-1/+7
* Switch from save/disable/restore_intr() to critical_enter/exit().jhb2001-03-285-137/+109
* Catch up to the mtx_saveintr -> mtx_savecrit change.jhb2001-03-281-1/+1
* - Switch from using save/disable/restore_intr to using critical_enter/exitjhb2001-03-281-5/+5
* - Add the new critical_t type used to save state inside of criticaljhb2001-03-282-15/+21
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-2626-31/+1
* Fix a problem where we were switching npxproc from underneath processesobrien2001-03-241-0/+46
* Export intrnames and intrcnt as sysctls (hw.nintr, hw.intrnames andtmm2001-03-236-6/+20
* o Two changes made elsewhere relating to recent EA commits, but notrwatson2001-03-191-1/+2
* Axe TCP_RESTRICT_RST. It was never a particularly good idea except for a fewdes2001-03-191-8/+0
* Show the bzero() bandwidth in kBps instead of Bps; use u_int32_t insteaddes2001-03-191-3/+3
* Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash).peter2001-03-171-1/+1
* Remove the now defunct ATA_ENABLE* optionssos2001-03-163-12/+0
* add cnw driver to notes/lintimp2001-03-161-0/+2
* Resync to GENERIC. This backs out the spammage that I committed wrtimp2001-03-161-23/+15
* Kill the 4MB kernel limit dead. [I hope :-)].peter2001-03-155-12/+31
* Commit some tweaks I have had laying around my tree for over a year now.peter2001-03-132-12/+14
* Move the fxp driver so it is under the miibus section.jlemon2001-03-122-3/+3
* rfork() masks RFSTOPPED out of the flags it passes to fork1(), so we havedes2001-03-111-7/+3
* Make md(4) and mdconfig(8) take over the role of vn(4) and vnconfig(8)phk2001-03-091-4/+0
* Fix mtx_legal2block. The only time that it is bad to block on a mutex isjhb2001-03-091-1/+0
* Unrevert the pmap_map() changes. They weren't broken on x86.jhb2001-03-071-6/+14
* Spelling and capitalization fixes.gsutter2001-03-071-7/+7
* - Release Giant a bit earlier on syscall exit.jhb2001-03-071-20/+14
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-076-10/+37
* Use the proc lock to protect p_pptr when waking up our parent in cpu_exit()jhb2001-03-071-1/+2
* Back out the pmap_map() change for now, it isn't completely stable on thejhb2001-03-071-14/+6
* Spell what was originally "unsigned long" as "unsigned long" again,dwmalone2001-03-061-4/+4
* - Rework pmap_map() to take advantage of direct-mapped segments onjhb2001-03-061-6/+14
* Create clone'd linux processes as stopped processes at first and don'tjhb2001-03-061-1/+9
* Don't enable interrupts before calling sched_ithd for threaded interrupts.jhb2001-03-054-4/+0
* Add some default hints for isp.mjacob2001-03-031-0/+15
* Add support for Dlink DL10022 to the ed driver. This is a mii partimp2001-03-032-9/+19
* Merged from sys/i386/include/bus_at386.h revision 1.13.kato2001-03-021-1/+0
* Back out a removal that I was far to quick to apply. The root causemarkm2001-03-021-0/+3
* version 1.7 made some changes to correct problems identifed by compilingmdodd2001-03-022-2/+0
* No longer an option. Config(8) is whining over LINT.markm2001-03-011-3/+0
* In ascpoll, return revents, not 0.jlemon2001-03-011-1/+1
OpenPOWER on IntegriCloud