| Commit message (Expand) | Author | Age | Files | Lines |
* | The r241025 fixed the case when a binary, executed from nullfs mount, | kib | 2012-11-02 | 1 | -2/+5 |
* | Remove the support for using non-mpsafe filesystem modules. | kib | 2012-10-22 | 1 | -8/+2 |
* | Revert previous commit... | kevlo | 2012-10-10 | 1 | -1/+1 |
* | Prefer NULL over 0 for pointers | kevlo | 2012-10-09 | 1 | -1/+1 |
* | Fix misuse of the kernel map in miscellaneous image activators. | kib | 2012-02-17 | 1 | -13/+3 |
* | Convert files to UTF-8 | uqs | 2012-01-15 | 5 | -5/+5 |
* | Use strchr() and strrchr(). | ed | 2012-01-02 | 2 | -3/+3 |
* | Regenerate system call tables. | ed | 2011-11-19 | 3 | -4/+4 |
* | Improve *access*() parameter name consistency. | ed | 2011-11-19 | 2 | -2/+2 |
* | Auto-generated code from sys_ prefixing makesyscalls.sh change | kmacy | 2011-09-16 | 4 | -97/+103 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 7 | -68/+68 |
* | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | rwatson | 2011-08-11 | 3 | -4/+9 |
* | Corrections for the iBCS2 support that seems to regressed from 4.x times. | kib | 2011-08-02 | 1 | -30/+34 |
* | Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP. | ed | 2011-07-17 | 1 | -2/+2 |
* | Extend struct sysvec with new method sv_schedtail, which is used for an | dchagin | 2011-03-08 | 1 | -0/+1 |
* | Add macro DECLARE_MODULE_TIED to denote a module as requiring the | kib | 2010-10-12 | 1 | -1/+1 |
* | Regenerate | kib | 2010-06-28 | 3 | -131/+131 |
* | Reorganize syscall entry and leave handling. | kib | 2010-05-23 | 1 | -1/+4 |
* | Rename st_*timespec fields to st_*tim for POSIX 2008 compliance. | ed | 2010-03-28 | 1 | -3/+3 |
* | Remove unused LIBCOMPAT keyword from syscalls.master. | ed | 2010-02-08 | 1 | -1/+0 |
* | Only allocate the space we need before calling kern_getgroups instead | brooks | 2010-01-15 | 1 | -3/+7 |
* | Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamic | brooks | 2010-01-12 | 1 | -2/+2 |
* | As jhb@ pointed out to me, r197057 was incorrect, not least because these | des | 2009-09-10 | 1 | -0/+6 |
* | There is an optimization in chmod(1), that makes it not to call chmod(2) | trasz | 2009-07-08 | 1 | -1/+2 |
* | Fix ibcs2_ipc.c build by adding missing limits.h include. | rwatson | 2009-06-25 | 1 | -0/+1 |
* | Change the ABI of some of the structures used by the SYSV IPC API: | jhb | 2009-06-24 | 1 | -2/+4 |
* | Use NGROUPS instead of NGROUPS_MAX as the limits on setgroups and | brooks | 2009-06-20 | 1 | -2/+2 |
* | Rework the credential code to support larger values of NGROUPS and | brooks | 2009-06-19 | 1 | -9/+24 |
* | Regen for added flags field. | jhb | 2009-06-17 | 2 | -78/+78 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -2/+0 |
* | Regenerate generated syscall files following changes to struct sysent in | rwatson | 2009-06-01 | 1 | -128/+128 |
* | Place hostnames and similar information fully under the prison system. | jamie | 2009-05-29 | 1 | -11/+5 |
* | Regenerate system call tables to use SVN ids. | ed | 2009-05-08 | 5 | -7/+12 |
* | Regenerate ibcs2 system call table. | ed | 2009-05-08 | 3 | -20/+12 |
* | Burn TTY ioctl bridges in compat layers. | ed | 2009-05-08 | 2 | -33/+2 |
* | Introduce a new virtualization container, provisionally named vprocg, to hold | zec | 2009-05-08 | 1 | -0/+1 |
* | FreeBSD/i386 doesn't include a software FPU emulator anymore, so adjust | jhb | 2009-02-23 | 1 | -3/+4 |
* | Use shared vnode locks when invoking VOP_READDIR(). | jhb | 2009-02-13 | 1 | -2/+2 |
* | Push down Giant inside sysctl. Also add some more assertions to the code. | ed | 2008-12-29 | 1 | -6/+2 |
* | Add sv_flags field to struct sysentvec with intention to provide description | kib | 2008-11-22 | 1 | -1/+2 |
* | Change the static struct sysentvec and struct Elf_Brandinfo initializers | kib | 2008-09-24 | 1 | -26/+27 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -1/+1 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 1 | -2/+17 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -2/+3 |
* | Introduce a new lock, hostname_mtx, and use it to synchronize access | rwatson | 2008-07-05 | 1 | -1/+7 |
* | Implement the linux syscalls | kib | 2008-04-08 | 1 | -1/+1 |
* | Add the support for the AT_FDCWD and fd-relative name lookups to the | kib | 2008-03-31 | 1 | -0/+1 |
* | Add the new kernel-mode NFS Lock Manager. To use it instead of the | dfr | 2008-03-26 | 1 | -1/+2 |
* | Remove kernel support for M:N threading. | jeff | 2008-03-12 | 1 | -1/+1 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 2 | -6/+5 |