| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Move the 'clk' spinlock below other spin locks since KTR trace events | John Baldwin | 2001-06-25 | 1 | -6/+39 |
| * | - Replace the unused KTR_IDLELOOP trace class with a new KTR_WITNESS trace | John Baldwin | 2001-06-25 | 1 | -14/+17 |
| * | - Sort includes. | John Baldwin | 2001-06-25 | 1 | -9/+9 |
| * | Count the context switch when blocking on a mutex as a voluntary context | John Baldwin | 2001-06-25 | 2 | -0/+6 |
| * | Count the switch when an ithread goes idle as a voluntary context switch. | John Baldwin | 2001-06-25 | 1 | -0/+1 |
| * | Don't dereference a NULL pointer if we fail to get a sendfilebuf. | David Malone | 2001-06-24 | 1 | -1/+2 |
| * | After exhaustive discussions and some meandering and confusion, enough | Matthew Dillon | 2001-06-24 | 1 | -0/+6 |
| * | - Lock CURSIG() with the proc lock to close the signal race with psignal. | John Baldwin | 2001-06-22 | 1 | -99/+67 |
| * | - Lock CURSIG with the proc lock and don't release the proc lock until | John Baldwin | 2001-06-22 | 1 | -4/+10 |
| * | - Grab the proc lock around CURSIG and postsig(). Don't release the proc | John Baldwin | 2001-06-22 | 1 | -3/+4 |
| * | - Change CURSIG() and postsig() to require that the proc lock is held | John Baldwin | 2001-06-22 | 1 | -9/+10 |
| * | int -> size_t fix | Matt Jacob | 2001-06-22 | 1 | -2/+2 |
| * | Temporary fix at least- define NCPU_PRESENT which will be mp_npcus for | Matt Jacob | 2001-06-22 | 1 | -2/+11 |
| * | changed hostid from long to unsigned long to be able to store values > 2GB | Jim Pirzyk | 2001-06-22 | 1 | -3/+2 |
| * | Introduce numerous SMP friendly changes to the mbuf allocator. Namely, | Bosko Milekic | 2001-06-22 | 4 | -472/+1048 |
| * | Fix some lock order reversals where we called free() while holding a proc | John Baldwin | 2001-06-20 | 2 | -11/+14 |
| * | Change m_devget()'s outdated and unused `offset' argument to actually mean | Bosko Milekic | 2001-06-20 | 1 | -29/+24 |
| * | Preemption by an interrupt thread is an involuntary switch, not a voluntary | John Baldwin | 2001-06-20 | 1 | -1/+1 |
| * | Constify (silence warnings introduced by last commit to sys/module.h) | Dag-Erling Smørgrav | 2001-06-20 | 1 | -7/+7 |
| * | After one too many PRs on the subject, bite the bullet and define IOV_MAX | Garrett Wollman | 2001-06-18 | 1 | -0/+4 |
| * | Lock Giant in postsig() for the KTRACE case as ktrpsig() needs Giant when | John Baldwin | 2001-06-18 | 1 | -0/+4 |
| * | Add linker_reference_module(). | Brian Somers | 2001-06-18 | 1 | -0/+25 |
| * | Don't remove the SI_CHEAPCLONE for unsupported minors | Brian Somers | 2001-06-18 | 1 | -1/+2 |
| * | Move setugid() a little sooner to before we release tracing in case | Peter Wemm | 2001-06-16 | 1 | -2/+3 |
| * | Add INTR_TYPE_AV so that we can get to the PI_AV priority in the ithread | Peter Wemm | 2001-06-16 | 1 | -1/+4 |
| * | Fix warnings: | Jonathan Lemon | 2001-06-16 | 1 | -0/+1 |
| * | Correctly hook up the write kqfilter to pipes. | Jonathan Lemon | 2001-06-15 | 1 | -5/+7 |
| * | Fix some warnings in kern_environment.c. Make the getenv*() family | Peter Wemm | 2001-06-15 | 1 | -3/+3 |
| * | As per comments in sys/linker_set.h: | Peter Wemm | 2001-06-14 | 1 | -107/+0 |
| * | With this commit, I hereby pronounce gensetdefs past its use-by date. | Peter Wemm | 2001-06-13 | 9 | -140/+302 |
| * | Patch up a blunder I made a few days ago. nmbcnt was being initialized | Peter Wemm | 2001-06-13 | 1 | -6/+15 |
| * | Hints overhaul: | Peter Wemm | 2001-06-12 | 2 | -465/+578 |
| * | Rename nextpid to lastpid and externalize it. | Dag-Erling Smørgrav | 2001-06-11 | 1 | -7/+7 |
| * | Blah, I cut out a tad too much in the previous commit. (thanks again, Jake!) | Dag-Erling Smørgrav | 2001-06-11 | 1 | -0/+1 |
| * | copyin(9) doesn't return ENAMETOOLONG. (thanks, Jake!) | Dag-Erling Smørgrav | 2001-06-11 | 1 | -10/+2 |
| * | Add sbuf_copyin(). Also add 'b' variants of sbuf_{cat,copyin,cpy}() which | Dag-Erling Smørgrav | 2001-06-11 | 1 | -0/+98 |
| * | Sync with recent KAME. | Hajimu UMEMOTO | 2001-06-11 | 3 | -51/+130 |
| * | Try to make the setting of the SIGCHLD handler the same as setting of | David Malone | 2001-06-11 | 1 | -1/+4 |
| * | sbuf_new(9) now returns a struct sbuf * instead of an int. If the caller | Dag-Erling Smørgrav | 2001-06-10 | 1 | -8/+20 |
| * | "Fix" the previous initial attempt at fixing TUNABLE_INT(). This time | Peter Wemm | 2001-06-08 | 7 | -12/+27 |
| * | Back out part of my previous commit. This was a last minute change | Peter Wemm | 2001-06-07 | 6 | -12/+12 |
| * | Fix an instance of NDINIT in the extattrctl syscall: LOCKLEAF was or'ed | Thomas Moestl | 2001-06-06 | 2 | -2/+2 |
| * | Make the TUNABLE_*() macros look and behave more consistantly like the | Peter Wemm | 2001-06-06 | 7 | -38/+41 |
| * | We don't need to hold a lock just to test a flag. | John Baldwin | 2001-06-06 | 1 | -5/+1 |
| * | Unbreak setregid(2). | Ruslan Ermilov | 2001-06-06 | 1 | -0/+2 |
| * | Don't hold sched_lock across addupc_task(). | John Baldwin | 2001-06-06 | 1 | -1/+1 |
| * | Add a line discipline close routine which restores some functionality | Dima Dorfman | 2001-06-05 | 1 | -5/+21 |
| * | Style and cosmetic cleanups. This driver is now reasonably stlye(9) | Dima Dorfman | 2001-06-05 | 1 | -111/+127 |
| * | Use the l_nullioctl exported from tty_conf.c rather than rolling our own. | Dima Dorfman | 2001-06-04 | 1 | -10/+0 |
| * | Unstaticize l_nullioctl; it is needed elsewhere (like in tty_snoop.c). | Dima Dorfman | 2001-06-04 | 1 | -2/+1 |