| Commit message (Expand) | Author | Age | Files | Lines |
| * | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | Poul-Henning Kamp | 2004-07-15 | 1 | -0/+1 |
| * | Add an additional field to the elf brandinfo structure to support | Peter Wemm | 2003-12-23 | 1 | -2/+4 |
| * | Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit | Peter Wemm | 2003-09-25 | 1 | -1/+2 |
| * | Rename P_THREADED to P_SA. P_SA means a process is using scheduler | David Xu | 2003-06-15 | 1 | -1/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-10 | 1 | -2/+3 |
| * | 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 |
| * | 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 |
| * | Fix typo in the BSD copyright: s/withough/without/ | Jens Schweikhardt | 2002-06-02 | 1 | -1/+1 |
| * | Remove __P(). This was tested on the GENERIC kernel. | David E. O'Brien | 2002-03-20 | 1 | -3/+3 |
| * | Pre-KSE/M3 commit. | Julian Elischer | 2002-02-07 | 1 | -1/+1 |
| * | Eliminate the prefix parameter to linux_emul_find(), which was always | Dag-Erling Smørgrav | 2001-10-27 | 1 | -2/+2 |
| * | Make this compile again. I would have sworn that I did this already in | Peter Wemm | 2001-09-20 | 1 | -2/+2 |
| * | With this commit, I hereby pronounce gensetdefs past its use-by date. | Peter Wemm | 2001-06-13 | 1 | -5/+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 | 1 | -6/+10 |
| * | Add MODULE_DEPEND() for the sysvipc modules. This allows the linulator | Andrew Gallatin | 2001-03-05 | 1 | -0/+3 |
| * | sync with i386: | Andrew Gallatin | 2001-03-05 | 1 | -0/+2 |
| * | Proc locking. | John Baldwin | 2001-01-24 | 1 | -0/+2 |
| * | Minor cleanups: | Marcel Moolenaar | 2000-12-05 | 1 | -8/+3 |
| * | Don't auto-generate the syscalls. | Marcel Moolenaar | 2000-12-03 | 1 | -1/+1 |
| * | Don't unregister the ioctl handlers before we verified we | Marcel Moolenaar | 2000-11-23 | 1 | -11/+13 |
| * | Make MINSIGSTKSZ machine dependent, and have the sigaltstack | Marcel Moolenaar | 2000-11-09 | 1 | -1/+2 |
| * | back out 1.66 -- the Elfxx_Brandinfo compat_3_brand field doesn't exist | Andrew Gallatin | 2000-11-09 | 1 | -2/+0 |
| * | Fix the Elf64 branding initialization. | David E. O'Brien | 2000-11-04 | 1 | -0/+2 |
| * | Move the linux abi's alpha md files over to using David's build-time | Andrew Gallatin | 2000-11-01 | 1 | -1/+1 |
| * | Need to dummy-out rt_sigreturn. | David E. O'Brien | 2000-11-01 | 1 | -0/+3 |
| * | Apply style(9). [best I could] | David E. O'Brien | 2000-10-23 | 1 | -35/+40 |
| * | Minimal set of diffs from the i386 bits to the AlphaLinux. | David E. O'Brien | 2000-09-06 | 1 | -335/+28 |
| * | Update include directives for Linuxulator headers after the | Marcel Moolenaar | 2000-08-22 | 1 | -1/+1 |
| * | Remove the only use of SCARG and perform dead code elimination. | Marcel Moolenaar | 2000-07-27 | 1 | -3/+2 |
| * | Add a version tag for the rtc port to depend on. | Peter Wemm | 2000-05-06 | 1 | -0/+2 |
| * | Fix #! script exec under linux emulation. If a script is exec'd from a | Matthew Dillon | 2000-04-26 | 1 | -2/+55 |
| * | Remove unneeded <sys/buf.h> includes. | Poul-Henning Kamp | 2000-04-18 | 1 | -1/+0 |
| * | Change our ELF binary branding to something more acceptable to the Binutils | David E. O'Brien | 2000-04-18 | 1 | -2/+2 |
| * | Changed the type used to represent the user stack pointer from `long *' | Bruce Evans | 1999-12-27 | 1 | -6/+6 |
| * | Implement pluggable ioctl handlers. | Marcel Moolenaar | 1999-12-04 | 1 | -7/+19 |
| * | Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for the | Poul-Henning Kamp | 1999-10-30 | 1 | -1/+2 |
| * | useracc() the prequel: | Poul-Henning Kamp | 1999-10-29 | 1 | -1/+0 |
| * | Add a per-signal flag to mark handlers registered with osigaction, so we | Luoqi Chen | 1999-10-11 | 1 | -11/+9 |
| * | sigset_t change (part 4 of 5) | Marcel Moolenaar | 1999-09-29 | 1 | -46/+50 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Tweak include ordering so sys/systm.h is before sys/buf.h to keep buf.h's | Peter Wemm | 1999-06-28 | 1 | -2/+2 |
| * | Enable vmspace sharing on SMP. Major changes are, | Luoqi Chen | 1999-04-28 | 1 | -4/+6 |
| * | unifdef -DVM_STACK - it's been on for a while for x86 and was checked | Peter Wemm | 1999-04-19 | 1 | -5/+1 |
| * | Added call to elf_brand_inuse() to prevent you from cutting your own | Mark Newton | 1999-02-04 | 1 | -3/+11 |
| * | Minor cleanup; no more references to LKM's. | Peter Wemm | 1999-01-17 | 1 | -4/+1 |
| * | Add (but don't activate) code for a special VM option to make | Julian Elischer | 1999-01-06 | 1 | -20/+3 |