| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-10 | 4 | -7/+11 |
| * | - Replace inline implementations of sigprocmask() with calls to | John Baldwin | 2003-04-22 | 1 | -9/+4 |
| * | Synchronize the two linux_clone() implementations which includes a few | John Baldwin | 2003-04-18 | 1 | -6/+3 |
| * | Fix printf args in debug printfs. | John Baldwin | 2003-04-16 | 1 | -5/+5 |
| * | Assume a struct thread *td instead of a struct proc *p in the debug | John Baldwin | 2003-04-16 | 1 | -2/+2 |
| * | Fix some debug macros. Either missing close parens or close parens in the | John Baldwin | 2003-04-16 | 1 | -4/+4 |
| * | Add missing includes from previous commit. | John Baldwin | 2003-03-27 | 1 | -0/+1 |
| * | Add a cleanup function to destroy the osname_lock and call it on module | John Baldwin | 2003-03-26 | 1 | -0/+1 |
| * | Sync up linux and svr compat elf fixup functions for exec(). These | John Baldwin | 2003-03-21 | 1 | -10/+9 |
| * | Clean up whitespace and remove register keyword. | Dag-Erling Smørgrav | 2003-03-03 | 1 | -1/+1 |
| * | More caddr_t removal, in conjunction with copy{in,out}(9) this time. | Dag-Erling Smørgrav | 2003-03-03 | 1 | -3/+3 |
| * | Regen from syscalls.master 1.52. | Tim J. Robbins | 2003-02-16 | 3 | -5/+11 |
| * | Mark linux_sigpending() as MPSAFE. | Tim J. Robbins | 2003-02-16 | 1 | -1/+1 |
| * | Add IPv6 support for Linuxlator. | Hajimu UMEMOTO | 2003-02-03 | 1 | -0/+1 |
| * | - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2); | Maxim Sobolev | 2002-10-11 | 1 | -0/+133 |
| * | MFi386: fork1 apparently takes 4 args now | Andrew Gallatin | 2002-10-02 | 1 | -1/+1 |
| * | It seems I accidently committed a change that removed the userland includes | Peter Wemm | 2002-09-17 | 1 | -2/+0 |
| * | Completely redo thread states. | Julian Elischer | 2002-09-11 | 1 | -0/+1 |
| * | Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections to | Jake Burkholder | 2002-09-01 | 1 | -5/+13 |
| * | Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable | Peter Wemm | 2002-07-20 | 1 | -4/+6 |
| * | Part 1 of KSE-III | Julian Elischer | 2002-06-29 | 1 | -1/+0 |
| * | Fix typo in the BSD copyright: s/withough/without/ | Jens Schweikhardt | 2002-06-02 | 2 | -2/+2 |
| * | Remove __P(). This was tested on the GENERIC kernel. | David E. O'Brien | 2002-03-20 | 2 | -136/+136 |
| * | Bah, I managed to turn cosmetic things into real bugs. Fix shadowed | Peter Wemm | 2002-02-08 | 1 | -3/+3 |
| * | Fix long line added in previous commit. | Peter Wemm | 2002-02-07 | 1 | -1/+3 |
| * | Pre-KSE/M3 commit. | Julian Elischer | 2002-02-07 | 2 | -3/+3 |
| * | Regenerated file from previous commit to syscalls.master | Andrew Gallatin | 2002-01-23 | 3 | -18/+6 |
| * | Linux/alpha uses the same BSDish return mechanism we do for | Andrew Gallatin | 2002-01-23 | 1 | -4/+4 |
| * | Merge part of revision 1.18 of sys/i386/linux/linux_machdep.c: don't use | John Baldwin | 2001-12-18 | 1 | -2/+0 |
| * | Eliminate the prefix parameter to linux_emul_find(), which was always | Dag-Erling Smørgrav | 2001-10-27 | 1 | -2/+2 |
| * | minor commenting based on syscall environment | Matthew Dillon | 2001-10-26 | 1 | -0/+6 |
| * | After removing the bogus differences, any real incompatibilities | Marcel Moolenaar | 2001-10-19 | 1 | -452/+0 |
| * | Implement linux_chown and linux_lchown. The fchown syscall maps | Marcel Moolenaar | 2001-10-16 | 1 | -2/+0 |
| * | In FreeBSD's ifreq, ifr_ifru.ifru_flags is an array of two chars, while Linux | Dag-Erling Smørgrav | 2001-10-15 | 1 | -1/+1 |
| * | Regen. | Marcel Moolenaar | 2001-10-07 | 3 | -7/+4 |
| * | Fix the NODEF entry for setpgid() so that it matches the NODEF | Marcel Moolenaar | 2001-10-07 | 1 | -1/+1 |
| * | o Remove the linux_setpgid() stub. | Marcel Moolenaar | 2001-09-28 | 4 | -30/+8 |
| * | Stop using linux_getpgid(). The implementation at this time is | Marcel Moolenaar | 2001-09-28 | 1 | -2/+2 |
| * | Make this compile again. I would have sworn that I did this already in | Peter Wemm | 2001-09-20 | 3 | -43/+43 |
| * | Add a wrapper for linux_getsid -> getsid Syscall. | Michael Reifenberger | 2001-09-15 | 1 | -1/+0 |
| * | Implement LINUX_[SEM|IPC]_[STAT|INFO] | Michael Reifenberger | 2001-09-15 | 1 | -0/+2 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -138/+140 |
| * | Round of cleanups and enhancements. These include (in random order): | Marcel Moolenaar | 2001-09-08 | 7 | -549/+746 |
| * | o Introduce private types for use in linux syscalls for two reasons: | Marcel Moolenaar | 2001-09-08 | 1 | -190/+210 |
| * | Synchronize syscalls.master(s) with recent Giant pushdown work | Matthew Dillon | 2001-09-01 | 1 | -8/+8 |
| * | With this commit, I hereby pronounce gensetdefs past its use-by date. | Peter Wemm | 2001-06-13 | 2 | -8/+6 |
| * | track the One True Architecture (i386) | Matt Jacob | 2001-05-25 | 1 | -4/+4 |
| * | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 2 | -10/+15 |
| * | Regen after adding linux_sched_get_priority_max() and | Andrew Gallatin | 2001-04-03 | 3 | -7/+15 |
| * | Add linux_sched_get_priority_max() and linux_sched_get_priority_min() to | Andrew Gallatin | 2001-04-03 | 1 | -2/+2 |