summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4
Commit message (Expand)AuthorAgeFilesLines
* Regenerate generated syscall files following changes to struct sysent inrwatson2009-06-011-250/+250
* Attempt to fix build by updating hostid to follow the new world order.delphij2009-05-301-1/+4
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-10/+10
* Implement SI_ISALIST.delphij2009-05-291-1/+13
* Fix the sysinfo(SI_HW_SERIAL, emulation so that we actually get thedelphij2009-05-291-4/+6
* copyinstr(9) takes parameter 'len' as a size_t *, not int *.delphij2009-05-291-1/+2
* de-register.delphij2009-05-297-43/+43
* svr4_sys_getdents64() should not assume that the cookie would existdelphij2009-05-291-1/+4
* Add new sysconfig bits, Fix the bogus numbering of the old bits.delphij2009-05-292-20/+71
* Use strlcpy().delphij2009-05-281-2/+2
* Comment nits.jhb2009-05-201-3/+3
* Put the vnode returned from namei() immediately after namei() returns injhb2009-05-201-5/+3
* Regenerate system call tables to use SVN ids.ed2009-05-084-5/+11
* Burn TTY ioctl bridges in compat layers.ed2009-05-084-514/+0
* Introduce a new virtualization container, provisionally named vprocg, to holdzec2009-05-081-0/+1
* Implement new way of branding ELF binaries by looking to adchagin2009-03-131-0/+1
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+3
* Use shared vnode locks when invoking VOP_READDIR().jhb2009-02-131-2/+2
* Last step of splitting up minor and unit numbers: remove minor().ed2009-01-281-2/+2
* Remove two remnant uses of AT_DEBUG.kib2008-12-171-2/+0
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Add sv_flags field to struct sysentvec with intention to provide descriptionkib2008-11-221-1/+2
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+1
* Change the static struct sysentvec and struct Elf_Brandinfo initializerskib2008-09-241-33/+35
* Allow COMPAT_SVR4 to be built without COMPAT_43.ed2008-09-152-16/+20
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-2/+2
* We left out V_static_len from ip_fw2.cjulian2008-08-251-1/+1
* Commit step 1 of the vimage project, (network stack)bz2008-08-172-3/+5
* Introduce a new lock, hostname_mtx, and use it to synchronize accessrwatson2008-07-051-0/+1
* The vmspace->vm_daddr is constant until freed, there is no needrdivacky2008-04-211-2/+0
* 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-2/+2
* Simplify fcntl(SVR4_F_DUP2FD) code now that FreeBSD has F_DUP2FD.antoine2008-03-171-13/+3
* - The P_SA flag has been removed. Don't reference it in a KASSERT.jeff2008-03-121-2/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-133-6/+5
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-103-5/+5
* Remove explicit locking of struct file.jeff2007-12-301-4/+0
* 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-242-4/+4
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-122-4/+2
* rufetch and calcru sometimes should be called atomically together.attilio2007-06-091-0/+8
* The current rusage code show peculiar problems:attilio2007-06-091-4/+5
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-3/+3
* Revert VMCNT_* operations introduction.attilio2007-05-311-2/+2
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-181-2/+2
* Replace custom file descriptor array sleep lock constructed using a mutexrwatson2007-04-041-4/+4
* Regen.ru2006-11-111-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-062-2/+6
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-222-2/+4
OpenPOWER on IntegriCloud