| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix handling of svr4_sigsets, which are implemented in SysVR4 as a sequence | newton | 2000-01-15 | 2 | -15/+51 |
* | Remove some all-too-wordy debugging prints | newton | 2000-01-15 | 1 | -5/+0 |
* | Return Linux kernel version 2.2.12 by default. This is in line | marcel | 2000-01-10 | 1 | -1/+1 |
* | Removed bogus include of opt_global.h. opt_global.h is automatically | bde | 2000-01-09 | 1 | -1/+0 |
* | Convert the filesystem type returned in struct statfs by syscalls | marcel | 2000-01-08 | 1 | -2/+51 |
* | Need to #include vm_zone.h to pick up inline definition of zfree() so that | newton | 2000-01-03 | 1 | -0/+1 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 5 | -2/+24 |
* | Replace the svr4_sys_getdents64() routine with a port of linux_getdents() -- | newton | 1999-12-12 | 1 | -85/+124 |
* | Avoid excessive redundancy in svr4_sys_getmsg() and svr4_sys_putmsg(): | newton | 1999-12-12 | 1 | -8/+8 |
* | fd_revoke() shouldn't panic if the descriptor provided is not a file or | newton | 1999-12-12 | 1 | -9/+2 |
* | Remove unused includes. | marcel | 1999-12-10 | 1 | -2/+0 |
* | Remove unnecessary includes | newton | 1999-12-08 | 11 | -68/+19 |
* | SVR4 emulator source files now take their compilation options from | newton | 1999-12-08 | 8 | -2/+11 |
* | Fix LINT breakage. | archie | 1999-12-05 | 1 | -1/+1 |
* | Implement pluggable ioctl handlers. | marcel | 1999-12-04 | 3 | -1077/+1713 |
* | Implement linux_sigaltstack. | marcel | 1999-11-30 | 1 | -11/+47 |
* | add linuxulator wrapper for SNDCTL_DSP_GETODELAY | alfred | 1999-11-29 | 1 | -0/+4 |
* | Implement linux_ustat. | marcel | 1999-11-27 | 1 | -3/+56 |
* | Implement fdatasync in terms of fsync. The regeneration of proto.h, | marcel | 1999-11-26 | 1 | -0/+11 |
* | General clean-up of socket.h and associated sources to synchronise up | phk | 1999-11-24 | 1 | -1/+1 |
* | s/p_cred->pc_ucred/p_ucred/g | phk | 1999-11-21 | 1 | -1/+1 |
* | simplify check for device. | phk | 1999-11-08 | 1 | -1/+1 |
* | Use fo_stat() rather than Yet Another duplication of kern_descrip.c's stat | peter | 1999-11-08 | 1 | -15/+1 |
* | useracc() the prequel: | phk | 1999-10-29 | 3 | -3/+0 |
* | Fix the duplicate filenames that are the result of using getdents. | marcel | 1999-10-21 | 1 | -1/+1 |
* | Remove unnecessary includes. | newton | 1999-10-17 | 2 | -20/+0 |
* | Remove unnecessary includes. | newton | 1999-10-17 | 15 | -55/+4 |
* | Add a per-signal flag to mark handlers registered with osigaction, so we | luoqi | 1999-10-11 | 1 | -1/+1 |
* | Swap IOC_OUT and IOC_IN for the SETDIR macro. The linux ioctl read and | jhay | 1999-10-06 | 1 | -1/+1 |
* | Removal of sys/device.h | n_hibma | 1999-10-05 | 1 | -1/+0 |
* | Oops. That'll teach me to commit without testing. I either replaced | peter | 1999-10-01 | 1 | -1/+1 |
* | Zap a trigraph (???) | peter | 1999-10-01 | 1 | -1/+1 |
* | sigset_t change (part 4 of 5) | marcel | 1999-09-29 | 6 | -355/+428 |
* | This patch clears the way for removing a number of tty related | phk | 1999-09-25 | 1 | -4/+5 |
* | Linux doesn't complain if you remove a msg queue that doesn't exist | marcel | 1999-09-23 | 1 | -1/+3 |
* | Implement linux_ioperm() syscall. Fix linux_iopl() to use the level argument. | luoqi | 1999-09-22 | 1 | -6/+25 |
* | This is what was "fdfix2.patch," a fix for fd sharing. It's pretty | green | 1999-09-19 | 8 | -55/+41 |
* | Fix getcwd. It must return the length of the path including the terminating 0. | marcel | 1999-09-17 | 1 | -6/+19 |
* | <machine/soundcard.h> -> <sys/soundcard.h>, since it's an exported API | peter | 1999-09-04 | 1 | -1/+1 |
* | I missed the namechange of field desc in struct i386_ldt_args into descs while | marcel | 1999-09-03 | 1 | -2/+2 |
* | Implementation of the modify_ldt syscall. Use the sysarch() interface to do | marcel | 1999-09-02 | 1 | -0/+84 |
* | Add MAINTAINER line | newton | 1999-09-01 | 1 | -0/+2 |
* | Fix a braino: Linux minor device numbers are 8 bits wide and not 10. | marcel | 1999-08-29 | 1 | -1/+1 |
* | Fix a missing '-1' in the size argument of copyout in getgroups. Spotted while | marcel | 1999-08-29 | 1 | -6/+6 |
* | Implement the OSS_GETVERSION ioctl. The version returned can be changed through | marcel | 1999-08-28 | 1 | -0/+8 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 61 | -61/+61 |
* | Add sysctl variables for the Linuxulator. These reside under `compat.linux' as | marcel | 1999-08-27 | 3 | -3/+282 |
* | Simplify the handling of VCHR and VBLK vnodes using the new dev_t: | phk | 1999-08-26 | 1 | -2/+2 |
* | Fix linux_newlstat in that it doesn't return the attributes of its containing | marcel | 1999-08-25 | 1 | -117/+104 |