| Commit message (Expand) | Author | Age | Files | Lines |
* | Nuke xditview. It was in the same category as xroach. | jkh | 1996-06-16 | 30 | -5857/+1 |
* | Increase performance using pre-calculated collate table | ache | 1996-06-10 | 1 | -15/+42 |
* | Follow alphabetical order more closely, now ISO8859-1 characters | ache | 1996-06-09 | 1 | -1/+14 |
* | Compare 8bit alpha characters alphabetically using strcoll() | ache | 1996-06-09 | 1 | -4/+66 |
* | Stop using the alias `pcb_ptd' for `pcb_tcc.tss_cr3'. Use the (existing) | bde | 1996-06-08 | 2 | -4/+4 |
* | Aw c'mon. I'm being driven mad by plenty of other things. I don't | wpaul | 1996-06-08 | 1 | -2/+2 |
* | Use setreuid instead of seteuid for permissions management | gpalmer | 1996-06-02 | 3 | -7/+12 |
* | Reviewed by: joerg | lars | 1996-06-01 | 1 | -1/+1 |
* | Add an option -O <filename> to ld. From the manpage: | phk | 1996-05-28 | 3 | -3/+30 |
* | Make rules reentrant. | phk | 1996-05-28 | 1 | -5/+5 |
* | Zero out an unused field in a structure that is written to the output | jdp | 1996-05-27 | 1 | -1/+2 |
* | Remove this version, it now comes from libc. | peter | 1996-05-27 | 2 | -140/+1 |
* | There's no -p flag to our diff. | jkh | 1996-05-26 | 1 | -3/+0 |
* | Fix some argument ordering and redundancy bogons. | jkh | 1996-05-26 | 1 | -6/+6 |
* | Remove setuid bit, it's not necessary. | pst | 1996-05-22 | 1 | -2/+0 |
* | Call groff directly instead of using nroff shell script. | pst | 1996-05-22 | 1 | -1/+1 |
* | When checking to see whether a needed shared library has already | jdp | 1996-05-22 | 1 | -2/+36 |
* | New option -append: teach makewhatis to only add records, instead | wosch | 1996-05-22 | 5 | -48/+139 |
* | remove INFODIR?= /usr/share/info, already defined in bsd.own.mk | wosch | 1996-05-22 | 1 | -2/+1 |
* | remove SHAREDIR?=/usr/share, already defined in bsd.own.mk | wosch | 1996-05-22 | 1 | -2/+1 |
* | Invoke proper gzip | jkh | 1996-05-20 | 1 | -1/+1 |
* | Makewhatis appended the filename to list of keywords if no keyword | wosch | 1996-05-14 | 1 | -6/+6 |
* | Bugfix: nested *?+ in regexp at /usr/bin/makewhatis line 286 | wosch | 1996-05-12 | 3 | -4/+49 |
* | faster | wosch | 1996-05-12 | 1 | -0/+72 |
* | ``mv'' -> ``mv -f'' | wosch | 1996-05-07 | 9 | -36/+49 |
* | PD_SHIFT -> PDRSHIFT | phk | 1996-05-02 | 2 | -8/+8 |
* | NBPG -> PAGE_SIZE | phk | 1996-05-02 | 4 | -26/+26 |
* | Fix a bogon that prevented easy-import from inserting the new module | joerg | 1996-04-28 | 1 | -10/+9 |
* | When a local symbol that would normally be eliminated by "-x" or | jdp | 1996-04-24 | 1 | -1/+12 |
* | Change "Found end of tape. Load next tape ..." messages to say | jkh | 1996-04-24 | 1 | -2/+2 |
* | Add a couple of needed X11 libraries. Discovered when trying to build a | jdp | 1996-04-22 | 1 | -2/+3 |
* | Implement support for LD_PRELOAD in the dynamic linker. Remove | jdp | 1996-04-20 | 2 | -14/+110 |
* | Implement support for LD_PRELOAD in the dynamic linker. | jdp | 1996-04-20 | 2 | -2/+29 |
* | Attempt to break a $Log$ snafu where a *** /--- (minus space) | markm | 1996-04-12 | 1 | -1/+16 |
* | Priorities were broken. If there was an Index: line and ***/--- lines | markm | 1996-04-11 | 1 | -4/+11 |
* | Correct some man page xrefs, and some other minor changes to bring some | mpp | 1996-04-08 | 2 | -15/+14 |
* | Make `easy-import' ready for vendor-branch imports. | joerg | 1996-04-07 | 1 | -60/+71 |
* | Moved the include of <sys/types.h> to before the include of <dirent.h> | bde | 1996-03-29 | 1 | -1/+1 |
* | f2c's -krd does not work with f77 wrapper | joerg | 1996-03-27 | 1 | -1/+1 |
* | Don't count character ``+'' as garbage (c++.1, flex++.1) | wosch | 1996-03-21 | 1 | -3/+3 |
* | Fix an infinite loop for empty files in the archive, and handle | joerg | 1996-03-18 | 1 | -3/+34 |
* | Several changes to the gethostname module: | joerg | 1996-03-18 | 1 | -6/+5 |
* | delete /usr/local/bin from PATH | wosch | 1996-03-12 | 1 | -2/+2 |
* | delete /usr/ucb from PATH, move /usr/local/bin after /usr/bin | wosch | 1996-03-12 | 1 | -2/+2 |
* | remove ``whatis'' | wosch | 1996-03-10 | 1 | -1/+1 |
* | share the code between apropos and whatis | wosch | 1996-03-10 | 6 | -105/+21 |
* | Removed temporary file. | bde | 1996-03-01 | 1 | -0/+0 |
* | Bring in some of Paul K's fixes for ldconfig from NetBSD-current. | pst | 1996-02-26 | 1 | -10/+30 |
* | print error messages to stderr | wosch | 1996-02-25 | 1 | -36/+42 |
* | Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet. | bde | 1996-02-25 | 2 | -2/+2 |