summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* Correct spelling errors in comments.rwatson2007-05-281-2/+2
* Follow NetBSD, OpenBSD and DragonfyBSD project and add BSD-licensedkan2007-05-193-1/+124
* Document RFTHREADpav2007-05-141-1/+9
* Add missing links and sort.pjd2007-04-291-3/+9
* Use C comments since we now preprocess these files with CPP.deischen2007-04-291-11/+14
* Remove the MSG_PEEK flag from the documentation of the send(2) syscall -roam2007-04-271-1/+0
* Belatedly bump Dd for my recent changes.emaste2007-04-111-1/+1
* Document PT_GETNUMLWPS.emaste2007-04-091-0/+3
* Describe PT_GETLWPLIST's arguments.emaste2007-04-071-0/+9
* Bump date.pjd2007-04-052-2/+2
* Implement SEEK_DATA and SEEK_HOLE extensions to lseek(2) as found inpjd2007-04-052-1/+65
* Wordsmithery.bms2007-03-091-1/+1
* Document SO_ACCEPTCONN.bms2007-03-081-1/+9
* Fix license. Clause 4 is still required (UCB materiel).bms2007-03-071-6/+5
* use 2-clause BSD license as per hoskins strike-off july 22 1999.bms2007-03-071-4/+6
* Apply my patch properly.ru2007-03-051-1/+1
* Fix markup.bms2007-03-051-22/+36
* .Xr nit.bms2007-03-051-2/+2
* Update shutdown() manual page to reflect actual behaviour of code.bms2007-03-051-10/+82
* Fix include declaration it was sys/sctp.h should be netinet/sctp.h,rrs2007-02-263-3/+3
* First cut of the sctp man pages. Still need work.rrs2007-02-224-0/+247
* Fix mis-reference of incorrect manual page in ERRORS section.trhodes2007-02-171-1/+1
* New sentence -> new line. While here, fix apostrophe abuse.brueffer2007-02-141-4/+7
* Change the date.julian2007-02-131-1/+1
* Make the kse man page reflect the removal of the KSEGRP kernel abstraction.julian2007-02-131-54/+30
* Docment the acceptable values for the id parameter.mpp2007-02-011-1/+16
* When we try to set set-gid bit with chmod(2) on a file, which we own, but ourpjd2007-01-161-1/+5
* Remove 3rd clause, renumber, ok per emailimp2007-01-121-4/+1
* o Document SO_TIMESTAMP and SO_BINSTAMP socket options.maxim2007-01-111-2/+46
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-09112-448/+0
* Be more specific in ENXIO description:pjd2007-01-071-3/+4
* open(2) returns EROFS when O_CREAT is specified and the named file wouldpjd2007-01-071-0/+3
* - POSIX mentions that EACCES can be returned when O_TRUNC is specifiedpjd2007-01-071-1/+18
* Prefer "to be modified" over "to be opened for writing".pjd2007-01-071-1/+1
* Bump modification date for last update.simon2006-12-281-1/+1
* Catch up struct cmsghdr and struct msghdr in the manual page with thesimon2006-12-281-11/+11
* chflags(2) returns EPERM when user tries to set or remove the SF_SNAPSHOT flag.pjd2006-12-151-0/+4
* - truncate(2) returns EFBIG if the length argument was greater than thepjd2006-12-131-1/+9
* Append-only flag also denies chown(2).pjd2006-12-131-1/+1
* Much more correct EFTYPE description.pjd2006-12-131-1/+3
* Better wording.pjd2006-12-132-2/+2
* Append-only flag also denies chmod(2). Is this correct behaviour?pjd2006-12-131-1/+1
* Be more precise with EPERM description. When chown(2) is a no-op, it willpjd2006-12-131-1/+2
* Write permission if of course only needed for the parent directory ofpjd2006-12-132-8/+4
* mkfifo(2) returns EACCES when write permission is denied for a component ofpjd2006-12-131-0/+2
* Be more specific when ELOOP can be returned.pjd2006-12-121-1/+3
* symlink(2) return EACCES if a component of the name2 path prefix deniespjd2006-12-121-0/+4
* Correct ENOENT description.pjd2006-12-121-2/+4
* The 'name1' argument to symlink(2) is only limited to 1023 characters,pjd2006-12-121-1/+3
* mkdir(2) creates directory, not file.pjd2006-12-121-1/+2
OpenPOWER on IntegriCloud