summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* xref and give a hint as to what procctl can be used for.alfred2004-09-031-1/+7
|
* Make -C and -T work correctly together.kientzle2004-08-281-4/+5
| | | | | MFC after: 3 days Thanks to: Guy Helmer
* Document the -O option's new behavior in the presence of -t.kientzle2004-08-271-2/+4
| | | | MFC after: 3 days
* Support -t -O as in gtar. Perversely enough, -O means "send to stderr"kientzle2004-08-272-11/+16
| | | | | | | when used with -t, "send to stdout" when used with -x. Thanks to: Ryan Hamilton for pointing out this odd beast MFC after: 3 days
* The check for r_flag was accidentally removed in the previous commit.des2004-08-261-1/+1
| | | | | Submitted by: SANETO Takanori <sanewo@ba2.so-net.ne.jp> MFC after: 3 days
* Permit -P to be combined with -t. (It's a no-op then, just as in gtar.)kientzle2004-08-261-2/+0
|
* Backout recent -j changes, the flags is deprecated.maxim2004-08-262-6/+4
| | | | Requested by: tjr
* Tell getopt to accept the (already-implemented) -I option.kientzle2004-08-261-1/+1
|
* Do not display bogus entries for sockets in the TIME_WAIT or similarroam2004-08-252-1/+18
| | | | | | | | | | states that no longer have a corresponding file descriptor - until now, sockstat would mostly randomly match null kern.file.*.xf_data fields with the first mostly-closed socket. This bugfix is a RELENG_5 candidate. Approved by: andre
* Add special case for the german whois nameserver. Without thembr2004-08-251-1/+6
| | | | | | | | | | | | | | | '-T dn,ace -C US-ASCII' option one does only get: $ whois nic.de domain: nic.de status: connect More information available on: http://www.denic.de/en/domains/technik/denic_whois-server/index.html MFC: 3 days
* Add -j flag to usage() and the man page synopsis.maxim2004-08-252-4/+6
| | | | Inspired by: DragonFlyBSD
* So here I am, also born in USSR.danfe2004-08-231-0/+1
| | | | Approved by: fjoe (mentor)
* The UTF2 encoding and the INVALID keyword are now obsolete.tjr2004-08-211-3/+3
|
* Add my birthday.lesi2004-08-201-0/+1
| | | | Approved by: anholt (mentor)
* Add my birthday.clsung2004-08-191-0/+1
| | | | Approved by: leeym (mentor)
* Document the effects of modifying the .MAKEFLAGS internalru2004-08-181-1/+24
| | | | | | | variable and using the .MAKEFLAGS special target, and the differences between them. Reviewed by: harti
* - Add my birthday. 24, yay.pav2004-08-161-0/+1
|
* Store a pointer to "null" in struct ndblock's defn member instead of atjr2004-08-163-6/+6
| | | | | | | | duplicate allocated on the heap; the address defn points to is significant, and is checked against the address of "null" in certain conditionals. PR: 59883 MFC after: 1 week
* Add Hungarian calendar entries.dwmalone2004-08-166-1/+466
| | | | | PR: 42725 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
* This patch merges the sort fields for both pages, so you can (foralfred2004-08-161-37/+57
| | | | | | | | example) view io stats while sorting by process size. Also adds voluntary and involuntary context-switch stats to the io page because there was lots of room. Submitted by: Dan Nelson dnelson at allantgroup.com
* Document the fact that matching against a process command-name willgad2004-08-161-0/+16
| | | | | | only work on the first MAXCOMLEN (19) characters of that name. Noticed by: Peter Holm
* Fix a couple of edge cases in which sb.st_size may be incorrect ordes2004-08-151-5/+16
| | | | | | | | meaningless. In particular, don't assume that it is left untouched if stat(2) fails; that assumption happens to fail at high optimization levels on some platforms. MFC after: 1 week
* I was born in USSR.fjoe2004-08-131-1/+1
|
* Make -I and --files-from be synonyms for -Tkientzle2004-08-131-0/+4
|
* Put variable assignments on .MAKEFLAGS and .MFLAGS targets intoharti2004-08-124-52/+13
| | | | | | | | | the .MAKEFLAGS variable so that these are also passed to sub-makes. This makes the handling of variables in the command environment more consistent. PR: bin/68853 Submitted by: Martin Kamerhofer <data@sbox.tugraz.at>
* Document incorrect handling of multibyte characters.tjr2004-08-121-1/+5
|
* Join the Russian committers, and only use one true country of birth.ru2004-08-121-1/+1
| | | | Sorry for the churn. ;)
* Back in the USSR (for me)ache2004-08-121-1/+1
|
* Fix the country of birth.ru2004-08-111-1/+1
| | | | Requested by: dima
* Add my birthday.marck2004-08-111-0/+1
| | | | Approved by: den (mentor)
* Correct the name of the country I was born in.demon2004-08-111-1/+1
|
* I was born in the USSR.ru2004-08-111-1/+1
|
* There was a star danced, and under that was I born.oliver2004-08-091-0/+1
| | | | | | -- Shakespeare in "Much Ado About Nothing" Add my birthday in case someone cares someday...
* Make explicit that MAKEOBJDIRPREFIX and MAKOBJDIR must be setharti2004-08-091-0/+7
| | | | | | | | | as environment variables and should not be set on make's command line. They happen to work accidentially as command line variables too when none of the sub-makes wants to play games with them (because make is putting command line variables into the environment and will find them there later on). Makefile.inc1 wants to change MAKEOBJDIRPREFIX. In this case one cannot set it on the command line.
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley deriveddds2004-08-098-32/+0
| | | | | | software (original contributor). Reviewed by: imp
* Write my country name in standard formden2004-08-091-1/+1
| | | | Requested by: ru
* Add myself to USSR count :)den2004-08-091-0/+1
|
* And here I am. The first person from Poland in here.pjd2004-08-091-0/+1
|
* Add myself here. Increase USSR count ;-)rik2004-08-091-0/+1
|
* Don't try to programatically support running file(1) w/in /usr/obj or otherobrien2004-08-091-1/+1
| | | | | | non-standard install path. Agreed with: ru
* Uncomment the real paths and remove the local debugging paths.obrien2004-08-091-2/+1
| | | | Noticed by: ru (who's faster than 'make world' on my stock src test machine)
* add myself. :)leeym2004-08-091-0/+1
|
* The file consumer binary, which depends on the libmagic.obrien2004-08-092-96/+139
|
* don't seg if the syscall is invalid for i386fbsd.alfred2004-08-083-2/+6
|
* s/FALLTHOUGH/FALLTHROUGH/dwmalone2004-08-081-1/+1
| | | | Submitted by: Xin LI <delphij@frontfree.net>
* gtar uses -F for another purpose, so bsdtar no longer treats it as akientzle2004-08-083-20/+18
| | | | | | synonym for --format. Update the man page to reflect this. While I'm here, change the man page to document "tar" rather than "bsdtar," update some comments about -l compatibility and fix a few grammar nits.
* Better low-memory handling: If the link cache runs out of memory, justkientzle2004-08-081-35/+36
| | | | | | throw out the whole thing and stop tracking links entirely. That will break all remaining hardlinks, but should free up enough memory to let everything finish.
* Move the smart chdir logic into a couple of utility functions in util.c.kientzle2004-08-085-85/+66
| | | | | Then use them to provide consistent -C support throughout the program. Thanks to: Christoph Mallon
* It shouldn't be an error to specify the same mode twice: allow -cc but not -ct.kientzle2004-08-082-50/+38
| | | | | Thanks to: Christoph Mallon (whose proposed patch was actually simpler than what I ended up with)
* Another pointy-hat problem: PACKAGE_VERSION macro is set inkientzle2004-08-082-3/+0
| | | | | CFLAGS, it shouldn't be in bsdtar_platform.h. Thanks to: Andrey Chernov for looking over my shoulder so much lately.
OpenPOWER on IntegriCloud