aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/ibcs2
Commit message (Expand)AuthorAgeFilesLines
* Regenerate system call tables to use SVN ids.Ed Schouten2009-05-085-7/+12
* Regenerate ibcs2 system call table.Ed Schouten2009-05-083-20/+12
* Burn TTY ioctl bridges in compat layers.Ed Schouten2009-05-082-33/+2
* Introduce a new virtualization container, provisionally named vprocg, to holdMarko Zec2009-05-081-0/+1
* FreeBSD/i386 doesn't include a software FPU emulator anymore, so adjustJohn Baldwin2009-02-231-3/+4
* Use shared vnode locks when invoking VOP_READDIR().John Baldwin2009-02-131-2/+2
* Push down Giant inside sysctl. Also add some more assertions to the code.Ed Schouten2008-12-291-6/+2
* Add sv_flags field to struct sysentvec with intention to provide descriptionKonstantin Belousov2008-11-221-1/+2
* Change the static struct sysentvec and struct Elf_Brandinfo initializersKonstantin Belousov2008-09-241-26/+27
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-281-1/+1
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-2/+17
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-2/+3
* Introduce a new lock, hostname_mtx, and use it to synchronize accessRobert Watson2008-07-051-1/+7
* Implement the linux syscallsKonstantin Belousov2008-04-081-1/+1
* Add the support for the AT_FDCWD and fd-relative name lookups to theKonstantin Belousov2008-03-311-0/+1
* Add the new kernel-mode NFS Lock Manager. To use it instead of theDoug Rabson2008-03-261-1/+2
* Remove kernel support for M:N threading.Jeff Roberson2008-03-121-1/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-132-6/+5
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-102-3/+3
* Fix for the panic("vm_thread_new: kstack allocation failed") andKonstantin Belousov2007-11-051-1/+3
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-241-2/+2
* Remove pad argument from ftruncate wrapper. Oops.Peter Wemm2007-07-051-1/+0
* Revert UF_OPENING workaround for CURRENT.Konstantin Belousov2007-05-311-1/+1
* Fix a silly bogon that broke ibcs2_rename().John Baldwin2007-03-261-1/+1
* Use pause() rather than tsleep() on stack variables and function pointers.John Baldwin2007-02-271-2/+1
* Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form.Xin LI2007-01-171-1/+1
* Merge posix4/* into normal kernel hierarchy.Tom Rhodes2006-11-112-2/+2
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-063-13/+14
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-221-1/+2
* First part of a little cleanup in the calendar/timezone/RTC handling.Poul-Henning Kamp2006-10-021-0/+1
* Regen to propogate <prefix>_AUE_<mumble> changes as well as the earlierJohn Baldwin2006-08-155-212/+284
* - Remove unused sysvec variables from various syscalls.conf.John Baldwin2006-08-153-3/+3
* Regen for MPSAFE flag removal.John Baldwin2006-07-288-118/+118
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used toJohn Baldwin2006-07-285-122/+114
* Regen.John Baldwin2006-07-143-4/+4
* Somewhat surprisingly, ibcs2_ioctl() is MPSAFE as it is without needing anyJohn Baldwin2006-07-141-1/+1
* Regen.John Baldwin2006-07-143-5/+5
* Mark ibcs2_mount() (just returns EINVAL) and ibcs2_umount() (just callsJohn Baldwin2006-07-141-2/+2
* Regen.John Baldwin2006-07-142-3/+3
* ibcs2_sigprocmask() is already marked MPSAFE in syscalls.xenix, so markJohn Baldwin2006-07-141-1/+1
* Regen.John Baldwin2006-07-113-5/+5
* - Add conditional VFS Giant locking to getdents_common() (linux ABIs),John Baldwin2006-07-112-4/+10
* Retire the stackgap macros from ibcs2 as they are no longer used. PushJohn Baldwin2006-07-103-32/+2
* Regen.John Baldwin2006-07-103-6/+6
* Mark ibcs2_msgsys(), ibcs2_semsys(), and ibcs2_shmsys() MPSAFE.John Baldwin2006-07-101-3/+3
* Regen.John Baldwin2006-07-083-4/+4
* - Split ioctl() up into ioctl() and kern_ioctl(). The kern_ioctl() assumesJohn Baldwin2006-07-082-11/+8
* Use kern_connect() in spx_open() to avoid the need for the stackgap. IJohn Baldwin2006-07-081-16/+11
* - Split the IBCS2 ipc foosys() system calls up into subfunctions matchingJohn Baldwin2006-07-081-152/+298
* Use ibsc2_key_t rather than key_t.John Baldwin2006-07-081-1/+1