| Commit message (Expand) | Author | Age | Files | Lines |
* | In an SMP environment post-Giant it is no longer safe to blindly | truckman | 2002-10-03 | 1 | -1/+1 |
* | Rename the mutex thread and process states to use a more generic 'LOCK' | jhb | 2002-10-02 | 1 | -3/+3 |
* | Back our kernel support for reliable signal queues. | jmallett | 2002-10-01 | 1 | -9/+5 |
* | First half of implementation of ksiginfo, signal queues, and such. This | jmallett | 2002-09-30 | 1 | -5/+9 |
* | Completely redo thread states. | julian | 2002-09-11 | 1 | -6/+7 |
* | Clear up confusion in ugly code. ^T gave wrong results for RSS. | julian | 2002-07-18 | 1 | -4/+9 |
* | Part 1 of KSE-III | julian | 2002-06-29 | 1 | -10/+43 |
* | Display the mutex name in the ^T status line if the selected thread | iedowse | 2002-06-20 | 1 | -2/+3 |
* | Nit: kern.ttys is of type S,xtty, not S,tty. | des | 2002-05-31 | 1 | -1/+1 |
* | Add some checks to prevent NULL dereferences. | des | 2002-05-28 | 1 | -3/+6 |
* | Add NAI copyright. | des | 2002-05-28 | 1 | -0/+8 |
* | Introduce struct xtty, used when exporting tty information to userland. | des | 2002-05-28 | 1 | -5/+30 |
* | ANSIfy (significant portions were already partly ANSIfied) | des | 2002-05-25 | 1 | -115/+42 |
* | Remove register. | des | 2002-05-25 | 1 | -51/+51 |
* | Automated whitespace cleanup. | des | 2002-05-25 | 1 | -10/+10 |
* | Make funsetown() take a 'struct sigio **' so that the locking can | alfred | 2002-05-06 | 1 | -1/+1 |
* | Redo the sigio locking. | alfred | 2002-05-01 | 1 | -2/+2 |
* | - Lock proctree_lock instead of pgrpsess_lock. | jhb | 2002-04-16 | 1 | -33/+34 |
* | Dike out a highly insecure UCONSOLE option. | ru | 2002-04-03 | 1 | -4/+14 |
* | Fix leakage of p_pgrp lock. | tanimura | 2002-04-02 | 1 | -1/+1 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -5/+7 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -14/+14 |
* | Fixes to make select/poll mpsafe. | alfred | 2002-03-14 | 1 | -2/+2 |
* | Stop abusing the pgrpsess_lock. | tanimura | 2002-03-11 | 1 | -3/+3 |
* | Fix lock leakage and late unlock. | tanimura | 2002-03-02 | 1 | -3/+3 |
* | Fix a typo (?) in previous commit told ttyprintf() to print the integer | phk | 2002-02-24 | 1 | -1/+1 |
* | Lock struct pgrp, session and sigio. | tanimura | 2002-02-23 | 1 | -53/+142 |
* | Fix a couple of style bugs introduced (or touched by) previous commit. | peter | 2002-02-07 | 1 | -2/+0 |
* | Pre-KSE/M3 commit. | julian | 2002-02-07 | 1 | -1/+5 |
* | utime/stime.tv_sec are elapsed times, not relative to 1970. We can | peter | 2001-11-17 | 1 | -4/+4 |
* | You cannot cast a time_t to quad_t and printf it with %lld. quad_t is | peter | 2001-11-16 | 1 | -2/+2 |
* | o Move suser() calls in kern/ to using suser_xxx() with an explicit | rwatson | 2001-11-01 | 1 | -4/+4 |
* | Make ttyprintf() of tv_sec value type agnostic. | dillon | 2001-10-29 | 1 | -4/+4 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -8/+19 |
* | Fix a warning on alpha (real problem) and make pstat -t work as a bonus. | peter | 2001-09-10 | 1 | -1/+1 |
* | Export the tk_nin and tk_nout variables (number of tty input/output | tmm | 2001-08-04 | 1 | -0/+4 |
* | Unifdef DEV_SNP; snp(4) no longer requires these ugly hacks. | dd | 2001-05-22 | 1 | -27/+0 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -1/+2 |
* | Grab the process lock while calling psignal and before calling psignal. | jhb | 2001-03-07 | 1 | -2/+8 |
* | implement OCRNL, ONOCR, and ONLRET | assar | 2001-03-04 | 1 | -1/+11 |
* | Fix tab breakage from last commit. | jlemon | 2001-02-17 | 1 | -2/+2 |
* | Extend kqueue down to the device layer. | jlemon | 2001-02-15 | 1 | -0/+89 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -2/+2 |
* | Turn '#if NSNP > 0' into an option. | peter | 2001-01-29 | 1 | -6/+6 |
* | - Catch up to proc flag changes. | jhb | 2001-01-24 | 1 | -2/+3 |
* | - All of proc_compare needs sched_lock, so hold it for the for loop that | jhb | 2001-01-20 | 1 | -40/+20 |
* | Be more careful with sched_lock in the SIGINFO handler. Specifically, do | jhb | 2001-01-20 | 1 | -10/+21 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -2/+1 |
* | Protect p_stat with sched_lock. | jhb | 2000-12-02 | 1 | -0/+12 |
* | Kernel support for erase2 character. | jkh | 2000-11-28 | 1 | -3/+12 |