| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 2 | -3/+3 |
* | Fix for the panic("vm_thread_new: kstack allocation failed") and | kib | 2007-11-05 | 1 | -1/+3 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -2/+2 |
* | Remove pad argument from ftruncate wrapper. Oops. | peter | 2007-07-05 | 1 | -1/+0 |
* | Revert UF_OPENING workaround for CURRENT. | kib | 2007-05-31 | 1 | -1/+1 |
* | Fix a silly bogon that broke ibcs2_rename(). | jhb | 2007-03-26 | 1 | -1/+1 |
* | Use pause() rather than tsleep() on stack variables and function pointers. | jhb | 2007-02-27 | 1 | -2/+1 |
* | Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form. | delphij | 2007-01-17 | 1 | -1/+1 |
* | Merge posix4/* into normal kernel hierarchy. | trhodes | 2006-11-11 | 2 | -2/+2 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 3 | -13/+14 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | First part of a little cleanup in the calendar/timezone/RTC handling. | phk | 2006-10-02 | 1 | -0/+1 |
* | Regen to propogate <prefix>_AUE_<mumble> changes as well as the earlier | jhb | 2006-08-15 | 5 | -212/+284 |
* | - Remove unused sysvec variables from various syscalls.conf. | jhb | 2006-08-15 | 3 | -3/+3 |
* | Regen for MPSAFE flag removal. | jhb | 2006-07-28 | 8 | -118/+118 |
* | Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to | jhb | 2006-07-28 | 5 | -122/+114 |
* | Regen. | jhb | 2006-07-14 | 3 | -4/+4 |
* | Somewhat surprisingly, ibcs2_ioctl() is MPSAFE as it is without needing any | jhb | 2006-07-14 | 1 | -1/+1 |
* | Regen. | jhb | 2006-07-14 | 3 | -5/+5 |
* | Mark ibcs2_mount() (just returns EINVAL) and ibcs2_umount() (just calls | jhb | 2006-07-14 | 1 | -2/+2 |
* | Regen. | jhb | 2006-07-14 | 2 | -3/+3 |
* | ibcs2_sigprocmask() is already marked MPSAFE in syscalls.xenix, so mark | jhb | 2006-07-14 | 1 | -1/+1 |
* | Regen. | jhb | 2006-07-11 | 3 | -5/+5 |