| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove iBCS2, part3: the implementation | Mateusz Guzik | 2018-12-19 | 1 | -140/+0 |
* | sys/i386: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | X86: use our nitems() macro when it is avaliable through param.h. | Pedro F. Giffuni | 2016-04-19 | 1 | -1/+1 |
* | Implement vsyscall hack. Prior to 2.13 glibc uses vsyscall | Dmitry Chagin | 2016-01-09 | 1 | -0/+1 |
* | In preparation for switching linuxulator to the use the native 1:1 | Dmitry Chagin | 2015-05-24 | 1 | -0/+1 |
* | Remove redundant declarations of szsigcode and sigcode in | Dimitry Andric | 2013-10-07 | 1 | -2/+0 |
* | Revert previous commit... | Kevin Lo | 2012-10-10 | 1 | -1/+1 |
* | Prefer NULL over 0 for pointers | Kevin Lo | 2012-10-09 | 1 | -1/+1 |
* | Extend struct sysvec with new method sv_schedtail, which is used for an | Dmitry Chagin | 2011-03-08 | 1 | -0/+1 |
* | Add macro DECLARE_MODULE_TIED to denote a module as requiring the | Konstantin Belousov | 2010-10-12 | 1 | -1/+1 |
* | Reorganize syscall entry and leave handling. | Konstantin Belousov | 2010-05-23 | 1 | -1/+4 |
* | Add sv_flags field to struct sysentvec with intention to provide description | Konstantin Belousov | 2008-11-22 | 1 | -1/+2 |
* | Change the static struct sysentvec and struct Elf_Brandinfo initializers | Konstantin Belousov | 2008-09-24 | 1 | -26/+27 |
* | Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form. | Xin LI | 2007-01-17 | 1 | -1/+1 |
* | Fix a couple of issues with the ibcs2 module event handler. First, return | John Baldwin | 2006-01-03 | 1 | -1/+4 |
* | o Split out kernel part of execve(2) syscall into two parts: one that | Maxim Sobolev | 2005-01-29 | 1 | -1/+1 |
* | /* -> /*- for license, add FreeBSD tag | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | Poul-Henning Kamp | 2004-07-15 | 1 | -1/+1 |
* | Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit | Peter Wemm | 2003-09-25 | 1 | -1/+2 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-02 | 1 | -2/+3 |
* | Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections to | Jake Burkholder | 2002-09-01 | 1 | -4/+27 |
* | Fix warnings; deprecated use of label at end of compound statement | Peter Wemm | 2002-05-24 | 1 | -0/+1 |
* | Add missing includes of <sys/sx.h> | John Baldwin | 2001-03-28 | 1 | -0/+1 |
* | Convert the allproc and proctree locks from lockmgr locks to sx locks. | John Baldwin | 2001-03-28 | 1 | -2/+2 |
* | Use queue macros. | John Baldwin | 2001-01-24 | 1 | -1/+1 |
* | - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead | Jake Burkholder | 2000-12-13 | 1 | -3/+9 |
* | Make MINSIGSTKSZ machine dependent, and have the sigaltstack | Marcel Moolenaar | 2000-11-09 | 1 | -1/+3 |
* | Initial dependency so that the kld's will link. imgact_coff depends | Peter Wemm | 2000-04-29 | 1 | -0/+2 |
* | sigset_t change (part 4 of 5) | Marcel Moolenaar | 1999-09-29 | 1 | -2/+3 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Staticize. | Eivind Eklund | 1999-04-11 | 1 | -2/+2 |
* | Can't use elf_brand_inuse() here because iBCS2 doesn't use ELF. D'oh! | Mark Newton | 1999-02-04 | 1 | -2/+14 |
* | Remove references to an LKM that isn't built any more. | Peter Wemm | 1999-01-17 | 1 | -3/+1 |
* | Added 3 new errno values, requred by various standards: EOVERFLOW, | Dmitrij Tejblum | 1998-12-14 | 1 | -2/+2 |
* | Finished updating module event handlers to be compatible with | Bruce Evans | 1998-11-15 | 1 | -2/+2 |
* | Don't define the module glue if building as an LKM, this happens to have | Peter Wemm | 1998-11-07 | 1 | -1/+3 |
* | Create an 'ibcs2' module so that scripts can tell if it's statically | Peter Wemm | 1998-11-06 | 1 | -1/+20 |
* | Add provisions for variant core dump file formats, depending on the | John Polstra | 1998-09-14 | 1 | -2/+3 |
* | Translate T_PROTFLT to SIGSEGV instead of SIGBUS when running under | Eivind Eklund | 1998-04-28 | 1 | -1/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
* | Clean-up the new VM map procfs code, and also add support for executable | John Dyson | 1996-06-18 | 1 | -2/+3 |
* | The recently introduced sv_sendsig entry of the sysentvec structure | Steven Wallace | 1996-03-27 | 1 | -2/+3 |
* | Mega-commit for Linux emulator update.. This has been stress tested under | Peter Wemm | 1996-03-02 | 1 | -2/+8 |
* | Remove old files no longer needed. | Steven Wallace | 1995-10-10 | 1 | -0/+50 |