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