| Commit message (Expand) | Author | Age | Files | Lines |
* | If you're trying to find out if a thread is valid and in | mtm | 2004-04-19 | 1 | -4/+4 |
* | constify the last argument of m_copyback. | luigi | 2004-04-18 | 1 | -1/+1 |
* | Fixed some style bugs in previous commit (mainly an insertion sort error | bde | 2004-04-17 | 1 | -9/+10 |
* | - Enable (unmask) interrupt sources earlier in the ithread loop. | jhb | 2004-04-16 | 1 | -8/+33 |
* | At some point during the history of m_getcl(), MAC support began to | rwatson | 2004-04-16 | 1 | -6/+6 |
* | Ensure that the poll_burst <= poll_burst_max constraint really holds. | ru | 2004-04-15 | 1 | -0/+2 |
* | Fix off by one error, twice. | imp | 2004-04-12 | 1 | -2/+2 |
* | stop() no longer needs sched_lock held; in fact, holding sched_lock causes | cperciva | 2004-04-12 | 1 | -3/+2 |
* | Put deprecated sysctl code inside BURN_BRIDGES. | mux | 2004-04-11 | 1 | -3/+5 |
* | Use vm_page_hold() rather than vm_page_wire() for short-duration page | alc | 2004-04-11 | 1 | -2/+2 |
* | Remove a comment that complains about the lack of %qd, to justify | mux | 2004-04-10 | 1 | -3/+2 |
* | Plug minor memory leak of module_t structures when unloading a file | peadar | 2004-04-09 | 1 | -1/+3 |
* | Spell "switches" a more conventional way. | cognet | 2004-04-09 | 1 | -1/+1 |
* | Compare pointers with NULL rather than using pointers are booleans in | rwatson | 2004-04-09 | 1 | -51/+53 |
* | Fix a regression in my change which sends headers along with data; a | silby | 2004-04-08 | 1 | -2/+8 |
* | Do not assume that the initial thread (i.e. the thread with the ID | marcel | 2004-04-08 | 1 | -6/+9 |
* | Add whitespace before comment blocks. (reported by njl) | cperciva | 2004-04-08 | 1 | -16/+13 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Fix filt_timer* races: Finish initializing a knote before we pass it to | cperciva | 2004-04-07 | 1 | -2/+2 |
* | Introduce a callout_drain() function. This acts in the same manner as | cperciva | 2004-04-06 | 1 | -1/+90 |
* | Associate a simple count of waiters with each condition variable. The | jhb | 2004-04-06 | 1 | -2/+13 |
* | Add a new kernel option MUTEX_WAKE_ALL that changes the mutex unlock code | jhb | 2004-04-06 | 1 | -0/+10 |
* | Rename turnstile_wakeup() to turnstile_broadcast() to make the naming | jhb | 2004-04-06 | 1 | -2/+2 |
* | Removed some less than useful comments: | bde | 2004-04-06 | 2 | -136/+0 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 56 | -228/+0 |
* | Try not to crash instantly when signalling a libthr program to death. | dfr | 2004-04-05 | 1 | -1/+1 |
* | Regen. | dfr | 2004-04-05 | 2 | -4/+4 |
* | Add lgetfh(2) which is like getfh(2) but doesn't follow symlinks. | dfr | 2004-04-05 | 3 | -1/+77 |
* | Detatch incorrect spellings of detach. | rwatson | 2004-04-04 | 1 | -1/+1 |
* | - Use the proper constant in sched_interact_update(). Previously, | jeff | 2004-04-04 | 1 | -1/+1 |
* | Create NT_PRSTATUS and NT_FPREGSET notes for each and every thread | marcel | 2004-04-03 | 1 | -50/+81 |
* | Assign thread IDs to kernel threads. The purpose of the thread ID (tid) | marcel | 2004-04-03 | 4 | -4/+198 |
* | In some cases, sf_buf_alloc() should sleep with pri PCATCH; in others, it | alc | 2004-04-03 | 2 | -2/+2 |
* | Add missing comment terminator. | kris | 2004-04-02 | 1 | -1/+1 |
* | The comment complained about not having a thread_unlink() | julian | 2004-04-02 | 1 | -5/+2 |
* | Finish fixing up Alpha to work with an MP safe ptrace(): | jhb | 2004-04-01 | 1 | -8/+8 |
* | Don't print out 'GIANT-LOCKED' for INTR_FAST drivers. | scottl | 2004-04-01 | 1 | -1/+1 |
* | Remove sysctl kern.ps_argsopen, it is not very useful, one should use | pjd | 2004-04-01 | 1 | -3/+0 |
* | Remove ps_argsopen check. It is was bogus in the past and was corrected | pjd | 2004-04-01 | 1 | -5/+0 |
* | Remove unused variable. | julian | 2004-03-31 | 1 | -2/+0 |
* | In sofree(), avoid nested declaration and initialization in | rwatson | 2004-03-31 | 1 | -1/+2 |
* | Export uipc_connect2() from uipc_usrreq.c instead of unp_connect2(), | rwatson | 2004-03-31 | 1 | -2/+3 |
* | White space and wording changes to init_param3(). | alc | 2004-03-30 | 1 | -5/+3 |
* | Prefer NULL to 0 when testing and assigning pointer values. | rwatson | 2004-03-30 | 1 | -56/+57 |
* | Shorten some XXXKSE commentry | peter | 2004-03-29 | 1 | -4/+2 |
* | Kill some XXXKSE's. vnlru/syncer are single threaded. | peter | 2004-03-29 | 1 | -3/+2 |
* | Clean up the stub fake vnode locking implemenations. The main reason this | peter | 2004-03-29 | 1 | -160/+0 |
* | Use a common return path for filt_soread() and filt_sowrite() to | rwatson | 2004-03-29 | 1 | -16/+20 |
* | In sofree(), moving caching of 'head' from 'so->so_head' to later in | rwatson | 2004-03-29 | 1 | -2/+2 |
* | If debug.mpsafenet, initialize UNIX domain socket timeouts as MPSAFE; | rwatson | 2004-03-29 | 1 | -2/+11 |