aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add support for reading an additional loader configuration file. By default,Gordon Tetlow2002-05-243-1/+70
* o Replace the vm_map's hint by the root of a splay tree. By design,Alan Cox2002-05-242-81/+106
* For now, make the .ifdef GCC3 case default. We should change -Wno-formatPeter Wemm2002-05-241-7/+1
* Convert unionfs to nmount.Maxime Henrion2002-05-242-25/+22
* - Remove a few storage pools and replace them with UMA zones. The spansAndrew R. Reiter2002-05-247-78/+90
* - Turn a couple of storage pools into UMA zones and their associated callsAndrew R. Reiter2002-05-242-10/+13
* Fix comments.Maxime Henrion2002-05-241-1/+1
* Style nit, no functional changes.Maxime Henrion2002-05-232-0/+2
* - Fix uma_zcreate parameters -- don't pass M_* flags here, doh.Andrew R. Reiter2002-05-231-2/+2
* Update comments to better match reality.Maxime Henrion2002-05-231-2/+2
* Convert nullfs to nmount.Maxime Henrion2002-05-232-17/+12
* Slightly change the way we pass mount options to the filesystemMaxime Henrion2002-05-232-12/+24
* o Conditionalize sections for POSIX.1-2001 compatibility.Mike Barcroft2002-05-231-31/+49
* ANSIfy variable-argument macros.Mark Murray2002-05-232-6/+6
* In m_aux_delete, no need to chase beyond victim.Hajimu UMEMOTO2002-05-231-0/+1
* Whitespace only; fix indentation.Mark Murray2002-05-231-3/+3
* Dont panic if only one disk on a channel can do tagged queueing.Søren Schmidt2002-05-231-8/+8
* Fixed broken ``make -jX install''.Ruslan Ermilov2002-05-231-0/+1
* Minor nit: get p pointer in msleep() from td->td_proc (whereJohn Baldwin2002-05-231-1/+1
* Whitespace: trim a trailing tab.John Baldwin2002-05-231-1/+1
* Make the counters uintmax_ts, and use %ju rather than %llu.Dag-Erling Smørgrav2002-05-232-4/+6
* Fix a panic by allocating the iface structure locally in the attachJosef Karthauser2002-05-232-3/+14
* - Turn two more storage pools into UMA zones and make the related memoryAndrew R. Reiter2002-05-234-30/+31
* Reflect some changes in the NetBSD code path, and sligh adjustments to ours.Josef Karthauser2002-05-231-4/+7
* Sync with NetBSD. (Non functional changes).Josef Karthauser2002-05-221-9/+9
* Fix a bug: Use USBD_DEFAULT_INTERVAL instead of USBD_DEFAULT_TIMEOUTJosef Karthauser2002-05-221-1/+1
* Rename pause() to ia32_pause() so it doesn't conflict with the pause()John Baldwin2002-05-224-14/+14
* Restore us back to the rev 1.324 level of having an Intel gigE driver.David E. O'Brien2002-05-222-0/+2
* Debug registers aren't selectors, so use saner names for the variables inJohn Baldwin2002-05-222-48/+48
* - Sort the pause() inline into the appropriate location.John Baldwin2002-05-222-12/+50
* Rename cpu_pause() to pause(). Originally I was going to make this anJohn Baldwin2002-05-224-12/+12
* Quick fix for non-unique inode numbers for hard links. We use theBruce Evans2002-05-222-12/+28
* Include <sys.systm.h> for the declaration of some atomic functions -- don'tBruce Evans2002-05-221-0/+1
* o Add records for PCI bus and PCI device errors.Marcel Moolenaar2002-05-221-10/+70
* o Make contigmalloc1() static.Alan Cox2002-05-222-5/+1
* Permit alternative break sequence to break to debugger in GENERIC. BreakageRobert Watson2002-05-212-0/+2
* Add appropriate IA32 "pause" instructions to improve performanec onJohn Baldwin2002-05-212-2/+34
* - td will never be NULL, so the call to soalloc() in socreate() will alwaysAndrew R. Reiter2002-05-211-2/+2
* Fix an old cut 'n' paste bug inherited from BSD/OS: don't increment 'i'John Baldwin2002-05-212-2/+2
* - OR the flag variable with M_ZERO so that the uma_zalloc() handles theAndrew R. Reiter2002-05-211-2/+1
* Whitespace fixup, properly indent the body of an else clause.John Baldwin2002-05-212-4/+4
* Add code to make default mutexes adaptive if the ADAPTIVE_MUTEXES kernelJohn Baldwin2002-05-214-0/+58
* Optimize spin mutexes for UP kernels without debugging to just enter andJohn Baldwin2002-05-213-2/+23
* Introduce the concept of "magic spaces", and implement them in most ofPoul-Henning Kamp2002-05-216-3/+108
* Add an inline function cpu_pause() for the IA32 'pause' instruction.John Baldwin2002-05-212-0/+12
* Remove the "-class" suffix from classes, they will not be ambiguous.Poul-Henning Kamp2002-05-216-8/+8
* - Change the newly turned INVARIANTS #ifdef blocks (they were changed fromAndrew R. Reiter2002-05-213-24/+16
* Fix null_lock() not unlocking vp->v_interlock if LK_THISLAYER.Semen Ustimenko2002-05-211-2/+6
* Fixed to conflict labels.Yoshihiro Takahashi2002-05-211-3/+3
* Remove unneeded ## for GCC 3.1Yoshihiro Takahashi2002-05-211-26/+26