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