summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Remove duplicate __FBSDID() - spotted by trying to build with a non-GNUjmallett2002-07-231-3/+0
| | | | compiler.
* Dependencies are delimited by space not tab.ru2002-07-231-2/+2
|
* Handle directories correctly.eric2002-07-231-3/+6
| | | | | PR: 40801 MFC after: 5 days
* Revert last commit. Sorry for breaking thingstrhodes2002-07-221-10/+10
|
* MFC: Fix some grammar, greater reduce diffs to HEADtrhodes2002-07-223-21/+13
|
* add -4 and -6 option to be able to specify an address family.ume2002-07-223-4/+22
| | | | | Requested by: matusita MFC after: 1 week
* - Use MAXLOGNAME - 1 rather than UT_NAMESIZE.robert2002-07-221-3/+2
| | | | - Remove the inclusion of <utmp.h>.
* - Use MAXLOGNAME - 1 instead of UT_NAMESIZE.robert2002-07-221-11/+5
| | | | - Do not pretend there is something like '/etc/utmp'.
* Correct syntax error, remove the unescaped newline between "||" and thetjr2002-07-221-4/+2
| | | | | | | command it is intended to test. pdksh and bash caught this syntax error, sh(1) did not behave as intended. PR: 40386
* Fixed improper SCRIPTS assignment that broke `clean'.ru2002-07-211-1/+1
|
* Only use one %s when there is only one argument to print.johan2002-07-211-1/+1
| | | | | Submitted by: keramida Approved by: sheldonh (mentor)
* Removal of spaces at EOL. Add __FBSDID. New function xmalloc, xrealloc,charnier2002-07-2114-209/+244
| | | | | | | | xstrdup. There is a crash() function that do cleaning before exiting the program. The new functions are wrappers that make use of crash() in case of allocation failure. warn, exit -> err. Reviewed by: alfred
* s/A last utility last appeared/A last utility appeared/ (horikawa).charnier2002-07-211-4/+8
| | | | | | Use .Pa for wtmp. Submitted by: horikawa
* Add the tcps_sndrexmitbad statistic, keep track of late acks that causeddillon2002-07-191-0/+2
| | | | unnecessary retransmissions.
* Merge conflicts.markm2002-07-194-42/+50
|
* This commit was generated by cvs2svn to compensate for changes in r100360,markm2002-07-192-10/+3
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Snapshot of NetBSD's (x)lint. Little functionality, just some codemarkm2002-07-197-46/+53
| | | | | | | | tidy-ups.
* | s/inline/__inline/markm2002-07-192-6/+6
| |
* | Merge from import. The import was done ages ago, and this diff has beenmarkm2002-07-191-153/+199
| | | | | | | | carried since then.
* | s/inline/__inline/markm2002-07-196-6/+6
| |
* | "inline" fixing. Replace "inline" with "__inline" to make more BSDmarkm2002-07-1910-44/+52
| | | | | | | | | | | | standard (and easier to define away with support in cdefs.h). Also convert two function-like macros to static inline functions for lint and the debugger.
* | s/${INSTALL} -c/${INSTALL} ${COPY}/ru2002-07-184-5/+5
| |
* | Add myself.scop2002-07-171-0/+1
| | | | | | | | Approved by: knu (mentor)
* | Fix installworld.roberto2002-07-171-1/+1
| | | | | | | | Submitted by: Udo Schweigert <Udo.Schweigert@siemens.com>
* | A little bit more thought has resulted in a generic script which canwollman2002-07-166-20/+22
| | | | | | | | | | | | implement any of the useless POSIX-required ``regular shell builtin'' utilities, saving one frag and one inode each. The script moves to usr.bin/alias which is alphabetically the first of these commands.
* | Forgot to change command name in Makefile. (Where's the pointy hat?)wollman2002-07-161-1/+1
| |
* | POSIX requires these shell builtins to also exist as totally pointlesswollman2002-07-165-0/+22
| | | | | | | | | | external commands. Since they serve no useful purpose, it's OK that their implementation is not the most efficient possible.
* | Fix incorrect cast.kbyanc2002-07-161-1/+1
| |
* | Use proper article.dd2002-07-161-1/+1
| |
* | Support POSIX ``programming environment'' mistake.wollman2002-07-151-0/+13
| |
* | s/progname/procname/ to be consistent with the other occurrencesrse2002-07-151-1/+1
| | | | | | | | of the option -c argument in SYNOPSIS and DESCRIPTION.
* | revert WARNS=4, it makes the alpha compile sad.alfred2002-07-151-1/+1
| |
* | mdoc fun: add a few more sentence breaks.keramida2002-07-151-4/+8
| |
* | Kill excessive whitespace between macro arguments.keramida2002-07-151-5/+5
| |
* | mdoc style: break up sentenceskeramida2002-07-151-3/+6
| |
* | Bit-width fields should be of type 'int'.jmallett2002-07-151-1/+1
| |
* | Use %zu to print size_t.jmallett2002-07-151-2/+2
| |
* | Fix last hard sentence break.keramida2002-07-151-1/+2
| |
* | ^Z suspends any and all programs that don't do anything special aboutkeramida2002-07-151-3/+0
| | | | | | | | | | | | it. There's really no reason to explicitly mention it here. Suggested by: Mark Valentine <mark@thuvia.demon.co.uk>
* | Support larger files (at least 64-bit offsets) by using off_t instead oftjr2002-07-151-8/+21
| | | | | | | | int to store offsets.
* | Kill extraneous whitespace.jmallett2002-07-1510-90/+90
| |
* | ^Z doesn't "stop" systat, but it "suspends" it.keramida2002-07-151-1/+1
| | | | | | | | | | PR: docs/40489 Submitted by: Dave McCammon <davemac11@yahoo.com>
* | WARNS=4alfred2002-07-148-13/+10
| |
* | WARNS=4, addalfred2002-07-142-6/+5
| |
* | WARNS=2, de-__P()alfred2002-07-142-3/+4
| |
* | WARNS=2alfred2002-07-142-3/+1
| |
* | - TI-RPC is now the default again for code generation.alfred2002-07-1412-145/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - As before, inetd support support is turned of per default. Code for inetd can be made with -I. - Support for ``transport monitors'' and the NLSPROVIDER env variable is still there , even if their use is not clear in non TLI stream based systems like Free-/NetBSD. It can be activated with -P. - There are a few corrections in rpcgen.1 and usage function to conform to the code. Added and documented -P - I removed the #ifdefs checks for Free-/NetBSD since we are the only ones who use this code. MaxOS X may have the same limitations as we have, so this code will correctly build for them. - Generate correct cflags. Submitted by: mbr, Jean-Luc Richier <Jean-Luc.Richier@imag.fr> PR: bin/29175, misc/27816
* | The .Nm utilitycharnier2002-07-148-32/+48
| |
* | Clear local screen when ^D is typed.luigi2002-07-143-2/+24
| | | | | | | | | | | | Use setproctitle to remove arguments from 'ps' output. MFC after: 3 days
* | More Russian holidaysache2002-07-141-0/+20
| | | | | | | | | | PR: 39578 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru>
OpenPOWER on IntegriCloud