| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove vestiges of MFS. | ru | 2001-06-01 | 2 | -25/+3 |
* | This patch implements O_DIRECT about 80% of the way. It takes a patchset | dillon | 2001-05-24 | 2 | -0/+12 |
* | Rename (after a repo-copy) some mount(8) programs: | ru | 2001-05-23 | 2 | -2/+2 |
* | Document ECONNREFUSED. | archie | 2001-05-20 | 1 | -0/+4 |
* | mdoc(7) police: normalize .Nd. | ru | 2001-04-18 | 3 | -3/+3 |
* | mdoc(7) police: add missing .El call. | ru | 2001-04-16 | 1 | -0/+1 |
* | Grammar police: "its", not "it's", is the possessive form of "it". | dd | 2001-04-15 | 2 | -2/+2 |
* | Make links from setresuid.2 to getresgid.2 and getresuid.2. | dd | 2001-04-15 | 1 | -1/+1 |
* | Document getresgid and getresuid calls. | dd | 2001-04-15 | 1 | -2/+21 |
* | Add ``RETURN VALUES'' and ``ERRORS'' sections since getpgid(2) can | dd | 2001-04-14 | 1 | -1/+18 |
* | To be consistent, use the __weak_reference macro from <sys/cdefs.h> | deischen | 2001-04-10 | 1 | -1/+1 |
* | Mention that locks are inherited across an exec. | dd | 2001-04-08 | 1 | -0/+6 |
* | Install links to extattr_(get|set|delete)_fd.2 (from extattr_get_file.2). | dd | 2001-04-08 | 1 | -2/+5 |
* | Document the extattr_(get|set|delete)_fd calls, and add a note warning | dd | 2001-04-05 | 1 | -4/+52 |
* | Hook the extattr_get_file.2 manual page into the build. Add MLINKS | dd | 2001-04-01 | 1 | -1/+3 |
* | A manual page for the extattr_get_file, extattr_set_file, and | dd | 2001-04-01 | 1 | -0/+154 |
* | Catch up with a comment that changed in rev1.73 of mount.h | ben | 2001-03-29 | 1 | -1/+1 |
* | The f_syncreads and f_asyncreads entries are missing from the man page. | phk | 2001-03-28 | 1 | -3/+4 |
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -2/+2 |
* | Make it clear who can and can't set the UF_NODUMP, UF_OPAQUE, and | dd | 2001-03-19 | 1 | -4/+7 |
* | Fix type-o | dillon | 2001-03-16 | 1 | -1/+1 |
* | Correct descriptions of SOCK_RDM and SOCK_SEQPACKET. | dd | 2001-03-16 | 1 | -2/+2 |
* | Correct spelling of MNT_ASYNC. | dwmalone | 2001-03-15 | 1 | -2/+2 |
* | .St -p1003.1g -> .St -p1003.1g-2000. | ru | 2001-03-12 | 1 | -2/+2 |
* | This is the getsid() we are talking about, not setsid(). | ru | 2001-03-09 | 1 | -1/+1 |
* | In soshutdown(), use SHUT_{RD,WR,RDWR} instead of FREAD and FWRITE. | ru | 2001-02-27 | 1 | -23/+30 |
* | /^\.St/ s/-iso9945-1/-p1003.1-96/ | ru | 2001-02-26 | 2 | -3/+3 |
* | ``.St -p1003.1b'' -> ``.St -p1003.1b-93''. | ru | 2001-02-26 | 1 | -1/+1 |
* | Document the EINTR error. | jasone | 2001-02-26 | 1 | -0/+2 |
* | Document various changes to kq: | jlemon | 2001-02-26 | 1 | -10/+44 |
* | Fix my ambiguous message about ECONNABORTED. | olgeni | 2001-02-25 | 1 | -1/+2 |
* | Add ECONNABORTED to the ERRORS section. | olgeni | 2001-02-25 | 1 | -0/+2 |
* | List the SA_RESTART flag rather than burying it in another paragraph. | peter | 2001-02-14 | 1 | -0/+2 |
* | Add include <sys/time.h> because kevent uses struct timespec | guido | 2001-02-14 | 1 | -0/+1 |
* | Sort PROT_* and MAP_* lists, logically and alphabetically respectively. | ru | 2001-02-12 | 1 | -44/+68 |
* | Mention PROT_NONE in the list of possible protections. | nik | 2001-02-11 | 1 | -0/+2 |
* | Note that mmap(2) can allocate memory, as well as mapping existing files, | nik | 2001-02-11 | 1 | -1/+1 |
* | mdoc(7) police: prevent generation of the extra | ru | 2001-02-09 | 1 | -6/+3 |
* | Document the cases in which setreuid changes the saved-user-ID. | nectar | 2001-02-08 | 1 | -0/+5 |
* | mdoc(7) police: Change -filled displays (which just happen | ru | 2001-02-07 | 1 | -1/+1 |
* | Spelling. | mckay | 2001-02-04 | 1 | -1/+1 |
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 16 | -54/+68 |
* | Clean up syscall generation in libc by removing HIDDEN_SYSCALLS | deischen | 2001-01-29 | 1 | -28/+7 |
* | Remove _THREAD_SAFE and make libc thread-safe by default by | deischen | 2001-01-24 | 3 | -32/+7 |
* | Document EHOSTDOWN error. | ben | 2001-01-17 | 1 | -0/+2 |
* | The bit about sigpending not detecting any errors is a lie, it can return | ben | 2001-01-16 | 1 | -2/+7 |
* | Prepare for mdoc(7)NG. | ru | 2001-01-16 | 4 | -4/+4 |
* | mdoc(7) police: fixed (minor) mdoc bugs introduced in previous revision. | ru | 2001-01-10 | 1 | -2/+3 |
* | Change the interface of getlogin_r to return an int. The former | deischen | 2001-01-01 | 1 | -5/+18 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-29 | 41 | -68/+91 |