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