Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-01 | spell command from 4.4BSD, now freed by Caldera. | Todd C. Miller | |
I have made some significant changes: o spell no longer uses hashed files. The algorithm for generating the hashed files breaks down for large files. Instead, I use the same approach as look(1) and do binary searches of mmap(2)ed files which has acceptable performance. A side effect of this is that spell can now search multiple word lists. o The spell binary has been renamed to "spellprog" so as to not conflict with the spell shell script. This is consistent with other operating systems. o The putsuf() and putword() functions have been renamed to trypref() and tryword() respectively for consistency with modern versions and for general sanity. o the spell front-end shell script has been completely rewritten o The code has been ANSIfied and re-style(9)d spell currently must be compiled with -fwriteable-strings to make the -b option work. This should be fixed. | |||
2002-02-28 | This is the 4.4BSD deroff, now freed by Caldera. | Todd C. Miller | |
I have ANSIfied, stylized, and Wallified it and converted it use "modern" things such as getopt(). I also fixed some obvious buffer overflows and updated the man page. | |||
2001-10-04 | Configuration utility for radio devices. | Grigoriy Orlov | |
Work by Vladimir Popov <jumbo@narod.ru> | |||
2001-09-11 | add fgen | Jason Wright | |
2001-09-10 | Don't build old binutils on sparc64. | Artur Grabowski | |
2001-09-03 | build usbhidctl | Peter Valchev | |
2001-08-01 | x99token, a software x99 token calculator from Paul Borman that can | Todd C. Miller | |
be used with login_token and friends. | |||
2001-07-31 | add sectok; ok markus@ | Jakob Schlyter | |
2001-07-11 | remove mips leftovers; ok brad | Peter Valchev | |
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie | |
Closes PR 1246 | |||
2000-07-19 | chflags no more | Michael Shalayeff | |
2000-05-29 | enable mg | Theo de Raadt | |
2000-05-28 | remove crud | Theo de Raadt | |
2000-05-27 | always enter pctr | Theo de Raadt | |
1999-11-18 | build new sudo | Todd C. Miller | |
1999-09-28 | ssh | Theo de Raadt | |
1999-08-19 | Merge arch and machine sources. Add some options so it will | Niklas Hallqvist | |
be easier to get at the ISA (instruction set architecture) | |||
1999-05-24 | Unified tool for KeyNote utils. | Angelos D. Keromytis | |
1999-05-23 | Add the 4 KeyNote utilities to the Makefile. | Angelos D. Keromytis | |
1999-04-18 | no more mkfifo | Todd C. Miller | |
1999-03-06 | add missing reference to infocmp | Todd C. Miller | |
1999-03-05 | Merge cap_mkdb(1) and info_mkdb(1) | Thorsten Lockert | |
1999-01-10 | Forgot to add midiplay here | Niklas Hallqvist | |
1998-08-10 | Don't build/install soelim as we install the GNU version over it later in ↵ | Todd C. Miller | |
the groff install process. | |||
1998-07-24 | add tic | Todd C. Miller | |
1998-07-07 | add hppa support, fix the comment | Michael Shalayeff | |
1998-07-07 | remove mk_cmds because noone uses it | Artur Grabowski | |
1998-04-27 | s/cat/cal/ | Michael Shalayeff | |
1998-04-26 | add audioctl + mixerctl | Niels Provos | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-08-14 | Add top. | Jason Downs | |
1997-07-27 | Don't build vim. | Jason Downs | |
1997-07-23 | Add skeyinfo and skeyaudit. | Todd C. Miller | |
1997-06-12 | move gprof to alpha-sorted spot in SUBDIR | kstailey | |
1997-06-12 | add readlink(1) | kstailey | |
1997-04-19 | Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")'' | Todd C. Miller | |
Same change doen for SKEY, YP, and KERBEROS5. This allows people to override those setting in /etc/mk.conf. | |||
1997-04-08 | whereis is now linked to which | Todd C. Miller | |
1997-02-10 | login.millert? oh boy | Theo de Raadt | |
1997-02-09 | Updates file(1) to version 3.22 by way to NetBSD. | Todd C. Miller | |
1997-01-21 | Install BSD sort(1) not GNU one. Can always change back if necesary. | Todd C. Miller | |
1997-01-07 | add elf2aout to the mips machines - i would like to keep both of them | Thomas Graichen | |
on both (pmax and arc) - because this way it is easy to build kernels for eachother | |||
1997-01-02 | new utility for playing sound files | kstailey | |
1996-12-23 | PowerPC port uses binutils not 'standard' compilation tools. | Dale S. Rahn | |
1996-11-21 | missed mktemp | Michael Shalayeff | |
1996-11-15 | Move mk_cmds to the main tree. | Jason Downs | |
1996-11-11 | remove junk '\' | Michael Shalayeff | |
1996-11-11 | compile_et belongs in usr.bin | Thorsten Lockert | |
1996-11-06 | elf2olf - olf2elf. | etheisen | |
1996-10-04 | let gprof docs still get installed on mips/alpha | Theo de Raadt | |
1996-10-02 | elf2ecoff converter added | Per Fogelstrom | |