aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* This brings in a Yahoo coredump patch from Paul, with additional mods byMatthew Dillon2001-09-081-4/+4
* Round of cleanups and enhancements. These include (in random order):Marcel Moolenaar2001-09-0811-1330/+1736
* Wrap array accesses in macros, which also happen to be lvalues:Jonathan Lemon2001-09-061-1/+1
* Synchronize syscalls.master(s) with recent Giant pushdown workMatthew Dillon2001-09-011-8/+8
* Speculatively add this file. It's part of the Linuxulator updateMarcel Moolenaar2001-09-011-0/+285
* Fix linux_getcwd() so that if the cwd isn't cached (__getcwd() fails),Andrew Gallatin2001-08-292-28/+466
* Added the linux_sysinfo function to implement sysinfo(2).Jim Pirzyk2001-07-231-0/+76
* get rid of some printf and pointer type warningsAssar Westerlund2001-07-227-15/+17
* o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx().Robert Watson2001-07-051-1/+1
* Bah, back out part of previous commit. I got too carried away.Peter Wemm2001-06-151-1/+1
* Fix warnings:Peter Wemm2001-06-151-5/+5
* Fix warning:Peter Wemm2001-06-151-2/+2
* Fix warning:Peter Wemm2001-06-151-1/+1
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-131-34/+0
* Say one thing, do the other... nextpid -> lastpidDag-Erling Smørgrav2001-06-111-1/+1
* Implement proc/cpuinfo for the Alpha (thanks to gallatin).Dag-Erling Smørgrav2001-06-111-10/+160
* Minor whitespace changes.Dag-Erling Smørgrav2001-06-111-57/+57
* These aren't needed any more.Dag-Erling Smørgrav2001-06-105-2163/+0
* New pseudofs-based linprocfs (repo-copied from linprocfs_misc.c).Dag-Erling Smørgrav2001-06-101-210/+142
* S_IFCHR is not a bit mask, it's just a value in a field. The correctPaul Richards2001-06-041-1/+1
* Remove vestiges of MFS.Ruslan Ermilov2001-06-011-1/+1
* Remove MFSPoul-Henning Kamp2001-05-291-2/+0
* - sys/n[tw]fs moved to sys/fs/n[tw]fsRuslan Ermilov2001-05-261-1/+1
* o Merge contents of struct pcred into struct ucred. Specifically, add theRobert Watson2001-05-256-34/+31
* Sort includes.John Baldwin2001-05-211-1/+1
* Add new 'loadavg' entry, fix overflow with meminfo.Jonathan Lemon2001-05-194-16/+84
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-193-0/+3
* Avoid overflow when converting ticks to jiffies.Dag-Erling Smørgrav2001-05-092-2/+2
* Fix the problem of some directory entries going missing whenJonathan Lemon2001-05-041-2/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-0114-65/+87
* Add a vop_stdbmap(), and make it part of the default vop vector.Poul-Henning Kamp2001-04-291-32/+0
* A bogus check for a char device also matched symbolic links.Paul Richards2001-04-251-1/+1
* o Change a suser() call to a suser_xxx(..., PRISON_ROOT) call in theRobert Watson2001-04-241-1/+1
* Change the pfind() and zpfind() functions to lock the process that theyJohn Baldwin2001-04-247-36/+39
* Add linux_sched_get_priority_max() and linux_sched_get_priority_min(): TheAlan Cox2001-04-011-0/+56
* Add missing includes of <sys/sx.h>John Baldwin2001-03-282-0/+2
* Convert the allproc and proctree locks from lockmgr locks to sx locks.John Baldwin2001-03-282-11/+11
* fix linux_times() to take into account linux's value of CLK_TCK on the alpha.Andrew Gallatin2001-03-231-0/+5
* Eliminate global node types and instead use an operations vector forJonathan Lemon2001-03-126-684/+561
* Grab the process lock while calling psignal and before calling psignal.John Baldwin2001-03-072-4/+7
* Just hold the proc lock while getting the parent's PID rather than aJohn Baldwin2001-03-072-20/+10
* - Hold both an exclusive proctree lock and the proc lock when reparentingJohn Baldwin2001-03-071-10/+11
* Only pick up so_error the first time through with EISCONN, as advertised.Jonathan Lemon2001-03-021-1/+1
* Correctly emulate linux_connect. For nonblocking sockets, the behaviorJonathan Lemon2001-03-011-51/+21
* Reviewed by: jlemonAdrian Chadd2001-03-012-19/+17
* MFS: bring the consistent `compat_3_brand' support into -CURRENTDavid E. O'Brien2001-02-241-0/+1
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectRobert Watson2001-02-214-16/+8
* Allow debugging output to be controlled on a per-syscall granularity.Jonathan Lemon2001-02-166-147/+259
* Add mount syscall to linux emulation. Also improve emulation of reboot.Jonathan Lemon2001-02-162-0/+109
* Change and clean the mutex lock interface.Bosko Milekic2001-02-094-12/+12