summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* Introduce the extensible jail framework, using the same "name=value"jamie2009-04-293-11/+262
* With the permission of phk@ change the license on remaining jail codejamie2009-04-291-6/+22
* Correct the information about when the respective functionality firstbrueffer2009-04-231-1/+1
* Sort man page cross references by section, no need for a comma after therwatson2009-04-133-4/+4
* Properly update the shm_open/shm_unlink symbol versioning metadata afterjhb2009-04-021-0/+6
* Document missing requests.dds2009-03-271-2/+18
* Hopefully, improve the grammar and wording in the changes to shmctl(2)kib2009-03-051-4/+5
* Correct types of variables used to track amount of allocated SysV sharedkib2009-03-021-0/+9
* Add missing POSIX 1003.1-2008 open(2) flag; O_TTY_INIT.ed2009-02-281-1/+15
* Standardize the various prison_foo_ip[46] functions and prison_if tojamie2009-02-051-2/+2
* - add missing includedanger2009-01-121-2/+3
* Document the special loopback address behaviour of jails.bz2009-01-061-1/+7
* Note that the protocol argument can be set to 0.trhodes2009-01-051-1/+6
* Document that kldunloadf can return EINVAL.trhodes2008-12-251-1/+5
* It's silly to claim recv(2) is to be removed in favour of recvfrom(2)ivoras2008-11-301-1/+0
* MFp4:bz2008-11-292-9/+30
* Several cleanups related to pipe(2).ed2008-11-111-6/+1
* Add one more EACCES clause to rename.2.trasz2008-11-071-0/+5
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-031-0/+1
* Finish what revision 1.40 started. Revision 1.40 removed a false statementalc2008-10-241-8/+6
* Support for CPU sets is going to appear in 7.1 before 8.0.jhb2008-09-292-2/+2
* Implement WNOWAIT flag for wait4(2). It specifies that process whose statuskib2008-08-261-2/+10
* When calculating arguments to the interpreter for the shebang scriptkib2008-08-261-1/+18
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-204-3/+141
* Add prototype defination for setfib(2) to sys/socket.h.delphij2008-08-081-1/+2
* Add EPERM to the ERRORS section.trhodes2008-08-041-1/+3
* Add EAGAIN to the ERRORS list, as found in kern_jail.c.trhodes2008-08-031-1/+3
* remove whitespace bug (8 spaces into one tab)remko2008-08-021-1/+1
* Fix cut-n-paste-ojulian2008-07-251-1/+1
* Update the definition of modspecific structuredanger2008-07-151-3/+3
* Update the ktr_header structure, which changed over time.remko2008-07-131-4/+4
* Put the _cpuset* symbols in FBSDprivate_1.0 instead of trying to putbrooks2008-07-111-5/+5
* - Forgot to bump a date after last changedanger2008-06-301-1/+1
* Make it clearer that it is possible to disable the generation ofdas2008-06-291-4/+4
* - add description of the MLINK errordanger2008-06-261-0/+3
* Add Xr to getsockname(2)phk2008-06-201-0/+1
* Make it clearer that privilege is needed to reduce as well asfanf2008-06-161-1/+1
* Bring missing getsockopt(2) options: SO_LABEL SO_PEERLABEL SO_LISTENQLIMITwkoszek2008-06-121-2/+29
* Call the fcntl compatiblity wrapper from the thread library fcntl wrappersdfr2008-05-302-2/+3
* Make fcntl() a weak symbol so that it can be overridden by thread libraries.dfr2008-05-271-1/+3
* Misc mdoc improvements and a typo fix.brueffer2008-05-101-6/+10
* Add setfib.2 to the list of man pages to addjulian2008-05-091-1/+1
* setfib.2 got left out of the last commitjulian2008-05-091-0/+79
* Add code to allow the system to handle multiple routing tables.julian2008-05-092-0/+8
* Correct minor typos in SCTP man pages.rwatson2008-04-282-2/+1
* Have the man page catch up with the namespace pollution cleanup thatscf2008-04-261-1/+0
* Document that you must include <sys/param.h> before <sys/cpuset.h>.antoine2008-04-202-0/+2
* Sort MAN and MLINKS.ru2008-04-161-25/+26
* Connect newly added manpages to the build.ru2008-04-161-5/+15
* Man pages for the openat(2), fexecve(2) and related syscalls.kib2008-04-1615-40/+1098
OpenPOWER on IntegriCloud