summaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
AgeCommit message (Collapse)Author
2010-04-02link mandoc(1) to the buildIngo Schwarze
tested on gcc2 and ok by deraadt@
2009-06-02enable tmuxTheo de Raadt
2009-06-01We are done with sup, other sucky tools are better nowTheo de Raadt
2009-06-01RIP; ok millertTheo de Raadt
2008-06-04olf support starts to die (easy stuff first); ok miodTheo de Raadt
2008-05-21Remove elf2aout and elf2ecoff. They are no longer built since they were onlyMiod Vallat
used by the long defunct OpenBSD/arc and OpenBSD/pmax ports, and nowadays using objcopy or a linker script will perform such conversions if necessary. ok deraadt@ kettenis@
2008-05-09add tcpbench to buildTheo de Raadt
2008-02-27ugh got bitten by the pathTheo de Raadt
2008-02-27put opencvs(1) actively into /usr/bin/opencvs; for now it is not yet 100%Theo de Raadt
ready as a replacement for gnu cvs, but it is time to let people start using it and breaking it. ONE RULE REMAINS. Do NOT even think for a moment that you can opencvs against our main repositories in any way -- that will come later. this is to improve the testing process. ok joris beck
2007-03-23Enable our sendbug(1), prodded by deraadt@.Ray Lai
2006-12-12enable bgplg, the bgp looking glassReyk Floeter
ok henning@ deraadt@
2006-11-27enter pkg-configTheo de Raadt
2006-07-17Add csplit(1) from FreeBSD; with man page tweaks from jmc@.Todd C. Miller
OK deraadt@
2006-04-10switch to openrcs and eliminate more gnu from the tree.Joris Vink
note that openrcs still lacks some features. okay niallo@, xsa@, ray@, "Do it" deraadt@
2005-12-27enter sdiffTheo de Raadt
2005-11-10Hook getent(1) into the buildOtto Moerbeek
2005-09-19install the 2 man pages on all architecturesTheo de Raadt
2005-08-08activate LC_CTYPE for 8 bits locale.Marc Espie
Make sure tolower/toupper use the whole 8 bits. okay deraadt@ thanks to everyone who tested
2005-07-09channel changing is to be handled by radioctl; the rest of it requres use of ↵Michael Shalayeff
3rd party software
2005-07-04- add tunerctl to the buildJacob Meuser
ok deraadt@
2005-05-28+ gzsigmarius eriksen
2005-04-01connect stat(1) to buildOtto Moerbeek
2005-02-19Add getcap(1), a simple tool to query getcap(3)-style databases.Todd C. Miller
2004-05-02cksum has been superceded by the md5 driverTodd C. Miller
2004-01-13use our own nm and sizeMichael Shalayeff
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