aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/svr4/svr4_socket.c
Commit message (Collapse)AuthorAgeFilesLines
* KSE Milestone 2Julian Elischer2001-09-121-12/+12
| | | | | | | | | | | | | | | | | Note ALL MODULES MUST BE RECOMPILED make the kernel aware that there are smaller units of scheduling than the process. (but only allow one thread per process at this time). This is functionally equivalent to teh previousl -current except that there is a thread associated with each process. Sorry john! (your next MFC will be a doosie!) Reviewed by: peter@freebsd.org, dillon@freebsd.org X-MFC after: ha ha ha ha Notes: svn path=/head/; revision=83366
* Argh, atomic_store_rel -> atomic_store_rel_int.John Baldwin2001-01-231-1/+1
| | | | Notes: svn path=/head/; revision=71456
* - Use proper atomic operations to make the run time initializationJohn Baldwin2001-01-231-10/+20
| | | | | | | controlled by svr_str_initialized be MP safe. Notes: svn path=/head/; revision=71449
* Cleanup after repo copy of sys/svr4 to sys/compat/svr4.David E. O'Brien2000-08-311-7/+7
| | | | Notes: svn path=/head/; revision=65302
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
| | | | | | | | | It was not discussed and should probably not happen. Requested by: msmith and others Notes: svn path=/head/; revision=60938
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
| | | | | | | | | | | the type argument to *_HEAD and *_ENTRY is a struct. Suggested by: phk Reviewed by: phk Approved by: mdodd Notes: svn path=/head/; revision=60833
* Remove unnecessary includesMark Newton1999-12-081-26/+4
| | | | | | | Prodded by: phk Notes: svn path=/head/; revision=54305
* SVR4 emulator source files now take their compilation options fromMark Newton1999-12-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | opt_global.h and opt_svr4.h, instead of from the command line. This brings them in-line with most of the rest of the kernel. svr4_ioctl.c has also failed to compile with debugging for a while now; fixed by adding systm.h and socketvar. Some svr4 source files are automatically generated from syscalls.master; these have been committed as consequential changes, otherwise everyone will have to "make svr4_sysent.c". Changes: sys/svr4/svr4.h include opt_global.h and opt_svr4.h sys/svr4/svr4_ioctl.c include svr4.h, sys/systm.h and sys/socketvar.h sys/svr4/svr4_ipc.c include svr4.h sys/svr4/svr4_resource.c include svr4.h sys/svr4/svr4_socket.c include svr4.h sys/svr4/svr4_ttold.c include svr4.h sys/svr4/syscalls.master include svr4.h sys/svr4/svr4_syscallnames.c dependent on syscalls.master sys/svr4/svr4_sysent.c dependent on syscalls.master sys/svr4/svr4_syscall.h dependent on syscalls.master sys/svr4/svr4_proto.h dependent on syscalls.master sys/modules/svr4/Makefile create opt_global.h and opt_svr4.h Notes: svn path=/head/; revision=54300
* Remove unnecessary includes.Mark Newton1999-10-171-2/+0
| | | | | | | Submitted by: phk Notes: svn path=/head/; revision=52333
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Previous commit also finished cleaning up some dev_t -> udev_t transformationsMark Newton1999-07-301-1/+1
| | | | | | | | | related to the commit for rev 1.3 of svr4_stat.c. svr4_sysvec.c also received a copyright message (which is why it grew by 28 lines). Notes: svn path=/head/; revision=49279
* Add $Id$ tagsMark Newton1999-07-301-2/+4
| | | | Notes: svn path=/head/; revision=49267
* Emulator KLD for SysVR4 executables grabbed from NetBSD.Mark Newton1999-01-301-0/+204
See http://www.freebsd.org/~newton/freebsd-svr4 for limitations, capabilities, history and TO-DO list. Notes: svn path=/head/; revision=43412