aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* DTRT for file: URLs when output file is "-".Dag-Erling Smørgrav1998-09-171-1/+17
| | | | | | | PR: bin/7203 Notes: svn path=/head/; revision=39391
* vmstat shows all manually-specified devices rather then just the firstMatthew Dillon1998-09-161-1/+6
| | | | | | | three. Notes: svn path=/head/; revision=39372
* Avoid infinite loop if read() fails consistently.Dag-Erling Smørgrav1998-09-161-1/+1
| | | | | | | | PR: misc/7926 Submitted by: Sergey Potapov <sp@alkor.ru> Notes: svn path=/head/; revision=39363
* Put ldd back in the standard list since it builds on alpha now.Doug Rabson1998-09-161-2/+2
| | | | Notes: svn path=/head/; revision=39355
* Make ldd work on alpha.Doug Rabson1998-09-163-8/+15
| | | | Notes: svn path=/head/; revision=39354
* Add links to addr2line, objcopy, and objdump. These exist only forJohn Polstra1998-09-161-0/+3
| | | | | | | | ELF, but still I think this is the best way to get them into the shell's search path. Notes: svn path=/head/; revision=39326
* Delete unused code. This has been obsoleted by the new devstat code.Kenneth D. Merry1998-09-162-478/+0
| | | | | | | Reviewed by: imp Notes: svn path=/head/; revision=39318
* Reference new files for device stat support.Justin T. Gibbs1998-09-151-5/+6
| | | | Notes: svn path=/head/; revision=39261
* Augment compression and blocksize support. Update table of known densities.Justin T. Gibbs1998-09-152-89/+252
| | | | Notes: svn path=/head/; revision=39260
* Update system to new device statistics code.Justin T. Gibbs1998-09-158-340/+975
| | | | | | | Submitted by: "Kenneth D. Merry" <ken@plutotech.com> Notes: svn path=/head/; revision=39230
* Use -aout for kernels right now. This will have to be changed back ifJordan K. Hubbard1998-09-141-1/+2
| | | | | | | the kernel goes ELF. Notes: svn path=/head/; revision=39170
* Don't require an executable file name. If no executable image isDag-Erling Smørgrav1998-09-143-26/+52
| | | | | | | | | | specified, use /proc/<pid>/file. Document it. PR: bin/7915 Suggested-By: Wolfram Schneider <wosch@panke.de.freebsd.org> Notes: svn path=/head/; revision=39164
* Remove -n for ignoring system headers. Instead add finer grain shellDavid E. O'Brien1998-09-132-17/+25
| | | | | | | | | macros and document them. Prompted by: bde Notes: svn path=/head/; revision=39123
* Print correct total for -c option (previously, the total for the lastDag-Erling Smørgrav1998-09-111-1/+1
| | | | | | | | | | directory scanned was printed instead of the real total) PR: bin/7896 Submitted by: Zach Heilig <zach@gaffaneys.com> Notes: svn path=/head/; revision=39076
* Some fixes for swap space accounting.Dmitrij Tejblum1998-09-111-2/+7
| | | | | | | Obtained from: pstat.c Notes: svn path=/head/; revision=39075
* Set the `pc98' string to the MACHINE if machdep.ispc98 != 0.KATO Takenori1998-09-091-1/+23
| | | | Notes: svn path=/head/; revision=39006
* Don't define RANLIBMAG if building an elf version of make. The RANLIBMAGJohn Birrell1998-09-091-2/+2
| | | | | | | | | | | | | option lets make look inside archive libraries when determining if a library is out-of-date. I don't think that make should look inside files, so this fix effectively tells it not to. If the decision is made (by someone else) that make _should_ be doing this, it will need to be taught how to recognise elf archive libraries. Problem noticed by: Joseph Koshy <jkoshy@freebsd.org> Notes: svn path=/head/; revision=38985
* Fix spurious `free()' when -d g2 is enabled.Joseph Koshy1998-09-091-3/+12
| | | | | | | | PR: 6790 Submitted by: nsmart <njs3@doc.ic.ac.uk> Notes: svn path=/head/; revision=38971
* Add missing comma.Joseph Koshy1998-09-091-1/+1
| | | | | | | | PR: 7841 Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp> Notes: svn path=/head/; revision=38966
* Terminate the defdrives array correctly. (Shame, Rod!)Mike Smith1998-09-091-1/+1
| | | | | | | Submitted by: Scott Michel <scottm@cs.ucla.edu> Notes: svn path=/head/; revision=38962
* Add support for the RPC 64-bit integer type ``hyper''.David E. O'Brien1998-09-081-2/+2
| | | | Notes: svn path=/head/; revision=38952
* Make profiling work for ELF. gprof now autodetects the format ofJohn Polstra1998-09-077-209/+346
| | | | | | | | | | | | | | the executable file, so it will work for both a.out and ELF format files. I have split the object format specific code into separate source files. It's cleaner than it was before, but it's still pretty crufty. Don't cheat on your make world for this update. A lot of things have to be rebuilt for it to work, including the compiler and all of the profiled libraries. Notes: svn path=/head/; revision=38928
* Make the builtin unix macro work as it should (well like Solaris's,Steve Price1998-09-071-1/+5
| | | | | | | GNU's, and OSF1's). Notes: svn path=/head/; revision=38926
* Correct zsh shell script entry.Martin Cracauer1998-09-071-2/+2
| | | | | | | | PR: bin/7657 Submitted by: Dom Mitchell dom@phmit.demon.co.uk Notes: svn path=/head/; revision=38912
* Install the legacy man file in section 1aout.John Birrell1998-09-076-1/+6
| | | | Notes: svn path=/head/; revision=38899
* Use a default execution type if none of the listed ones match. ThisSean Eric Fagan1998-09-071-1/+10
| | | | | | | | uses the first type listed in the array as the default type. This isn't perfect, but I thought it would be better than nothing. Notes: svn path=/head/; revision=38897
* Remove tcl from /usr/src, according to prior agreement. BTW, tcl-8.0 *is*Satoshi Asami1998-09-053-31/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=38857
* Change MACHINE to MACHINE_ARCH to support MACHINE=pc98.John Birrell1998-09-052-2/+2
| | | | Notes: svn path=/head/; revision=38850
* Add -lcrypt when building kerberos.John Birrell1998-09-052-6/+6
| | | | Notes: svn path=/head/; revision=38827
* revert back to rev 1.5David E. O'Brien1998-09-041-1/+0
| | | | Notes: svn path=/head/; revision=38791
* Bump up the E_SHELL constant after an extra field was added, thus makingMark Murray1998-09-031-1/+1
| | | | | | | | this refer to the wrong data. Submitted by: axl@iafrica.com (Sheldon Hearn) Notes: svn path=/head/; revision=38773
* Removed a buggy ifdef for not linking libmd explicitly. ExplicitBruce Evans1998-09-021-9/+3
| | | | | | | | | | linkage is needed for the NOSHARED=YES case, so it is simplest to never depend on the automagic linkage for elf shared libraries. Reviewed by: jdp Notes: svn path=/head/; revision=38750
* Cut-n-paste fub.David E. O'Brien1998-09-021-2/+2
| | | | | | | Noticed by: bde Notes: svn path=/head/; revision=38743
* Diagnostic rewritten in English.Wolfram Schneider1998-09-021-3/+3
| | | | | | | Submitted by: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> Notes: svn path=/head/; revision=38742
* Sort cross references.Wolfram Schneider1998-08-312-3/+3
| | | | Notes: svn path=/head/; revision=38702
* Support multiple databases. For exampleWolfram Schneider1998-08-312-25/+25
| | | | | | | $ look miau dict1 dict2 dict3 Notes: svn path=/head/; revision=38701
* Move setting of 'crt' mail variable to {/usr/src}/etc/mail.rc.Joseph Koshy1998-08-311-1/+1
| | | | Notes: svn path=/head/; revision=38678
* The elf build wants to link against libcrypt.John Birrell1998-08-312-4/+4
| | | | Notes: svn path=/head/; revision=38665
* Change /etc/objectformat to /etc/objformat. Last chance 'cause it's E-day.John Birrell1998-08-301-3/+3
| | | | | | | Suggested by: jdp Notes: svn path=/head/; revision=38657
* Split lines into one subdir per line.Gary Palmer1998-08-301-23/+202
| | | | Notes: svn path=/head/; revision=38653
* Fix a bug which caused ldd to execute scripts listed on its commandJohn Polstra1998-08-301-29/+28
| | | | | | | | | | | line, instead of skipping them. Also make a few minor cleanups. PR: bin/7783 Notes: svn path=/head/; revision=38648
* Typo fix: garbeld -> garbledSteve Price1998-08-301-2/+2
| | | | | | | | PR: 7784 Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au> Notes: svn path=/head/; revision=38646
* Add $Id$Gary Palmer1998-08-301-0/+1
| | | | Notes: svn path=/head/; revision=38645
* PR: bin/5596Wolfram Schneider1998-08-301-14/+24
| | | | | | | | Change the diagnostic if there were no matching processes owned by you. Notes: svn path=/head/; revision=38644
* Still need -lmd on the alpha as it doesn't have shlibs yetGary Palmer1998-08-301-1/+1
| | | | Notes: svn path=/head/; revision=38643
* BINFORMAT -> OBJFORMAT ready for E-day.John Birrell1998-08-302-3/+3
| | | | Notes: svn path=/head/; revision=38635
* Fixed anachronisms (nuked vfs type number; don't give a 1/6-baked listBruce Evans1998-08-292-18/+13
| | | | | | | of vfs flags in the man page). Notes: svn path=/head/; revision=38619
* Add option `-n', causing system headers not to be included in dependacyDavid E. O'Brien1998-08-293-3/+17
| | | | | | | | | lists. This is needed when using a non-stock compiler. Notes: svn path=/head/; revision=38615
* Delete trailing space that may have caused problemsGary Palmer1998-08-261-2/+2
| | | | Notes: svn path=/head/; revision=38555
* Move kdump & ktrace out of i386 specific section.Gary Palmer1998-08-261-5/+4
| | | | Notes: svn path=/head/; revision=38553