summaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
AgeCommit message (Collapse)Author
2004-01-06pkill/pgrep from NetBSD with changes to use kvm_getprocs(). SelectingTodd 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-05nm digs elf and merges w/ size; millert@ okMichael Shalayeff
2003-09-26Enable new bc(1) and dc(1).Otto Moerbeek
ok deraadt@
2003-07-22switch to our own diff/diff3 (sdiff goes bye bye)Theo de Raadt
2003-07-22- use :L variable modifier with ELF_TOOLCHAIN variableBrad Smith
- change 2 instances of the check from != "yes" to == "no" ok deraadt@
2003-07-14toast this piece of junkTheo de Raadt
2003-06-22enter grep dirTheo de Raadt
2003-05-30Add pmdb to the build.Miod Vallat
ok deraadt@
2003-05-12Move asn1_compile to usr.bin/asn1_compile.Hans Insulander
ok deraadt@ mho@
2002-07-24ELF_TOOLCHAIN instead of listing all ELF archs.Artur Grabowski
2002-05-10Enable usbhidactionNathan Binkert
2002-05-06rlogin: Lived with JoyTheo de Raadt
2002-03-01spell 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-28This 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-04Configuration utility for radio devices.Grigoriy Orlov
Work by Vladimir Popov <jumbo@narod.ru>
2001-09-11add fgenJason Wright
2001-09-10Don't build old binutils on sparc64.Artur Grabowski
2001-09-03build usbhidctlPeter Valchev
2001-08-01x99token, a software x99 token calculator from Paul Borman that canTodd C. Miller
be used with login_token and friends.
2001-07-31add sectok; ok markus@Jakob Schlyter
2001-07-11remove mips leftovers; ok bradPeter Valchev
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
Closes PR 1246
2000-07-19chflags no moreMichael Shalayeff
2000-05-29enable mgTheo de Raadt
2000-05-28remove crudTheo de Raadt
2000-05-27always enter pctrTheo de Raadt
1999-11-18build new sudoTodd C. Miller
1999-09-28sshTheo de Raadt
1999-08-19Merge arch and machine sources. Add some options so it willNiklas Hallqvist
be easier to get at the ISA (instruction set architecture)
1999-05-24Unified tool for KeyNote utils.Angelos D. Keromytis
1999-05-23Add the 4 KeyNote utilities to the Makefile.Angelos D. Keromytis
1999-04-18no more mkfifoTodd C. Miller
1999-03-06add missing reference to infocmpTodd C. Miller
1999-03-05Merge cap_mkdb(1) and info_mkdb(1)Thorsten Lockert
1999-01-10Forgot to add midiplay hereNiklas Hallqvist
1998-08-10Don't build/install soelim as we install the GNU version over it later in ↵Todd C. Miller
the groff install process.
1998-07-24add ticTodd C. Miller
1998-07-07add hppa support, fix the commentMichael Shalayeff
1998-07-07remove mk_cmds because noone uses itArtur Grabowski
1998-04-27s/cat/cal/Michael Shalayeff
1998-04-26add audioctl + mixerctlNiels Provos
1997-09-21$OpenBSD$Theo de Raadt
1997-08-14Add top.Jason Downs
1997-07-27Don't build vim.Jason Downs
1997-07-23Add skeyinfo and skeyaudit.Todd C. Miller
1997-06-12move gprof to alpha-sorted spot in SUBDIRkstailey
1997-06-12add readlink(1)kstailey
1997-04-19Changed ``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-08whereis is now linked to whichTodd C. Miller
1997-02-10login.millert? oh boyTheo de Raadt