summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Minor portability fixes. bsdtar now compiles on Win32/cygwin, thoughkientzle2004-08-081-2/+18
| | | | it doesn't yet seem to work entirely correctly.
* Oh yeah? 4 born in the Netherlands. Taken relative to the size ofmarcel2004-08-071-0/+1
| | | | the country (i.e. committer density), we're in the top 5 for sure! :-)
* 10 born in France now!nsouch2004-08-071-0/+1
|
* Add --totals option. Unlike gtar, this reports the bytes actuallykientzle2004-08-074-3/+25
| | | | | written to the archive, not the ones written to the compressor. For uncompressed archives, these numbers are the same, of course.
* Linux port corrections:kientzle2004-08-073-5/+6
| | | | | | * Add a more reasonable default device for linux * Add an autoconf check for the FNM_LEADING_DIR extension (which isn't yet obeyed in the code)
* Assign the result of getopt() to an int rather than to a char.stefanf2004-08-071-2/+1
|
* Add "make distfile" capabilities to bsdtar, including informationalkientzle2004-08-077-50/+251
| | | | COPYING file and some conditional compilation cleanups.
* Join the 21st century: Cryptography is no longer an optional componentcperciva2004-08-064-4/+0
| | | | | | | | | | of releases. The -DNOCRYPT build option still exists for anyone who really wants to build non-cryptographic binaries, but the "crypto" release distribution is now part of "base", and anyone installing from a release will get cryptographic binaries. Approved by: re (scottl), markm Discussed on: freebsd-current, in late April 2004
* - One can use both BD_ADDR or name to specify address of the Bluetooth device.emax2004-08-052-7/+13
| | | | | | | | Update man pages to document this fact. - Update usage messages - Change u_intXXX to uintXXX
* Ensure that there's always a space between the user name andkientzle2004-08-051-1/+1
| | | | group name in -tv output format.
* Correct the .Dd date. Pluralize 'assignment' in one place.harti2004-08-041-2/+2
| | | | Requested by: ru
* Remove these three files left-over from my unsuccessful attempt togad2004-08-043-287/+0
| | | | | | re-import `patch' into this location. Instead I think I will import it to 'patch-b', and that way I can be sure that I am starting with a clean slate WRT the CVS repository.
* Add a standard DIAGNOSTICS section.tjr2004-08-041-1/+3
|
OpenPOWER on IntegriCloud