summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2
Commit message (Expand)AuthorAgeFilesLines
* Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.ed2010-03-281-3/+3
* Remove unused LIBCOMPAT keyword from syscalls.master.ed2010-02-081-1/+0
* Only allocate the space we need before calling kern_getgroups insteadbrooks2010-01-151-3/+7
* Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamicbrooks2010-01-121-2/+2
* As jhb@ pointed out to me, r197057 was incorrect, not least because thesedes2009-09-101-0/+6
* There is an optimization in chmod(1), that makes it not to call chmod(2)trasz2009-07-081-1/+2
* Fix ibcs2_ipc.c build by adding missing limits.h include.rwatson2009-06-251-0/+1
* Change the ABI of some of the structures used by the SYSV IPC API:jhb2009-06-241-2/+4
* Use NGROUPS instead of NGROUPS_MAX as the limits on setgroups andbrooks2009-06-201-2/+2
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-191-9/+24
* Regen for added flags field.jhb2009-06-172-78/+78
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-2/+0
* Regenerate generated syscall files following changes to struct sysent inrwatson2009-06-011-128/+128
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-11/+5
* Regenerate system call tables to use SVN ids.ed2009-05-085-7/+12
* Regenerate ibcs2 system call table.ed2009-05-083-20/+12
* Burn TTY ioctl bridges in compat layers.ed2009-05-082-33/+2
* Introduce a new virtualization container, provisionally named vprocg, to holdzec2009-05-081-0/+1
* FreeBSD/i386 doesn't include a software FPU emulator anymore, so adjustjhb2009-02-231-3/+4
* Use shared vnode locks when invoking VOP_READDIR().jhb2009-02-131-2/+2
* Push down Giant inside sysctl. Also add some more assertions to the code.ed2008-12-291-6/+2
* Add sv_flags field to struct sysentvec with intention to provide descriptionkib2008-11-221-1/+2
* Change the static struct sysentvec and struct Elf_Brandinfo initializerskib2008-09-241-26/+27
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-1/+1
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-2/+17
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-2/+3
* Introduce a new lock, hostname_mtx, and use it to synchronize accessrwatson2008-07-051-1/+7
* Implement the linux syscallskib2008-04-081-1/+1
* Add the support for the AT_FDCWD and fd-relative name lookups to thekib2008-03-311-0/+1
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-261-1/+2
* Remove kernel support for M:N threading.jeff2008-03-121-1/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-132-6/+5
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-102-3/+3
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-051-1/+3
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-2/+2
* Remove pad argument from ftruncate wrapper. Oops.peter2007-07-051-1/+0
* Revert UF_OPENING workaround for CURRENT.kib2007-05-311-1/+1
* Fix a silly bogon that broke ibcs2_rename().jhb2007-03-261-1/+1
* Use pause() rather than tsleep() on stack variables and function pointers.jhb2007-02-271-2/+1
* Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form.delphij2007-01-171-1/+1
* Merge posix4/* into normal kernel hierarchy.trhodes2006-11-112-2/+2
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-063-13/+14
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-021-0/+1
* Regen to propogate <prefix>_AUE_<mumble> changes as well as the earlierjhb2006-08-155-212/+284
* - Remove unused sysvec variables from various syscalls.conf.jhb2006-08-153-3/+3
* Regen for MPSAFE flag removal.jhb2006-07-288-118/+118
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used tojhb2006-07-285-122/+114
* Regen.jhb2006-07-143-4/+4
* Somewhat surprisingly, ibcs2_ioctl() is MPSAFE as it is without needing anyjhb2006-07-141-1/+1
OpenPOWER on IntegriCloud