| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup lockmgr interface and exported KPI: | attilio | 2008-01-24 | 1 | -16/+16 |
* | Refactor select to reduce contention and hide internal implementation | jeff | 2007-12-16 | 3 | -111/+9 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -11/+11 |
* | In ncp_conn_alloc(), a new credential pointer, 'owner', is set up to point | rwatson | 2007-05-27 | 1 | -3/+4 |
* | Use pause() rather than tsleep() on stack variables and function pointers. | jhb | 2007-02-27 | 1 | -2/+1 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 3 | -1/+3 |
* | - Fix ncp_poll() to not panic if the socket doesn't have any pending data. | jhb | 2006-08-03 | 1 | -7/+27 |
* | soreceive_generic(), and sopoll_generic(). Add new functions sosend(), | rwatson | 2006-07-24 | 1 | -9/+8 |
* | 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 |
* | Change API of mb_copy_t in libmchain so that netsmb can handle | imura | 2005-07-29 | 1 | -1/+11 |
* | avoid potential null ptr derefs | sam | 2005-02-23 | 1 | -2/+11 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 19 | -19/+20 |
* | Use byteorder(9) functions to implement the [g,s]et[d,w][b,l]e macros so | marius | 2005-01-03 | 1 | -36/+14 |
* | Add missing zero flag argument. | phk | 2004-10-12 | 1 | -1/+1 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -2/+2 |
* | add missing #include <sys/module.h> | phk | 2004-05-30 | 1 | -0/+1 |
* | Make the process_exit eventhandler run without Giant. Add Giant hooks | peter | 2004-03-14 | 1 | -0/+2 |
* | Split the mlock() kernel code into two parts, mlock(), which unpacks | truckman | 2004-02-26 | 1 | -2/+3 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -0/+2 |
* | The present defaults for the open and close for device drivers which | phk | 2003-09-27 | 1 | -2/+0 |
* | size_t != int. Make this compile on 64 bit platforms (eg: amd64). | peter | 2003-07-24 | 1 | -1/+2 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 9 | -24/+36 |
* | - 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 | -2/+3 |
* | Replace the at_fork, at_exec, and at_exit functions with the slightly more | jhb | 2003-03-24 | 1 | -7/+7 |
* | Use td->td_ucred instead of td->td_proc->p_ucred. | jhb | 2003-03-20 | 1 | -1/+1 |
* | Note that MAJOR_AUTO is now the default if d_maj is not initialized. This | phk | 2003-03-09 | 1 | -1/+0 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+5 |
* | Use a character device and ioctl() for communication between libncp | tjr | 2003-02-28 | 3 | -138/+155 |
* | Catch up with KSE changes. | fjoe | 2003-02-26 | 11 | -314/+369 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 4 | -5/+5 |
* | Lock proc while accessing p_siglist p_sigmask and p_sigignore. | tjr | 2003-02-14 | 1 | -1/+5 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 4 | -5/+5 |
* | - Change mb_copy_t to take a size_t as the length argument instead of an | jhb | 2002-11-08 | 1 | -1/+1 |
* | Change iov_base's type from `char *' to the standard `void *'. All | mike | 2002-10-11 | 1 | -1/+2 |
* | Back our kernel support for reliable signal queues. | jmallett | 2002-10-01 | 1 | -3/+2 |
* | Convert use of p_siglist and old SIG*() macros to use <sys/ksiginfo.h> | jmallett | 2002-09-30 | 1 | -2/+3 |
* | use __packed. | alfred | 2002-09-23 | 3 | -14/+14 |
* | Wire the sysctl output buffer before grabbing any locks to prevent | truckman | 2002-07-28 | 1 | -0/+1 |
* | Make bn_name a const char * to quieten some warnings. | dwmalone | 2002-07-27 | 1 | -1/+1 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -4/+1 |
* | CURSIG() is not a macro so rename it cursig(). | julian | 2002-05-29 | 1 | -1/+1 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -1/+4 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 1 | -1/+1 |
* | Add character translation table between Unix and NetWare according | bp | 2002-04-20 | 1 | -0/+2 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 4 | -10/+10 |
* | Change the kernel's ucred API as follows: | jhb | 2001-10-11 | 1 | -4/+2 |
* | KSE Milestone 2 | julian | 2001-09-12 | 2 | -19/+19 |