| Commit message (Expand) | Author | Age | Files | Lines |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -6/+6 |
* | Do not allow kqueues to be passed via unix domain sockets. | alfred | 2003-02-15 | 1 | -0/+7 |
* | Remove vestiges of no longer needed unp_rvnode field. | hsu | 2003-02-06 | 1 | -1/+0 |
* | Catch more uses of MIN(). | alfred | 2003-02-02 | 1 | -4/+0 |
* | Remove extraneous FILEDESC_LOCKs around atomic reads. | hsu | 2003-01-24 | 1 | -4/+0 |
* | Added comment why this workaround is required. | ume | 2003-01-22 | 1 | -1/+7 |
* | getpeername() returns with no error but didn't fill struct sockaddr | ume | 2003-01-22 | 1 | -0/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -6/+6 |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 1 | -3/+3 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 1 | -3/+4 |
* | Ensure that the made-up inode number for a Unix domain socket is persistent. | hsu | 2002-12-25 | 1 | -1/+1 |
* | Trim extraneous #else and #endif MAC comments per style(9). | rwatson | 2002-10-28 | 1 | -1/+1 |
* | - Allocate only enough space for a temporary buffer to hold | robert | 2002-10-17 | 1 | -5/+6 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-08-01 | 1 | -2/+9 |
* | When invoking NDINIT() in preparation for CREATE, set SAVENAME since | rwatson | 2002-08-01 | 1 | -1/+1 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-31 | 1 | -0/+6 |
* | nuke caddr_t. | alfred | 2002-06-28 | 1 | -2/+2 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -33/+2 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -2/+33 |
* | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | tanimura | 2002-04-30 | 1 | -9/+10 |
* | Fixed some style bugs in the removal of __P(()). The main ones were | bde | 2002-03-24 | 1 | -2/+1 |
* | Add calls to uma_zone_set_max() to restore previously enforced limits. | jeff | 2002-03-20 | 1 | -0/+1 |
* | Remove references to vm_zone.h and switch over to the new uma API. | jeff | 2002-03-20 | 1 | -5/+6 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -16/+16 |
* | This is the first part of the new kernel memory allocator. This replaces | jeff | 2002-03-19 | 1 | -3/+3 |
* | - Change unp_listen() to accept a thread rather than a proc as its second | jhb | 2002-02-27 | 1 | -5/+5 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -9/+9 |
* | Introduce a version field to `struct xucred' in place of one of the | dd | 2002-02-27 | 1 | -10/+2 |
* | Sockets passed into uipc_abort() have been allocated by sonewconn() | iedowse | 2002-02-25 | 1 | -10/+2 |
* | Remove a bogus FILEDESC_UNLOCK. | alfred | 2002-01-14 | 1 | -1/+0 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 1 | -15/+55 |
* | o Back out portions of 1.50 and 1.47, eliminating sonewconn3() and | rwatson | 2001-12-13 | 1 | -1/+1 |
* | Give struct socket structures a ref counting interface similar to | dillon | 2001-11-17 | 1 | -1/+1 |
* | o Replace reference to 'struct proc' with 'struct thread' in 'struct | rwatson | 2001-11-08 | 1 | -1/+1 |
* | When scanning for control messages, don't process the data mbufs. | dwmalone | 2001-10-29 | 1 | -1/+1 |
* | - Combine kern.ps_showallprocs and kern.ipc.showallsockets into | rwatson | 2001-10-09 | 1 | -13/+3 |
* | Only allow users to see their own socket connections if | ps | 2001-10-05 | 1 | -1/+5 |
* | Hopefully improve control message passing over Unix domain sockets. | dwmalone | 2001-10-04 | 1 | -172/+265 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -39/+40 |
* | Forgot to remove this un-needed test. (M_WAITOK won't fail) | julian | 2001-08-19 | 1 | -2/+0 |
* | fix typo | julian | 2001-08-18 | 1 | -1/+1 |
* | Don't alocate a 400 byte buffer on the stack, | julian | 2001-08-18 | 1 | -24/+40 |
* | Implement a LOCAL_PEERCRED socket option which returns a | dd | 2001-08-17 | 1 | -2/+81 |
* | o Merge contents of struct pcred into struct ucred. Specifically, add the | rwatson | 2001-05-25 | 1 | -2/+2 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -2/+4 |
* | Change uipc_sockaddr so that a sockaddr_un without a path is returned | tmm | 2001-04-24 | 1 | -0/+2 |
* | o Move per-process jail pointer (p->pr_prison) to inside of the subject | rwatson | 2001-02-21 | 1 | -1/+2 |
* | * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT. | bmilekic | 2000-12-21 | 1 | -1/+1 |
* | Convert all users of fldoff() to offsetof(). fldoff() is bad | phk | 2000-10-27 | 1 | -1/+0 |
* | Remove uidinfo hash table lookup and maintenance out of chgproccnt() and | truckman | 2000-09-05 | 1 | -2/+2 |