| Age | Commit message (Expand) | Author | Files | Lines |
| 2001-05-12 | strlcpy |  deraadt | 1 | -4/+3 |
| 2001-05-11 | -1 -> MAP_FAILED. |  art | 1 | -2/+2 |
| 2001-05-11 | MAP_COPY -> MAP_PRIVATE |  art | 1 | -4/+4 |
| 2001-05-11 | -1 -> MAP_FAILED |  art | 1 | -2/+2 |
| 2001-05-11 | mmap returns MAP_FAILED on error, not 0. |  art | 1 | -2/+2 |
| 2001-05-11 | mmap returns MAP_FAILED when it fails, not -1 |  art | 1 | -2/+2 |
| 2001-05-11 | MAP_COPY -> MAP_PRIVATE |  art | 1 | -3/+3 |
| 2001-05-09 | typo; david@phobia.ms |  deraadt | 1 | -3/+3 |
| 2001-05-05 | We must lower the process priority *after* the call to setusercontext() |  millert | 1 | -8/+10 |
| 2001-04-24 | compatility -> compatibility; mpech@prosoft.org.lv |  aaron | 1 | -2/+2 |
| 2001-04-19 | typo; david@phobia.ms |  deraadt | 1 | -3/+3 |
| 2001-04-16 | close fd on error; deraadt@ ok. |  fgsch | 1 | -2/+4 |
| 2001-04-15 | Replace a bunch of conditional expressions with global pointers. |  hugh | 3 | -37/+20 |
| 2001-04-14 | Respect (absence of) "other" flag in all cases, and fix some whitespace. |  hugh | 1 | -51/+48 |
| 2001-04-13 | Add support for user specified tokens to identd. Based on a patch |  millert | 4 | -13/+108 |
| 2001-04-11 | Correct .Nm usage. |  aaron | 1 | -6/+8 |
| 2001-04-03 | throw \v and \h alignments out. |  espie | 1 | -1/+4 |
| 2001-04-02 | Cleanup for 64bit support. |  drahn | 6 | -120/+121 |
| 2001-03-30 | Add infrastructure to allow mapping of text sections which are normally |  drahn | 3 | -18/+109 |
| 2001-03-28 | Don't make poll exit right away; if timeout is 0 use -1 for poll. |  fgsch | 1 | -2/+5 |
| 2001-03-18 | use GLOB_LIMIT |  deraadt | 2 | -7/+8 |
| 2001-03-14 | ad-hoc code to deal with troff hyphenation in preformatted pages. |  espie | 1 | -1/+6 |
| 2001-03-14 | more bizarre constructs that occur in some man pages. |  espie | 1 | -1/+4 |
| 2001-03-14 | Allow makewhatis -p -t filename, without full path. |  espie | 1 | -2/+6 |
| 2001-03-09 | Block all signals in lostconn() and sigprocmask() since we are headed |  millert | 1 | -14/+10 |
| 2001-03-09 | do not strerror() a signo |  deraadt | 1 | -3/+2 |
| 2001-03-08 | doc size limitations |  deraadt | 1 | -2/+7 |
| 2001-03-08 | KNF & block size fix from daeron@student.utwente.nl |  deraadt | 1 | -33/+56 |
| 2001-02-25 | oops, add missing arguments in some calls. |  espie | 1 | -5/+7 |
| 2001-02-16 | Now that powerpc is using UVM, this shared library hack is no longer necessary. |  drahn | 1 | -5/+2 |
| 2001-02-12 | er... ffs, not ufs; canacar@eee.metu.edu.tr |  deraadt | 1 | -2/+2 |
| 2001-02-04 | Whoops, don't use strlcpy with utmp; millert@ |  pjanzen | 1 | -4/+4 |
| 2001-02-04 | Use _PW_NAME_LEN+1, not 16 for size of remote/local usernames variables |  millert | 1 | -3/+3 |
| 2001-02-03 | Previously only powerpc used the DT_INIT field to find the ctors/init |  drahn | 1 | -4/+4 |
| 2001-02-03 | Long usernames; also some simple strncpy->strlcpy. |  pjanzen | 1 | -17/+11 |
| 2001-01-31 | more fat utmp; ianm@cit.uws.edu.au |  deraadt | 1 | -3/+3 |
| 2001-01-30 | sync with a.out ldconfig, adds missing -U option. Reviewed by: drahn@ |  brad | 5 | -95/+152 |
| 2001-01-28 | $OpenBSD$ |  niklas | 82 | -71/+150 |
| 2001-01-25 | protos |  deraadt | 1 | -1/+2 |
| 2001-01-25 | KNF |  deraadt | 1 | -3/+3 |
| 2001-01-24 | proto ls_main() |  deraadt | 1 | -1/+3 |
| 2001-01-24 | sysctl() arg 4 is a size_t, not int |  deraadt | 1 | -3/+4 |
| 2001-01-23 | fix includes |  deraadt | 1 | -1/+2 |
| 2001-01-19 | mark remaining signal races |  deraadt | 2 | -8/+8 |
| 2001-01-19 | do _exit() in exit handler, if it is a signal |  deraadt | 1 | -2/+5 |
| 2001-01-17 | signal handler should finish using _exit() |  deraadt | 1 | -6/+6 |
| 2001-01-17 | avoid fd_set overflow by using poll(); avoid syslog() in signal handler by using flag checked in main loop |  deraadt | 1 | -13/+16 |
| 2001-01-17 | remove sprintf signal race, by pre-preparing wtmp entry |  deraadt | 1 | -14/+21 |
| 2001-01-17 | use _exit() in signal handlers, mark longjmp() as being a possible resource leak |  deraadt | 1 | -5/+5 |
| 2001-01-17 | use _exit() in signal handlers, and flag that the pmap_unset() calls are unsafe |  deraadt | 7 | -22/+22 |