summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4/svr4_stream.c
Commit message (Expand)AuthorAgeFilesLines
* - Split out kern_accept(), kern_getpeername(), and kern_getsockname() forjhb2006-07-101-379/+63
* Annotate uses of fgetsock() with indications that they should relyrwatson2006-04-011-0/+8
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,rwatson2005-09-281-26/+2
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),rwatson2005-09-191-2/+26
* - Stop hardcoding #define's for options and use the appropriatejhb2005-07-131-2/+2
* Bounds check the user-supplied length used in a copyout() indas2005-03-231-0/+2
* - Implement svr4_emul_find() using kern_alternate_path(). This changesjhb2005-02-071-30/+8
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
* Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()jhb2004-08-241-14/+9
* Clean up and wash struct iovec and struct uio handling.phk2004-07-101-32/+12
* Second half of the dev_t cleanup.phk2004-06-171-1/+1
* Socket MAC labels so_label and so_peerlabel are now protected byrwatson2004-06-131-0/+4
* Fix some security bugs in the SVR4 emulator:tjr2003-10-201-11/+44
* Use __FBSDID().obrien2003-06-101-2/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-4/+4
* Consolidate MIN/MAX macros into one place (param.h).alfred2003-02-021-3/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-4/+4
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-1/+1
* SCARGS removal take II.alfred2002-12-141-83/+83
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-131-83/+83
* Remove SCARGS.alfred2002-12-131-83/+83
* Integrate mac_check_socket_send() and mac_check_socket_receive()rwatson2002-10-061-0/+17
* Back out last commit. Linux uses the old 4.3BSD sockaddr format.mini2002-09-241-10/+4
* Ok, make this compile for real this time. recvfrom_args doesn't have ajhb2002-09-231-1/+1
* Use correct variable name so that previous commit actually compiles.jhb2002-09-231-2/+2
* Don't use compatability syscall wrappers in emulation code.mini2002-09-231-4/+10
* In continuation of early fileop credential changes, modify fo_ioctl() torwatson2002-08-171-1/+2
* catch up with ktrace changes, KTRPOINT takes a 'struct thread' notalfred2002-06-111-2/+2
* Catch up to changes in ktrace API.jhb2002-06-071-2/+2
* Remove __P.alfred2002-03-201-55/+52
* Make compile, remove extra fdrop() calls.alfred2002-01-191-3/+1
* Replace ffind_* with fget calls.alfred2002-01-141-4/+2
* Some of the KSE stuff was accidentally reverted by file locking,alfred2002-01-131-5/+5
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-25/+54
* Give struct socket structures a ref counting interface similar todillon2001-11-171-18/+12
* KSE Milestone 2julian2001-09-121-142/+142
* get rid of some printf and pointer type warningsassar2001-07-221-3/+3
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-11/+13
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-1/+4
* Fix typo: wierd -> weird.asmodai2001-02-061-1/+1
* Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code.wollman2001-01-201-1/+0
* Forgot to patch this file in file descriptor race fix commitdillon2000-11-231-7/+17
* Cleanup after repo copy of sys/svr4 to sys/compat/svr4.obrien2000-08-311-10/+10
* Modify ktrace's general I/O tracing, ktrgenio(), to use a struct uio *green2000-07-021-6/+14
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Avoid excessive redundancy in svr4_sys_getmsg() and svr4_sys_putmsg():newton1999-12-121-8/+8
* Remove unnecessary includesnewton1999-12-081-2/+0
* General clean-up of socket.h and associated sources to synchronise upphk1999-11-241-1/+1
* Remove unnecessary includes.newton1999-10-171-4/+0
OpenPOWER on IntegriCloud