summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use correct inactivity timeout of 2 minutes rather than 24 seconds due toimp2002-05-201-1/+1
* In witness_unlock(), when updating a lock list entry bucket, decrement thejhb2002-05-201-2/+2
* Add a bandaid so that sysctl kern.malloc works on sparc64.jake2002-05-201-1/+1
* In uma_zalloc_arg(), if we are performing a M_WAITOK allocation, ensurejhb2002-05-201-0/+7
* - Allow witness_sleep() to be called when witness hasn't been initializedjhb2002-05-201-16/+8
* Fix the td_intr_nesting_level check to work ok if a flag like M_ZERO isjhb2002-05-201-3/+1
* Subtle fix to the accept filter LRU code. In some cases, a newlysilby2002-05-202-2/+2
* Add SMP aware cache flushing functions, which operate on a single physicaljake2002-05-207-17/+327
* Forward declare struct trapframe.jake2002-05-201-0/+2
* Forward declare struct thread.jake2002-05-201-0/+2
* De-inline the tlb demap functions. These were so big that gcc3.1 refusedjake2002-05-203-100/+144
* Change two vput() that should have been vrele().mux2002-05-202-4/+4
* Regen after changing Device ID string for DaisyTech devices.sobomax2002-05-202-4/+4
* Change Device ID string for DaisyTech devices.sobomax2002-05-201-1/+1
* Don't grab Giant around malloc(9) and free(9).phk2002-05-204-59/+44
* Flesh-out ptrace support. This obviously needs more work.marcel2002-05-202-14/+96
* Lock down a socket, milestone 1.tanimura2002-05-2062-503/+1712
* Off-by-128 error in the cuam* device node numbers.rwatson2002-05-202-2/+2
* Bump the rc driver a little bit closer to the 21st century: userwatson2002-05-202-0/+12
* MD ficl files for sparc64.jake2002-05-192-0/+513
* Fix a kernel page fault when accessing user memory. We weremarcel2002-05-191-57/+38
* Add a Quirk entry for the USB SimpleTech UCF-100 compact flash reader.dillon2002-05-191-0/+7
* It's time to build modules by default.marcel2002-05-191-3/+0
* Simplify IA64_CMPXCHG to avoid having braced-groups in expressions.marcel2002-05-191-20/+22
* o Fix race condition caused by doing ptrace() for permissionmarcel2002-05-191-24/+44
* Generalize a bit: we don't need separate functions to find the i386 andphk2002-05-191-33/+9
OpenPOWER on IntegriCloud