summaryrefslogtreecommitdiff
path: root/sys/i386/ibcs2/ibcs2_socksys.c
Commit message (Expand)AuthorAgeFilesLines
* Remove iBCS2, part3: the implementationMateusz Guzik2018-12-191-206/+0
* sys/i386: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-171-9/+3
* Use strchr() and strrchr().Ed Schouten2012-01-021-2/+2
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-20/+20
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-11/+5
* Introduce a new virtualization container, provisionally named vprocg, to holdMarko Zec2009-05-081-0/+1
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-2/+3
* Introduce a new lock, hostname_mtx, and use it to synchronize accessRobert Watson2008-07-051-1/+7
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-3/+0
* /* -> /*- for license, add FreeBSD tagWarner Losh2005-01-061-1/+1
* Add missing zero flag arguments to sysctl calls.Poul-Henning Kamp2004-10-121-1/+1
* Fix a multitude of security bugs in the iBCS2 emulator:Tim J. Robbins2003-10-121-3/+5
* Use __FBSDID().David E. O'Brien2003-06-021-2/+3
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Remove __P.Alfred Perlstein2002-03-201-4/+4
* Use the updated getcredhostname() function.Robert Drehmel2002-02-271-1/+1
* - Use the new getcredhostname function in xenix_utsname(),Robert Drehmel2002-02-271-1/+3
* KSE Milestone 2Julian Elischer2001-09-121-32/+34
* Suser() simplification:Poul-Henning Kamp1999-04-271-1/+1
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-1/+1
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-2/+2
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-30/+27
* Removed unused #includes.Bruce Evans1997-07-201-7/+0
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-2/+0
* Clean up -Wunused warnings.Gary Palmer1996-06-121-2/+0
* Fixed GET/SETIPDOMAIN ioctl on /dev/socksys, which is used by variousNate Williams1996-06-121-2/+90
* Remove old files no longer needed.Steven Wallace1995-10-101-1352/+89
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
* Got a little closer with socksys emulation.Søren Schmidt1994-10-171-66/+9
* iBCS2 emulator core files.Søren Schmidt1994-10-141-0/+1450