| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Mark some functions as __printflike() and/or taking const char * arguments | kris | 2001-08-20 | 1 | -1/+1 |
* | Fix warning: 203: implicit declaration of function `kernel_sysctlbyname' | peter | 2001-06-15 | 1 | -0/+1 |
* | With this commit, I hereby pronounce gensetdefs past its use-by date. | peter | 2001-06-13 | 1 | -2/+0 |
* | Use new kernel_sysctlbyname function. Remove private copy. | jlemon | 2001-05-19 | 3 | -22/+2 |
* | Include sys/lock.h and sys/mutex.h so that this compiles. | jhb | 2001-05-15 | 1 | -0/+2 |
* | Back out scanning file descriptors with holding a process lock. | tanimura | 2001-05-15 | 1 | -2/+16 |
* | - Convert msleep(9) in select(2) and poll(2) to cv_*wait*(9). | tanimura | 2001-05-14 | 1 | -9/+13 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 2 | -3/+5 |
* | Move bindery authentication ncps to ncp_ncp.c file. ncp_login.c will stay | bp | 2001-03-22 | 7 | -170/+178 |
* | Properly set flags on the broken connection. | bp | 2001-03-22 | 4 | -13/+24 |
* | Major update of NCP requester: | bp | 2001-03-10 | 14 | -1254/+916 |
* | Specify packing for an entire structure, not for each element of it. | bp | 2001-03-10 | 1 | -95/+95 |
* | Implement m_getm() which will perform an "all or nothing" mbuf + cluster | bmilekic | 2001-02-14 | 1 | -27/+2 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 2 | -6/+6 |
* | Common option '-N' do not require an argument. | bp | 2001-01-07 | 1 | -2/+2 |
* | * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT. | bmilekic | 2000-12-21 | 2 | -9/+9 |
* | Make malloc use M_ZERO in some more locations. | dwmalone | 2000-10-29 | 1 | -6/+3 |
* | Remove unneeded #include <sys/proc.h> lines. | phk | 2000-10-29 | 1 | -1/+0 |