summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32
Commit message (Expand)AuthorAgeFilesLines
...
* Set freebsd32 system call event identifiers for:rwatson2006-09-031-47/+49
* Regenerate. Looks like someone missed doing this previously as more thanrwatson2006-09-034-6/+10
* Use AUE_NTP_ADJTIME instead of AUE_ADJTIME for ntp_adjtime().rwatson2006-09-031-1/+1
* while (0); -> while (0) in multi-line macrosimp2006-08-171-1/+1
* Grab two syscall numbers. One is used to emulate functionality that linuxpeter2006-08-161-0/+2
* Include sys/limits.h for INT_MAX. freebsd32_proto.h 1.58 does not includejkim2006-08-161-0/+1
* Regen to propogate <prefix>_AUE_<mumble> changes as well as the earlierjhb2006-08-152-472/+518
* - Remove unused sysvec variables from various syscalls.conf.jhb2006-08-151-1/+1
* Regen for MPSAFE flag removal.jhb2006-07-284-283/+293
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used tojhb2006-07-281-273/+269
* Various fixes to comments in the syscall master files including removingjhb2006-07-281-3/+4
* sync with master.davidxu2006-07-141-6/+11
* - Split out kern_accept(), kern_getpeername(), and kern_getsockname() forjhb2006-07-101-3/+5
* Unexpand PTRIN() in several places and fix one instance where 0 was beingjhb2006-07-101-13/+13
* 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-264-14/+14
* - Sync with master: rmdir(), mkdir(), and extattr_*() are all MPSAFE.jhb2006-06-261-10/+10
* Do not copy out the iovec in the 32bit recvmsg call since soreceiveps2006-06-081-24/+0
* 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
* 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-061-1/+0
* Regenerate.rwatson2006-02-044-196/+196
* Audit FreeBSD 32-bit system calls on 64-bit FreeBSD systems.rwatson2006-02-041-216/+216
* Fix the build. When I added the lutimes the futimes definitionsambrisko2006-01-201-0/+5
* Regen.ambrisko2006-01-204-9/+9
* Add 32bit version of lutimes so untar doesn't mess up sym-links on amd64.ambrisko2006-01-202-2/+23
* Regen.ru2005-12-234-10/+4
* Fix build.ru2005-12-231-1/+1
* Regenerate sysent with new abort2 system call.phk2005-12-234-5/+30
* Add missing 455-462 syscalls as unimplementedphk2005-12-231-0/+8
* Add abort2() systemcall.phk2005-12-231-0/+1
* Regen for futimes.ambrisko2005-12-084-3/+8
* Add 32bit version of futimes so untar doesn't result in bad datesambrisko2005-12-082-1/+24
* Copy out the number of iovecs in freebsd32_recvmsg, not the lengthps2005-11-061-1/+1
* Reformat socket control messages on input/output for 32bit compatibilityps2005-10-311-18/+225
* Regenerate (with the correct #ifdef COMPAT_43 tests now)peter2005-10-264-64/+70
* There is no 'freebsd3_' prefix for COMPAT_43 syscalls. Those are allpeter2005-10-262-31/+28
* Add a 'clean' target.obrien2005-10-231-0/+3
* regenps2005-10-234-26/+66
* Implement for FreeBSD 3 32 binaries:ps2005-10-232-8/+219
* regen after recvmsg, recvfrom, sendmsgps2005-10-154-12/+34
* Implement the 32bit versions of recvmsg, recvfrom, sendmsgps2005-10-152-5/+171
* regen for clock_gettime, clock_settime, clock_getresps2005-10-154-13/+28
* Implement 32bit wrappers for clock_gettime, clock_settime, andps2005-10-152-6/+59
* regenps2005-10-154-6/+6
OpenPOWER on IntegriCloud