summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
...
* Force the length of the sockaddr to be correct for AF_INET and AF_INET6fenner2001-10-261-2/+23
* 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
* 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
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-101-1/+1
* 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
* 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
* Whitespace fix.jhb2001-09-121-1/+1
* KSE Milestone 2julian2001-09-1214-581/+592
* 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
* 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
* Bah, back out part of previous commit. I got too carried away.peter2001-06-151-1/+1
* 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
* 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-251-11/+13
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-013-12/+17
* 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-241-2/+3
* Add linux_sched_get_priority_max() and linux_sched_get_priority_min(): Thealc2001-04-011-0/+56
* fix linux_times() to take into account linux's value of CLK_TCK on the alpha.gallatin2001-03-231-0/+5
* Only pick up so_error the first time through with EISCONN, as advertised.jlemon2001-03-021-1/+1
* Correctly emulate linux_connect. For nonblocking sockets, the behaviorjlemon2001-03-011-51/+21
* Reviewed by: jlemonadrian2001-03-011-16/+17
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-211-5/+6
* Allow debugging output to be controlled on a per-syscall granularity.jlemon2001-02-166-147/+259
* Add mount syscall to linux emulation. Also improve emulation of reboot.jlemon2001-02-162-0/+109
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* Back out proc locking to protect p_ucred for obtaining additionaljhb2001-01-273-35/+9
* Protect calcru() with sched_lock.jhb2001-01-231-0/+2
* Instead of hard coding the major numbers for IDE and SCSI disksjoe2001-01-141-10/+17
* Map FreeBSD character device hard disks to Linux block device hard disks.paul2000-12-291-0/+14
OpenPOWER on IntegriCloud