| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Change API of mb_copy_t in libmchain so that netsmb can handle | R. Imura | 2005-07-29 | 1 | -1/+11 |
* | avoid potential null ptr derefs | Sam Leffler | 2005-02-23 | 1 | -2/+11 |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 19 | -19/+20 |
* | Use byteorder(9) functions to implement the [g,s]et[d,w][b,l]e macros so | Marius Strobl | 2005-01-03 | 1 | -36/+14 |
* | Add missing zero flag argument. | Poul-Henning Kamp | 2004-10-12 | 1 | -1/+1 |
* | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 1 | -2/+2 |
* | add missing #include <sys/module.h> | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
* | Make the process_exit eventhandler run without Giant. Add Giant hooks | Peter Wemm | 2004-03-14 | 1 | -0/+2 |
* | Split the mlock() kernel code into two parts, mlock(), which unpacks | Don Lewis | 2004-02-26 | 1 | -2/+3 |
* | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -0/+2 |
* | The present defaults for the open and close for device drivers which | Poul-Henning Kamp | 2003-09-27 | 1 | -2/+0 |
* | size_t != int. Make this compile on 64 bit platforms (eg: amd64). | Peter Wemm | 2003-07-24 | 1 | -1/+2 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 9 | -24/+36 |
* | - Merge struct procsig with struct sigacts. | John Baldwin | 2003-05-13 | 1 | -1/+3 |
* | - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with | Jeff Roberson | 2003-03-31 | 1 | -2/+3 |
* | Replace the at_fork, at_exec, and at_exit functions with the slightly more | John Baldwin | 2003-03-24 | 1 | -7/+7 |
* | Use td->td_ucred instead of td->td_proc->p_ucred. | John Baldwin | 2003-03-20 | 1 | -1/+1 |
* | Note that MAJOR_AUTO is now the default if d_maj is not initialized. This | Poul-Henning Kamp | 2003-03-09 | 1 | -1/+0 |
* | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 1 | -13/+5 |
* | Use a character device and ioctl() for communication between libncp | Tim J. Robbins | 2003-02-28 | 3 | -138/+155 |
* | Catch up with KSE changes. | Max Khon | 2003-02-26 | 11 | -314/+369 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 4 | -5/+5 |
* | Lock proc while accessing p_siglist p_sigmask and p_sigignore. | Tim J. Robbins | 2003-02-14 | 1 | -1/+5 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 4 | -5/+5 |
* | - Change mb_copy_t to take a size_t as the length argument instead of an | John Baldwin | 2002-11-08 | 1 | -1/+1 |
* | Change iov_base's type from `char *' to the standard `void *'. All | Mike Barcroft | 2002-10-11 | 1 | -1/+2 |
* | Back our kernel support for reliable signal queues. | Juli Mallett | 2002-10-01 | 1 | -3/+2 |
* | Convert use of p_siglist and old SIG*() macros to use <sys/ksiginfo.h> | Juli Mallett | 2002-09-30 | 1 | -2/+3 |
* | use __packed. | Alfred Perlstein | 2002-09-23 | 3 | -14/+14 |
* | Wire the sysctl output buffer before grabbing any locks to prevent | Don Lewis | 2002-07-28 | 1 | -0/+1 |
* | Make bn_name a const char * to quieten some warnings. | David Malone | 2002-07-27 | 1 | -1/+1 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | Seigo Tanimura | 2002-05-31 | 1 | -4/+1 |
* | CURSIG() is not a macro so rename it cursig(). | Julian Elischer | 2002-05-29 | 1 | -1/+1 |
* | Lock down a socket, milestone 1. | Seigo Tanimura | 2002-05-20 | 1 | -1/+4 |
* | More s/file system/filesystem/g | Tom Rhodes | 2002-05-16 | 1 | -1/+1 |
* | Add character translation table between Unix and NetWare according | Boris Popov | 2002-04-20 | 1 | -0/+2 |
* | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -1/+1 |
* | Update to C99, s/__FUNCTION__/__func__/, | David E. O'Brien | 2001-12-10 | 4 | -10/+10 |
* | Change the kernel's ucred API as follows: | John Baldwin | 2001-10-11 | 1 | -4/+2 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 2 | -19/+19 |
* | Mark some functions as __printflike() and/or taking const char * arguments | Kris Kennaway | 2001-08-20 | 1 | -1/+1 |
* | Fix warning: 203: implicit declaration of function `kernel_sysctlbyname' | Peter Wemm | 2001-06-15 | 1 | -0/+1 |
* | With this commit, I hereby pronounce gensetdefs past its use-by date. | Peter Wemm | 2001-06-13 | 1 | -2/+0 |
* | Use new kernel_sysctlbyname function. Remove private copy. | Jonathan Lemon | 2001-05-19 | 3 | -22/+2 |
* | Include sys/lock.h and sys/mutex.h so that this compiles. | John Baldwin | 2001-05-15 | 1 | -0/+2 |
* | Back out scanning file descriptors with holding a process lock. | Seigo Tanimura | 2001-05-15 | 1 | -2/+16 |
* | - Convert msleep(9) in select(2) and poll(2) to cv_*wait*(9). | Seigo Tanimura | 2001-05-14 | 1 | -9/+13 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 2 | -3/+5 |