aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Bring cpuinfo closer to what it looks like in Linux 2.2.Dag-Erling Smørgrav2000-10-252-22/+94
* Add /proc/<pid>/status and /proc/<pid>/stat (the latter being mostlyDag-Erling Smørgrav2000-10-255-10/+365
* Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98Noriaki Mitsunaga2000-10-231-0/+89
* A start at an implemention of linux_rt_sendsig & linux_rt_sigreturnAndrew Gallatin2000-10-171-1/+1
* Mark directories as directories, not as regular files.Dag-Erling Smørgrav2000-10-101-1/+1
* Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp2000-10-081-2/+2
* Fix cut'n'paste bogon.Dag-Erling Smørgrav2000-09-181-1/+1
* Remove unused variables.Dag-Erling Smørgrav2000-09-092-2/+0
* Add stat, uptime and version.Dag-Erling Smørgrav2000-09-095-41/+248
* Pierre Beyssac originally derived linprocfs from procfs, and I've made (andDag-Erling Smørgrav2000-09-076-0/+12
* Remove obsolete comment (see rev 1.84 of procfs_vnops.c)Dag-Erling Smørgrav2000-09-041-8/+0
* o Synchronize linprocfs authorization with procfs authorization improvementsRobert Watson2000-09-011-38/+29
* Cleanup after repo copy of sys/svr4 to sys/compat/svr4.David E. O'Brien2000-08-3123-120/+120
* o Update linprocfs to include similar changes as those in procfs, fixingRobert Watson2000-08-301-8/+9
* Whitespace change: (near) KNFMarcel Moolenaar2000-08-261-619/+649
* Fix bug in previous commit. We need to trim the limits to fitMarcel Moolenaar2000-08-261-0/+5
* Re-implement linux_{g|s}etrlimit in terms of {g|s}etrlimitMarcel Moolenaar2000-08-261-24/+45
* Fix typo in license.Marcel Moolenaar2000-08-255-5/+5
* Update include directives.Marcel Moolenaar2000-08-223-9/+7
* Update include directives.Marcel Moolenaar2000-08-221-158/+6
* Update include directives.Marcel Moolenaar2000-08-221-381/+5
* Update include directives.Marcel Moolenaar2000-08-222-7/+7
* Update include directives.Marcel Moolenaar2000-08-221-58/+15
* Update include directives and remove linux_execve.Marcel Moolenaar2000-08-221-23/+3
* Provide prototypes for functions used by MD code.Marcel Moolenaar2000-08-222-0/+87
* Fixed null pointer panic for accessing "meminfo" when there is no swap.Bruce Evans2000-08-122-4/+14
* Regen. (Fix SYS_exit)Peter Wemm2000-07-294-7/+7
* Sigh. Fix SYS_exit problems. I misunderstood the significance of thesePeter Wemm2000-07-291-1/+1
* Regenerate with makesyscalls.shPeter Wemm2000-07-294-7/+7
* Change the 'exit()' system call to 'sys_exit()'. This avoids overlappingPeter Wemm2000-07-291-1/+1
* Remove the only use of SCARG and perform dead code elimination.Marcel Moolenaar2000-07-271-4/+0
* Add bounds checking to stackgap_alloc. Previously it was possibleMarcel Moolenaar2000-07-233-11/+14
* Revert implementation of setfsuid and setfsgid due to securityMarcel Moolenaar2000-07-201-20/+0
* Implement pread and pwrite.Marcel Moolenaar2000-07-171-0/+28
* Implement setfsuid and setfsgid. Implementation derived from patchMarcel Moolenaar2000-07-161-0/+20
* Simplify the F_GETOWN and F_SETOWN fcntl commands. The workaroundMarcel Moolenaar2000-07-151-49/+7
* Add snapshots to the fast filesystem. Most of the changes supportKirk McKusick2000-07-111-0/+4
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.Poul-Henning Kamp2000-07-041-3/+3
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:Poul-Henning Kamp2000-07-031-3/+3
* Modify ktrace's general I/O tracing, ktrgenio(), to use a struct uio *Brian Feldman2000-07-021-6/+14
* fix races in the uidinfo subsystem, several problems existed:Alfred Perlstein2000-06-221-1/+1
* Linux allows to mmap annonymous with a file descriptor passed, FreeBSDMartin Cracauer2000-06-151-2/+10
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-262-4/+4
* Make exe a symlink.Dag-Erling Smørgrav2000-05-245-23/+71
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-232-4/+4
* Regenerated (to fix "created from" lines, and to fix the previousBruce Evans2000-05-104-5/+5
* Fixed the "created from" lines generated from this file. makesyscalls.shBruce Evans2000-05-101-6/+6
* Regenerated (fixed the calculation of sy_nargs in sysent tables).Bruce Evans2000-05-092-127/+131
* Don't forget to back up svr4_syscallnames.c. Don't depend on side effectsBruce Evans2000-05-091-2/+3
* Fixed the return type and args struct tag for exit(). They were wrong inBruce Evans2000-05-091-1/+1