summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Style nit, no functional changes.mux2002-05-232-0/+2
* Slightly change the way we pass mount options to the filesystemmux2002-05-232-12/+24
* In m_aux_delete, no need to chase beyond victim.ume2002-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
* Rename pause() to ia32_pause() so it doesn't conflict with the pause()jhb2002-05-222-10/+10
* Rename cpu_pause() to pause(). Originally I was going to make this anjhb2002-05-222-10/+10
* 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-212-0/+52
* Optimize spin mutexes for UP kernels without debugging to just enter andjhb2002-05-212-0/+16
* 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
* - 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
* Change two vput() that should have been vrele().mux2002-05-202-4/+4
* Lock down a socket, milestone 1.tanimura2002-05-209-158/+402
* All signals can be sent to the inferior process when it's restarted,marcel2002-05-191-1/+1
* Change p_can{debug,see,sched,signal}()'s first argument to be a threadjhb2002-05-198-85/+93
* Now that daddr_t has grown up, use %lld to printf it and cast it to longjhb2002-05-181-1/+3
* Use btodb() macro.phk2002-05-181-7/+1
* Separate "seperate" from kernel source.eric2002-05-161-1/+1
* More s/file system/filesystem/gtrhodes2002-05-1611-32/+32
* o Fix vfs_copyopt(), the first argument to bcopy() is the source,mux2002-05-161-15/+6
* p_cansignal() returns an errno value; at some point, the check forrwatson2002-05-141-2/+2
* Disable the shared locking namei() code for now. It breaks several stackingjeff2002-05-144-11/+11
* Remove a printf(3) argument with no corresponding format specifier.des2002-05-141-1/+1
* Make daddr_t and u_daddr_t 64bits wide.phk2002-05-142-5/+5
* Retire the bogus uses of the disklabel field d_sbsize and begin tophk2002-05-121-5/+1
* Fix alpha build. The alpha has dumpsys implemented.marcel2002-05-121-1/+1
* Change the mbuf exhaustion warning message to match the messagesilby2002-05-091-1/+2
* Remove trace_req().mini2002-05-092-21/+10
* o Correct an error made in revision 1.65: In readv(), if uap->iovcnt isalc2002-05-091-9/+6
* expand_name fixes:alfred2002-05-081-38/+32
* Remove runq_findproc. This never worked right in the first place and canjake2002-05-081-23/+0
* M_ZERO the temp buffer in expand_name() otherwise if an error occursalfred2002-05-071-1/+1
* Re-remove kern_random.c and svr4_signal.c. Somehow dillon managed to keeppeter2002-05-071-397/+0
* Do not forget to increase the number of completely connected sockets intanimura2002-05-072-0/+2
* Switch from just holding the interlock to holding the standard lock throughoutjeff2002-05-071-12/+17
* Make funsetown() take a 'struct sigio **' so that the locking canalfred2002-05-068-38/+51
* When checking to see if the init process calls exit1(), compare p to thejhb2002-05-061-1/+1
* Style fixes in local variable declarations.jhb2002-05-061-9/+10
* - Style fixes in some comments.jhb2002-05-061-9/+10
* Hold the currently selected vnode's lock across the call to VOP_GETVOBJECT.jeff2002-05-061-2/+4
* Add the lchflags(2) syscall.mux2002-05-054-2/+50
OpenPOWER on IntegriCloud