summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* Now that we don't have a linuxolator on alpha anymore:netchild2006-05-107-342/+33
* Implement rt_sigpending in the linuxolator.netchild2006-05-101-0/+28
* Add in linsysfs. A linux 2.6 like sys filesystem to pacify the Linuxambrisko2006-05-091-0/+285
* Fix the the duplicate cut-n-paste in linux_fstat64 pointed out byambrisko2006-05-051-1/+0
* Enhance the Linux emulation layer to make MegaRAID SAS managements tool happy.ambrisko2006-05-054-16/+250
* Annotate uses of fgetsock() with indications that they should relyrwatson2006-04-012-0/+12
* regen for 32bit System V shared memoryps2006-03-304-7/+13
* Properly support for FreeBSD 4 32bit System V shared memory.ps2006-03-302-7/+169
* Unbreaking build by removing a now unused variable.avatar2006-03-271-1/+0
* Use td_ucred rather than p_ucred to avoid panics and general unhappiness.jhb2006-03-271-1/+1
* Fix the LINT build on alpha:netchild2006-03-211-32/+82
* Fix tinderbox on alpha.netchild2006-03-201-0/+2
* Unbreak COMPAT_LINUX32 option support on amd64.ru2006-03-1911-0/+17
* Fixup some problems in my previous commit (COMPAT_43).netchild2006-03-1811-17/+0
* Get rid of the need of COMPAT_43 in the linuxolator.netchild2006-03-188-31/+211
* Fix exec_map resource leaks.ups2006-03-081-9/+13
* use strlcpy in cvtstatfs and copy_statfs instead of bcopy to ensureps2006-03-041-6/+8
* regen for 32bit sendfileps2006-02-284-6/+6
* Fix 32bit sendfile by implementing kern_sendfile so that it takesps2006-02-282-20/+66
* - Always call exec_free_args() in kern_execve() instead of doing it in alljhb2006-02-062-3/+0
OpenPOWER on IntegriCloud