| Commit message (Expand) | Author | Age | Files | Lines |
* | - Turn a couple of storage pools into UMA zones and their associated calls | arr | 2002-05-24 | 2 | -10/+13 |
* | Fix comments. | mux | 2002-05-24 | 1 | -1/+1 |
* | Style nit, no functional changes. | mux | 2002-05-23 | 2 | -0/+2 |
* | - Fix uma_zcreate parameters -- don't pass M_* flags here, doh. | arr | 2002-05-23 | 1 | -2/+2 |
* | Update comments to better match reality. | mux | 2002-05-23 | 1 | -2/+2 |
* | Convert nullfs to nmount. | mux | 2002-05-23 | 2 | -17/+12 |
* | Slightly change the way we pass mount options to the filesystem | mux | 2002-05-23 | 2 | -12/+24 |
* | o Conditionalize sections for POSIX.1-2001 compatibility. | mike | 2002-05-23 | 1 | -31/+49 |
* | ANSIfy variable-argument macros. | markm | 2002-05-23 | 2 | -6/+6 |
* | In m_aux_delete, no need to chase beyond victim. | ume | 2002-05-23 | 1 | -0/+1 |
* | Whitespace only; fix indentation. | markm | 2002-05-23 | 1 | -3/+3 |
* | Dont panic if only one disk on a channel can do tagged queueing. | sos | 2002-05-23 | 1 | -8/+8 |
* | Fixed broken ``make -jX install''. | ru | 2002-05-23 | 1 | -0/+1 |
* | Minor nit: get p pointer in msleep() from td->td_proc (where | jhb | 2002-05-23 | 1 | -1/+1 |
* | Whitespace: trim a trailing tab. | jhb | 2002-05-23 | 1 | -1/+1 |
* | Make the counters uintmax_ts, and use %ju rather than %llu. | des | 2002-05-23 | 2 | -4/+6 |
* | Fix a panic by allocating the iface structure locally in the attach | joe | 2002-05-23 | 2 | -3/+14 |
* | - Turn two more storage pools into UMA zones and make the related memory | arr | 2002-05-23 | 4 | -30/+31 |
* | Reflect some changes in the NetBSD code path, and sligh adjustments to ours. | joe | 2002-05-23 | 1 | -4/+7 |
* | Sync with NetBSD. (Non functional changes). | joe | 2002-05-22 | 1 | -9/+9 |
* | Fix a bug: Use USBD_DEFAULT_INTERVAL instead of USBD_DEFAULT_TIMEOUT | joe | 2002-05-22 | 1 | -1/+1 |
* | Rename pause() to ia32_pause() so it doesn't conflict with the pause() | jhb | 2002-05-22 | 4 | -14/+14 |
* | Restore us back to the rev 1.324 level of having an Intel gigE driver. | obrien | 2002-05-22 | 2 | -0/+2 |
* | Debug registers aren't selectors, so use saner names for the variables in | jhb | 2002-05-22 | 2 | -48/+48 |
* | - Sort the pause() inline into the appropriate location. | jhb | 2002-05-22 | 2 | -12/+50 |
* | Rename cpu_pause() to pause(). Originally I was going to make this an | jhb | 2002-05-22 | 4 | -12/+12 |
* | Quick fix for non-unique inode numbers for hard links. We use the | bde | 2002-05-22 | 2 | -12/+28 |
* | Include <sys.systm.h> for the declaration of some atomic functions -- don't | bde | 2002-05-22 | 1 | -0/+1 |
* | o Add records for PCI bus and PCI device errors. | marcel | 2002-05-22 | 1 | -10/+70 |
* | o Make contigmalloc1() static. | alc | 2002-05-22 | 2 | -5/+1 |
* | Permit alternative break sequence to break to debugger in GENERIC. Breakage | rwatson | 2002-05-21 | 2 | -0/+2 |
* | Add appropriate IA32 "pause" instructions to improve performanec on | jhb | 2002-05-21 | 2 | -2/+34 |
* | - td will never be NULL, so the call to soalloc() in socreate() will always | arr | 2002-05-21 | 1 | -2/+2 |
* | Fix an old cut 'n' paste bug inherited from BSD/OS: don't increment 'i' | jhb | 2002-05-21 | 2 | -2/+2 |
* | - OR the flag variable with M_ZERO so that the uma_zalloc() handles the | arr | 2002-05-21 | 1 | -2/+1 |
* | Whitespace fixup, properly indent the body of an else clause. | jhb | 2002-05-21 | 2 | -4/+4 |
* | Add code to make default mutexes adaptive if the ADAPTIVE_MUTEXES kernel | jhb | 2002-05-21 | 4 | -0/+58 |
* | Optimize spin mutexes for UP kernels without debugging to just enter and | jhb | 2002-05-21 | 3 | -2/+23 |
* | Introduce the concept of "magic spaces", and implement them in most of | phk | 2002-05-21 | 6 | -3/+108 |
* | Add an inline function cpu_pause() for the IA32 'pause' instruction. | jhb | 2002-05-21 | 2 | -0/+12 |
* | Remove the "-class" suffix from classes, they will not be ambiguous. | phk | 2002-05-21 | 6 | -8/+8 |
* | - Change the newly turned INVARIANTS #ifdef blocks (they were changed from | arr | 2002-05-21 | 3 | -24/+16 |
* | Fix null_lock() not unlocking vp->v_interlock if LK_THISLAYER. | semenu | 2002-05-21 | 1 | -2/+6 |
* | Fixed to conflict labels. | nyan | 2002-05-21 | 1 | -3/+3 |
* | Remove unneeded ## for GCC 3.1 | nyan | 2002-05-21 | 1 | -26/+26 |
* | MFi386: revision 1.22 | nyan | 2002-05-21 | 1 | -9/+8 |
* | MFi386: 1.398-1.399 (${MACHINE_ARCH}_dump.c -> dump_machdep.c) | non | 2002-05-21 | 1 | -1/+1 |
* | Lock the writer socket across sorwakeup(fip->fi_writesock). | tanimura | 2002-05-21 | 1 | -1/+3 |
* | Update tsb_tte_enter prototype per tsb.c rev 1.20. | jake | 2002-05-21 | 1 | -1/+1 |
* | Rewrite pmap_enter to avoid copying ttes in all cases. | jake | 2002-05-21 | 2 | -111/+98 |