aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Clean up whitespace and remove register keyword.Dag-Erling Smørgrav2003-03-036-48/+48
* More caddr_t removal, in conjunction with copy{in,out}(9) this time.Dag-Erling Smørgrav2003-03-038-94/+78
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-021-1/+1
* Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.Dag-Erling Smørgrav2003-03-021-22/+22
* uiomove-related caddr_t -> void * (just the low-hanging fruit)Dag-Erling Smørgrav2003-03-021-2/+1
* Add M_WAITOKHajimu UMEMOTO2003-02-201-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-1913-27/+27
* Use the proc lock to protect p_realtimer instead of Giant, and obtainTim J. Robbins2003-02-171-3/+2
* Remove #include <sys/dkstat.h>Poul-Henning Kamp2003-02-162-2/+0
* Add MPSAFE comment to linux_sigpending().Tim J. Robbins2003-02-161-0/+3
* Obtain proc lock around modification of p_siglist in linux_wait4().Tim J. Robbins2003-02-141-0/+2
* 1) Linux_sendto was trashing the BSD sockaddr it put in the stackgap,David Malone2003-02-081-14/+15
* Avoid undefined symbol error with an IPv4 only kernel.Hajimu UMEMOTO2003-02-051-1/+9
* Add IPv6 support for Linuxlator.Hajimu UMEMOTO2003-02-031-88/+372
* Consolidate MIN/MAX macros into one place (param.h).Alfred Perlstein2003-02-021-3/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-2113-27/+27
* Add missing #includeMatthew Dillon2003-01-141-0/+1
* Apply bandaid to bring svr4_sys_waitsys() in line with exit1(). ThisMatthew Dillon2003-01-131-1/+4
* Bow to the whining masses and change a union back into void *. RetainMatthew Dillon2003-01-138-11/+11
* Change struct file f_data to un_data, a union of the correct structMatthew Dillon2003-01-128-11/+11
* Add function linux_msg() for regulating output from the linux emulationAlfred Perlstein2003-01-025-12/+42
* When complaining about obsolete/unimplemented syscalls output the processAlfred Perlstein2003-01-011-2/+2
* Synchronize to kern/syscalls.master:1.139.Robert Watson2002-12-291-0/+4
* SMP locking for ifnet list.Jeffrey Hsu2002-12-223-5/+16
* Regen: swapoffMarcel Moolenaar2002-12-163-4/+5
* Change swapoff from MNOPROTO to UNIMPL. The former doesn't work.Marcel Moolenaar2002-12-161-1/+1
* This is David Schultz's swapoff code which I am finally able to commit.Matthew Dillon2002-12-151-0/+1
* SCARGS removal take II.Alfred Perlstein2002-12-1413-656/+646
* Backout removal SCARGS, the code freeze is only "selectively" over.Alfred Perlstein2002-12-1313-646/+656
* Remove SCARGS.Alfred Perlstein2002-12-1313-656/+646
* Fix emulation of the fcntl64() syscall. In Linux, this is exactlyIan Dowse2002-12-081-39/+33
* Regenerate after adding syscalls.Daniel Eischen2002-11-163-4/+13
* Add *context() syscalls to ia64 32-bit compatability table as requestedDaniel Eischen2002-11-161-0/+3
* Bring in two sets of changes:Robert Watson2002-11-051-0/+1
* Remove reference to struct execve_args from struct imgact, whichRobert Watson2002-11-051-1/+2
* Sync to src/sys/kern/syscalls.masterRobert Watson2002-11-021-1/+1
* Remove the process state PRS_WAIT.Julian Elischer2002-10-211-3/+0
* Stake a claim on 418 (__xstat), 419 (__xfstat), 420 (__xlstat)Peter Wemm2002-10-191-0/+3
* Grab 416/417 real estate before I get burned while testing again.Peter Wemm2002-10-191-0/+2
* Implement the CDROMREADAUDIO ioctl.Marcel Moolenaar2002-10-191-1/+37
* Add a placeholder for the execve_mac() system call, similar to SELinux'sRobert Watson2002-10-191-0/+1
* Replace the conventional usage of strncpy() by using strlcpy().Robert Drehmel2002-10-172-13/+5
* - Use strlcpy() rather than strncpy() to copy NUL terminatedRobert Drehmel2002-10-171-6/+6
* - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);Maxim Sobolev2002-10-114-23/+318
* re-regen. Sigh.Peter Wemm2002-10-093-7/+7
* Sigh. Fix fat-fingering of diff. I knew this was going to happen.Peter Wemm2002-10-091-1/+1
* regenerate. sendfile stuff and other recently picked up stubs.Peter Wemm2002-10-093-12/+54
* Try and deal with the #ifdef COMPAT_FREEBSD4 sendfile stuff. This wouldPeter Wemm2002-10-092-2/+25
* Try and patch up some tab-to-space spammage.Peter Wemm2002-10-091-19/+19
* Add placeholder stubs for nsendfile, mac_syscall, ksem_close, ksem_post,Peter Wemm2002-10-091-0/+22