summaryrefslogtreecommitdiff
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
* Bah, back out part of previous commit. I got too carried away.Peter Wemm2001-06-151-1/+1
* 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
* 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-251-11/+13
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-013-12/+17
* 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-241-2/+3
* Add linux_sched_get_priority_max() and linux_sched_get_priority_min(): TheAlan Cox2001-04-011-0/+56
* fix linux_times() to take into account linux's value of CLK_TCK on the alpha.Andrew Gallatin2001-03-231-0/+5
* 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-011-16/+17
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectRobert Watson2001-02-211-5/+6
* 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-091-2/+2
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Back out proc locking to protect p_ucred for obtaining additionalJohn Baldwin2001-01-273-35/+9
* Protect calcru() with sched_lock.John Baldwin2001-01-231-0/+2
* Instead of hard coding the major numbers for IDE and SCSI disksJosef Karthauser2001-01-141-9/+16
* Map FreeBSD character device hard disks to Linux block device hard disks.Paul Richards2000-12-291-0/+14
* translate the flags in recvfrom and recvmsg from linux to bsd onesAssar Westerlund2000-12-192-2/+121
* Lock access to proc members.John Baldwin2000-12-154-18/+51
* Remove call to bzero after MALLOC and instead add M_ZEROMarcel Moolenaar2000-12-051-2/+1
* Don't auto-generate the syscalls.Marcel Moolenaar2000-12-037-28/+0
* Use callout_reset instead of timeout(9). Most callouts are staticallyJake Burkholder2000-11-271-2/+2
* Use the linux_connect() on alpha rather than passing directly throughAndrew Gallatin2000-11-161-1/+9
* Fix F_SETOWN on pipes. Linux returns EINVAL while we send a SIGIOMarcel Moolenaar2000-11-131-5/+19
* Revert auto-generation. The Alpha port is broken.Marcel Moolenaar2000-11-107-0/+28
* Sync with Alpha:Marcel Moolenaar2000-11-097-28/+0
* Fix getdents syscall.Marcel Moolenaar2000-11-051-1/+4
* zap a stray include that snuck in with rev 1.56Andrew Gallatin2000-11-021-1/+0
* fix a comment that was inadvertantly changed by a cvs mergeAndrew Gallatin2000-11-021-1/+1
* Fix linux_ustat syscall. We only have cdevs now, so lookingMarcel Moolenaar2000-11-021-2/+2
* Support for the linux ipc syscalls on the alpha, where each one hasAndrew Gallatin2000-11-012-25/+42
* fix linux_termio and linux_termios structs on alpha. alpha differencesAndrew Gallatin2000-11-011-7/+7
* The MI/MD split wasn't perfect and the MI files need hacks for theDavid E. O'Brien2000-11-0110-26/+156
* A start at an implemention of linux_rt_sendsig & linux_rt_sigreturnAndrew Gallatin2000-10-171-1/+1
* Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp2000-10-081-2/+2
* 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