| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=261777
|
| |
|
|
|
|
|
|
|
| |
Allerheilingen -> Allerheiligen
Submitted by: Ronald Klop <ronald at realworks dot nl>
Notes:
svn path=/stable/6/; revision=213866
|
| |
|
|
|
|
|
|
|
|
| |
Adding a missing firstname (Monique)
PR: conf/150049
Submitted by: Thierry Thomas <thierry@pompo.net>
Notes:
svn path=/stable/6/; revision=213863
|
| |
|
|
|
|
|
|
|
|
| |
Fix location and year of the Battle of the Plains of Abraham
PR: 150504
Submitted by: Douglas Berry <bitnix@bitnix.ca>
Notes:
svn path=/stable/6/; revision=213858
|
| |
|
|
|
|
|
| |
Remove duplicate
Notes:
svn path=/stable/6/; revision=208247
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove -d option, whois.nic.mil doesn't exist anymore.
- Make whois capable of searching for IPv6 addresses just like it can
do for IPv4 addresses without having to explicetly specify that the
ARIN server should be used to get the initial information.
PR: bin/142507, bin/128725
Submitted by: Dan Mahoney <danm@prime.gushi.org>, "Matt D. Harris" <mdh_lists@
Notes:
svn path=/stable/6/; revision=202742
|
| |
|
|
|
|
|
|
|
|
|
| |
Plug a memory leak.
PR: bin/141836
Submitted by: Henning Petersen <henning.petersen at t-online.de>
MFC after: 2 weeks
Notes:
svn path=/stable/6/; revision=201460
|
| |
|
|
|
|
|
| |
Use %zu for size_t, not %zd.
Notes:
svn path=/stable/6/; revision=198937
|
| |
|
|
|
|
|
| |
The 6bone was decommissioned on 6/6/06, so remove references to it.
Notes:
svn path=/stable/6/; revision=197823
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=195797
|
| |
|
|
|
|
|
| |
Eliminate memory leak from an accidental malloc(). Use %zd for size_t.
Notes:
svn path=/stable/6/; revision=194444
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[patch] calendar.music: Chuck Berry was born in St. Louis, Missouri, not California
The /usr/bin/calendar program reports that Chuck Berry was born
in San Jose California but he was not born in California.
Chuck Berry was born in St. Louis, Missouri in 1926 on October 18.
http://www.chuckberry.com/about/bio.htm
http://www.khaldea.com/charts/chuckberry.shtml
http://en.wikipedia.org/wiki/Chuck_Berry
PR: conf/128215
Submitted by: comet--berkeley (aka Pablo Picasso) <comet@transbay.net>
Notes:
svn path=/stable/6/; revision=193560
|
| |
|
|
|
|
|
|
|
| |
Fix a crash when corrupted data file is found.
PR: bin/32686
Notes:
svn path=/stable/6/; revision=190922
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Add a -L option to wc(1), for finger compatibility with the GNU
wc utility. The -L option can be used to report the length of
the longest line wc has seen in one or more files. It is
disabled by default, and wc uses the standard `-lwc'.
Submitted by: Sheldon Givens, sheldon at sigsegv.ca
Notes:
svn path=/stable/6/; revision=187286
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Repeat vmstat header after window.rows instead of a hardcoded 20.
Use ioctl() to get the window size in vmstat(8), and force a new
header to be prepended to the output every time the current window
size changes. Change the number of lines before each header to the
current lines of the terminal when the terminal is resized, so that
the full terminal length can be used for output lines.
Notes:
svn path=/stable/6/; revision=187283
|
| |
|
|
|
|
|
|
|
|
|
| |
Implement from scratch a -l option for du(1), to match the same option
of the GNU utility. The default behavior of our original `du' is to
count hardlinked files only once for each invocation of the utility.
With the new -l option they count towards the final size every time
they are found.
Notes:
svn path=/stable/6/; revision=187276
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=187002
|
| |
|
|
|
|
|
|
|
|
| |
Document the no-op -r option of BSD xargs(1).
PR: docs/106416
Submitted by: Pete Slagle, freebsd-stable at voidcaptain.com
Notes:
svn path=/stable/6/; revision=185708
|
| |
|
|
|
|
|
|
|
| |
on i386.
Approved by: re (kib)
Notes:
svn path=/stable/6/; revision=183852
|
| |
|
|
|
|
|
|
|
|
|
| |
Lockf was exiting with status 1 if the command did not exit normally.
This is easy to confuse with the actual exit status of the program.
Instead exit with EX_SOFTWARE if the command doesn't exit normally.
Approved by: re (kib)
Notes:
svn path=/stable/6/; revision=183354
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=182666
|
| |
|
|
|
|
|
| |
stack>.
Notes:
svn path=/stable/6/; revision=182499
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=182355
|
| |
|
|
|
|
|
| |
This test uncovered that 'q' had been overlooked in the opts list. <sigh>
Notes:
svn path=/stable/6/; revision=182354
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
fixes.
* Many tests.
* No longer strip leading '/' from pattern, so that /foo once again
matches /foo. (This was correct in FreeBSD 6.2, broken in 6.3, and
will now be fixed in 6.4.)
* Strip leading "./" or ".//" from both filenames and patterns so
that "./foo" matches "foo", etc.
PR: bin/117909
Notes:
svn path=/stable/6/; revision=182353
|
| |
|
|
|
|
|
|
| |
archive_write, malloc() a 64k work buffer instead of allocating it
on the stack.
Notes:
svn path=/stable/6/; revision=182351
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=182350
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=182345
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=182343
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=182342
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=182341
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=182340
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=182339
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=182338
|
| |
|
|
|
|
|
|
|
|
|
|
| |
--numeric-owner
-S (sparsify files on extraction)
-s (regex filename substitutions)
Uses libarchive 'linkify' support to get correct hardlink handling
for cpio formats
Number of test enhancements.
Notes:
svn path=/stable/6/; revision=182337
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=182336
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=182334
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=182333
|
| |
|
|
|
|
|
| |
exit with success.
Notes:
svn path=/stable/6/; revision=182332
|
| |
|
|
|
|
|
| |
test harnesses.
Notes:
svn path=/stable/6/; revision=182331
|
| |
|
|
|
|
|
| |
that libarchive supports it.
Notes:
svn path=/stable/6/; revision=182249
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=182248
|
| |
|
|
|
|
|
| |
static code checkers.
Notes:
svn path=/stable/6/; revision=182247
|
| |
|
|
|
|
|
| |
passed to ldd. This enables tracing of 32-bit shared libraries.
Notes:
svn path=/stable/6/; revision=182200
|
| |
|
|
|
|
|
|
|
| |
wait a little longer before I merge the rest of r179322.
PR: bin/121158
Notes:
svn path=/stable/6/; revision=181749
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update the units library file.
- Merge changes from NetBSD and OpenBSD.
- Add the Euro as a primitive unit, add old converted currency and
pegged currency (Obtained from Wikipedia)
- Rename "dollar" to "usdollar" as primitive unit, remove non-pegged
currency and add pegged currency (Obtained from Wikipedia)
- Updated the accuracy of a lot of constants (Obtained from Wikipedia)
PR: bin/106545 bin/88252
Submitted by: trasz<trasz@pin.if.uz.zgora.pl>, J Vinopal <banshee@abattoir.com
>
Notes:
svn path=/stable/6/; revision=181710
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=181689
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=181681
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=181680
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=181679
|