| Age | Commit message (Expand) | Author |
| 2003-05-20 | Bump date for "nn" capability. | wiz |
| 2003-05-20 | Add a "nn" (no name) capability to getty. If set in gettytab, getty | thorpej |
| 2003-05-18 | Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op), | lukem |
| 2003-05-17 | use strlcpy | itojun |
| 2003-05-17 | use strlcat | itojun |
| 2003-05-17 | string manipulation audit | itojun |
| 2003-05-17 | strlcat is easier here | itojun |
| 2003-05-17 | use strlcpy | itojun |
| 2003-05-17 | string manipulation cleanup | itojun |
| 2003-05-17 | use snprintf | itojun |
| 2003-05-17 | string manipulation cleanup | itojun |
| 2003-05-17 | use strlcpy | itojun |
| 2003-05-17 | string manipulation cleanup | itojun |
| 2003-05-14 | setup -> set up. | wiz |
| 2003-05-09 | PR/21233: Onno van der Linden: -U option does not work as advertised. | christos |
| 2003-05-09 | PR/21515: Onno van der Linden: Fix typo preventing %v from working. | christos |
| 2003-04-29 | Pull in <sys/param.h> explicitly. | agc |
| 2003-04-24 | Back out previous change for now -- it needs more work. | mycroft |
| 2003-04-23 | Attempt to give dlsym() the same symbol-searching semantics as _rtld_bind(). | mycroft |
| 2003-04-22 | Output a usefull error message if sysctl(3) fails. | tron |
| 2003-04-22 | backout 1.18 and 1.19 | itojun |
| 2003-04-22 | free vis_user | itojun |
| 2003-04-22 | malloc vis_user (why 1.6 branch has the fix already?) | itojun |
| 2003-04-21 | Handle unaligned relocations, and RELATIVE relocs with non-zero addends. | scw |
| 2003-04-19 | PR/2352: Tor Egge: Use sysctl to get uid. | christos |
| 2003-04-05 | rmail really shouldn't be invoking sendmail with "-odq" ("queue only") | perry |
| 2003-04-02 | Add support for UFS2. UFS2 is an enhanced FFS, adding support for | fvdl |
| 2003-03-31 | behaviour->behavior | perry |
| 2003-03-31 | spell fixes (most from me, one from Igor Sobrado in PR misc/19700) | perry |
| 2003-03-27 | s/USER-ID/USERID/ in response when -L is used | jdolecek |
| 2003-03-26 | SH5 needs __HAVE_FUNCTION_DESCRIPTORS defined in order for ld.elf_so | scw |
| 2003-03-25 | Add support for shared libraries/dynamically linked binaries on sh5. | scw |
| 2003-03-15 | Use "its" instead of "it's" where appropriate. | wiz |
| 2003-03-15 | Correct spelling of "preferred". From PR 20716 by Igor Sobrado. | wiz |
| 2003-03-09 | Dont call gettimeofday on a rpc timeval. | hannken |
| 2003-03-06 | make it compile in /usr/src/rescue directory. | taca |
| 2003-03-06 | Align psections to their specified alignment (if possible). Use | matt |
| 2003-03-03 | Call setsid so we get our own logname. | dsl |
| 2003-03-03 | Call setsid so we don't change inetd's logname (and that of our peers). | dsl |
| 2003-03-03 | Call setsid() before (setusercontext() calls) setlogin() so we don't change | dsl |
| 2003-03-03 | Call setsid() so that setlogname doesn't affect our parent and siblings. | dsl |
| 2003-03-03 | Don't declare "yylex()" static; AFAICT it shouldn't be, and it causes | lukem |
| 2003-03-03 | Fix typos accidentally introduced in rev 1.70 as part of the large | lukem |
| 2003-03-02 | Shorten rtld_start() by 2 instructions or 8 bytes, and make it not use GOT | mycroft |
| 2003-03-02 | Shorten rtld_start() slightly -- there's a base-relative _DYNAMIC pointer at | mycroft |
| 2003-03-02 | Let the cleaner use LFCNRECLAIM to help empty segments along, if it | perseant |
| 2003-03-01 | Update copyright. | mycroft |
| 2003-02-28 | we have constants for all this crap. don't hard-code things. | christos |
| 2003-02-28 | Eliminate GOT usage in rtld_start() on this platform, too. | mycroft |
| 2003-02-28 | Use the "__NetBSD_Version__" constant rather than the "NetBSD" constant | thorpej |