| Commit message (Expand) | Author | Age | Files | Lines |
* | (This commit certainly increases the need for a wash&clean of vfs_cache.c, | phk | 2003-03-17 | 1 | -409/+2 |
* | - Change the linux_[gs]et_os{name, release, s_version}() functions to | jhb | 2003-03-13 | 5 | -115/+109 |
* | Clean up whitespace and remove register keyword. | des | 2003-03-03 | 6 | -48/+48 |
* | More caddr_t removal, in conjunction with copy{in,out}(9) this time. | des | 2003-03-03 | 8 | -94/+78 |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | des | 2003-03-02 | 1 | -1/+1 |
* | Clean up whitespace, s/register //, refrain from strong urge to ANSIfy. | des | 2003-03-02 | 1 | -22/+22 |
* | uiomove-related caddr_t -> void * (just the low-hanging fruit) | des | 2003-03-02 | 1 | -2/+1 |
* | Add M_WAITOK | ume | 2003-02-20 | 1 | -1/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 13 | -27/+27 |
* | Use the proc lock to protect p_realtimer instead of Giant, and obtain | tjr | 2003-02-17 | 1 | -3/+2 |
* | Remove #include <sys/dkstat.h> | phk | 2003-02-16 | 2 | -2/+0 |
* | Add MPSAFE comment to linux_sigpending(). | tjr | 2003-02-16 | 1 | -0/+3 |
* | Obtain proc lock around modification of p_siglist in linux_wait4(). | tjr | 2003-02-14 | 1 | -0/+2 |
* | 1) Linux_sendto was trashing the BSD sockaddr it put in the stackgap, | dwmalone | 2003-02-08 | 1 | -14/+15 |
* | Avoid undefined symbol error with an IPv4 only kernel. | ume | 2003-02-05 | 1 | -1/+9 |
* | Add IPv6 support for Linuxlator. | ume | 2003-02-03 | 1 | -88/+372 |
* | Consolidate MIN/MAX macros into one place (param.h). | alfred | 2003-02-02 | 1 | -3/+0 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 13 | -27/+27 |
* | Add missing #include | dillon | 2003-01-14 | 1 | -0/+1 |
* | Apply bandaid to bring svr4_sys_waitsys() in line with exit1(). This | dillon | 2003-01-13 | 1 | -1/+4 |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 8 | -11/+11 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 8 | -11/+11 |
* | Add function linux_msg() for regulating output from the linux emulation | alfred | 2003-01-02 | 5 | -12/+42 |
* | When complaining about obsolete/unimplemented syscalls output the process | alfred | 2003-01-01 | 1 | -2/+2 |
* | Synchronize to kern/syscalls.master:1.139. | rwatson | 2002-12-29 | 1 | -0/+4 |
* | SMP locking for ifnet list. | hsu | 2002-12-22 | 3 | -5/+16 |
* | Regen: swapoff | marcel | 2002-12-16 | 3 | -4/+5 |
* | Change swapoff from MNOPROTO to UNIMPL. The former doesn't work. | marcel | 2002-12-16 | 1 | -1/+1 |
* | This is David Schultz's swapoff code which I am finally able to commit. | dillon | 2002-12-15 | 1 | -0/+1 |
* | SCARGS removal take II. | alfred | 2002-12-14 | 13 | -656/+646 |
* | Backout removal SCARGS, the code freeze is only "selectively" over. | alfred | 2002-12-13 | 13 | -646/+656 |
* | Remove SCARGS. | alfred | 2002-12-13 | 13 | -656/+646 |
* | Fix emulation of the fcntl64() syscall. In Linux, this is exactly | iedowse | 2002-12-08 | 1 | -39/+33 |
* | Regenerate after adding syscalls. | deischen | 2002-11-16 | 3 | -4/+13 |
* | Add *context() syscalls to ia64 32-bit compatability table as requested | deischen | 2002-11-16 | 1 | -0/+3 |
* | Bring in two sets of changes: | rwatson | 2002-11-05 | 1 | -0/+1 |
* | Remove reference to struct execve_args from struct imgact, which | rwatson | 2002-11-05 | 1 | -1/+2 |
* | Sync to src/sys/kern/syscalls.master | rwatson | 2002-11-02 | 1 | -1/+1 |
* | Remove the process state PRS_WAIT. | julian | 2002-10-21 | 1 | -3/+0 |
* | Stake a claim on 418 (__xstat), 419 (__xfstat), 420 (__xlstat) | peter | 2002-10-19 | 1 | -0/+3 |
* | Grab 416/417 real estate before I get burned while testing again. | peter | 2002-10-19 | 1 | -0/+2 |
* | Implement the CDROMREADAUDIO ioctl. | marcel | 2002-10-19 | 1 | -1/+37 |
* | Add a placeholder for the execve_mac() system call, similar to SELinux's | rwatson | 2002-10-19 | 1 | -0/+1 |
* | Replace the conventional usage of strncpy() by using strlcpy(). | robert | 2002-10-17 | 2 | -13/+5 |
* | - Use strlcpy() rather than strncpy() to copy NUL terminated | robert | 2002-10-17 | 1 | -6/+6 |
* | - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2); | sobomax | 2002-10-11 | 4 | -23/+318 |
* | re-regen. Sigh. | peter | 2002-10-09 | 3 | -7/+7 |
* | Sigh. Fix fat-fingering of diff. I knew this was going to happen. | peter | 2002-10-09 | 1 | -1/+1 |
* | regenerate. sendfile stuff and other recently picked up stubs. | peter | 2002-10-09 | 3 | -12/+54 |
* | Try and deal with the #ifdef COMPAT_FREEBSD4 sendfile stuff. This would | peter | 2002-10-09 | 2 | -2/+25 |