summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Update the date on the man-page to reflect the date that the '-u name'gad2008-05-061-1/+1
| | | | change was committed, instead of when I had first started writing it...
* Relinquish exclusive TTY access when tip(1) or cu(1) exit.bms2008-05-034-0/+12
| | | | | | | | | Previously they would have left TIOCEXCL enabled, requiring either a reboot or use of tip/cu as the root user. Observed when running QEMU with character devices redirected to pty instances. MFC after: 2 weeks
* Add AUTHORS section[*] and fix HISTORY section.hrs2008-05-021-1/+7
| | | | | | Requested by: Dave Yost (original author)[*] History checked by: The CSRG Archives MFC after: 3 days
* Documentation updates:kientzle2008-05-022-3/+9
| | | | | | * --format can be used with -r or -u * -o is a synonym for --format=ustar when used with -c, -r, or -u Also, fix the erroneous sanity check that suppressed --format with -r or -u.
* bsdtar --version should succeed.kientzle2008-05-021-1/+1
|
* New bsdtar test harness. Still rather skimpy, but a lot easierkientzle2008-05-0211-0/+2203
| | | | to run and maintain than the old scripts that used to be here.
* Allow -r with -T even if there are no files on the command line.kientzle2008-05-021-1/+1
| | | | | PR: bin/123246 MFC after: 3 days
* Fix some section references.pjd2008-04-291-1/+1
|
* The referenced section name is 'Formats', not 'FORMATS'.pjd2008-04-291-1/+1
|
* Don't depend on the modification time of the "zfs" subdir.ru2008-04-291-2/+1
|
* - Fix makefile so it doesn't break the build in some corner cases. [1]ru2008-04-292-134/+3
| | | | | | - Remove an extra copy of zfs.c. Reported by: yar [1]
* ANSIfy function prototypes. While I am there, constify some parameters anddelphij2008-04-2813-61/+36
| | | | | make use of C99 sparse initialization for static variables, this makes talk(1) to compile cleanly with WARNS=6.
* Capitalize "Eve". This is the correct form and now matchesscf2008-04-241-1/+1
| | | | | | calendar.usholiday. MFC after: 3 days
* Add:pgj2008-04-221-0/+1
| | | | | | | - myself to the doc committers' graph - my birthday to the FreeBSD calendar Approved by: gabor (mentor)
* Use ddb(4), not DDB(4) for man page cross-references.rwatson2008-04-211-1/+1
| | | | | MFC after: 3 days Reported by: novel
* Provide more detailed information about each procstat(1) display mode,rwatson2008-04-191-7/+248
| | | | | | | including a key to fields in each mode and flag abbreviations. MFC after: 3 days X-MFC-note: POSIX shared memory memory objects aren't in 7-STABLE yet
* It is a bug that procstat(8) works only on live kernels and not crashdumps;rwatson2008-04-191-0/+4
| | | | | | document in case anyone wants to work on fixing this. MFC after: 3 days
* Add the '-u name' option to the env command, which will completely unsetgad2008-04-172-8/+31
| | | | | | | | the given variable name (removing it from the environment, instead of just setting it to a null value). PR: bin/65649 MFC after: 2 weeks
* Fixes typo's in sctp.crrs2008-04-161-4/+4
|
* system_info.cpustates isn't sparse, so a bitmask of available CPU statesru2008-04-111-2/+0
| | | | is redundant (I think it's a leftover from an older implementation).
* Allocate enough memory for pcpu_cp_time[] to stop sysctl() fromru2008-04-111-1/+1
| | | | | writing outside of array bounds. This fully fixes -P display on i386, where kern.cp_times prints zeroes for non-existing CPUs.
* - Add support for interrupt bindig to cpuset(1). Interrupts are boundjeff2008-04-111-7/+19
| | | | | | | by specifying the interrupt with -x <irq>. The irq number matches those displayed by vmstat -i. Sponsored by: Nokia
* Fix "top -P" (`&' mistyped as `&&' and a botched logic).ru2008-04-101-2/+3
| | | | | | | | | The bug was unnoticed on non-i386 because mp_maxid is initialized differently, kern.cp_times doesn't print zeroes for non-existing CPUs, so no "writing outside of array bounds" happens. MFC after: 3 days
* Add forgotten -H, -h, and -P to usage().ru2008-04-101-1/+1
|
* MFp4(mips2-jnpr):imp2008-04-041-0/+3
| | | | Add mips support.
* Add mips support.imp2008-04-041-0/+3
|
* Spell -t option's argument by name.ru2008-04-024-8/+8
|
* Remove options MK_LIBKSE and DEFAULT_THREAD_LIB now that we no longerru2008-03-291-1/+1
| | | | build libkse. This should fix WITHOUT_LIBTHR builds as a side effect.
* The sources covered by Sun's CDDL have been repo copied below thejb2008-03-271-8/+8
| | | | | | | | src/cddl and src/sys/cddl directories per the core@ decision following the license review. This change modifies the affected Makefiles to reference the sources in their new location.
* Allow awk (the one true one!) to handle 64 files instead of just 20.jb2008-03-271-1/+1
| | | | | | | | | | | The current FreeBSD syscall generation script uses all 20 and I need another open file. It's a shame that something named as the 'one-true-awk' is so limited by an old denition like FOPEN_MAX when it could just make the file handling dynamic. This is done to avoid touching contrib sources on a vendor branch.
* Fix some "in in" typos in comments.brueffer2008-03-262-2/+2
| | | | | | | PR: 121490 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> Approved by: rwatson (mentor), jkoshy MFC after: 3 days
* Catch netstat up for the new bpf stats structures. Print 64 bit valuescsjp2008-03-241-2/+6
| | | | | | | properly. Sponsored by: Seccuris Inc MFC after: 4 months
* Fix splitting into words of the .for expression to allow forru2008-03-241-22/+8
| | | | | | | | | | | spaces in values. Without this change, the following valid call broke due to parsing of .MAKEFLAGS in bsd.symver.mk: cd /usr/src/lib/libc && make -n DEBUG_FLAGS="-DFOO -DBAR" Spotted by: Igor Sysoev Submitted by: Maxim Dounin, ru MFC after: 1 week
* Fix bugs in the previous revision.ru2008-03-241-8/+13
|
* Fix usage string.des2008-03-201-2/+2
|
* Change .8s port name restriction to .15s.ume2008-03-181-1/+1
| | | | | | This change corresponds to inet.c 1.13. MFC after: 1 week
* Fix --fast-read by decrementing the remaining patterns to be matched,kientzle2008-03-182-2/+2
| | | | | | | | instead of incrementing. Pointy hat: me Thanks to: Tomasz Przygoda MFC after: 3 days
* Initialize variable "now" before using it (it is used by the LEFTEARTHantoine2008-03-171-1/+1
| | | | | | | | | macro) PR: 121418 Submitted by: Atsuo Ohki Approved by: rwatson (mentor) MFC after: 1 month
* Add a -n option to split(1) to split files into N chunks rather thandas2008-03-162-12/+78
| | | | | | | | having to specify the right number of bytes. Obtained from: NetBSD Submitted by: Jan Schaumann <jschauma@netmeister.org> PR: 113175
* style(9) fix to add whitespace around an '=' sign and restorekientzle2008-03-151-1/+2
| | | | a comment that got accidentally dropped.
* Support NetBSD's --insecure as a synonym for -P.kientzle2008-03-151-0/+1
|
* Document --chroot.kientzle2008-03-151-0/+6
|
* Support -q (from NetBSD) as a synonym for --fast-read (the old FreeBSDkientzle2008-03-152-14/+13
| | | | | | extension to GNU tar). Thanks to: Joerg Sonnenberger
* Also accept --uncompress as a synonym for -Z.kientzle2008-03-151-0/+1
| | | | Thanks to: Joerg Sonnenberger
* --chroot implementation thanks to Joerg Sonnenberger.kientzle2008-03-154-0/+18
|
* Support --compress as a synonym for -Z.kientzle2008-03-151-0/+1
|
* Enable and document the -Z option for selecting "compress" compression,kientzle2008-03-153-5/+13
| | | | now that libarchive supports it.
* uuidgen has been repo-copied from usr.bin/ to bin/ to match its "new"obrien2008-03-134-202/+0
| | | | (2007/04/09) installation location.
* - When running a new command cause cpuset to operate on the per-thread maskjeff2008-03-122-4/+8
| | | | | | | | | | | by default rather than the setmask. This is consistent with the linux tool and more consistent with the notion that the default level is the process level. The cpuset mask can still be modified by specifying the -c option. You can not set the per-thread and cpuset mask in a single command. - Update the man page to reflect this change. Contributed by: gallatin
* If the special target .MAKEFILEDEPS exists, then enable theobrien2008-03-121-26/+26
| | | | "remaking makefiles" feature. Otherwise, follow traditional Pmake behavior.
OpenPOWER on IntegriCloud