| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove any possibility of hiwat-related race conditions by changing | green | 2000-08-29 | 1 | -7/+10 |
* | Add snapshots to the fast filesystem. Most of the changes support | mckusick | 2000-07-11 | 1 | -4/+12 |
* | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | phk | 2000-07-04 | 1 | -1/+1 |
* | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | phk | 2000-07-03 | 1 | -1/+1 |
* | fix races in the uidinfo subsystem, several problems existed: | alfred | 2000-06-22 | 1 | -2/+3 |
* | Enable SCM_RIGHTS on alpha. Allocate necessary buffer as conversion between | shin | 2000-03-09 | 1 | -28/+108 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 1 | -1/+3 |
* | This is a partial commit of the patch from PR 14914: | phk | 1999-11-16 | 1 | -8/+8 |
* | Trim unused options (or #ifdef for undoc options). | peter | 1999-10-11 | 1 | -1/+0 |
* | Implement RLIMIT_SBSIZE in the kernel. This is a per-uid sockbuf total | green | 1999-10-09 | 1 | -0/+4 |
* | Do not follow symlinks when binding a unix domain socket. | guido | 1999-09-29 | 1 | -1/+1 |
* | Change so_cred's type to a ucred, not a pcred. THis makes more sense, actually. | green | 1999-09-19 | 1 | -1/+1 |
* | Get rid of some evil defines (a pair of snd and rcv.) | green | 1999-09-17 | 1 | -19/+12 |