aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
...
* Regen.Jung-uk Kim2006-12-204-10/+27
* MFP4: (part of) 110058Jung-uk Kim2006-12-202-6/+58
* MFP4: (part of) 110058Jung-uk Kim2006-12-201-24/+26
* MFP4: 109653Jung-uk Kim2006-12-041-2/+25
* MFP4: 109652Jung-uk Kim2006-12-041-39/+38
* MFP4 (110957)Alexander Leidinger2006-12-031-2/+3
* MFP4 (108673, 110519, 110874):Alexander Leidinger2006-12-021-5/+30
* MFP4: Change 109654Jung-uk Kim2006-11-271-0/+60
* Add missed ")". Fix the build.Konstantin Belousov2006-11-181-1/+1
* Sync struct sysinfo with real one from linux.Konstantin Belousov2006-11-181-1/+2
* Use standard debugging facilities in linux_getcwd().Konstantin Belousov2006-11-181-2/+2
* Add debuging printfs to syscalls that do not contain it yet. InKonstantin Belousov2006-11-181-0/+36
* Remove unecessary locking of process in linux_getpid.Konstantin Belousov2006-11-181-2/+0
* Group pid and parent are shared in a case of CLONE_THREAD not CLONE_VM.Konstantin Belousov2006-11-151-3/+3
* In rev 1.188 of linux_misc.c the added check for valid options ommitedKonstantin Belousov2006-11-151-1/+1
* Regen.Ruslan Ermilov2006-11-112-2/+2
* Merge posix4/* into normal kernel hierarchy.Tom Rhodes2006-11-111-2/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-064-5/+13
* Regen.Ruslan Ermilov2006-11-034-43/+4
* Fix build breakage introduced in previous commit (redeclatationRuslan Ermilov2006-11-031-6/+6
* This commits the remake in kern/ make sysent to getRandall Stewart2006-11-034-5/+56
* Ok, here it is, we finally add SCTP to current. Note that thisRandall Stewart2006-11-031-0/+10
* Backout the linux aio stuff. Several problems where identified and theAlexander Leidinger2006-10-292-1447/+0
* style(9)Alexander Leidinger2006-10-291-0/+1
* Fix style(9).Alexander Leidinger2006-10-281-29/+29
* MFP4:Alexander Leidinger2006-10-284-1/+119
* Regen.Maxim Sobolev2006-10-244-54/+4
* Fix kernel breakage introduced in the previous commit (redeclatationMaxim Sobolev2006-10-241-9/+9
* Regenerate.Robert Watson2006-10-244-22/+81
* Hook up audit functions in the freebsd32 compatibility code. It isRobert Watson2006-10-241-9/+15
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-226-6/+12
* Regenerate.David Xu2006-10-174-5/+5
* Sync with master.David Xu2006-10-171-1/+1
* Fix compile (use the right variable name).Alexander Leidinger2006-10-151-1/+1
* MFP4 (with some minor changes):Alexander Leidinger2006-10-152-0/+1447
* MFP4 (107868 - 107870):Alexander Leidinger2006-10-152-2/+4
* Spell proc/sys/kernel/pid_max correctly in a comment.Giorgos Keramidas2006-10-111-1/+1
* Don't pass unused bufsz to kern_shmctl().John Baldwin2006-10-101-7/+6
* Only try to copyin a msqid for the IPC_SET command to msgctl(). OtherJohn Baldwin2006-10-101-5/+6
* Remove unnecessary casts before PTRIN().John Baldwin2006-10-101-11/+11
* - change if (cond) panic() to KASSERT.Alexander Leidinger2006-10-081-3/+4
* - Replace homegrown check for FIFO with S_ISFIFO. [1]Alexander Leidinger2006-10-081-1/+7
* Implement /proc/sys/kernel/pid_max.Alexander Leidinger2006-10-081-0/+19
* Regenerate.David Xu2006-10-064-6/+16
* Implement 32bit umtx_lock and umtx_unlock system calls, these two systemDavid Xu2006-10-061-2/+2
* Regenerate.David Xu2006-10-054-8/+23
* Oops, add the missing file.David Xu2006-10-051-0/+75
* Move some declaration of 32-bit signal structures into fileDavid Xu2006-10-055-56/+97
* Regenerate.Robert Watson2006-10-034-4/+4
* Change getpagesize() system call audit event to more clearly indicateRobert Watson2006-10-031-1/+1