summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Move truss from i386-specific to always-build.sef1998-10-031-2/+2
| | | | Submitted by: Alex Nash <nash@mcs.net>
* mt now builds on the alpha.dfr1998-10-031-2/+2
|
* Take doscmd back out - it relies on installed X components to build (!).jkh1998-09-251-2/+1
|
* Fixed disorder and long lines.bde1998-09-241-9/+10
| | | | Decrypted a comment.
* Enable elf build for doscmd.luoqi1998-09-241-5/+3
|
* Put ldd back in the standard list since it builds on alpha now.dfr1998-09-161-2/+2
|
* Remove tcl from /usr/src, according to prior agreement. BTW, tcl-8.0 *is*asami1998-09-051-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a port so there is nothing to be done on that side now. Approved by: jkh === To: "Jordan K. Hubbard" <jkh@time.cdrom.com> cc: Andreas Klemm <andreas@klemm.gtn.com>, current@freebsd.org Subject: Re: Make this a relese coordinator decision (was Re: ports-current/packages-current discontinued) From: David Greenman <dg@root.com> Date: Sun, 03 Aug 1997 20:23:31 -0700 >decision is, I'll respect it. Another chance to architect people's principles...I can hardly wait. Seems quite appropriate for a Sunday - I just need to get one of those collection plates (and money envelopes) so I can profit, too. :-) Tcl stays in /usr/src for now, but it needs to be kept up to date; same for perl. If Jordan doesn't have "setup" (written in tcl) ready for 3.0, then tcl will be yanked prior to the 3.0 release (and made into a port). As for the ports tree only supporting the last FreeBSD release, this seems sensible to me. The "ports" have always been a moving target between releases and the problem is only going to get worse when we expand to supporting other processor architectures. In any case, Satoshi is and always has been in charge of the ports tree and whatever he wants to do with it (within reason :-)) is his decision. Does this cover the issue completely? I admit to deleting messages in this thread with unusual fervor (people have FAR too much time on their hands!). There's a fair bit of reasoning behind the above, but since everyone is sick of arguing about this, I'll spare you the analysis. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project
* Split lines into one subdir per line.gpalmer1998-08-301-23/+202
|
* BINFORMAT -> OBJFORMAT ready for E-day.jb1998-08-301-2/+2
|
* Delete trailing space that may have caused problemsgpalmer1998-08-261-2/+2
|
* Move kdump & ktrace out of i386 specific section.gpalmer1998-08-261-5/+4
|
* More programs that build on alpha now.jb1998-08-181-9/+9
|
* lorder is needed on the alpha toogpalmer1998-08-171-4/+4
|
OpenPOWER on IntegriCloud