summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
...
* Implement /proc/sys/kernel/pid_max.netchild2006-10-081-0/+19
* 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-055-56/+97
* 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
* MFp4:netchild2006-09-232-3/+30
* 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
* - don't reboot() when feed with wrong parameters (and enough permissions) [1]netchild2006-09-161-4/+38
* The Linux unlink syscall uses a different errno value when trying to unlinknetchild2006-09-101-0/+7
* - Extend the coverage of PROC_LOCK to cover wakeup(&p->p_emuldata);netchild2006-09-091-1/+3
* Change futex lock from mutex to sx. Make futex_get atomic (protected by thenetchild2006-09-091-8/+4
* - don't wake every sleeper just the first one [1]netchild2006-09-091-5/+2
* 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
* Remove two hypothetical calls to suser() in ifdef'd (and uncompilable)rwatson2006-09-021-4/+0
* FREE -> freessouhlal2006-08-281-2/+2
* Add the linux statfs64 call. This allows Tivoli backup to proceed a littlenetchild2006-08-271-0/+51
* Correct the number of retries in a futex_wake() call.netchild2006-08-261-2/+6
* Don't call suser_cred() directly from linux_sethostname(), as it justrwatson2006-08-251-3/+0
* Sync the MI parts for amd64 with i386 and remove the corresponding specialnetchild2006-08-201-13/+1
* Get rid of some nested includes.netchild2006-08-191-0/+1
* MALLOC -> malloc and FREE -> freessouhlal2006-08-191-4/+4
* ifdef DEBUG a printfssouhlal2006-08-191-0/+2
* while (0); -> while (0) in multi-line macrosimp2006-08-172-3/+2
* - disable some more code when osrelease=2.4.2netchild2006-08-171-22/+46
* Move some stuff into headers where they belong.netchild2006-08-173-6/+3
* Fix the DEBUG build:netchild2006-08-172-5/+3
* Grab two syscall numbers. One is used to emulate functionality that linuxpeter2006-08-161-0/+2
* Style fixes to comments.netchild2006-08-162-6/+11
* 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-154-725/+850
* - Remove unused sysvec variables from various syscalls.conf.jhb2006-08-152-2/+2
* Disable some parts of the code on amd64 for now to prevent a panic. A betternetchild2006-08-151-1/+8
* Add the linux 2.6.x stuff (not used by default!):netchild2006-08-153-2/+163
OpenPOWER on IntegriCloud