summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Lock the vnode around the call to VOP_GETATTR. Move the locked codekib2006-08-081-5/+16
* With socket code no longer in svr4_stream.c, MAC includes are no longerrwatson2006-08-051-2/+0
* Use TAILQ_EMPTY instead of checking if TAILQ_FIRST is NULL.brooks2006-08-041-1/+1
* Regen for MPSAFE flag removal.jhb2006-07-288-425/+435
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used tojhb2006-07-282-413/+409
* Various fixes to comments in the syscall master files including removingjhb2006-07-281-3/+4
* Regen.jhb2006-07-284-7/+7
* - Explicitly lock Giant to protect the fields in the svr4_strm structurejhb2006-07-283-12/+44
* Fix a file descriptor race I reintroduced when I split accept1() up intojhb2006-07-271-10/+24
* Regen.jhb2006-07-214-5/+5
* Clean up the svr4 socket cache and streams code some to make it more easilyjhb2006-07-214-40/+110
* Add conditional VFS Giant locking to svr4_sys_fchroot() and mark it MPSAFE.jhb2006-07-212-20/+22
* - Pass the MPSAFE flag to namei() in linux_uselib() and handle conditionaljhb2006-07-211-24/+25
* Regen.jhb2006-07-194-6/+6
* Add conditional VFS Giant locking to svr4_sys_resolvepath() and mark itjhb2006-07-192-2/+5
* Make svr4_sys_waitsys() a lot less ugly and mark it MPSAFE.jhb2006-07-192-155/+149
* Don't free the sockaddr in kern_bind() and kern_connect() as not alljhb2006-07-191-1/+4
* Initialize svr4_head during MOD_LOAD rather than on demand.jhb2006-07-191-24/+0
* sync with master.davidxu2006-07-141-6/+11
* Regen.jhb2006-07-114-6/+6
* - Add conditional VFS Giant locking to getdents_common() (linux ABIs),jhb2006-07-113-18/+24
* - Split out kern_accept(), kern_getpeername(), and kern_getsockname() forjhb2006-07-103-406/+68
* Unexpand PTRIN() in several places and fix one instance where 0 was beingjhb2006-07-101-13/+13
* Add a kern_close() so that the ABIs can close a file descriptor w/o havingjhb2006-07-081-5/+1
* Rework kern_semctl a bit to always assume the UIO_SYSSPACE case. Thisjhb2006-07-082-19/+24
* - Protect the list of linux ioctl handlers with an sx lock.jhb2006-07-061-0/+17
* Don't try to copyin extra data for IPC_RMID requests to msgctl() orjhb2006-07-061-6/+1
* Housekeeping. Update for maintainers who have handed in their commit bitsmarkm2006-07-011-2/+0
* Improve linprovfs to provide/fix thenetchild2006-06-271-27/+51
* Regen.jhb2006-06-274-6/+6
* Use kern_shmctl() in svr4_sys_shmctl() and drop use of the stackgap. Markjhb2006-06-272-47/+32
* Axe the stackgap macros as the Linux ABIs no longer use the stackgap.jhb2006-06-271-26/+0
* - Add a kern_semctl() helper function for __semctl(). It accepts a pointerjhb2006-06-273-121/+60
* Regen.jhb2006-06-274-7/+7
* - Expand the scope of Giant some in mount(2) to protect the vfsp structurejhb2006-06-271-3/+3
* Regen.jhb2006-06-268-19/+19
* Change svr4_sys_break() to just call obreak() and mark it MPSAFE.jhb2006-06-262-52/+4
* - Sync with master: rmdir(), mkdir(), and extattr_*() are all MPSAFE.jhb2006-06-261-10/+10
* The linux times syscall can be called with a NULL pointer, so keep coolnetchild2006-06-231-11/+13
* Move conditional preprocessing out of the SYSCTL_ADD_STRING macrodds2006-06-221-1/+4
* Conditionally acquire Giant around VFS operations.jhb2006-06-201-13/+16
* - Add a new linker_file_foreach() function that walks the list of linkerjhb2006-06-201-19/+31
* Forcefully turn off GPROF in this file if it is enabled as GPROF'sjhb2006-06-121-0/+5
* Add the model name, obtained from the hw.model sysctl variable.des2006-06-121-2/+12
* Do not copy out the iovec in the 32bit recvmsg call since soreceiveps2006-06-081-24/+0
* As far as I can tell, the correct CPU family for amd64 (which Linux callsdes2006-06-021-2/+2
* Fix file leaking in translate_path_major_minor.ambrisko2006-05-161-2/+6
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-162-2/+0
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-121-78/+0
* Remove the dependency on procfs since it isn't used.ambrisko2006-05-111-2/+0
OpenPOWER on IntegriCloud