summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
...
* There is an optimization in chmod(1), that makes it not to call chmod(2)trasz2009-07-082-1/+3
* Replace AUDIT_ARG() with variable argument macros with a set more morerwatson2009-06-272-4/+4
* provides a extra write buffer when the NDIS driver want to send aweongyo2009-06-261-2/+3
* Regen.jhb2009-06-244-36/+79
* Change the ABI of some of the structures used by the SYSV IPC API:jhb2009-06-245-85/+355
* Add a new COMPAT7 flag for FreeBSD 7.x compatibility system calls.jhb2009-06-241-1/+2
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hbz2009-06-233-3/+0
* Fix a typeo in the frame len function to unbreak the build, make it shorterthompsa2009-06-231-1/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-233-52/+62
* Regen.jhb2009-06-224-4/+25
* Fix a typo in a comment.jhb2009-06-221-1/+1
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-192-15/+27
* Regen.jhb2009-06-174-30/+30
* - Add the ability to mix multiple flags seperated by pipe ('|') charactersjhb2009-06-171-4/+7
* Add explicit includes for jail.h to the files that need them andbz2009-06-171-0/+1
* Regen.jhb2009-06-154-5/+8
* Add a new 'void closefrom(int lowfd)' system call. When called, it closesjhb2009-06-151-0/+1
* Get vnets from creds instead of threads where they're available, and fromjamie2009-06-152-4/+4
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-27/+27
* Unlock process lock when return error from getrobustlist call.dchagin2009-06-141-1/+3
* Add counterparts to getcredhostname:jamie2009-06-132-15/+5
* Regeneratekib2009-06-104-16/+22
* Add several syscall compat32 entries for extattr manipulation syscalls,kib2009-06-101-6/+20
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-083-4/+0
* Rename usb pipes to endpoints as it better represents what they are, and structthompsa2009-06-071-3/+3
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-056-8/+0
* Add forgotten in previous commit flags argument.dchagin2009-06-011-2/+2
* Implement accept4 syscall.dchagin2009-06-011-1/+19
* Implement a variation of the accept_common() which takesdchagin2009-06-011-14/+21
* Split linux_accept() syscall onto linux_accept_common() which shoulddchagin2009-06-011-13/+22
* Regenerate generated syscall files following changes to struct sysent inrwatson2009-06-012-759/+759
* Implement a variation of the socketpair() syscall which takes a flagsdchagin2009-05-311-2/+28
* Move new socket flags handling into a separate function as Linuxdchagin2009-05-311-15/+23
* Remove empty lines.dchagin2009-05-311-2/+0
* 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-292-15/+15
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-16/+16
* 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
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-17/+17
* linux_ioctl_cdrom: reduce stack usageavg2009-05-271-11/+16
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-272-289/+107
* Remove an unused variable.antoine2009-05-241-1/+1
* Comment nits.jhb2009-05-201-3/+3
* Put the vnode returned from namei() immediately after namei() returns injhb2009-05-201-5/+3
OpenPOWER on IntegriCloud