aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Avoid infinite loop if read() fails consistently.Dag-Erling Smørgrav1998-09-161-1/+1
* Put ldd back in the standard list since it builds on alpha now.Doug Rabson1998-09-161-2/+2
* Make ldd work on alpha.Doug Rabson1998-09-163-8/+15
* Add links to addr2line, objcopy, and objdump. These exist only forJohn Polstra1998-09-161-0/+3
* Delete unused code. This has been obsoleted by the new devstat code.Kenneth D. Merry1998-09-162-478/+0
* Reference new files for device stat support.Justin T. Gibbs1998-09-151-5/+6
* Augment compression and blocksize support. Update table of known densities.Justin T. Gibbs1998-09-152-89/+252
* Update system to new device statistics code.Justin T. Gibbs1998-09-158-340/+975
* Use -aout for kernels right now. This will have to be changed back ifJordan K. Hubbard1998-09-141-1/+2
* Don't require an executable file name. If no executable image isDag-Erling Smørgrav1998-09-143-26/+52
* Remove -n for ignoring system headers. Instead add finer grain shellDavid E. O'Brien1998-09-132-17/+25
* Print correct total for -c option (previously, the total for the lastDag-Erling Smørgrav1998-09-111-1/+1
* Some fixes for swap space accounting.Dmitrij Tejblum1998-09-111-2/+7
* Set the `pc98' string to the MACHINE if machdep.ispc98 != 0.KATO Takenori1998-09-091-1/+23
* Don't define RANLIBMAG if building an elf version of make. The RANLIBMAGJohn Birrell1998-09-091-2/+2
* Fix spurious `free()' when -d g2 is enabled.Joseph Koshy1998-09-091-3/+12
* Add missing comma.Joseph Koshy1998-09-091-1/+1
* Terminate the defdrives array correctly. (Shame, Rod!)Mike Smith1998-09-091-1/+1
* Add support for the RPC 64-bit integer type ``hyper''.David E. O'Brien1998-09-081-2/+2
* Make profiling work for ELF. gprof now autodetects the format ofJohn Polstra1998-09-077-209/+346
* Make the builtin unix macro work as it should (well like Solaris's,Steve Price1998-09-071-1/+5
* Correct zsh shell script entry.Martin Cracauer1998-09-071-2/+2
* Install the legacy man file in section 1aout.John Birrell1998-09-076-1/+6
* Use a default execution type if none of the listed ones match. ThisSean Eric Fagan1998-09-071-1/+10
* Remove tcl from /usr/src, according to prior agreement. BTW, tcl-8.0 *is*Satoshi Asami1998-09-053-31/+3
* Change MACHINE to MACHINE_ARCH to support MACHINE=pc98.John Birrell1998-09-052-2/+2
* Add -lcrypt when building kerberos.John Birrell1998-09-052-6/+6
* revert back to rev 1.5David E. O'Brien1998-09-041-1/+0
* Bump up the E_SHELL constant after an extra field was added, thus makingMark Murray1998-09-031-1/+1
* Removed a buggy ifdef for not linking libmd explicitly. ExplicitBruce Evans1998-09-021-9/+3
* Cut-n-paste fub.David E. O'Brien1998-09-021-2/+2
* Diagnostic rewritten in English.Wolfram Schneider1998-09-021-3/+3
* Sort cross references.Wolfram Schneider1998-08-312-3/+3
* Support multiple databases. For exampleWolfram Schneider1998-08-312-25/+25
* Move setting of 'crt' mail variable to {/usr/src}/etc/mail.rc.Joseph Koshy1998-08-311-1/+1
* The elf build wants to link against libcrypt.John Birrell1998-08-312-4/+4
* Change /etc/objectformat to /etc/objformat. Last chance 'cause it's E-day.John Birrell1998-08-301-3/+3
* Split lines into one subdir per line.Gary Palmer1998-08-301-23/+202
* Fix a bug which caused ldd to execute scripts listed on its commandJohn Polstra1998-08-301-29/+28
* Typo fix: garbeld -> garbledSteve Price1998-08-301-2/+2
* Add $Id$Gary Palmer1998-08-301-0/+1
* PR: bin/5596Wolfram Schneider1998-08-301-14/+24
* Still need -lmd on the alpha as it doesn't have shlibs yetGary Palmer1998-08-301-1/+1
* BINFORMAT -> OBJFORMAT ready for E-day.John Birrell1998-08-302-3/+3
* Fixed anachronisms (nuked vfs type number; don't give a 1/6-baked listBruce Evans1998-08-292-18/+13
* Add option `-n', causing system headers not to be included in dependacyDavid E. O'Brien1998-08-293-3/+17
* Delete trailing space that may have caused problemsGary Palmer1998-08-261-2/+2
* Move kdump & ktrace out of i386 specific section.Gary Palmer1998-08-261-5/+4
* Check the text segment size of the executable and the process. IfWolfram Schneider1998-08-242-2/+18
* When exiting on SIGINT, exit with signal statusMartin Cracauer1998-08-246-11/+31