summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux
Commit message (Expand)AuthorAgeFilesLines
* Remove unused includes.marcel1999-12-101-2/+0
* Fix LINT breakage.archie1999-12-051-1/+1
* Implement pluggable ioctl handlers.marcel1999-12-046-1733/+2035
* Implement linux_sigaltstack.marcel1999-11-306-17/+61
* Implement sigaltstack.marcel1999-11-301-1/+2
* add linuxulator wrapper for SNDCTL_DSP_GETODELAYalfred1999-11-292-0/+5
* Implement linux_ustat.marcel1999-11-275-9/+62
* Change prototype of linux_ustat.marcel1999-11-271-1/+2
* Implement fdatasync in terms of fsync. The regeneration of proto.h,marcel1999-11-265-4/+14
* simplify check for device.phk1999-11-081-1/+1
* Use fo_stat() rather than Yet Another duplication of kern_descrip.c's statpeter1999-11-081-15/+1
* Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for thephk1999-10-301-1/+2
* useracc() the prequel:phk1999-10-293-3/+0
* Fix the duplicate filenames that are the result of using getdents.marcel1999-10-211-1/+1
* Add a per-signal flag to mark handlers registered with osigaction, so weluoqi1999-10-112-15/+14
* Swap IOC_OUT and IOC_IN for the SETDIR macro. The linux ioctl read andjhay1999-10-061-1/+1
* sigset_t change (part 4 of 5)marcel1999-09-298-399/+477
* This patch clears the way for removing a number of tty relatedphk1999-09-251-4/+5
* Linux doesn't complain if you remove a msg queue that doesn't existmarcel1999-09-231-1/+3
* Regeneration.luoqi1999-09-223-6/+9
* Implement linux_ioperm() syscall. Fix linux_iopl() to use the level argument.luoqi1999-09-223-9/+27
* This is what was "fdfix2.patch," a fix for fd sharing. It's prettygreen1999-09-192-22/+20
* Fix getcwd. It must return the length of the path including the terminating 0.marcel1999-09-171-6/+19
* <machine/soundcard.h> -> <sys/soundcard.h>, since it's an exported APIpeter1999-09-041-1/+1
* I missed the namechange of field desc in struct i386_ldt_args into descs whilemarcel1999-09-031-2/+2
* Implementation of the modify_ldt syscall. Use the sysarch() interface to domarcel1999-09-022-1/+84
* Fix a braino: Linux minor device numbers are 8 bits wide and not 10.marcel1999-08-291-1/+1
* Fix a missing '-1' in the size argument of copyout in getgroups. Spotted whilemarcel1999-08-291-6/+6
* Implement the OSS_GETVERSION ioctl. The version returned can be changed throughmarcel1999-08-282-0/+10
* Regen after Id->FreeBSDpeter1999-08-283-3/+3
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
* $Id$ -> $FreeBSD$peter1999-08-2817-17/+17
* Add sysctl variables for the Linuxulator. These reside under `compat.linux' asmarcel1999-08-273-3/+282
* Use ALIGN_TEXT macro for alignment to avoid ambiguity.marcel1999-08-251-2/+1
* Fix linux_newlstat in that it doesn't return the attributes of its containingmarcel1999-08-251-117/+104
* Fix {g|s}etgroups semantics. We use cr_groups[0] to hold egid. This means thatmarcel1999-08-251-53/+70
* Fix lingo: 'is not implemented or obsoleted' is not the same as 'is obsoletedmarcel1999-08-251-2/+2
* Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we alwaysmarcel1999-08-256-77/+247
* Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we alwaysmarcel1999-08-251-86/+87
* Fix stack misalignment for Linux binaries caused by `linux_sigcode' not beingmarcel1999-08-251-1/+1
* Fix a bug in debug-printfs of struct linux_termios fields, where I forgot tomarcel1999-08-171-5/+5
* Fix bug in the debug-printf of the vfork syscall, where the format specifiermarcel1999-08-171-24/+24
* Implement linux_vfork() syscall by calling vfork(). Analogous to themarcel1999-08-164-5/+27
* Implement vfork() syscall.marcel1999-08-161-2/+2
* Major rewrite.marcel1999-08-151-239/+50
* Provide wrappers for sched_{s|g}etscheduler. We need to convert the policymarcel1999-08-155-9/+88
* Provide wrappers for sched_{s|g}etscheduler. We need to convert the policymarcel1999-08-151-3/+4
* Fix bug in the fcntl syscall where 'arg' was not set properly.marcel1999-08-151-2/+4
* Include opt_compat.h so that COMPAT_43 is defined. This gives us the propermarcel1999-08-151-10/+15
* Implementation of the linux_getcwd syscall.marcel1999-08-144-5/+34
OpenPOWER on IntegriCloud