| Commit message (Expand) | Author | Age | Files | Lines |
| * | Follow NetBSD, OpenBSD and DragonfyBSD project and add BSD-licensed | Alexander Kabaev | 2007-05-19 | 3 | -1/+124 |
| * | Document RFTHREAD | Pav Lucistnik | 2007-05-14 | 1 | -1/+9 |
| * | Add missing links and sort. | Pawel Jakub Dawidek | 2007-04-29 | 1 | -3/+9 |
| * | Use C comments since we now preprocess these files with CPP. | Daniel Eischen | 2007-04-29 | 1 | -11/+14 |
| * | Remove the MSG_PEEK flag from the documentation of the send(2) syscall - | Peter Pentchev | 2007-04-27 | 1 | -1/+0 |
| * | Belatedly bump Dd for my recent changes. | Ed Maste | 2007-04-11 | 1 | -1/+1 |
| * | Document PT_GETNUMLWPS. | Ed Maste | 2007-04-09 | 1 | -0/+3 |
| * | Describe PT_GETLWPLIST's arguments. | Ed Maste | 2007-04-07 | 1 | -0/+9 |
| * | Bump date. | Pawel Jakub Dawidek | 2007-04-05 | 2 | -2/+2 |
| * | Implement SEEK_DATA and SEEK_HOLE extensions to lseek(2) as found in | Pawel Jakub Dawidek | 2007-04-05 | 2 | -1/+65 |
| * | Wordsmithery. | Bruce M Simpson | 2007-03-09 | 1 | -1/+1 |
| * | Document SO_ACCEPTCONN. | Bruce M Simpson | 2007-03-08 | 1 | -1/+9 |
| * | Fix license. Clause 4 is still required (UCB materiel). | Bruce M Simpson | 2007-03-07 | 1 | -6/+5 |
| * | use 2-clause BSD license as per hoskins strike-off july 22 1999. | Bruce M Simpson | 2007-03-07 | 1 | -4/+6 |
| * | Apply my patch properly. | Ruslan Ermilov | 2007-03-05 | 1 | -1/+1 |
| * | Fix markup. | Bruce M Simpson | 2007-03-05 | 1 | -22/+36 |
| * | .Xr nit. | Bruce M Simpson | 2007-03-05 | 1 | -2/+2 |
| * | Update shutdown() manual page to reflect actual behaviour of code. | Bruce M Simpson | 2007-03-05 | 1 | -10/+82 |
| * | Fix include declaration it was sys/sctp.h should be netinet/sctp.h, | Randall Stewart | 2007-02-26 | 3 | -3/+3 |
| * | First cut of the sctp man pages. Still need work. | Randall Stewart | 2007-02-22 | 4 | -0/+247 |
| * | Fix mis-reference of incorrect manual page in ERRORS section. | Tom Rhodes | 2007-02-17 | 1 | -1/+1 |
| * | New sentence -> new line. While here, fix apostrophe abuse. | Christian Brueffer | 2007-02-14 | 1 | -4/+7 |
| * | Change the date. | Julian Elischer | 2007-02-13 | 1 | -1/+1 |
| * | Make the kse man page reflect the removal of the KSEGRP kernel abstraction. | Julian Elischer | 2007-02-13 | 1 | -53/+29 |
| * | Docment the acceptable values for the id parameter. | Mike Pritchard | 2007-02-01 | 1 | -1/+16 |
| * | When we try to set set-gid bit with chmod(2) on a file, which we own, but our | Pawel Jakub Dawidek | 2007-01-16 | 1 | -1/+5 |
| * | Remove 3rd clause, renumber, ok per email | Warner Losh | 2007-01-12 | 1 | -4/+1 |
| * | o Document SO_TIMESTAMP and SO_BINSTAMP socket options. | Maxim Konovalov | 2007-01-11 | 1 | -2/+46 |
| * | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh | 2007-01-09 | 112 | -448/+0 |
| * | Be more specific in ENXIO description: | Pawel Jakub Dawidek | 2007-01-07 | 1 | -3/+4 |
| * | open(2) returns EROFS when O_CREAT is specified and the named file would | Pawel Jakub Dawidek | 2007-01-07 | 1 | -0/+3 |
| * | - POSIX mentions that EACCES can be returned when O_TRUNC is specified | Pawel Jakub Dawidek | 2007-01-07 | 1 | -1/+18 |
| * | Prefer "to be modified" over "to be opened for writing". | Pawel Jakub Dawidek | 2007-01-07 | 1 | -1/+1 |
| * | Bump modification date for last update. | Simon L. B. Nielsen | 2006-12-28 | 1 | -1/+1 |
| * | Catch up struct cmsghdr and struct msghdr in the manual page with the | Simon L. B. Nielsen | 2006-12-28 | 1 | -11/+11 |
| * | chflags(2) returns EPERM when user tries to set or remove the SF_SNAPSHOT flag. | Pawel Jakub Dawidek | 2006-12-15 | 1 | -0/+4 |
| * | - truncate(2) returns EFBIG if the length argument was greater than the | Pawel Jakub Dawidek | 2006-12-13 | 1 | -1/+9 |
| * | Append-only flag also denies chown(2). | Pawel Jakub Dawidek | 2006-12-13 | 1 | -1/+1 |
| * | Much more correct EFTYPE description. | Pawel Jakub Dawidek | 2006-12-13 | 1 | -1/+3 |
| * | Better wording. | Pawel Jakub Dawidek | 2006-12-13 | 2 | -2/+2 |
| * | Append-only flag also denies chmod(2). Is this correct behaviour? | Pawel Jakub Dawidek | 2006-12-13 | 1 | -1/+1 |
| * | Be more precise with EPERM description. When chown(2) is a no-op, it will | Pawel Jakub Dawidek | 2006-12-13 | 1 | -1/+2 |
| * | Write permission if of course only needed for the parent directory of | Pawel Jakub Dawidek | 2006-12-13 | 2 | -8/+4 |
| * | mkfifo(2) returns EACCES when write permission is denied for a component of | Pawel Jakub Dawidek | 2006-12-13 | 1 | -0/+2 |
| * | Be more specific when ELOOP can be returned. | Pawel Jakub Dawidek | 2006-12-12 | 1 | -1/+3 |
| * | symlink(2) return EACCES if a component of the name2 path prefix denies | Pawel Jakub Dawidek | 2006-12-12 | 1 | -0/+4 |
| * | Correct ENOENT description. | Pawel Jakub Dawidek | 2006-12-12 | 1 | -2/+4 |
| * | The 'name1' argument to symlink(2) is only limited to 1023 characters, | Pawel Jakub Dawidek | 2006-12-12 | 1 | -1/+3 |
| * | mkdir(2) creates directory, not file. | Pawel Jakub Dawidek | 2006-12-12 | 1 | -1/+2 |
| * | Remove reference to confusing behaviour just removed from | Julian Elischer | 2006-12-12 | 1 | -6/+3 |