summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Remove ifdef disabled code that doesn't have a chance of working anymore.jeff2006-02-061-48/+0
* Regenerate.rwatson2006-02-044-196/+196
* Audit FreeBSD 32-bit system calls on 64-bit FreeBSD systems.rwatson2006-02-041-216/+216
* - vn_lock with LK_RETRY can not return an error. The code that handled thisjeff2006-01-301-10/+4
* Fix a typo : deivce => devicecognet2006-01-261-1/+1
* Linux compat bits needed to make linux programs use the new ptys :cognet2006-01-263-1/+33
* Fix the build. When I added the lutimes the futimes definitionsambrisko2006-01-201-0/+5
* Regen.ambrisko2006-01-204-9/+9
OpenPOWER on IntegriCloud