summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux
Commit message (Expand)AuthorAgeFilesLines
* Pierre Beyssac originally derived linprocfs from procfs, and I've made (anddes2000-09-075-0/+10
* When sigaltstack is called with a stack size that's not smallermarcel2000-09-062-1/+5
* Remove obsolete comment (see rev 1.84 of procfs_vnops.c)des2000-09-041-8/+0
* o Synchronize linprocfs authorization with procfs authorization improvementsrwatson2000-09-011-38/+29
* o Update linprocfs to include similar changes as those in procfs, fixingrwatson2000-08-301-8/+9
* Fix typo in license.marcel2000-08-251-1/+1
* Finish the Linuxulator MD/MI split.marcel2000-08-2212-7168/+0
* Update include directives for Linuxulator headers after themarcel2000-08-221-1/+1
* Collect the MD syscalls from /sys/compat/linux here. Since thismarcel2000-08-221-0/+634
* Fixed null pointer panic for accessing "meminfo" when there is no swap.bde2000-08-121-2/+7
* Regen. (Fix SYS_exit)peter2000-07-293-5/+5
* Sigh. Fix SYS_exit problems. I misunderstood the significance of thesepeter2000-07-291-1/+1
* Regenerate with makesyscalls.shpeter2000-07-293-5/+5
* Change the 'exit()' system call to 'sys_exit()'. This avoids overlappingpeter2000-07-291-1/+1
* Remove the only use of SCARG and perform dead code elimination.marcel2000-07-272-7/+2
* Add bounds checking to stackgap_alloc. Previously it was possiblemarcel2000-07-233-11/+14
* Revert implementation of setfsuid and setfsgid due to securitymarcel2000-07-202-20/+2
* Implement pread and pwrite.marcel2000-07-175-9/+41
* Add prototypes for linux_pread and linux_pwrite.marcel2000-07-171-2/+4
* Implement setfsuid and setfsgid. Implementation derived from patchmarcel2000-07-162-2/+20
* Simplify the F_GETOWN and F_SETOWN fcntl commands. The workaroundmarcel2000-07-151-49/+7
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-3/+3
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-3/+3
* Linux allows to mmap annonymous with a file descriptor passed, FreeBSDcracauer2000-06-151-2/+10
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Make exe a symlink.des2000-05-244-22/+63
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* AT&T asm syntax requires a leading '*' in front of the operand for indirectobrien2000-05-101-1/+1
* Regenerated (fixed the calculation of sy_nargs in sysent tables).bde2000-05-093-141/+143
* Fixed the return type for exit() and the args struct tag several NOPROTObde2000-05-091-2/+3
* Add a version tag for the rtc port to depend on.peter2000-05-061-0/+2
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-303-3/+0
* Fix #! script exec under linux emulation. If a script is exec'd from adillon2000-04-263-4/+57
* Fix include paths so that this builds correctly.msmith2000-04-214-4/+4
* Move the linprocfs bits under the rest of the i386 linux compatibilitymsmith2000-04-205-0/+1862
* 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
OpenPOWER on IntegriCloud