summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Backout the linux aio stuff. Several problems where identified and thenetchild2006-10-292-1447/+0
* style(9)netchild2006-10-291-0/+1
* Fix style(9).netchild2006-10-281-29/+29
* MFP4:netchild2006-10-284-1/+119
* 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
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-226-6/+12
* Regenerate.davidxu2006-10-174-5/+5
* Sync with master.davidxu2006-10-171-1/+1
* Fix compile (use the right variable name).netchild2006-10-151-1/+1
* MFP4 (with some minor changes):netchild2006-10-152-0/+1447
* MFP4 (107868 - 107870):netchild2006-10-152-2/+4
* Spell proc/sys/kernel/pid_max correctly in a comment.keramida2006-10-111-1/+1
* Don't pass unused bufsz to kern_shmctl().jhb2006-10-101-7/+6
* Only try to copyin a msqid for the IPC_SET command to msgctl(). Otherjhb2006-10-101-5/+6
* Remove unnecessary casts before PTRIN().jhb2006-10-101-11/+11
* - change if (cond) panic() to KASSERT.netchild2006-10-081-3/+4
* - Replace homegrown check for FIFO with S_ISFIFO. [1]netchild2006-10-081-1/+7
* 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
OpenPOWER on IntegriCloud