summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux32
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo resulting in truncated linux32 signal trampoline code copiedkib2006-10-311-1/+1
* regen after linux_io_* backoutnetchild2006-10-293-47/+8
* Backout the linux aio stuff. Several problems where identified and thenetchild2006-10-292-7/+5
* regen (prctl addition)netchild2006-10-283-5/+9
* MFP4:netchild2006-10-282-2/+2
* regen (linux AIO stuff)netchild2006-10-153-8/+47
* MFP4 (with some minor changes):netchild2006-10-152-5/+7
* MFP4 (106538 + 106541):netchild2006-10-152-0/+11
* Revert my previous commit, I mismerged this to the wrong place.netchild2006-10-151-1/+0
* MFP4 (106541): Fix the clone05 test in the LTP.netchild2006-10-151-0/+1
* MFP4 (107144[1]): Implement CLONE_FS on i386[1] and amd64.netchild2006-10-151-1/+7
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-021-0/+1
* Change futex lock from mutex to sx. Make futex_get atomic (protected by thenetchild2006-09-091-3/+3
* MFi386 parts of rev 1.55 (modulo real MD parts):netchild2006-08-281-9/+10
* regennetchild2006-08-273-5/+6
* Add the linux statfs64 call. This allows Tivoli backup to proceed a littlenetchild2006-08-272-2/+1
* Emulate what vfork does instead of using it in linux_vfork. This waynetchild2006-08-251-1/+12
* Sync the MI parts for amd64 with i386 and remove the corresponding specialnetchild2006-08-201-3/+89
* Get rid of some nested includes.netchild2006-08-191-4/+0
* Move some stuff into headers where they belong.netchild2006-08-171-2/+0
* Initialize the emul sx-lock.netchild2006-08-171-0/+1
* Style fixes to comments.netchild2006-08-162-5/+10
* Regen to propogate <prefix>_AUE_<mumble> changes as well as the earlierjhb2006-08-151-0/+234
* - Remove unused sysvec variables from various syscalls.conf.jhb2006-08-152-1942/+1
* Initialize the eventhandlers, mutexes and sx locks.netchild2006-08-151-0/+26
* add autogenerated systrace_args stuff for dtracenetchild2006-08-151-0/+1941
* Add the linux 2.6.x stuff (not used by default!):netchild2006-08-154-19/+112
* regennetchild2006-08-153-326/+362
* Add new syscalls in the linuxolator (only used when the sysctlnetchild2006-08-151-14/+16
* Add some more errno mappings (bsd -> linux) and a comment about the status..netchild2006-08-101-1/+6
* Regen for MPSAFE flag removal.jhb2006-07-283-274/+274
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used tojhb2006-07-281-271/+271
* Various fixes to comments in the syscall master files including removingjhb2006-07-281-7/+2
* 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
OpenPOWER on IntegriCloud