summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Style fix.davidxu2003-04-121-1/+1
* Fix race between a process registering a NOTE_EXIT EVFILT_PROC event andkbyanc2003-04-121-0/+15
* - Use the sched_nice() api instead of setting the nice value directly.jeff2003-04-121-2/+3
* Check SIG_HOLD action ealier to avoid missing test it in later code.davidxu2003-04-121-9/+7
* - Call sched_exit_{kse,thread} and sched_fork{kse,thread} so that thr worksjeff2003-04-111-0/+6
* - Add sched_exit_*jeff2003-04-111-6/+17
* - Only select kseqs with more than one kse to steal. The running ksejeff2003-04-111-1/+1
* - When migrating a kse from one kseq to the next actually insert it ontojeff2003-04-111-22/+19
* Add new sysctl MIB (hw.acpi.supported_sleep_state) to indicateiwasaki2003-04-111-0/+23
* Clarify NO_SWAPPING description.mike2003-04-111-2/+3
* Copy %gs from current CPU not from a stale PCB backup.davidxu2003-04-112-0/+4
* set_user_ldt_rv() should check same proc not thread,davidxu2003-04-112-2/+2
* Style(9) a comment added in previous commit.gallatin2003-04-111-2/+4
* - Call ether_ifdetach() before shutting down the hardware.mux2003-04-111-20/+18
* The data in an sf_buf should not be modified by the mbuf system. Markalc2003-04-111-1/+1
* - Add a SYSCTL node for the ule scheduler.jeff2003-04-111-300/+406
* - Catch up with sched api changes.jeff2003-04-111-15/+48
* - Adjust sched hooks for fork and exec to take processes as arguments insteadjeff2003-04-115-20/+27
* I deserve a big pointy hat for having missed all those referencesmux2003-04-1017-50/+42
* - Clean up the fxp_release() and fxp_detach() functions.mux2003-04-101-46/+46
* Convert the SMP_TSC kernel option into a loader tunable. Also enabledes2003-04-105-20/+40
* Change the operation parameter of bus_dmamap_sync() from anmux2003-04-1014-116/+60
* Remove a potential panic condition introduced by reduced TCP waitrwatson2003-04-102-10/+30
* Enable loadable modules to be unloaded on alphas with shared isagallatin2003-04-101-9/+21
* - Kill the pv_flags member of the alpha mdpage since it stop being usedjhb2003-04-104-22/+0
* Check M_TRYWAIT as a flag, not a constant, in MBTOM() mbuf allocatorrwatson2003-04-101-1/+1
* Move the _oncpu entry from the KSE to the thread.julian2003-04-1015-16/+19
* Print real memory/avail memory on startup like other platforms. Hidejake2003-04-101-2/+10
* Spell 55 with two '5'ssos2003-04-101-2/+2
* Add a few more older SiS ID's.sos2003-04-102-34/+41
* Add quirk for LOGITECH WMRPAD.mdodd2003-04-101-0/+1
* - Add LOGITECH WMRPAD, MOTOROLA SB410, and SANDISK SDDR05.mdodd2003-04-103-0/+24
* Fix interrupt race.imp2003-04-101-1/+1
* SMC 8041 is the same thing as LINKSYS COMBO_ECARD, so no extra entryimp2003-04-101-1/+0
* Add Billionton CFLT10N and SMC8041 (although I'm not 100% sure the latter isimp2003-04-101-1/+2
* Remove bogus line and entry, restore cnet ne2000 add smc 8041imp2003-04-103-12/+14
* Add a sysctl that records and reports the CPU clock rate calculatedwes2003-04-102-0/+12
* reorganize the supported card table. We don't need the enet_vendor orimp2003-04-101-272/+57
* Sync to 1.46imp2003-04-101-114/+122
* MFNetBSD:imp2003-04-101-2/+6
* Don't set the description if NULL.imp2003-04-101-1/+2
* Don't lock in the attach routine. It isn't required. Register theimp2003-04-104-37/+44
* Make sure that pp_name is non-null before setting the deviceimp2003-04-1011-11/+21
* Back out the _ND change. I plan on making all drivers default to that withimp2003-04-101-37/+37
* In [bsd-nomads:16650] shibagaki-san presented an example product id ofimp2003-04-101-1/+1
* It appears that msdosfs_init() is called multiple times. This happensimp2003-04-101-0/+13
* 1.37 was committed prematurely: back out until I can commit all parts at theimp2003-04-091-6/+5
* 1.77 was bogus: there is no logic bug. Back it out and compare theimp2003-04-092-6/+7
* Fix a logic bug in previous commit (use || rather than &&). In order tojhb2003-04-091-1/+1
* Add prototypes for change_root() and change_dir().mike2003-04-091-0/+2
OpenPOWER on IntegriCloud