| Commit message (Expand) | Author | Age | Files | Lines |
* | - Merge struct procsig with struct sigacts. | jhb | 2003-05-13 | 1 | -1/+3 |
* | - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with | jeff | 2003-03-31 | 1 | -1/+1 |
* | req can not be NULL or we'd die. | alfred | 2003-03-26 | 1 | -6/+3 |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | des | 2003-03-02 | 1 | -7/+7 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -7/+7 |
* | Get rid of a silly message I added back in Sept 2001 (1.68). | peter | 2003-02-18 | 1 | -4/+1 |
* | Lock proc while accessing p_siglist, p_sigmask and p_sigignore | tjr | 2003-02-15 | 1 | -1/+5 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -7/+7 |
* | Back our kernel support for reliable signal queues. | jmallett | 2002-10-01 | 1 | -7/+2 |
* | Lock access to the signal queue, and related structures, with PROC_LOCK. | jmallett | 2002-09-30 | 1 | -1/+5 |
* | Convert use of p_siglist and old SIG*() macros to use <sys/ksiginfo.h> | jmallett | 2002-09-30 | 1 | -2/+3 |
* | Use m_length() instead of home-rolled versions. | phk | 2002-09-18 | 1 | -7/+1 |
* | Now that we have a cached mount credential in struct mount, use it istead | phk | 2002-09-08 | 1 | -1/+1 |
* | If we get a receive error in nfs_receive() and then get an error trying to | jhb | 2002-07-16 | 1 | -5/+6 |
* | Add IPv6 support. | alfred | 2002-07-15 | 1 | -23/+33 |
* | Convert old style (type foo *)0 casts to NULLs | dillon | 2002-07-11 | 1 | -21/+17 |
* | In namei(), we use a NULL thread for uio_td when doing a VOP_READLINK(). | jhb | 2002-06-28 | 1 | -9/+8 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -16/+5 |
* | Don't tsleep() with an sb_mtx held. | dd | 2002-05-27 | 1 | -2/+2 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -4/+15 |
* | The recent NFS forced unmount improvements introduced a side-effect | iedowse | 2002-04-17 | 1 | -4/+4 |
* | Fix a long line touched in previous commit (but not caused by previous | peter | 2002-02-07 | 1 | -1/+2 |
* | Pre-KSE/M3 commit. | julian | 2002-02-07 | 1 | -2/+2 |
* | Terminate requests in nfs_sigintr() if the filesystem is in the | iedowse | 2002-01-10 | 1 | -1/+4 |
* | Permit NFS filesystems to be forcibly unmounted when the server is | iedowse | 2002-01-02 | 1 | -7/+45 |
* | o Make the credential used by socreate() an explicit argument to | rwatson | 2001-12-31 | 1 | -1/+1 |
* | Add a #define for the size of the nfs_backoff[] array, and use this | iedowse | 2001-12-30 | 1 | -3/+4 |
* | Make this compile after last commit. It should be: | peter | 2001-10-09 | 1 | -1/+1 |
* | Don't dereference td if it's NULL. | julian | 2001-10-08 | 1 | -1/+2 |
* | Make nfsm_dissect() have an obvious return value. | peter | 2001-09-27 | 1 | -4/+4 |
* | Cleanup and split of nfs client and server code. | peter | 2001-09-18 | 1 | -1042/+115 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -32/+35 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -6/+8 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 1 | -2/+0 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 1 | -0/+2 |
* | * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT. | bmilekic | 2000-12-21 | 1 | -8/+8 |
* | Simplify the tprintf() API. | phk | 2000-11-26 | 1 | -8/+1 |
* | Add a sysctl to specify the amount of UDP receive space NFS should | dillon | 2000-03-27 | 1 | -8/+22 |
* | tcp updates to support IPv6. | shin | 2000-01-09 | 1 | -1/+1 |
* | M_PREPEND-related cleanups (unregisterifying struct mbuf *s). | green | 1999-12-19 | 1 | -2/+2 |
* | Fix a timeout deadlock that can occur when the process holding the | dillon | 1999-12-13 | 1 | -4/+24 |
* | nm_srtt and nm_sdrtt are arrays[4]. Remove explicit initialization | dillon | 1999-11-22 | 1 | -3/+3 |
* | Careless use of struct proc *p caused major problems. 'p' is allowed to | marcel | 1999-09-29 | 1 | -4/+8 |
* | sigset_t change (part 2 of 5) | marcel | 1999-09-29 | 1 | -3/+6 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Various changes lifted from the OpenBSD cvs tree: | peter | 1999-06-05 | 1 | -13/+33 |
* | The VFS/BIO subsystem contained a number of hacks in order to optimize | alc | 1999-05-02 | 1 | -81/+55 |
* | Fixed printf format errors on alpha. | dt | 1999-04-24 | 1 | -3/+3 |
* | Untangle the nfs send and receive queue locking a little. One lock | peter | 1999-02-25 | 1 | -35/+26 |
* | Silence -Wtrigraph. | hoek | 1998-12-30 | 1 | -4/+4 |