aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* Create release/8.0.0 for the 8.0-RELEASE.release/8.0.0_cvsKen Smith2009-11-21189-190/+190
* MFC Revision 197277:Alexander Kabaev2009-10-201-0/+4
* MFC r197958:Konstantin Belousov2009-10-141-1/+3
* MFC: r197312Christian Brueffer2009-10-091-2/+2
* Eliminate a stale paragraph from the BUGS section. This "bug" wasAlan Cox2009-07-261-8/+1
* Correct AT_SYMLINK_FOLLOW flag name in linkat(2) man page.Jilles Tjoelker2009-07-191-1/+1
* Second attempt at eliminating .text relocations in shared librariesAlexander Kabaev2009-07-142-7/+1
* - Change mmap() to fail requests with EINVAL that pass a length of 0. ThisJohn Baldwin2009-07-141-2/+2
* Move msg{snd,recv,get,ctl} manual pages from section 3 to 2.Edward Tomasz Napierala2009-07-135-0/+758
* There is an optimization in chmod(1), that makes it not to call chmod(2)Edward Tomasz Napierala2009-07-083-3/+27
* - Don't suggest opening file for writing in preparation for fexecve(2).Pawel Jakub Dawidek2009-07-051-6/+5
* Make it clear where to look for for protocol-specific socket options.Edward Tomasz Napierala2009-06-301-0/+9
* Make the structure definitions in the man pages match the real code, andKonstantin Belousov2009-06-292-16/+2
* Back out previous revision until better tested fix is ready.Alexander Kabaev2009-06-292-1/+7
* Eliminate .text relocations in shared libraries compiled with stack protector.Alexander Kabaev2009-06-282-7/+1
* Bump manual page timestamps.Edward Tomasz Napierala2009-06-251-1/+1
* Add NFSv4 ACL support to libc.Edward Tomasz Napierala2009-06-251-0/+3
* Change the ABI of some of the structures used by the SYSV IPC API:John Baldwin2009-06-242-5/+7
* Usermode portion of the support for swap allocation accounting:Konstantin Belousov2009-06-231-0/+9
* Add a limit for child jails via the "children.cur" and "children.max"Jamie Gritton2009-06-231-7/+7
* In preparation for raising NGROUPS and NGROUPS_MAX, change baseBrooks Davis2009-06-192-8/+8
* Retire the unused stub for the nfsclnt() system call.John Baldwin2009-06-171-3/+0
* Add revoke(1).Ed Schouten2009-06-151-1/+2
* Add a new 'void closefrom(int lowfd)' system call. When called, it closesJohn Baldwin2009-06-154-1/+58
* Document EINVAL for bind(2).Pawel Jakub Dawidek2009-06-011-0/+3
* Add hierarchical jails. A jail may further virtualize its environmentJamie Gritton2009-05-271-5/+21
* Introduce the extensible jail framework, using the same "name=value"Jamie Gritton2009-04-293-11/+262
* With the permission of phk@ change the license on remaining jail codeJamie Gritton2009-04-291-6/+22
* Correct the information about when the respective functionality firstChristian Brueffer2009-04-231-1/+1
* Sort man page cross references by section, no need for a comma after theRobert Watson2009-04-133-4/+4
* Properly update the shm_open/shm_unlink symbol versioning metadata afterJohn Baldwin2009-04-021-0/+6
* Document missing requests.Diomidis Spinellis2009-03-271-2/+18
* Hopefully, improve the grammar and wording in the changes to shmctl(2)Konstantin Belousov2009-03-051-4/+5
* Correct types of variables used to track amount of allocated SysV sharedKonstantin Belousov2009-03-021-0/+9
* Add missing POSIX 1003.1-2008 open(2) flag; O_TTY_INIT.Ed Schouten2009-02-281-1/+15
* Standardize the various prison_foo_ip[46] functions and prison_if toJamie Gritton2009-02-051-2/+2
* - add missing includeDaniel Gerzo2009-01-121-2/+3
* Document the special loopback address behaviour of jails.Bjoern A. Zeeb2009-01-061-1/+7
* Note that the protocol argument can be set to 0.Tom Rhodes2009-01-051-1/+6
* Document that kldunloadf can return EINVAL.Tom Rhodes2008-12-251-1/+5
* It's silly to claim recv(2) is to be removed in favour of recvfrom(2)Ivan Voras2008-11-301-1/+0
* MFp4:Bjoern A. Zeeb2008-11-292-9/+30
* Several cleanups related to pipe(2).Ed Schouten2008-11-111-6/+1
* Add one more EACCES clause to rename.2.Edward Tomasz Napierala2008-11-071-0/+5
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-0/+1
* Finish what revision 1.40 started. Revision 1.40 removed a false statementAlan Cox2008-10-241-8/+6
* Support for CPU sets is going to appear in 7.1 before 8.0.John Baldwin2008-09-292-2/+2
* Implement WNOWAIT flag for wait4(2). It specifies that process whose statusKonstantin Belousov2008-08-261-2/+10
* When calculating arguments to the interpreter for the shebang scriptKonstantin Belousov2008-08-261-1/+18
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-204-3/+141