| Age | Commit message (Expand) | Author |
| 1997-02-25 | Check for both the filesystem name and the filesystem flags to determine | fvdl |
| 1997-02-24 | man page for stringlist functions | lukem |
| 1997-02-21 | clarify what is printed; from Arne Henrik Juul in PR 3242, with some | mikel |
| 1997-02-14 | getdiskbyname() was broken by previous change, adversely affecting | scottr |
| 1997-02-08 | It's not necessary to initialize the `revents' field of struct pollfd. | mycroft |
| 1997-02-07 | I ``who'' was not specified, set the appropriate bits as the manual page | christos |
| 1997-02-07 | check options argument to wait{3,4,pid}(); from Klaus Klein in PR 3182. | mikel |
| 1997-02-04 | ENTRY() takes two argument now, not one. | ragge |
| 1997-02-04 | ENTRY() takes two argument now, not one. | ragge |
| 1997-01-31 | Prevent buffer overflow (and thus return of bogus data) when a DNS record | abrown |
| 1997-01-30 | Teach strmode(3) about whiteouts. They get w 'w' now. | matthias |
| 1997-01-30 | Functions were added to the C library; bump minor. | thorpej |
| 1997-01-30 | Build the MD4/MD5 sources. | thorpej |
| 1997-01-30 | Add MD4/MD5 routines to the C library, taken directly from FreeBSD's | thorpej |
| 1997-01-23 | - convert unsafe strcpy(), strcat() and sprintf() to the `n' versions. | mrg |
| 1997-01-23 | xref lseek(2) instead of seek(2); PR lib/2750 | mikel |
| 1997-01-23 | replace <sys/types.h> with <unistd.h> and fix type of brk(); | mikel |
| 1997-01-22 | inet_makeaddr() takes unsigned long, not int, arguments; fixes PR lib/2385. | mikel |
| 1997-01-22 | Don't transfer the entire YP database using yp_{first,next}(); instead | thorpej |
| 1997-01-21 | Use a different timeout for the underlying RPC transmission than the | thorpej |
| 1997-01-17 | explicitly type ether_{hostton,ntohost,line}(). all return int. | mikel |
| 1997-01-17 | inc the minor number | lukem |
| 1997-01-17 | Add stringlist implementation | lukem |
| 1997-01-17 | change sigpause(2) to sigsuspend(2) or sigpause(3), depending | perry |
| 1997-01-17 | add setitimer (mentioned in text) to SEE ALSO | perry |
| 1997-01-17 | close 2885 -- sigpause->sigsuspend | perry |
| 1997-01-17 | fix pr-2664, second param to fgets is int not size_t, from SAITOH Masanobu | perry |
| 1997-01-13 | RCS ID Police | tls |
| 1997-01-12 | minor formatting tweak | perry |
| 1997-01-12 | Fix typo; control message type for SO_TIMESTAMP is SCM_TIMESTAMP. | thorpej |
| 1997-01-12 | Document the SO_TIMESTAMP socket option. | thorpej |
| 1997-01-09 | Document CTL_DDB MIB nodes. | thorpej |
| 1997-01-04 | #include <machine/asm.h> instead of "DEFS.h" | jtc |
| 1997-01-04 | Use jCC instead of bCC, as the assembler will then use the (smaller, | jtc |
| 1997-01-03 | Add L prefix on local labels | jtc |
| 1997-01-03 | prototype mcount (or, whatever function is declared by _MCOUNT_DECL; | cgd |
| 1997-01-03 | there is no sysctl(2); reference sysctl(3) instead. | mikel |
| 1996-12-28 | iruserok fails to open a ~/.rhosts file if you have a directory | veego |
| 1996-12-26 | eliminate incorrect self-reference. | mikel |
| 1996-12-24 | fix previous booboo that broke all rpc services... | christos |
| 1996-12-24 | Report yp errors every _yplib_nerrs like the other routines. | christos |
| 1996-12-23 | Fix quad_t __syscall() return goofs. Now these should work on big-endian | cgd |
| 1996-12-22 | File which provides lint stubs for the functions defined by | cgd |
| 1996-12-22 | dd a bunch of files to LSRCS, which provide lint stubs for the functions | cgd |
| 1996-12-22 | a script to build C source code stubs to be fed to lint(1) from the data | cgd |
| 1996-12-22 | add LASM, LNOERR, and LPSEUDO variables, analogous to e.g. PASM, PNOERR, and | cgd |
| 1996-12-22 | add rules to build .ln files (memmove.ln, memcpy.ln, strchr.ln, strrchr.ln) | cgd |
| 1996-12-22 | explicitly cast __syscall() returns to (int) so that lint knows | cgd |
| 1996-12-22 | fix bogon: <sys/shm.h>, not <sys/msg.h>, should be included to use this. | cgd |
| 1996-12-21 | note that __syscall() is prototyped to return a quad_t | cgd |