aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Add the tcps_sndrexmitbad statistic, keep track of late acks that causedMatthew Dillon2002-07-191-0/+2
| | | | | | | unnecessary retransmissions. Notes: svn path=/head/; revision=100373
* Merge conflicts.Mark Murray2002-07-194-42/+50
| | | | Notes: svn path=/head/; revision=100364
* This commit was generated by cvs2svn to compensate for changes in r100360,Mark Murray2002-07-192-10/+3
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=100361
| * Snapshot of NetBSD's (x)lint. Little functionality, just some codevendor/NetBSD/xlintMark Murray2002-07-197-46/+53
| | | | | | | | | | | | | | tidy-ups. Notes: svn path=/cvs2svn/branches/JPO/; revision=100360
* | s/inline/__inline/Mark Murray2002-07-192-6/+6
| | | | | | | | Notes: svn path=/head/; revision=100359
* | Merge from import. The import was done ages ago, and this diff has beenMark Murray2002-07-191-153/+199
| | | | | | | | | | | | | | carried since then. Notes: svn path=/head/; revision=100358
* | s/inline/__inline/Mark Murray2002-07-196-6/+6
| | | | | | | | Notes: svn path=/head/; revision=100357
* | "inline" fixing. Replace "inline" with "__inline" to make more BSDMark Murray2002-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. Notes: svn path=/head/; revision=100356
* | s/${INSTALL} -c/${INSTALL} ${COPY}/Ruslan Ermilov2002-07-184-5/+5
| | | | | | | | Notes: svn path=/head/; revision=100313
* | Add myself.Ville Skyttä2002-07-171-0/+1
| | | | | | | | | | | | | | Approved by: knu (mentor) Notes: svn path=/head/; revision=100258
* | Fix installworld.Ollivier Robert2002-07-171-1/+1
| | | | | | | | | | | | | | Submitted by: Udo Schweigert <Udo.Schweigert@siemens.com> Notes: svn path=/head/; revision=100249
* | A little bit more thought has resulted in a generic script which canGarrett Wollman2002-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. Notes: svn path=/head/; revision=100200
* | Forgot to change command name in Makefile. (Where's the pointy hat?)Garrett Wollman2002-07-161-1/+1
| | | | | | | | Notes: svn path=/head/; revision=100199
* | POSIX requires these shell builtins to also exist as totally pointlessGarrett Wollman2002-07-165-0/+22
| | | | | | | | | | | | | | | | external commands. Since they serve no useful purpose, it's OK that their implementation is not the most efficient possible. Notes: svn path=/head/; revision=100198
* | Fix incorrect cast.Kelly Yancey2002-07-161-1/+1
| | | | | | | | Notes: svn path=/head/; revision=100161
* | Use proper article.Dima Dorfman2002-07-161-1/+1
| | | | | | | | Notes: svn path=/head/; revision=100160
* | Support POSIX ``programming environment'' mistake.Garrett Wollman2002-07-151-0/+13
| | | | | | | | Notes: svn path=/head/; revision=100151
* | s/progname/procname/ to be consistent with the other occurrencesRalf S. Engelschall2002-07-151-1/+1
| | | | | | | | | | | | | | of the option -c argument in SYNOPSIS and DESCRIPTION. Notes: svn path=/head/; revision=100067
* | revert WARNS=4, it makes the alpha compile sad.Alfred Perlstein2002-07-151-1/+1
| | | | | | | | Notes: svn path=/head/; revision=100063
* | mdoc fun: add a few more sentence breaks.Giorgos Keramidas2002-07-151-4/+8
| | | | | | | | Notes: svn path=/head/; revision=100048
* | Kill excessive whitespace between macro arguments.Giorgos Keramidas2002-07-151-5/+5
| | | | | | | | Notes: svn path=/head/; revision=100045
* | mdoc style: break up sentencesGiorgos Keramidas2002-07-151-3/+6
| | | | | | | | Notes: svn path=/head/; revision=100041
* | Bit-width fields should be of type 'int'.Juli Mallett2002-07-151-1/+1
| | | | | | | | Notes: svn path=/head/; revision=100037
* | Use %zu to print size_t.Juli Mallett2002-07-151-2/+2
| | | | | | | | Notes: svn path=/head/; revision=100036
* | Fix last hard sentence break.Giorgos Keramidas2002-07-151-1/+2
| | | | | | | | Notes: svn path=/head/; revision=100026
* | ^Z suspends any and all programs that don't do anything special aboutGiorgos Keramidas2002-07-151-3/+0
| | | | | | | | | | | | | | | | | | it. There's really no reason to explicitly mention it here. Suggested by: Mark Valentine <mark@thuvia.demon.co.uk> Notes: svn path=/head/; revision=100025
* | Support larger files (at least 64-bit offsets) by using off_t instead ofTim J. Robbins2002-07-151-8/+21
| | | | | | | | | | | | | | int to store offsets. Notes: svn path=/head/; revision=100024
* | Kill extraneous whitespace.Juli Mallett2002-07-1510-90/+90
| | | | | | | | Notes: svn path=/head/; revision=100014
* | ^Z doesn't "stop" systat, but it "suspends" it.Giorgos Keramidas2002-07-151-1/+1
| | | | | | | | | | | | | | | | PR: docs/40489 Submitted by: Dave McCammon <davemac11@yahoo.com> Notes: svn path=/head/; revision=100010
* | WARNS=4Alfred Perlstein2002-07-148-13/+10
| | | | | | | | Notes: svn path=/head/; revision=99984
* | WARNS=4, addAlfred Perlstein2002-07-142-6/+5
| | | | | | | | Notes: svn path=/head/; revision=99983
* | WARNS=2, de-__P()Alfred Perlstein2002-07-142-3/+4
| | | | | | | | Notes: svn path=/head/; revision=99982
* | WARNS=2Alfred Perlstein2002-07-142-3/+1
| | | | | | | | Notes: svn path=/head/; revision=99980
* | - TI-RPC is now the default again for code generation.Alfred Perlstein2002-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 Notes: svn path=/head/; revision=99979
* | The .Nm utilityPhilippe Charnier2002-07-148-32/+48
| | | | | | | | Notes: svn path=/head/; revision=99970
* | Clear local screen when ^D is typed.Luigi Rizzo2002-07-143-2/+24
| | | | | | | | | | | | | | | | | | Use setproctitle to remove arguments from 'ps' output. MFC after: 3 days Notes: svn path=/head/; revision=99965
* | More Russian holidaysAndrey A. Chernov2002-07-141-0/+20
| | | | | | | | | | | | | | | | PR: 39578 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> Notes: svn path=/head/; revision=99964
* | Add a default case to the getopt(3) switch, remove a blank line nearby.Juli Mallett2002-07-141-1/+1
| | | | | | | | Notes: svn path=/head/; revision=99941
* | Functions declared as <type> <identifier>(<nil>) should be declared asJuli Mallett2002-07-145-27/+27
| | | | | | | | | | | | | | <type> <identifier>(<void-type>) in ANSI C. Notes: svn path=/head/; revision=99939
* | Remove prototype for main().Juli Mallett2002-07-141-2/+0
| | | | | | | | Notes: svn path=/head/; revision=99938
* | Typo fixo: imbedded => embeddedJuli Mallett2002-07-131-1/+1
| | | | | | | | Notes: svn path=/head/; revision=99933
* | Account for space used by environment variables in a similar way toTim J. Robbins2002-07-131-8/+12
| | | | | | | | | | | | | | xargs(1) when handling -exec ... {} + constructions. Notes: svn path=/head/; revision=99905
* | Make dirty, rotten hack really work. As of rev. 1.16, ${BINDIR}Ruslan Ermilov2002-07-121-2/+2
| | | | | | | | | | | | | | | | | | | | is only defined after <bsd.prog.mk> is included, and .if make(1) conditionals are evaluted on the first pass. Spotted by: Michael Bretterklieber <mbretter@jawa.at> Notes: svn path=/head/; revision=99874
* | Complete rewrite, once again.Joerg Wunsch2002-07-115-339/+720
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is basically a ``C compilation'' of the former whereis.pl file, employing the same algorithms, and aiming at being mostly UI-compatible to the old (legally tainted) 4.3BSD whereis(1). In comparision, the 4.4BSD-Lite version is just another variant of which(1) only, where in particular the option to search for source directories is sorely missing. While i was at it, i added two more options which i contemplated doing long since. -x will suppress the run of locate(1) to find sources that could not be found otherwise, potentially saving a lot of time (but obviously, risking to not find some sources that are well hidden in the tree). -q will omit the leading name of the query, so in particular, you can now do something like: cd `whereis -qs ls` I'd explicitly like to thank johan for his review which was quite a bit more than an average review, including sending me a lot of diffs. Reviewed by: johan Notes: svn path=/head/; revision=99821
* | Set NO_WERROR to ignore the following warning which is emitted onBruce Evans2002-07-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | alphas: .../elf2aout.c:130: warning: cast increases required alignment of target type The warning is about casting ((char *)e + phoff) to a struct pointer, where e is aligned but phoff might be garbage, so I think the warning should be emitted on most machines (even on i386's, alignment checking might be on) and the correct fix would involve validation phoff before using it. Notes: svn path=/head/; revision=99799
* | Bring getconf back in from the cold.Peter Wemm2002-07-111-2/+0
| | | | | | | | Notes: svn path=/head/; revision=99764
* | Correct a comment: Typing in the root password at the "Key:" promptDima Dorfman2002-07-101-2/+2
| | | | | | | | | | | | | | doesn't (and shouldn't) work. Notes: svn path=/head/; revision=99709
* | Fix indentation: Don't use space where tabs will do; specifically,Dima Dorfman2002-07-101-30/+30
| | | | | | | | | | | | | | | | | | | | | | don't use spaces at the beginning of a line where tabs are normally used (the worst thing was that half of this file was right (tabs) and half was wrong (spaces), making for painful reading). Reviewed by: /sbin/md5, diff -b Notes: svn path=/head/; revision=99708
* | Remove tcsetpgrp() stuff across suspend/continue because it cause upper levelAndrey A. Chernov2002-07-091-3/+1
| | | | | | | | | | | | | | | | tcsh killed on resume (fg). It is because tcsh is interactive itself and do its own things with terminal group. Notes: svn path=/head/; revision=99685
* | Add definitions for the industry-standard DLT density codes.Joerg Wunsch2002-07-092-0/+10
| | | | | | | | | | | | | | | | Obtained from: Quantum DLT8000 manual MFC after: 1 week Notes: svn path=/head/; revision=99653