| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch to our preferred 2-clause BSD license. | joel | 2010-04-07 | 1 | -7/+1 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -5/+5 |
* | lockmgrs need to be released before to be destroyed and draining doesn't | attilio | 2008-03-30 | 1 | -0/+1 |
* | Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it is | attilio | 2008-02-25 | 1 | -1/+1 |
* | Introduce some functions in the vnode locks namespace and in the ffs | attilio | 2008-02-24 | 1 | -1/+1 |
* | Cleanup lockmgr interface and exported KPI: | attilio | 2008-01-24 | 1 | -16/+16 |
* | In ncp_conn_alloc(), a new credential pointer, 'owner', is set up to point | rwatson | 2007-05-27 | 1 | -3/+4 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -0/+1 |
* | In ncp_sysctl_connstat(), the SLIST_FOREACH() logic to check 'error' | rwatson | 2006-01-14 | 1 | -7/+1 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 1 | -1/+1 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Split the mlock() kernel code into two parts, mlock(), which unpacks | truckman | 2004-02-26 | 1 | -2/+3 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+4 |
* | Use td->td_ucred instead of td->td_proc->p_ucred. | jhb | 2003-03-20 | 1 | -1/+1 |
* | Catch up with KSE changes. | fjoe | 2003-02-26 | 1 | -86/+98 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | Wire the sysctl output buffer before grabbing any locks to prevent | truckman | 2002-07-28 | 1 | -0/+1 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -2/+2 |
* | Change the kernel's ucred API as follows: | jhb | 2001-10-11 | 1 | -4/+2 |
* | With this commit, I hereby pronounce gensetdefs past its use-by date. | peter | 2001-06-13 | 1 | -2/+0 |
* | Move bindery authentication ncps to ncp_ncp.c file. ncp_login.c will stay | bp | 2001-03-22 | 1 | -0/+25 |
* | Properly set flags on the broken connection. | bp | 2001-03-22 | 1 | -1/+13 |
* | Major update of NCP requester: | bp | 2001-03-10 | 1 | -42/+119 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -2/+2 |
* | Make malloc use M_ZERO in some more locations. | dwmalone | 2000-10-29 | 1 | -6/+3 |
* | Convert lockmgr locks from using simple locks to using mutexes. | jasone | 2000-10-04 | 1 | -0/+8 |
* | Remove duplicate SYSCTL_NODE() declaration. Kernel linker can't deal | bp | 2000-10-02 | 1 | -1/+0 |
* | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | phk | 2000-07-04 | 1 | -2/+2 |
* | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | phk | 2000-07-03 | 1 | -2/+2 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -4/+4 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -4/+4 |
* | Do not panic if request issued by kernel. | bp | 2000-04-05 | 1 | -1/+2 |
* | Remove unnessary includes. | bp | 1999-10-12 | 1 | -2/+0 |
* | Fixed "misspelling" of bcmp as memcmp. memcmp doesn't exist in the | bde | 1999-10-03 | 1 | -1/+1 |
* | Import kernel part of ncplib: netncp and nwfs | bp | 1999-10-02 | 1 | -0/+541 |