summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Convert nullfs to nmount.mux2002-05-232-17/+12
* Slightly change the way we pass mount options to the filesystemmux2002-05-232-12/+24
* o Conditionalize sections for POSIX.1-2001 compatibility.mike2002-05-231-31/+49
* ANSIfy variable-argument macros.markm2002-05-232-6/+6
* In m_aux_delete, no need to chase beyond victim.ume2002-05-231-0/+1
* Whitespace only; fix indentation.markm2002-05-231-3/+3
* Dont panic if only one disk on a channel can do tagged queueing.sos2002-05-231-8/+8
* Fixed broken ``make -jX install''.ru2002-05-231-0/+1
* Minor nit: get p pointer in msleep() from td->td_proc (wherejhb2002-05-231-1/+1
* Whitespace: trim a trailing tab.jhb2002-05-231-1/+1
* Make the counters uintmax_ts, and use %ju rather than %llu.des2002-05-232-4/+6
* Fix a panic by allocating the iface structure locally in the attachjoe2002-05-232-3/+14
* - Turn two more storage pools into UMA zones and make the related memoryarr2002-05-234-30/+31
* Reflect some changes in the NetBSD code path, and sligh adjustments to ours.joe2002-05-231-4/+7
* Sync with NetBSD. (Non functional changes).joe2002-05-221-9/+9
* Fix a bug: Use USBD_DEFAULT_INTERVAL instead of USBD_DEFAULT_TIMEOUTjoe2002-05-221-1/+1
* Rename pause() to ia32_pause() so it doesn't conflict with the pause()jhb2002-05-224-14/+14
* Restore us back to the rev 1.324 level of having an Intel gigE driver.obrien2002-05-222-0/+2
* Debug registers aren't selectors, so use saner names for the variables injhb2002-05-222-48/+48
* - Sort the pause() inline into the appropriate location.jhb2002-05-222-12/+50
* Rename cpu_pause() to pause(). Originally I was going to make this anjhb2002-05-224-12/+12
* Quick fix for non-unique inode numbers for hard links. We use thebde2002-05-222-12/+28
* Include <sys.systm.h> for the declaration of some atomic functions -- don'tbde2002-05-221-0/+1
* o Add records for PCI bus and PCI device errors.marcel2002-05-221-10/+70
* o Make contigmalloc1() static.alc2002-05-222-5/+1
* Permit alternative break sequence to break to debugger in GENERIC. Breakagerwatson2002-05-212-0/+2
* Add appropriate IA32 "pause" instructions to improve performanec onjhb2002-05-212-2/+34
* - td will never be NULL, so the call to soalloc() in socreate() will alwaysarr2002-05-211-2/+2
* Fix an old cut 'n' paste bug inherited from BSD/OS: don't increment 'i'jhb2002-05-212-2/+2
* - OR the flag variable with M_ZERO so that the uma_zalloc() handles thearr2002-05-211-2/+1
* Whitespace fixup, properly indent the body of an else clause.jhb2002-05-212-4/+4
* Add code to make default mutexes adaptive if the ADAPTIVE_MUTEXES kerneljhb2002-05-214-0/+58
* Optimize spin mutexes for UP kernels without debugging to just enter andjhb2002-05-213-2/+23
* Introduce the concept of "magic spaces", and implement them in most ofphk2002-05-216-3/+108
* Add an inline function cpu_pause() for the IA32 'pause' instruction.jhb2002-05-212-0/+12
* Remove the "-class" suffix from classes, they will not be ambiguous.phk2002-05-216-8/+8
* - Change the newly turned INVARIANTS #ifdef blocks (they were changed fromarr2002-05-213-24/+16
* Fix null_lock() not unlocking vp->v_interlock if LK_THISLAYER.semenu2002-05-211-2/+6
* Fixed to conflict labels.nyan2002-05-211-3/+3
* Remove unneeded ## for GCC 3.1nyan2002-05-211-26/+26
* MFi386: revision 1.22nyan2002-05-211-9/+8
* MFi386: 1.398-1.399 (${MACHINE_ARCH}_dump.c -> dump_machdep.c)non2002-05-211-1/+1
* Lock the writer socket across sorwakeup(fip->fi_writesock).tanimura2002-05-211-1/+3
* Update tsb_tte_enter prototype per tsb.c rev 1.20.jake2002-05-211-1/+1
* Rewrite pmap_enter to avoid copying ttes in all cases.jake2002-05-212-111/+98
* Redefine the tte accessor macros to take a pointer to a tte, instead of thejake2002-05-215-84/+77
* Avoid exposing struct if_clone and the sys/queue.h macros to userlandiedowse2002-05-201-0/+4
* - Turn a few DIAGNOSTIC into INVARIANTS since they are really sanityarr2002-05-201-3/+3
* - Turn a DIAGNOSTIC into an INVARIANTS since it's a sanity check. Usearr2002-05-201-2/+3
* - Turn a #ifdef DIAGNOSTIC to #ifdef INVARIANTS as the code from this linearr2002-05-201-1/+1
OpenPOWER on IntegriCloud