summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32
Commit message (Expand)AuthorAgeFilesLines
* Regen.jkim2006-12-204-10/+27
* MFP4: (part of) 110058jkim2006-12-202-6/+58
* Regen.ru2006-11-111-1/+1
* Regen.ru2006-11-034-43/+4
* Fix build breakage introduced in previous commit (redeclatationru2006-11-031-6/+6
* This commits the remake in kern/ make sysent to getrrs2006-11-034-5/+56
* Ok, here it is, we finally add SCTP to current. Note that thisrrs2006-11-031-0/+10
* Regen.sobomax2006-10-244-54/+4
* Fix kernel breakage introduced in the previous commit (redeclatationsobomax2006-10-241-9/+9
* Regenerate.rwatson2006-10-244-22/+81
* Hook up audit functions in the freebsd32 compatibility code. It isrwatson2006-10-241-9/+15
* Regenerate.davidxu2006-10-174-5/+5
* Sync with master.davidxu2006-10-171-1/+1
* Regenerate.davidxu2006-10-064-6/+16
* Implement 32bit umtx_lock and umtx_unlock system calls, these two systemdavidxu2006-10-061-2/+2
* Regenerate.davidxu2006-10-054-8/+23
* Oops, add the missing file.davidxu2006-10-051-0/+75
* Move some declaration of 32-bit signal structures into filedavidxu2006-10-052-10/+89
* Regenerate.rwatson2006-10-034-4/+4
* Change getpagesize() system call audit event to more clearly indicaterwatson2006-10-031-1/+1
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-021-0/+1
* Regenerate.davidxu2006-09-234-6/+7
* Enable sigwait.davidxu2006-09-231-1/+2
* Regenerate.davidxu2006-09-224-12/+23
* Add compatible code to let 32bit libthr work on 64bit kernel.davidxu2006-09-223-5/+76
* Regenerate.davidxu2006-09-224-6/+16
* Add umtx support for 32bit process on AMD64 machine.davidxu2006-09-221-1/+3
* Regenerate.davidxu2006-09-213-9/+7
* sync with master.davidxu2006-09-211-9/+4
* Regenerate.rwatson2006-09-174-6/+6
* AUE_SIGALTSTACK instead of AUE_SIGPENDING for sigaltstack().rwatson2006-09-171-1/+1
* The following functions need not to be reimplemented, reuse 64bitdavidxu2006-09-094-15/+27
* Regenerate.rwatson2006-09-034-29/+29
* 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
OpenPOWER on IntegriCloud