summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* o Replace reference to 'struct proc' with 'struct thread' in 'structrwatson2001-11-081-6/+6
* promote tv_sec in printf to make it type agnosticdillon2001-10-291-4/+4
* Introduce [IPC|SHM]_[INFO|STAT] to shmctl to makemr2001-10-281-3/+52
* Eliminate the prefix parameter to linux_emul_find(), which was alwaysdes2001-10-272-7/+5
* Force the length of the sockaddr to be correct for AF_INET and AF_INET6fenner2001-10-261-2/+23
* Reporting device drivers by traversing cdevsw[] is at best a hackphk2001-10-261-2/+6
* Add proc/mtab which simulates a Linux system's /etc/mtab.des2001-10-211-1/+72
* Tweak the way we determine if an interface needs to have its name translated.des2001-10-202-22/+62
* Fix Alpha related brokenness. We used to have a MD linux_ioctl.hmarcel2001-10-192-8/+209
* #if 0 out some code that depends on other uncommitted patches.des2001-10-191-0/+2
* Adapt to pseudofs changes (dynamic initialization, not static).des2001-10-191-67/+60
* Add support for the "device private" ioctls soon to be used by the an driver.des2001-10-192-16/+76
* Whitespace fix.des2001-10-191-1/+1
* Implement linux_chown and linux_lchown. The fchown syscall mapsmarcel2001-10-161-0/+42
* Try to make Linux socket ioctls work. Up until now they've only *pretended*des2001-10-151-50/+281
* When casting from uid16/gid16 to uid/gid respectively, make suremarcel2001-10-141-14/+16
* Add missing includes of sys/lock.h.jhb2001-10-111-0/+1
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-103-3/+3
* Catch up with the visibility callback stuff, and give up trying to keep thedes2001-10-011-19/+37
* 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
OpenPOWER on IntegriCloud