summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Bring cpuinfo closer to what it looks like in Linux 2.2.des2000-10-252-22/+94
* Add /proc/<pid>/status and /proc/<pid>/stat (the latter being mostlydes2000-10-255-10/+365
* Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98non2000-10-231-0/+89
* A start at an implemention of linux_rt_sendsig & linux_rt_sigreturngallatin2000-10-171-1/+1
* Mark directories as directories, not as regular files.des2000-10-101-1/+1
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-081-2/+2
* Fix cut'n'paste bogon.des2000-09-181-1/+1
* Remove unused variables.des2000-09-092-2/+0
* Add stat, uptime and version.des2000-09-095-41/+248
* Pierre Beyssac originally derived linprocfs from procfs, and I've made (anddes2000-09-076-0/+12
* 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
* Cleanup after repo copy of sys/svr4 to sys/compat/svr4.obrien2000-08-3123-120/+120
* o Update linprocfs to include similar changes as those in procfs, fixingrwatson2000-08-301-8/+9
* Whitespace change: (near) KNFmarcel2000-08-261-649/+679
* Fix bug in previous commit. We need to trim the limits to fitmarcel2000-08-261-0/+5
* Re-implement linux_{g|s}etrlimit in terms of {g|s}etrlimitmarcel2000-08-261-24/+45
* Fix typo in license.marcel2000-08-255-5/+5
* Update include directives.marcel2000-08-223-9/+7
* Update include directives.marcel2000-08-221-158/+6
* Update include directives.marcel2000-08-221-381/+5
* Update include directives.marcel2000-08-222-7/+7
* Update include directives.marcel2000-08-221-58/+15
* Update include directives and remove linux_execve.marcel2000-08-221-23/+3
* Provide prototypes for functions used by MD code.marcel2000-08-222-0/+87
* Fixed null pointer panic for accessing "meminfo" when there is no swap.bde2000-08-122-4/+14
* Regen. (Fix SYS_exit)peter2000-07-294-7/+7
* Sigh. Fix SYS_exit problems. I misunderstood the significance of thesepeter2000-07-291-1/+1
* Regenerate with makesyscalls.shpeter2000-07-294-7/+7
* 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-271-4/+0
* Add bounds checking to stackgap_alloc. Previously it was possiblemarcel2000-07-233-11/+14
* Revert implementation of setfsuid and setfsgid due to securitymarcel2000-07-201-20/+0
* Implement pread and pwrite.marcel2000-07-171-0/+28
* Implement setfsuid and setfsgid. Implementation derived from patchmarcel2000-07-161-0/+20
* Simplify the F_GETOWN and F_SETOWN fcntl commands. The workaroundmarcel2000-07-151-49/+7
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-0/+4
* 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
* Modify ktrace's general I/O tracing, ktrgenio(), to use a struct uio *green2000-07-021-6/+14
* fix races in the uidinfo subsystem, several problems existed:alfred2000-06-221-1/+1
* 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-262-4/+4
* Make exe a symlink.des2000-05-245-23/+71
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-232-4/+4
* Regenerated (to fix "created from" lines, and to fix the previousbde2000-05-104-5/+5
* Fixed the "created from" lines generated from this file. makesyscalls.shbde2000-05-101-6/+6
* Regenerated (fixed the calculation of sy_nargs in sysent tables).bde2000-05-092-127/+131
* Don't forget to back up svr4_syscallnames.c. Don't depend on side effectsbde2000-05-091-2/+3
* Fixed the return type and args struct tag for exit(). They were wrong inbde2000-05-091-1/+1
OpenPOWER on IntegriCloud