Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-06 | pkill/pgrep from NetBSD with changes to use kvm_getprocs(). Selecting | Todd C. Miller | |
on session ID does not current work but that will change once the kernel supports the KERN_PROC2 sysctl and pkill/pgrep is modified to use kvm_getproc2(). OK deraadt@ | |||
2004-01-05 | nm digs elf and merges w/ size; millert@ ok | Michael Shalayeff | |
2003-09-26 | Enable new bc(1) and dc(1). | Otto Moerbeek | |
ok deraadt@ | |||
2003-07-22 | switch to our own diff/diff3 (sdiff goes bye bye) | Theo de Raadt | |
2003-07-22 | - use :L variable modifier with ELF_TOOLCHAIN variable | Brad Smith | |
- change 2 instances of the check from != "yes" to == "no" ok deraadt@ | |||
2003-07-14 | toast this piece of junk | Theo de Raadt | |
2003-06-22 | enter grep dir | Theo de Raadt | |
2003-05-30 | Add pmdb to the build. | Miod Vallat | |
ok deraadt@ | |||
2003-05-12 | Move asn1_compile to usr.bin/asn1_compile. | Hans Insulander | |
ok deraadt@ mho@ | |||
2002-07-24 | ELF_TOOLCHAIN instead of listing all ELF archs. | Artur Grabowski | |
2002-05-10 | Enable usbhidaction | Nathan Binkert | |
2002-05-06 | rlogin: Lived with Joy | Theo de Raadt | |
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 | |