summaryrefslogtreecommitdiff
path: root/sys/compat/svr4
Commit message (Expand)AuthorAgeFilesLines
* MFC r208453:Konstantin Belousov2010-11-031-1/+4
* MFC r213716:Konstantin Belousov2010-10-271-1/+1
* MFC r202143,202163,202341,202342,204278Brooks Davis2010-02-241-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-1/+0
* There is an optimization in chmod(1), that makes it not to call chmod(2)Edward Tomasz Napierala2009-07-081-1/+2
* Change the ABI of some of the structures used by the SYSV IPC API:John Baldwin2009-06-241-29/+4
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hBjoern A. Zeeb2009-06-231-1/+0
* Add counterparts to getcredhostname:Jamie Gritton2009-06-131-9/+4
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-2/+0
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-052-4/+0
* Regenerate generated syscall files following changes to struct sysent inRobert Watson2009-06-011-250/+250
* Attempt to fix build by updating hostid to follow the new world order.Xin LI2009-05-301-1/+4
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-10/+10
* Implement SI_ISALIST.Xin LI2009-05-291-1/+13
* Fix the sysinfo(SI_HW_SERIAL, emulation so that we actually get theXin LI2009-05-291-4/+6
* copyinstr(9) takes parameter 'len' as a size_t *, not int *.Xin LI2009-05-291-1/+2
* de-register.Xin LI2009-05-297-43/+43
* svr4_sys_getdents64() should not assume that the cookie would existXin LI2009-05-291-1/+4
* Add new sysconfig bits, Fix the bogus numbering of the old bits.Xin LI2009-05-292-20/+71
* Use strlcpy().Xin LI2009-05-281-2/+2
* Comment nits.John Baldwin2009-05-201-3/+3
* Put the vnode returned from namei() immediately after namei() returns inJohn Baldwin2009-05-201-5/+3
* Regenerate system call tables to use SVN ids.Ed Schouten2009-05-084-5/+11
* Burn TTY ioctl bridges in compat layers.Ed Schouten2009-05-084-514/+0
* Introduce a new virtualization container, provisionally named vprocg, to holdMarko Zec2009-05-081-0/+1
* Implement new way of branding ELF binaries by looking to aDmitry Chagin2009-03-131-0/+1
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+3
* Use shared vnode locks when invoking VOP_READDIR().John Baldwin2009-02-131-2/+2
* Last step of splitting up minor and unit numbers: remove minor().Ed Schouten2009-01-281-2/+2
* Remove two remnant uses of AT_DEBUG.Konstantin Belousov2008-12-171-2/+0
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+1
* Add sv_flags field to struct sysentvec with intention to provide descriptionKonstantin Belousov2008-11-221-1/+2
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+1
* Change the static struct sysentvec and struct Elf_Brandinfo initializersKonstantin Belousov2008-09-241-33/+35
* Allow COMPAT_SVR4 to be built without COMPAT_43.Ed Schouten2008-09-152-16/+20
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-281-2/+2
* We left out V_static_len from ip_fw2.cJulian Elischer2008-08-251-1/+1
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-172-3/+5
* Introduce a new lock, hostname_mtx, and use it to synchronize accessRobert Watson2008-07-051-0/+1
* The vmspace->vm_daddr is constant until freed, there is no needRoman Divacky2008-04-211-2/+0
* 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-2/+2
* Simplify fcntl(SVR4_F_DUP2FD) code now that FreeBSD has F_DUP2FD.Antoine Brodin2008-03-171-13/+3
* - The P_SA flag has been removed. Don't reference it in a KASSERT.Jeff Roberson2008-03-121-2/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-133-6/+5
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-103-5/+5
* Remove explicit locking of struct file.Jeff Roberson2007-12-301-4/+0
* Fix for the panic("vm_thread_new: kstack allocation failed") andKonstantin Belousov2007-11-051-1/+3