summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32
Commit message (Expand)AuthorAgeFilesLines
* Regen.jhb2005-07-134-82/+82
* Make a pass through all the compat ABIs sychronizing the MP safe flagsjhb2005-07-131-78/+78
* Wrap the ia64-specific freebsd32_mmap_partial() hack in Giant for nowjhb2005-07-131-1/+6
* Regenerate.jhb2005-07-074-8/+24
* - Add two new system calls: preadv() and pwritev() which are like readv()jhb2005-07-072-2/+37
* - Change the commented out freebsd32_xxx() example to use kern_xxx() alongjhb2005-06-292-39/+5
* Correct the amount of data to allocate in these local copies ofjhb2005-06-241-1/+2
* Do not allocate memory based on not-checked argument from userland.pjd2005-06-111-6/+2
* Avoid code duplication in serval places by introducing universalpjd2005-06-091-22/+19
* Wrap copyin/copyout for kevent so the 32bit wrapper does not haveps2005-06-031-49/+66
* Rebuild generated system call definition files following the addition ofrwatson2005-05-304-459/+460
* Introduce a new field in the syscalls.master file format to hold therwatson2005-05-301-531/+637
* Copyout to userland if kern_sigaction succeedsps2005-05-241-2/+2
* - Use a custom version of copyinuio() to implement readv/writev usingjhb2005-03-311-122/+83
* Use kern_kevent instead of the stackgap for 32bit syscall wrapping.ps2005-03-011-35/+31
* Ooops. I will compile test before committing. The stackgap versionps2005-03-011-2/+2
* Correct the freebsd32_kevent prototype.ps2005-03-012-6/+6
* Regen.jhb2005-02-244-7/+7
* Use msync() to implement msync() for freebsd32 emulation. This isn't quitejhb2005-02-241-1/+1
* - Add a custom version of exec_copyin_args() to deal with the 32-bitjhb2005-02-181-219/+160
* Add a 32bit syscall wrapper for modstatps2005-01-195-8/+13
* - rename nanosleep1 to kern_nanosleepps2005-01-196-4/+40
* Regenerate.jhb2005-01-044-13/+15
* Partial sync up to the master syscalls.master file:jhb2005-01-041-8/+9
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-271-2/+0
* Rebuild from compat/freebsd32/syscalls.master:1.43marks2004-11-182-2/+2
* 32-bit FreeBSD ABI compatibility stubs from syscalls.master:1.179marks2004-11-181-1/+1
* Rebuild from FreeBSD32 syscalls.master:1.42.rwatson2004-10-234-5/+23
* 32-bit FreeBSD ABI compatibility stubs from syscalls.master:1.178.rwatson2004-10-231-0/+9
* Put on my peril sensitive sunglasses and add a flags field to the internalpeter2004-10-111-7/+3
* Close a race between a thread exiting and the freeing of it's stack.mtm2004-10-065-6/+6
* Rework how we store process times in the kernel such that we always storejhb2004-10-051-17/+11
* Regenpeter2004-07-144-9/+4
* Unmapped syscalls should be NOPROTO so that we don't get a duplicatepeter2004-07-141-1/+1
* Give kldunload a -f(orce) argument.phk2004-07-134-5/+13
* Add kldunloadf() system call. Stay tuned for follwing commit messages.phk2004-07-131-2/+3
* Change the thread ID (thr_id_t) used for 1:1 threading from being amarcel2004-07-021-4/+4
* Regen.marcel2004-07-024-4/+4
* Second half of the dev_t cleanup.phk2004-06-171-2/+2
* Fix build for non-COMPAT_FREEBSD4 configurations. Make the FreeBSD 4marcel2004-04-241-0/+10
* Regenpeter2004-04-144-40/+49
* Catch up to the not-so-recent statfs(2) changes.peter2004-04-143-18/+49
* Regen for libthr thread synchronization syscalls.mtm2004-03-274-5/+11
* Separate thread synchronization from signals in libthr. Insteadmtm2004-03-271-0/+2
* - Replace wait1() with a kern_wait() function that accepts the pid,jhb2004-03-171-13/+9
* Regen (FWIW)peter2004-02-214-5/+5
* Try and make the compat sigreturn prototypes closer to reality.peter2004-02-211-1/+1
* Regen.deischen2004-02-034-5/+7
* Sync with kern/syscalls.master.deischen2004-02-031-0/+1
* Regenpeter2004-01-285-7/+40
OpenPOWER on IntegriCloud