summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Part II of libss retirement: zap mk_cmds too.kris2001-08-201-1/+0
| | | | Pointy hat to: kris
* Correct path (../crypto, not ../../crypto)peter2001-08-181-1/+1
|
* Fix a cryptoless world by disconnecting libmp from the build when there is nosobomax2001-08-021-2/+4
| | | | | | | | | | | crypto bits installed and/or NOCRYPTO/NO_OPENSSL is defined. This unfortunately meants that usr.bin/chkey, usr.bin/newkey and usr.sbin/keyserv have also to be disconnected. IMO it is merely a workaround, the proper solution is to move libmp to src/crypto where it belongs and use libgmp for the cryptoless builds instead. Missed by: dd
* Remove the S/Key key-handling apps, which are no longer needed, asmarkm2001-07-091-3/+0
| | | | they are replaced by opiepasswd, opieinfo and opiekey.
* Add the Bzip2 binaries. These are starting to get used more and moreobrien2001-06-211-0/+1
| | | | in the base system.
* Part 2 of gensetdefs de-orbit burn. linker sets are now self containedpeter2001-06-141-1/+0
| | | | for ELF, see src/sys/linker_set.h log.
* Move scrshot(1) functionality into vidcontrol(1).sobomax2001-05-191-1/+0
| | | | | Suggested by: many Not objected to by: nik (scrshot co-author)
* Add scrshot to the i386 specific section. If someone can test this on thenik2001-05-181-0/+1
| | | | Alpha I'd appreciate it.
* Add nl(1)brian2001-05-041-0/+1
| | | | | PR: 27078 Obtained from: NetBSD
* Do not build (and install) both secure/ and standard versionsru2001-03-261-3/+3
| | | | | | | of libtelnet, telnetd, and telnet. This only worked because secure/ was listed late in SUBDIR in Makefile.inc1. Reviewed by: markm
* Removed some garbage (genassym(8) and its infrastructure).bde2001-02-171-1/+0
|
* Retire this ancient version of rdist.obrien2000-12-071-1/+0
|
* Disconnect kzip from the build, as it's about to enter late retirement.sheldonh2000-11-021-1/+0
| | | | | PR: 20643 Submitted by: Peter Pentchev <roam@orbitel.bg>
* Activate hesinfo.nectar2000-09-081-0/+1
| | | | Noticed by: Don Lewis <Don.Lewis@tsc.tdk.com>
* Add fsync(8). This becomes useful with the advent of MAP_NOSYNC etc.ps2000-07-191-0/+1
| | | | Reviewed by: peter
* Import the new truncate(1) utility.sheldonh2000-07-181-0/+1
| | | | Approved by: jdp
* Initial kenv(1) hack for dumping the kernel environment. This can bepeter2000-07-081-0/+1
| | | | | | used to extract modified boot hints to make loader(8)-time changes "sticky". It tries to use \ style quoting so that it can be used directly with foo.conf files. It can also extract specific variables.
* Add the usbhidctl utility, from NetBSD, by Lennart Augusstn_hibma2000-07-051-0/+1
|
* Turn off GLOBAL. It is moving to Ports.obrien2000-06-281-1/+0
| | | | Approved by: unanimous response on arch@freebsd.org
* Detach usr.bin/more and install a link from less. less will behaveps2000-05-231-1/+0
| | | | like more if invoked as more. The old more has not been removed.
* bmake glue for less.ps2000-05-221-0/+3
| | | | Reviewed by: peter
* Hello, getconf. This is a slight reinvention of thewollman2000-04-261-0/+1
| | | | | wheel^H^H^H^H^HPOSIX.2 and X/Open utility, and rather more complicated than necessary.
* Move brandelf from being i386 specific to the MI area -- Linux emulationobrien2000-02-061-1/+1
| | | | is comming to the Alpha.
* Utility to control the printing of "Fixed up unaligned data access for pidobrien2000-01-191-0/+4
| | | | | | | | nnn at pc 0xADDR" and the fixup of the UA fault on the DEC Alpha when an unaligned access fault happens. Modeled after the OSF/1 utility of the same name. Submitted by: gallatin
* Turn on a new /usr/bin/cpp that is a true binary rather than a shell scriptobrien2000-01-041-1/+0
| | | | | wrapper. /usr/bin/cpp knows about all the GCC predefined symbols and has the functionality of the previous EGCS 1.1.2 /usr/libexec/cpp.
* Enable genassym.marcel1999-12-231-0/+1
|
* Say goodbye to some crufty old fortran code.kris1999-12-221-2/+0
| | | | Reviewed by: current
* Retire error(1). This is no longer useful as it applies only to the 4.xBSDkris1999-12-111-1/+0
| | | | | | | toolchain. Reviewed by: current@freebsd.org Axe kindly supplied by: Institute of Danish Surgeons
* Reactivate bind and add dnskeygen.peter1999-11-301-1/+2
|
* Move named and associated tools into a seperate makefile section andpeter1999-11-301-3/+6
| | | | disable them pending an import and cleanup of bind 8.2.2.p5.
* Add ncplogin/logout programs which allow manage connectionsbp1999-10-311-0/+1
| | | | | | more precisely than mount_nwfs. Obtained from: ncplib-1.3.3
* Add ncplist program. That makes minimal set of ncpbp1999-10-201-0/+1
| | | | | utilities to use NetWare volumes. Other functionality (ncpsend, ncprint) will be added later.
* Allow for a telnet in secure/ (SRA telnet).markm1999-10-071-2/+3
| | | | Submitted by: Nick Sayer
* Reconnect doscmd. It's been fixed.marcel1999-09-291-1/+1
|
* sigset_t change (part 5 of 5)marcel1999-09-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ----------------------------- Most of the userland changes are in libc. For both the alpha and the i386 setjmp has been changed to accomodate for the new sigset_t. Internally, libc is mostly rewritten to use the new syscalls. The exception is in compat-43/sigcompat.c The POSIX thread library has also been rewritten to use the new sigset_t. Except, that it currently only handles NSIG signals instead of the maximum _SIG_MAXSIG. This should not be a problem because current applications don't use any signals higher than NSIG. There are version bumps for the following libraries: libdialog libreadline libc libc_r libedit libftpio libss These libraries either a) have one of the modified structures visible in the interface, or b) use sigset_t internally and may cause breakage if new binaries are used against libraries that don't have the sigset_t change. This not an immediate issue, but will be as soon as applications start using the new range to its fullest. NOTE: libncurses already had an version bump and has not been given one now. NOTE: doscmd is a real casualty and has been disconnected for the moment. Reconnection will eventually happen after doscmd has been fixed. I'm aware that being the last one to touch it, I'm automaticly promoted to being maintainer. According to good taste this means that I will receive a badge which either will be glued or mechanically stapled, drilled or otherwise violently forced onto me :-) NOTE: pcvt/vttest cannot be compiled with -traditional. The change cause sys/types to be included along the way which contains the const and volatile modifiers. I don't consider this a solution, but more a workaround.
* Remove tn3270 from the build, preparatory to a short trial and amarkm1999-08-301-1/+0
| | | | | brutal sentence. Once the dateline has crossed the repository, tn3270 is history. Folk who want it, please use the new port.
* tconv is broken, it's libmytinfo dependent.peter1999-08-301-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Enable gprof on alpha.simokawa1999-07-161-2/+2
| | | | | | * alpha.{c,h} are same as i386.{c,h}. * Force address calculation to be done in long precision(64bit on alpha) rather than double precision(52bit).
* Disconnect modload/modunload/modstat from their Makefiles..peter1999-04-181-2/+1
|
* Turn off f2c. Superseeded by EGCS's g77.obrien1999-04-181-2/+1
|
* lsock(1) -> sockstat(1)des1999-04-151-2/+2
|
* Activate lsock(1).des1999-04-141-1/+2
|
* Re-enable doscmd build.luoqi1999-02-161-1/+2
|
* Fixed disorder.bde1998-11-101-2/+2
|
* Reenable fstat for alpha.dima1998-11-091-2/+2
|
* Reenable systat/vmstat for alpha.dima1998-11-091-4/+4
|
* dig, dnsquery & host seem to work on the alpha nowgpalmer1998-11-081-4/+4
|
* Include `enigma' into the list of usr.bin programs.joerg1998-11-021-1/+2
|
* +gensetdefspeter1998-10-141-1/+2
|
OpenPOWER on IntegriCloud