8007 Commits

Author SHA1 Message Date
cvs2svn
22b21ad204 This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2007-03-14 18:20:37 +00:00
bms
fc0fad9e36 MFC rev 1.4:
Update host-mode multicast group information output.
   Display IPv4 and IPv6 memberships separately.
    Obey the MK_INET6_SUPPORT flag.
   Display link-layer memberships.
    Use addr2ascii() to correctly print non-IEEE 802 sockaddr_dl instances.
   Eliminate redundant switch..case blocks.
   Update copyright.
   Misc style changes.
2007-03-14 14:10:22 +00:00
kientzle
96743a0bb4 MFC 1.22: Re-enable archiving of ACLs 2007-03-11 19:46:56 +00:00
yar
0198db7272 MFC rev. 1.100:
Typo fix: preceed -> precede.
2007-03-10 14:29:31 +00:00
kientzle
939d23bb36 MFC write.c 1.54. This implements -r support for empty or
nonexistent files and corrects the bad handling of files that
change size during archiving.

PR: bin/108607
PR: bin/108990
2007-02-25 07:24:44 +00:00
delphij
e8b5891bf4 MFC: Replace gzip(1) with the BSD licensed version found in -HEAD.
Discussed with:	re, so, portmgr (kris)

All bugs are mine.
2007-02-20 08:33:32 +00:00
cvs2svn
883ba8d29f This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2007-02-15 22:22:58 +00:00
cvs2svn
71665d8ac5 This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2007-02-04 13:31:06 +00:00
mpp
61fa8245e7 MFC: Make quota exit with a non-zero status when the user
is over quota.
2007-02-01 08:46:42 +00:00
kientzle
0c542aca20 MFC copyright message correction: Make this a standard vanilla
2-clause BSD license, update the year to 2007.
2007-01-27 06:48:39 +00:00
cvs2svn
7fc74e4ad3 This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2007-01-26 10:19:09 +00:00
ru
2d491327e3 MFC: 1.12: Fix definitions of kilobits etc.
PR:	bin/106116
2007-01-25 14:28:02 +00:00
jhb
27e3587df9 MFC: Add various utrace's to the ELF runtime linker/loader. 2007-01-23 22:31:45 +00:00
jhb
6bb77be219 MFC: Parse utrace(2) entries generated by malloc(3). 2007-01-23 22:14:14 +00:00
cperciva
206b24dde9 MFC revisions 1.48-1.50:
* Print error messages where appropriate, and print the right one.
 * Properly handle errors in archive_write_close.
 * Correct resource leak in @<archive> handling.
2007-01-23 12:13:29 +00:00
csjp
cdec7f171d MFC Makefile revision 1.53 (with changes)
MFC login.c revision 1.102
MFC login.h revision 1.6

- Conditional build of audit based on NO_AUDIT
2007-01-20 02:25:36 +00:00
brooks
e34fcba65c MFC: head.c revs 1.19-20, Makefile rev 1.2
Fix head -c ### where ### is greater than 2^31.  Unlike the submitted
patch this uses off_t.

WARNSify and add $FreeBSD$ to Makefile.

PR:		bin/107824
Submitted by:	Brian Cornell <briancornell at earthlink dot net>
2007-01-15 17:11:38 +00:00
maxim
5e5be2d1cb MFC rev. 1.101: grammar. 2007-01-07 09:50:01 +00:00
stefanf
844e431ce5 MFC 1.33: Use a single comma instead of comma and space to separate
additional group entries.
2007-01-05 14:46:54 +00:00
yar
0875ae9ec7 MFC pkill(1) totally. Besides bugfixes, this brings in the following
visible changes:

* a new option -I for interactive killing;
* a new syntax for jail wildcards: -j any, -j none; -j0 is deprecated now.

MFC the regression tests for pkill(1), too, to make sure it works well.

Approved by:	gad, pjd, re
Tested by:	the regression tests
2007-01-05 14:03:21 +00:00
yar
35fe3338af MFC all the recent fixes to systat(1). As a pleasant
side-effect, this reduces its difference against HEAD
almost to zero.

Idea by:	bde
OK by:		re
2007-01-05 11:55:35 +00:00
ru
c7815d13b8 MFC: Fix tab lossage and get rid of redundant whitespace. 2006-12-29 07:27:06 +00:00
dds
60f4db4b7e MFC revisions 1.35-1.37.
Correct handling of format strings with escaped % specifications.
Prevent buffer overflow when forcibly terminating an escape character.
2006-12-26 20:09:40 +00:00
cperciva
4c5a39da78 MFC revisions 1.68-1.71 of bsdtar.c, 1.25 of bsdtar.h:
* Remove nonexistant -F option from getopts string.
* Correct the names of some options.
* Check for -U and --strip-components options in inappropriate contexts.
2006-12-26 05:27:49 +00:00
yar
f63e02e363 MFC rev. 1.80: We should return the name in cp, not printf it. 2006-12-20 12:47:50 +00:00
ru
0642e45d0d MFC: 1.17: Unbreak column(1) by jumping to the next column
instead of always skipping it.
2006-12-20 11:28:35 +00:00
dougb
811a2e2bdb MFC version 1.6 of each Makfile, fixing man page markup. 2006-12-19 18:28:03 +00:00
maxim
4788afbf7b MFC rev. 1.10: confstr(3) returns 0 on error. 2006-12-13 12:30:44 +00:00
gabor
7c6ad82e00 MFC rev1.189: Add several new committers' birthdates
Approved by:	erwin (mentor)
2006-12-09 15:36:16 +00:00
ru
2cadbefad9 MFC: Revert signedness type changes to "struct vmtotal" to keep
overflows easier to detect.  As a bonus, fix printing of other
"struct vmtotal" members, t_rq, t_dw, t_pw, and t_sw.
2006-12-01 12:49:08 +00:00
yar
b94c44a8c6 MFC rev 1.3: Remove the accidental duplicate
of the real contents of this file.
2006-11-29 11:20:10 +00:00
yar
ebb3cfae9a MFC rev 1.4: Properly stop at the gigabyte scale when the number
to auto-scale is 1TB or greater.

PR:		bin/99731
2006-11-29 11:13:22 +00:00
maxim
5ec95f612b MFC rev. 1.16: check that -w width is not above maximum. 2006-11-29 07:51:29 +00:00
dds
033349be82 MFC 1.26-1.34 of jot.c and 1.18-1.23 of jot.1.
These revisions address bin/54878, docs/54879, bin/68981,
and improve the code's readability.
2006-11-27 09:02:01 +00:00
ru
23e78b5e0a MFC: Make members of "struct vmmeter" unsigned; fix overflow bugs when
printing them in kilobytes in sysctl(8), systat(1), and vmstat(8).
Fix sysctl(8) reporting of the virtual memory's total; it's accounted
in pages too.
2006-11-23 11:57:12 +00:00
des
b829d6ab33 MFC: (1.78) preserve ownership and permissions when replacing an existing file
PR:		bin/104702
2006-11-21 09:39:12 +00:00
trhodes
ab4b2d53e6 MFC Rev 1.18:
Add needed hyphens, note the KTRACE kernel option, bump doc date.

PR:		85186
Submitted by:	garys
2006-11-20 17:29:12 +00:00
cperciva
3c9abd7a33 MFC: Document that jot(1), rs(1), and lam(1) first appeared in 4.2BSD.
Accuracy confirmed by:	grog, by inspection of CSRG CDs
2006-11-19 00:43:39 +00:00
kientzle
3ece0b55ea MFC: getdate.y 1.7
Fix "1 day ago", "yesterday" and similar relative-time phrases
when parsing dates.

PR: bin/104934: bug in some date handling of bsdtar
Approved by: re
2006-11-10 16:09:13 +00:00
ru
1f27ccc479 MFC: Fix a bug converting a variable from the numeric type to a string.
PR:		bin/104795
Approved by:	re (hrs)
2006-10-29 07:27:27 +00:00
glebius
b758501363 MFC rev. 1.93, 1.94:
- Print the number of allocation failures in UMA zones.
  - Add comma after REQUESTS field missed in previous commit.
  - Widen some columns; make width of header columns less cryptic.

  PR:	kern/102940

Approved by:	re (hrs)
2006-10-28 18:15:13 +00:00
cvs2svn
84cd002aa6 This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2006-10-26 22:33:39 +00:00
ru
80ffba5eff MFC: Document that unexpand(1)'s -a and -t options are exclusive.
PR:		docs/85063
Approved by:	re (hrs)
2006-10-16 13:16:40 +00:00
ru
819b3b78b5 MFC: 1.34: Document all character classes our tr(1) implementation
supports, mention that some of them are extensions to POSIX.

PR:		docs/85062
Approved by:	re (hrs)
2006-10-16 12:29:55 +00:00
ru
cc327e7e5e MFC: 1.46: Don't go beyond the provided string when parsing `\'.
PR:		bin/99985
Approved by:	re (hrs)
2006-10-16 11:51:18 +00:00
ru
93cf3d7327 MFC: 1.16: At least one argument is required.
Approved by:	re (hrs)
2006-10-16 11:50:36 +00:00
ceri
a31cd44ffa MFC revision 1.80:
Update the list of POSIX extensions.

Approved by:	re (hrs)
2006-10-15 11:54:25 +00:00
flz
77fcdd7121 MFC:
Add a missing new line at the end of the australian calendar file to
  suppress and error message.

      src/usr.bin/calendar/calendars/calendar.australia: rev 1.6 -> 1.7

PR:		conf/99490
Submitted by:	Shaun Branden <shaun@pcuse.com>
Approved by:	re (bmah)
2006-10-11 15:50:28 +00:00
maxim
c3620bcdb1 MFC rev. 1.12: don't leak fd on error, change parselength() prototype.
Approved by:	re (kensmith)
2006-10-08 05:32:54 +00:00
delphij
3642b28800 MFC rev. 1.16 (iedowse):
Add missing parentheses to fix a segmentation fault that is easily
reproducable with `jot -s " " 400 1 | column -t'. The bug was present
in the the original CSRG 'column -t' added in 1989.

Approved by:	re (kensmith)
2006-10-08 02:24:33 +00:00