aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/ibcs2/ibcs2_socksys.c
Commit message (Expand)AuthorAgeFilesLines
* 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