summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-6/+6
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-3/+3
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-3/+4
* Ensure that the made-up inode number for a Unix domain socket is persistent.hsu2002-12-251-1/+1
* Trim extraneous #else and #endif MAC comments per style(9).rwatson2002-10-281-1/+1
* - Allocate only enough space for a temporary buffer to holdrobert2002-10-171-5/+6
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-2/+9
* When invoking NDINIT() in preparation for CREATE, set SAVENAME sincerwatson2002-08-011-1/+1
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+6
* nuke caddr_t.alfred2002-06-281-2/+2
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-33/+2
* Lock down a socket, milestone 1.tanimura2002-05-201-2/+33
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-301-9/+10
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-241-2/+1
* Add calls to uma_zone_set_max() to restore previously enforced limits.jeff2002-03-201-0/+1
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-5/+6
* Remove __P.alfred2002-03-191-16/+16
* This is the first part of the new kernel memory allocator. This replacesjeff2002-03-191-3/+3
* - Change unp_listen() to accept a thread rather than a proc as its secondjhb2002-02-271-5/+5
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-9/+9
* Introduce a version field to `struct xucred' in place of one of thedd2002-02-271-10/+2
* Sockets passed into uipc_abort() have been allocated by sonewconn()iedowse2002-02-251-10/+2
* Remove a bogus FILEDESC_UNLOCK.alfred2002-01-141-1/+0
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-15/+55
* o Back out portions of 1.50 and 1.47, eliminating sonewconn3() andrwatson2001-12-131-1/+1
* Give struct socket structures a ref counting interface similar todillon2001-11-171-1/+1
* o Replace reference to 'struct proc' with 'struct thread' in 'structrwatson2001-11-081-1/+1
* When scanning for control messages, don't process the data mbufs.dwmalone2001-10-291-1/+1
* - Combine kern.ps_showallprocs and kern.ipc.showallsockets intorwatson2001-10-091-13/+3
* Only allow users to see their own socket connections ifps2001-10-051-1/+5
* Hopefully improve control message passing over Unix domain sockets.dwmalone2001-10-041-172/+265
* KSE Milestone 2julian2001-09-121-39/+40
* Forgot to remove this un-needed test. (M_WAITOK won't fail)julian2001-08-191-2/+0
* fix typojulian2001-08-181-1/+1
* Don't alocate a 400 byte buffer on the stack,julian2001-08-181-24/+40
* Implement a LOCAL_PEERCRED socket option which returns add2001-08-171-2/+81
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-251-2/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-2/+4
* Change uipc_sockaddr so that a sockaddr_un without a path is returnedtmm2001-04-241-0/+2
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-211-1/+2
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-1/+1
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-1/+0
* Remove uidinfo hash table lookup and maintenance out of chgproccnt() andtruckman2000-09-051-2/+2
* Remove any possibility of hiwat-related race conditions by changinggreen2000-08-291-7/+10
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-4/+12
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-1/+1
* fix races in the uidinfo subsystem, several problems existed:alfred2000-06-221-2/+3
* Enable SCM_RIGHTS on alpha. Allocate necessary buffer as conversion betweenshin2000-03-091-28/+108
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-1/+3
OpenPOWER on IntegriCloud