summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4
Commit message (Expand)AuthorAgeFilesLines
* MFC r263289: Update NetBSD Foundation copyrights to 2-clause BSDemaste2014-03-244-28/+0
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-091-3/+3
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-055-13/+32
* Merge Capsicum overhaul:pjd2013-03-024-14/+13
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-14/+4
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Fix misuse of the kernel map in miscellaneous image activators.kib2012-02-171-16/+10
* Convert files to UTF-8uqs2012-01-151-1/+1
* Regenerate system call tables.ed2011-11-194-5/+5
* Improve *access*() parameter name consistency.ed2011-11-192-2/+2
* Auto-generated code from sys_ prefixing makesyscalls.sh changekmacy2011-09-161-59/+59
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-168-34/+34
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-115-10/+28
* Remove stray semicolon.trasz2011-04-101-1/+1
* Add accounting for most of the memory-related resources.trasz2011-04-051-1/+3
* Extend struct sysvec with new method sv_schedtail, which is used for andchagin2011-03-081-0/+1
* Add macro DECLARE_MODULE_TIED to denote a module as requiring thekib2010-10-121-1/+1
* Remove proc locking, it's not needed after r210132.trasz2010-07-171-5/+1
* Make svr4(4) version of poll(2) use the same limit of file descriptors as thetrasz2010-07-151-4/+1
* Regeneratekib2010-06-284-254/+254
* Reorganize syscall entry and leave handling.kib2010-05-231-1/+4
* Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.ed2010-03-281-9/+9
* Remove unused LIBCOMPAT keyword from syscalls.master.ed2010-02-081-1/+0
* Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamicbrooks2010-01-121-1/+1
* Include <sys/tty.h> instead of <sys/termios.h>.ed2009-11-281-1/+1
* As jhb@ pointed out to me, r197057 was incorrect, not least because thesedes2009-09-101-0/+6
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-1/+0
* There is an optimization in chmod(1), that makes it not to call chmod(2)trasz2009-07-081-1/+2
* Change the ABI of some of the structures used by the SYSV IPC API:jhb2009-06-241-29/+4
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hbz2009-06-231-1/+0
* Add counterparts to getcredhostname:jamie2009-06-131-9/+4
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-2/+0
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-052-4/+0
* 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
OpenPOWER on IntegriCloud