summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Move some sysctls from the debug tree to the vfs tree.des2002-06-061-3/+3
* Gratuitous whitespace cleanup.des2002-06-061-28/+27
* Use "bwrbg" as description when we sleep for background writing,phk2002-06-061-1/+1
* Fixed overflow in the bounds checking in dscheck(). It assumed thatbde2002-06-061-4/+4
* Replace thread_runnable() with thread_running() as the latter is morejhb2002-06-042-12/+10
* Optimize the adaptive mutex spin a bit. Use a simple while loop withjhb2002-06-042-2/+8
* Add a private thread_runnable() macro to make the code more readable andjhb2002-06-042-6/+10
* ANSIfy the one remaining K&R function.des2002-06-021-4/+1
* Whitespace nits.des2002-06-021-2/+2
* Add support for 'j' flag. Simplify the size modifier code and reduce codedes2002-06-021-100/+71
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-021-1/+1
* Add POSIX.1-2001 WCONTINUED option for waitpid(2). A proc flagmike2002-06-012-1/+19
* Fix a bug in m_split(): the "m->m_ext.ext_size" field of an mbuf was beingarchie2002-05-311-1/+5
* Nit: kern.ttys is of type S,xtty, not S,tty.des2002-05-311-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-319-402/+158
* - Replace the bandaid introduced in revision 1.110 withrobert2002-05-311-1/+3
* Mistyped and lost a '&' in previous commit.phk2002-05-301-1/+1
* Don't forget to factor in the boottime when we calculate PPS timestamps.phk2002-05-301-0/+1
* Record the file, line, and pid of the last successful shared lock holder. Thisjeff2002-05-301-0/+6
* CURSIG() is not a macro so rename it cursig().julian2002-05-294-16/+16
* diff reduction from KSE to keep WW-III from happenning on -currentjulian2002-05-291-1/+2
* Add some checks to prevent NULL dereferences.des2002-05-281-3/+6
* Remove a duplicated vfs_freeopts() that I introduced in lastmux2002-05-282-4/+2
* Add NAI copyright.des2002-05-281-0/+8
* Add uuidgen(2) and uuidgen(1).marcel2002-05-283-2/+226
* Add syscall uuidgen() for generating Univerally Unique Identifiersmarcel2002-05-281-0/+1
* Introduce struct xtty, used when exporting tty information to userland.des2002-05-281-5/+30
* o Remove some unnecessary casting from and add some necessary casting toalc2002-05-251-3/+3
* ANSIfy (significant portions were already partly ANSIfied)des2002-05-251-115/+42
* Remove register.des2002-05-251-51/+51
* Automated whitespace cleanup.des2002-05-251-10/+10
* Make the run queue parameters machine dependent. Optimize 64 bitjake2002-05-251-0/+2
* Fix warnings. Also, removed an unused variable that I found that was justpeter2002-05-241-6/+4
* 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
OpenPOWER on IntegriCloud