aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
* 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-10/+17
* 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-27/+44
* 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-649/+679
* 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
* Update include directives.Marcel Moolenaar2000-08-221-158/+6
* Update include directives.Marcel Moolenaar2000-08-221-381/+5
* Update include directives.Marcel Moolenaar2000-08-222-7/+7
* Update include directives.Marcel Moolenaar2000-08-221-58/+15
* Update include directives and remove linux_execve.Marcel Moolenaar2000-08-221-23/+3
* Provide prototypes for functions used by MD code.Marcel Moolenaar2000-08-222-0/+87
* Remove the only use of SCARG and perform dead code elimination.Marcel Moolenaar2000-07-271-4/+0
* Add bounds checking to stackgap_alloc. Previously it was possibleMarcel Moolenaar2000-07-233-11/+14
* Revert implementation of setfsuid and setfsgid due to securityMarcel Moolenaar2000-07-201-20/+0
* Implement pread and pwrite.Marcel Moolenaar2000-07-171-0/+28
* Implement setfsuid and setfsgid. Implementation derived from patchMarcel Moolenaar2000-07-161-0/+20
* Simplify the F_GETOWN and F_SETOWN fcntl commands. The workaroundMarcel Moolenaar2000-07-151-49/+7
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.Poul-Henning Kamp2000-07-041-3/+3
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:Poul-Henning Kamp2000-07-031-3/+3
* Linux allows to mmap annonymous with a file descriptor passed, FreeBSDMartin Cracauer2000-06-151-2/+10
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-303-3/+0
* Fix some style bugs. The long line is in a chunk of code that'sNick Sayer2000-03-132-16/+16
* Fix bug in linux_wait4 and linux_waitpid where garbage in the statusMarcel Moolenaar2000-03-091-0/+2
* Implement Linux BLKGETSIZE ioctl, and open the door to implementingNick Sayer2000-03-092-0/+42
* Fix accept(2) behavior in that accepted sockets don't inherit theMarcel Moolenaar2000-02-281-1/+20
* Avoid passing an uninitialized structure member to the realNick Sayer2000-02-011-0/+1