| Commit message (Expand) | Author | Age | Files | Lines |
* | Be consistent about "static" functions: if the function is marked | phk | 2002-09-28 | 1 | -1/+1 |
* | We don't need the <sys/disklabel.h> include for alpha anymore. | phk | 2002-09-20 | 1 | -3/+0 |
* | Completely redo thread states. | julian | 2002-09-11 | 1 | -4/+3 |
* | Split out a number of mostly VFS and signal related syscalls into | iedowse | 2002-09-01 | 1 | -21/+38 |
* | Move the TAILQ_INIT(&td->td_selq) before the retry: label. Otherwise in | peter | 2002-08-23 | 1 | -4/+2 |
* | In continuation of early fileop credential changes, modify fo_ioctl() to | rwatson | 2002-08-17 | 1 | -3/+3 |
* | Make similar changes to fo_stat() and fo_poll() as made earlier to | rwatson | 2002-08-16 | 1 | -2/+3 |
* | In order to better support flexible and extensible access control, | rwatson | 2002-08-15 | 1 | -4/+4 |
* | Attempt to clarify comment in selrecord. | alfred | 2002-07-24 | 1 | -4/+8 |
* | remove caddr_t from fo_ioctl calls | alfred | 2002-07-22 | 1 | -2/+2 |
* | remove caddr_t | alfred | 2002-07-22 | 1 | -9/+8 |
* | Part 1 of KSE-III | julian | 2002-06-29 | 1 | -1/+1 |
* | Implement SO_NOSIGPIPE option for sockets. This allows one to request that | alfred | 2002-06-20 | 1 | -1/+2 |
* | Remove the compat bits for the mis-aligned struct disklabel on alpha, | phk | 2002-06-19 | 1 | -22/+0 |
* | Make nselcol, the number of select collisions since boot, unsigned as | kbyanc | 2002-06-12 | 1 | -6/+6 |
* | Catch up to changes in ktrace API. | jhb | 2002-06-07 | 1 | -10/+8 |
* | o Correct an error made in revision 1.65: In readv(), if uap->iovcnt is | alc | 2002-05-09 | 1 | -9/+6 |
* | As promised make the hack for sizeof(struct disklabel) on alpha annoying. | phk | 2002-05-02 | 1 | -3/+14 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+1 |
* | Delete the bogus d_boot[01] fields from struct disklabel. | phk | 2002-04-04 | 1 | -0/+14 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -1/+1 |
* | Giant pushdown for read/write/pread/pwrite syscalls. | alfred | 2002-03-15 | 1 | -8/+0 |
* | Fixes to make select/poll mpsafe. | alfred | 2002-03-14 | 1 | -114/+112 |
* | Remove __P | alfred | 2002-03-09 | 1 | -6/+6 |
* | Remove unused variables in select(2) from previous delta. | alfred | 2002-01-30 | 1 | -2/+1 |
* | Attempt to fixup select(2) and poll(2), this should fix some races with | alfred | 2002-01-29 | 1 | -122/+9 |
* | make pread use fget_read instead of holdfp. | alfred | 2002-01-23 | 1 | -27/+2 |
* | undo a bit of the Giant pushdown. | alfred | 2002-01-19 | 1 | -5/+9 |
* | Fix giant handling in pwrite(2), I forgot to release it when finishing | alfred | 2002-01-16 | 1 | -1/+2 |
* | Replace ffind_* with fget calls. | alfred | 2002-01-14 | 1 | -6/+4 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 1 | -37/+96 |
* | remove holdfp() | dillon | 2001-11-14 | 1 | -56/+32 |
* | The P_SELECT flag was moved from p->p_flag to td->td_flags, but p_flag | jhb | 2001-09-21 | 1 | -2/+20 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -153/+177 |
* | Giant Pushdown: | dillon | 2001-09-01 | 1 | -40/+120 |
* | Back out scanning file descriptors with holding a process lock. | tanimura | 2001-05-15 | 1 | -2/+34 |
* | - Convert msleep(9) in select(2) and poll(2) to cv_*wait*(9). | tanimura | 2001-05-14 | 1 | -40/+131 |
* | Change the pfind() and zpfind() functions to lock the process that they | jhb | 2001-04-24 | 1 | -6/+5 |
* | Grab the process lock while calling psignal and before calling psignal. | jhb | 2001-03-07 | 1 | -2/+8 |
* | Correctly declare variables as u_int rather than doing typecasts. | jlemon | 2001-02-27 | 1 | -7/+7 |
* | Cast nfds to u_int before range checking it in order to catch negative | jlemon | 2001-02-27 | 1 | -1/+2 |
* | poll(2) array limits (take 2) - after some input from bde. | peter | 2001-02-09 | 1 | -8/+7 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -6/+6 |
* | The code I picked up from NetBSD in '97 had a nasty bug. It limited | peter | 2001-02-07 | 1 | -7/+15 |
* | - Catch up to proc flag changes. | jhb | 2001-01-24 | 1 | -14/+35 |
* | select() DKI is now in <sys/selinfo.h>. | wollman | 2001-01-09 | 1 | -0/+1 |
* | Only call bwillwrite() for vnodes. Do not penalize devices or pipes. | dillon | 2000-12-07 | 1 | -1/+2 |
* | Add necessary bwillwrite() in writev() entry point. | dillon | 2000-12-06 | 1 | -0/+1 |
* | only call bwillwrite() to stall on IO when dealing with VNODEs otherwise | alfred | 2000-11-30 | 1 | -1/+2 |
* | Protect p_wchan with sched_lock in selwakeup(). | jlemon | 2000-11-21 | 1 | -0/+2 |