| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Rename st_*timespec fields to st_*tim for POSIX 2008 compliance. | Ed Schouten | 2010-03-28 | 1 | -3/+3 |
| * | Remove unused LIBCOMPAT keyword from syscalls.master. | Ed Schouten | 2010-02-08 | 1 | -1/+0 |
| * | Only allocate the space we need before calling kern_getgroups instead | Brooks Davis | 2010-01-15 | 1 | -3/+7 |
| * | Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamic | Brooks Davis | 2010-01-12 | 1 | -2/+2 |
| * | As jhb@ pointed out to me, r197057 was incorrect, not least because these | Dag-Erling Smørgrav | 2009-09-10 | 1 | -0/+6 |
| * | There is an optimization in chmod(1), that makes it not to call chmod(2) | Edward Tomasz Napierala | 2009-07-08 | 1 | -1/+2 |
| * | Fix ibcs2_ipc.c build by adding missing limits.h include. | Robert Watson | 2009-06-25 | 1 | -0/+1 |
| * | Change the ABI of some of the structures used by the SYSV IPC API: | John Baldwin | 2009-06-24 | 1 | -2/+4 |
| * | Use NGROUPS instead of NGROUPS_MAX as the limits on setgroups and | Brooks Davis | 2009-06-20 | 1 | -2/+2 |
| * | Rework the credential code to support larger values of NGROUPS and | Brooks Davis | 2009-06-19 | 1 | -9/+24 |
| * | Regen for added flags field. | John Baldwin | 2009-06-17 | 2 | -78/+78 |
| * | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson | 2009-06-05 | 1 | -2/+0 |
| * | Regenerate generated syscall files following changes to struct sysent in | Robert Watson | 2009-06-01 | 1 | -128/+128 |
| * | Place hostnames and similar information fully under the prison system. | Jamie Gritton | 2009-05-29 | 1 | -11/+5 |
| * | Regenerate system call tables to use SVN ids. | Ed Schouten | 2009-05-08 | 5 | -7/+12 |
| * | Regenerate ibcs2 system call table. | Ed Schouten | 2009-05-08 | 3 | -20/+12 |
| * | Burn TTY ioctl bridges in compat layers. | Ed Schouten | 2009-05-08 | 2 | -33/+2 |
| * | Introduce a new virtualization container, provisionally named vprocg, to hold | Marko Zec | 2009-05-08 | 1 | -0/+1 |
| * | FreeBSD/i386 doesn't include a software FPU emulator anymore, so adjust | John Baldwin | 2009-02-23 | 1 | -3/+4 |
| * | Use shared vnode locks when invoking VOP_READDIR(). | John Baldwin | 2009-02-13 | 1 | -2/+2 |
| * | Push down Giant inside sysctl. Also add some more assertions to the code. | Ed Schouten | 2008-12-29 | 1 | -6/+2 |
| * | 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 |
| * | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao | 2008-08-28 | 1 | -1/+1 |
| * | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | Ed Schouten | 2008-08-20 | 1 | -2/+17 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -2/+3 |
| * | Introduce a new lock, hostname_mtx, and use it to synchronize access | Robert Watson | 2008-07-05 | 1 | -1/+7 |
| * | Implement the linux syscalls | Konstantin Belousov | 2008-04-08 | 1 | -1/+1 |
| * | Add the support for the AT_FDCWD and fd-relative name lookups to the | Konstantin Belousov | 2008-03-31 | 1 | -0/+1 |
| * | Add the new kernel-mode NFS Lock Manager. To use it instead of the | Doug Rabson | 2008-03-26 | 1 | -1/+2 |
| * | Remove kernel support for M:N threading. | Jeff Roberson | 2008-03-12 | 1 | -1/+1 |
| * | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao | 2008-01-13 | 2 | -6/+5 |
| * | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao | 2008-01-10 | 2 | -3/+3 |
| * | Fix for the panic("vm_thread_new: kstack allocation failed") and | Konstantin Belousov | 2007-11-05 | 1 | -1/+3 |
| * | Merge first in a series of TrustedBSD MAC Framework KPI changes | Robert Watson | 2007-10-24 | 1 | -2/+2 |
| * | Remove pad argument from ftruncate wrapper. Oops. | Peter Wemm | 2007-07-05 | 1 | -1/+0 |
| * | Revert UF_OPENING workaround for CURRENT. | Konstantin Belousov | 2007-05-31 | 1 | -1/+1 |
| * | Fix a silly bogon that broke ibcs2_rename(). | John Baldwin | 2007-03-26 | 1 | -1/+1 |
| * | Use pause() rather than tsleep() on stack variables and function pointers. | John Baldwin | 2007-02-27 | 1 | -2/+1 |
| * | Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form. | Xin LI | 2007-01-17 | 1 | -1/+1 |
| * | Merge posix4/* into normal kernel hierarchy. | Tom Rhodes | 2006-11-11 | 2 | -2/+2 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 3 | -13/+14 |
| * | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson | 2006-10-22 | 1 | -1/+2 |
| * | First part of a little cleanup in the calendar/timezone/RTC handling. | Poul-Henning Kamp | 2006-10-02 | 1 | -0/+1 |
| * | Regen to propogate <prefix>_AUE_<mumble> changes as well as the earlier | John Baldwin | 2006-08-15 | 5 | -212/+284 |
| * | - Remove unused sysvec variables from various syscalls.conf. | John Baldwin | 2006-08-15 | 3 | -3/+3 |
| * | Regen for MPSAFE flag removal. | John Baldwin | 2006-07-28 | 8 | -118/+118 |
| * | Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to | John Baldwin | 2006-07-28 | 5 | -122/+114 |
| * | Regen. | John Baldwin | 2006-07-14 | 3 | -4/+4 |
| * | Somewhat surprisingly, ibcs2_ioctl() is MPSAFE as it is without needing any | John Baldwin | 2006-07-14 | 1 | -1/+1 |