summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Specify readability and / or writeability for all nodes that need it.des2001-09-301-18/+18
* Adapt to pseudofs version 2. Sorry about the breakage - I had this readydes2001-09-291-20/+18
* Remove linux_getpgid(). We map the syscall natively now.marcel2001-09-281-21/+0
* Swap the src and dst arguments of the bcopy added in themarcel2001-09-281-1/+1
* The arg parameter is passed by value in Linux, but not in FreeBSD.marcel2001-09-261-5/+6
* Clean up my source tree to avoid getting hit too badly by the next KSE ordes2001-09-251-20/+37
* Fix abuse of vtagtype. In addition, after this the linux programs will besobomax2001-09-191-32/+20
* Add a wrapper for linux_getsid -> getsid Syscall.mr2001-09-151-0/+8
* Implement LINUX_[SEM|IPC]_[STAT|INFO]mr2001-09-151-2/+58
* Fix off by one error introduced by the use of the ifnet_byindex()marcel2001-09-141-1/+1
* Fix typo.julian2001-09-131-1/+1
* Whitespace fix.jhb2001-09-121-1/+1
* KSE Milestone 2julian2001-09-1238-1293/+1313
* This brings in a Yahoo coredump patch from Paul, with additional mods bydillon2001-09-081-4/+4
* Round of cleanups and enhancements. These include (in random order):marcel2001-09-0811-1369/+1775
* Wrap array accesses in macros, which also happen to be lvalues:jlemon2001-09-061-1/+1
* Synchronize syscalls.master(s) with recent Giant pushdown workdillon2001-09-011-8/+8
* Speculatively add this file. It's part of the Linuxulator updatemarcel2001-09-011-0/+285
* Fix linux_getcwd() so that if the cwd isn't cached (__getcwd() fails),gallatin2001-08-292-28/+466
* Added the linux_sysinfo function to implement sysinfo(2).pirzyk2001-07-231-0/+76
* get rid of some printf and pointer type warningsassar2001-07-227-15/+17
* o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx().rwatson2001-07-051-1/+1
* Bah, back out part of previous commit. I got too carried away.peter2001-06-151-1/+1
* Fix warnings:peter2001-06-151-5/+5
* Fix warning:peter2001-06-151-2/+2
* Fix warning:peter2001-06-151-1/+1
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-131-34/+0
* Say one thing, do the other... nextpid -> lastpiddes2001-06-111-1/+1
* Implement proc/cpuinfo for the Alpha (thanks to gallatin).des2001-06-111-10/+160
* Minor whitespace changes.des2001-06-111-57/+57
* These aren't needed any more.des2001-06-105-2163/+0
* New pseudofs-based linprocfs (repo-copied from linprocfs_misc.c).des2001-06-101-210/+142
* S_IFCHR is not a bit mask, it's just a value in a field. The correctpaul2001-06-041-1/+1
* Remove vestiges of MFS.ru2001-06-011-1/+1
* Remove MFSphk2001-05-291-2/+0
* - sys/n[tw]fs moved to sys/fs/n[tw]fsru2001-05-261-1/+1
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-256-34/+31
* Sort includes.jhb2001-05-211-1/+1
* Add new 'loadavg' entry, fix overflow with meminfo.jlemon2001-05-194-16/+84
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-193-0/+3
* Avoid overflow when converting ticks to jiffies.des2001-05-092-2/+2
* Fix the problem of some directory entries going missing whenjlemon2001-05-041-2/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-0114-65/+87
* Add a vop_stdbmap(), and make it part of the default vop vector.phk2001-04-291-32/+0
* A bogus check for a char device also matched symbolic links.paul2001-04-251-1/+1
* o Change a suser() call to a suser_xxx(..., PRISON_ROOT) call in therwatson2001-04-241-1/+1
* Change the pfind() and zpfind() functions to lock the process that theyjhb2001-04-247-36/+39
* Add linux_sched_get_priority_max() and linux_sched_get_priority_min(): Thealc2001-04-011-0/+56
* Add missing includes of <sys/sx.h>jhb2001-03-282-0/+2
* Convert the allproc and proctree locks from lockmgr locks to sx locks.jhb2001-03-282-11/+11
OpenPOWER on IntegriCloud