summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Change our ELF binary branding to something more acceptable to the Binutilsobrien2000-04-181-2/+2
* Fix some style bugs. The long line is in a chunk of code that'snsayer2000-03-132-16/+16
* Fix bug in linux_wait4 and linux_waitpid where garbage in the statusmarcel2000-03-091-0/+2
* Implement Linux BLKGETSIZE ioctl, and open the door to implementingnsayer2000-03-092-0/+42
* Fix accept(2) behavior in that accepted sockets don't inherit themarcel2000-02-281-1/+20
* Avoid passing an uninitialized structure member to the realnsayer2000-02-011-0/+1
* Regen after pointing to the real setres[ug]id(). Remove dummy function.peter2000-01-294-21/+11
* Use the real setres[ug]id(2) rather than dummy stubs. Newer glibc'speter2000-01-291-4/+4
* Update syscalls to Linux kernel 2.3.38. These syscalls aremarcel2000-01-104-4/+55
* Update the syscalls to Linux kernel 2.3.38.marcel2000-01-101-0/+7
* Return Linux kernel version 2.2.12 by default. This is in linemarcel2000-01-101-1/+1
* Convert the filesystem type returned in struct statfs by syscallsmarcel2000-01-081-2/+51
* Include <stddef.h> here so that <sys/assym.h> can be unpolluted.bde2000-01-081-1/+3
* Make offsetof equivalent with <stddef.h>. This paves the way formarcel2000-01-031-4/+4
* Changed the type used to represent the user stack pointer from `long *'bde1999-12-271-6/+6
* Use genassym(1) and <sys/assym.h> to generate assembler symbols.marcel1999-12-231-18/+5
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-153-1/+20
* 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
OpenPOWER on IntegriCloud