| Age | Commit message (Expand) | Author |
| 1997-02-11 | remove possibly dangerous sprintf and strcpy calls. | mrg |
| 1996-12-09 | Deal with complex EDITOR strings (e.g. `pico -t'). Fixes PR #2520. | thorpej |
| 1996-11-29 | Use _exit after exec failure (not exit). | gwr |
| 1996-11-22 | Use snprintf instead of sprintf. | gwr |
| 1996-11-18 | Correct lengths used to build environment strings. (Fixes PR#2948) | gwr |
| 1996-11-17 | fix spello of 'convenience' | lukem |
| 1996-11-16 | The FILES section named '/etc/ttyactions'; remove that 's'. | fvdl |
| 1996-11-14 | Allow the ttyname parameter of ttyaction() to be the full pathname of | gwr |
| 1996-11-14 | Add ttyaction.3 and ttyaction.c | gwr |
| 1996-11-14 | Increment minor version for new function ttyaction(). | gwr |
| 1996-11-12 | Make openpty() work more than once. | mycroft |
| 1996-11-03 | - fix retval of openpty() | lukem |
| 1996-06-02 | Document that the caller must do a pw_abort() if pw_mkdb() fails. | ghudson |
| 1996-06-02 | Don't delete the lock file if pwd_mkdb fails. The caller will take care | ghudson |
| 1996-05-16 | Add two functions to libutil: | thorpej |
| 1996-05-15 | Minor reorganization of libutil, including the addition of passward | jtc |
| 1995-06-05 | Prototypes (PR#1100). | pk |
| 1995-03-01 | Clean up deleted files. | mycroft |
| 1994-11-17 | Merged with 4.4lite | jtc |
| 1994-05-04 | minor cleanup; kill unnecessary casts | cgd |
| 1994-04-06 | Support up to 256 ptys. | andrew |
| 1994-04-01 | off_t | cgd |
| 1994-03-27 | _double_ major number bump! joy! | cgd |
| 1994-01-27 | Clean up deleted files. | mycroft |
| 1994-01-27 | get rid of stuff that doesn't belong here | cgd |
| 1994-01-25 | kill force. | cgd |
| 1994-01-25 | kill the 'prog' arg to getbsize(); it's unneeded. minor rev bump. | cgd |
| 1994-01-19 | Fix off by one bug in pwcashe routine group_from_gid(). | jtc |
| 1994-01-07 | get rid of the awful RSS hack | cgd |
| 1993-12-19 | Return a well-known constant after becoming a daemon. | pk |
| 1993-12-15 | P[GD]_SHIFT --> P[GD]SHIFT | mycroft |
| 1993-12-05 | look for m68k, rather than hp300 or amiga | cgd |
| 1993-11-08 | add shlib_version file, with version 0.0 | cgd |
| 1993-10-13 | Forgot to initialize `cp' in setsyserr(). | mycroft |
| 1993-10-02 | Remove code for old VM system. Don't use page tables in kvm_procread(). | mycroft |
| 1993-08-16 | Last change was almost correct, but we have to check that the pager actually | mycroft |
| 1993-08-15 | Fix an off-by-one error when scanning the vm map for a page. Also, if the | mycroft |
| 1993-08-15 | Fix a bug in virtual to physical address translation on hp300s, and add support | mycroft |
| 1993-08-14 | line 860: use CLSHIFT rather than PGSHIFT. | cgd |
| 1993-08-14 | implement kvm_procread for the hp300. now things mostly work on | cgd |
| 1993-08-14 | #include <machine/pte.h>, not <hp300/hp300/pte.h>. Also, make it at least | mycroft |
| 1993-08-06 | Add getbsize() from Berkeley, somewhat modified. | mycroft |
| 1993-08-01 | Add RCS identifiers. | mycroft |
| 1993-08-01 | Add RCS indentifiers. | mycroft |
| 1993-08-01 | Add RCS identifiers. | mycroft |
| 1993-07-19 | Read swap in CLBYTES blocks. | mycroft |
| 1993-06-17 | Don't need -I/sys any more. | mycroft |
| 1993-06-15 | kernel string read function takes much less time. could be optimized further, | deraadt |
| 1993-06-01 | misc minor changes | cgd |
| 1993-06-01 | update kvm.c for the new way of doing things: | cgd |