summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux32
Commit message (Expand)AuthorAgeFilesLines
* Regen.jhb2006-07-113-6/+6
* - Add conditional VFS Giant locking to getdents_common() (linux ABIs),jhb2006-07-111-3/+3
* Regen.jhb2006-07-063-4/+4
* - Protect the list of linux ioctl handlers with an sx lock.jhb2006-07-061-1/+1
* Regen.jhb2006-06-273-4/+4
* - Add a kern_semctl() helper function for __semctl(). It accepts a pointerjhb2006-06-271-1/+1
* Regen.jhb2006-06-273-6/+6
* - Expand the scope of Giant some in mount(2) to protect the vfsp structurejhb2006-06-271-3/+3
* Regen.jhb2006-06-263-4/+4
* linux_brk() is MPSAFE.jhb2006-06-261-1/+1
* Commit the DUMMY stuff (printing messages for missing syscalls) for amd64 too.netchild2006-06-211-0/+56
* regen after change to syscalls.masternetchild2006-06-203-61/+341
* Switch to using the DUMMY infrastructure instead of UNIMPL for the newnetchild2006-06-201-58/+58
* regen after MFP4 (soc2006/rdivacky_linuxolator) of syscalls.masternetchild2006-06-133-163/+206
* MFP4 (soc2006/rdivacky_linuxolator)netchild2006-06-131-180/+225
* regen (linux rt_sigpending)netchild2006-05-103-5/+6
* Implement rt_sigpending in the linuxolator.netchild2006-05-102-2/+2
* Forgot the amd/linux32 part since sys/*/linux didn't match :-(ambrisko2006-05-061-0/+6
* regen: fix of linuxolator with testing in a cross-buildnetchild2006-03-203-9/+15
* Fix the linuxolator on amd64 (cross-build).netchild2006-03-201-2/+3
* Regen.ru2006-03-193-3/+4
* Unbreak COMPAT_LINUX32 option support on amd64.ru2006-03-192-0/+2
* regennetchild2006-03-181-3/+0
* regen after COMPAT_43 removalnetchild2006-03-185-12/+42
* Get rid of the need of COMPAT_43 in the linuxolator.netchild2006-03-181-9/+5
* Fix exec_map resource leaks.ups2006-03-081-9/+14
* - Always call exec_free_args() in kern_execve() instead of doing it in alljhb2006-02-061-1/+0
* Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structuresobomax2005-12-261-0/+2
* Remove linux_mib_destroy() (which I actually added in between 5.0 and 5.1)jhb2005-12-151-1/+0
* Calling setrlimit from 32bit apps could potentially increase certainps2005-11-021-3/+2
* The signal code is now an int rather than a long, so update debug printfs.jhb2005-10-141-2/+2
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-141-9/+27
* Fix the "fpudna: fpcurthread == curthread XXX times" problem.ups2005-09-221-0/+1
* Move MODULE_DEPEND() statements for SYSVIPC dependencies to linux_ipc.cjhb2005-07-291-3/+0
* Regen.jhb2005-07-133-118/+118
* Make a pass through all the compat ABIs sychronizing the MP safe flagsjhb2005-07-131-115/+115
* Correct the amount of data to allocate in these local copies ofjhb2005-06-241-1/+2
* Regen after addition of linux_getpriority wrapper.sobomax2005-06-083-5/+10
* Properly convert FreeBSD priority values into Linux values in thesobomax2005-06-081-1/+1
* Rebuild generated system call definition files following the addition ofrwatson2005-05-303-271/+272
* Introduce a new field in the syscalls.master file format to hold therwatson2005-05-301-312/+397
* Fix a change in a debug printf I missed in an earlier commit.jhb2005-04-051-1/+1
* - Use a custom version of copyinuio() to implement readv/writev usingjhb2005-03-311-88/+55
* - Fix some sign extension problems with implicit 32 to 64 bit conversions.jhb2005-03-311-8/+11
* Make ps_nargvstr and ps_nenvstr unsigned. This fixes an inputdas2005-03-231-2/+2
* Regen after addition of linux_nosys handler.sobomax2005-03-073-3/+9
* Handle unimplemented syscall by instantly returning ENOSYS instead of sendingsobomax2005-03-071-0/+4
* - Add a custom version of exec_copyin_args() to deal with the 32-bitjhb2005-02-182-84/+118
* o Split out kernel part of execve(2) syscall into two parts: one thatsobomax2005-01-291-9/+9
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-271-1/+2
OpenPOWER on IntegriCloud