Poul-Henning Kamp
b83573ce9e
Since (x)install is pretty unhelpfull and just spits out a Usage
...
for a lot of unrelated error conditions, at least report the line
number where it bailed.
Don't use multiline string literals for Usage, gcc 3.3 doesn't like them.
2003-07-11 20:51:16 +00:00
Alexander Kabaev
8a50130bbb
Do not compare unsigned int values with ULONG_MAX. The comparison is
...
always false on 64bit platforms and GCC 3.3.1 issues warning there.
2003-07-11 05:47:05 +00:00
Alexander Kabaev
e9f8ce2eea
Point to the new C++ include files location.
2003-07-11 05:30:58 +00:00
Marc Fonvieille
486d26019c
Add my birthday to the calendar.
2003-07-08 18:31:49 +00:00
Daniel Harris
d47b06fccf
Remove utmp references, no longer done by login(1) in 5.x.
...
PR: 54201
Submitted by: mdg <mdg@secureworks.net>
2003-07-08 13:01:28 +00:00
Gregory Neil Shapiro
dce6e6518b
Remove MAINTAINER= lines from individual Makefiles in favor of the
...
MAINTAINER file (which already had entries for sendmail).
2003-07-07 03:54:04 +00:00
Luigi Rizzo
2233a14e50
remove whitespace at end of line
2003-07-04 20:44:25 +00:00
Ruslan Ermilov
c94d70434f
Fixed broken arithmetic expression parser.
...
Reminded by: bde
In memory of: alane
2003-07-04 13:33:48 +00:00
Juli Mallett
e7b883c427
Make the sysctlbyname stuff look like the 2-level MIB stuff. This
...
means actually setting 'len', for example. Which will make uname -i
work on some systems where it did not. Anywhere where it did work,
it was a matter of coincidence.
Submitted by: redpixel on EFnet.
2003-07-01 20:15:28 +00:00
Tony Finch
2fd339446d
Improve expression evaluation debugging output, tidy up the handling of
...
EOF, and improve the commentary about backslash-newline handling.
2003-07-01 15:30:43 +00:00
Tom Hukins
8b582d6ee0
Add the British hundredweight (brhundredweight). For discussion, see:
...
http://london.pm.org/pipermail/london.pm/Week-of-Mon-20030630/019926.html
For a definition, see:
http://www.bartleby.com/61/55/H0325500.html
Also add some more computing terms described at:
http://www.wikipedia.org/wiki/Integral_data_type
Reviewed by: dwmalone
MFC after: 2 weeks
2003-07-01 10:33:27 +00:00
Tony Finch
eb801906b8
Various fixes from upstream, including a bug...
...
Fix the usage synopsis.
Amend the copyright notice to reflect the fact that there's no Berkeley
code left.
Fix a typo in a comment, improve the descriptions of the way we use
some global variables (relevant to the bug below), and note that
division-by-zero has side effects so the current expression evaluator
can't be trivially extended to arithmetic in its current design.
Avoid hitting an abort(); /* bug */ when in "text mode" (i.e.
ignoring comment state) by updating the line parser state properly.
PR: 53907
2003-06-30 14:46:25 +00:00
Maxim Konovalov
fe9f481f9d
o Fix identation.
2003-06-30 11:51:21 +00:00
Maxim Konovalov
ed10a496b1
o Support for '--' to cancel options list processing.
...
PR: bin/32433
Prodded by: Zak Johnson <zakj-freebsd-hackers@nox.cx>
Obtained from: easyedit-1.4.6
MFC after: 2 weeks
2003-06-30 11:49:00 +00:00
Andrey A. Chernov
e5637075a3
Back out .SU workaround - people at whois-servers.net set up
...
su.whois-servers.net
2003-06-29 23:56:31 +00:00
Juli Mallett
ad46866975
Add code to keep going if you're really intent on fingering someone, but
...
can't use utmp(5).
2003-06-28 23:11:41 +00:00
Ruslan Ermilov
73e57b801f
Synchronize usage() and SYNOPSIS, and fix them (flags are not
...
optional here). Sort options. Print the file name on error.
2003-06-28 22:30:46 +00:00
Peter Wemm
c76b41b7b5
utmp.ut_time is not a time_t, do not pass a pointer to it to pr_attime().
2003-06-28 19:11:42 +00:00
David E. O'Brien
f6d8a17fe8
Finish the deorbital burn of the i386-only a.out toolchain.
2003-06-27 03:59:46 +00:00
Alexey Zelkin
2a805f6300
Move scmp() to more appropriate location
2003-06-26 11:05:56 +00:00
Alexey Zelkin
980548ef84
Add support of '-m' option to show charmaps (or correctly to say list of
...
available codesets)
Modify manpages appropriatelly
2003-06-26 11:01:03 +00:00
Alexey Zelkin
b1d6647755
implement LC_MONETARY's int_* keywords
2003-06-26 09:07:53 +00:00
Alexey Zelkin
48f12e5860
locale.c:
...
Use newly added __detect_path_locale() helper to lookup _PathLocale value.
It adds boundary checking for PATH_LOCALE environment variable value and
check for super-user fallback.
Makefile:
Add lib/libc/locale to compiler's include path (for setlocale.h)
2003-06-25 23:05:11 +00:00
Alexey Zelkin
d8d4841398
Catch up with _PATH_LOCALE move from rune.h to paths.h
2003-06-25 22:31:42 +00:00
Mike Heffner
fd693f6790
Restore INET6 option from config.h.
...
Submitted by: David Malone <dwmalone@maths.tcd.ie>
2003-06-25 15:53:25 +00:00
Sean Kelly
2927f5f648
Add my birthday to the calendar.
...
Approved by: jeff (mentor)
2003-06-25 05:42:32 +00:00
Julian Elischer
14823ba8d6
Temporarily re-remove the bluetooth tools..
...
there are problems with their Makefiles I wasn't aware of..
Pointed out by: ru@
2003-06-24 19:11:14 +00:00
Andrey A. Chernov
1d07f642df
While there is no su.whois-servers.net, use fallback to
...
ru.whois-servers.net for su domain or country
2003-06-24 15:08:24 +00:00
Julian Elischer
8590c01663
Connect bluetooth tools for i386 only.
...
These are probably machine independent, but
there is no way for the developers to test them other than on x86.
They will become MD as testing becomes possible.
2003-06-24 13:25:24 +00:00
John-Mark Gurney
ab1897e943
fix this code properly. msdosfs can't have device nodes on them.
...
comment how to read device nodes from ufs (if an adventurous soul wants
to fix it!).
Reviewed by: bde
2003-06-24 08:18:18 +00:00
Diomidis Spinellis
40cfd67361
New committer Diomidis D. Spinellis - dds@FreeBSD.org
...
Approved by: schweikh (mentor)
2003-06-23 20:54:33 +00:00
Andrey A. Chernov
3232f62c25
FIx catalog name I overlook in prev. obsolete locales removing
...
Submitted by: ru
2003-06-23 13:08:22 +00:00
Ruslan Ermilov
6713c83ccc
We use modernized version of soelim(1) shipped with Groff.
2003-06-23 12:03:22 +00:00
Maxim Konovalov
c30afbc578
o Fix rev. 1.41, print a header. -STABLE is OK.
...
PR: bin/53585
Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru>
2003-06-23 08:43:19 +00:00
Greg Lehey
156bc71b92
Add the date of Turing's death.
...
Change the entry for Turing's birthday to be the same as in
calendar.birthday. This enables cron jobs to uniq(1) the entry.
2003-06-23 00:16:00 +00:00
Alexey Zelkin
93cdc37dbf
Hook locale(1) to build
2003-06-22 08:41:03 +00:00
Alexey Zelkin
64825d2991
document 'list' keyword & fix few typos
2003-06-22 08:39:29 +00:00
Alexey Zelkin
3f101ba0a5
Add FreeBSD specific keyword 'list' implementation. 'locale -k list' can
...
be used to retrieve list of all available keywords now.
2003-06-22 08:34:27 +00:00
Alexey Zelkin
d8dca302fb
Add WARNS
2003-06-22 08:24:53 +00:00
Alexey Zelkin
3c6001ec5d
Fix few typos and remove two unneeded checks
...
Noticed by: ache
2003-06-20 13:29:43 +00:00
Alexey Zelkin
c166f16908
We have manpage now, so remove NOMAN
2003-06-20 13:24:46 +00:00
Alexey Zelkin
b67daebabc
Fix most warnings, sort prototypes, kill spaces at EOLs
2003-06-20 13:23:51 +00:00
Alexey Zelkin
10efe9a914
Add minimalistic manual page for locale(1)
2003-06-20 11:52:05 +00:00
Alexey Zelkin
b296024678
Complete rewrite of locale(1) in order to become POSIX complaint utilitty.
...
It's possibly not completely complaint with POSIX requirements, but
very close to it now.
2003-06-20 11:45:43 +00:00
Martin Blapp
c5455e6d6a
Fix broken -a functionality.
...
Reviewed by: phk
Submitted by: Martin Kammerhofer <mkamm@gmx.net>
PR: 53451
MFC: 1 week
2003-06-19 09:19:51 +00:00
Murray Stokely
1b8d837cd0
phk added the -x option in May 2000, but only for regular files; for
...
special files it was treated like -l. This commit adds the -x option
in for special files as well.
PR: bin/46249
Submitted by: Colin Percival <cperciva@sfu.ca>
2003-06-19 07:24:26 +00:00
John-Mark Gurney
cf56713abf
correct spelling of struct cdev * from dev_t which is a 32bit type and
...
isn't very useful for passing pointers on LP64 systems.
device names on sparc64 and alpha should now work.
2003-06-19 02:09:22 +00:00
Philippe Charnier
d4d2557dc5
Bump WARNS to 6. Add usage(). Use provided xmalloc() instead of malloc().
...
Use err().
2003-06-17 19:58:33 +00:00
Mike Heffner
f5520c4045
Update for latest lukemftp import.
2003-06-16 02:37:42 +00:00
Mark Murray
1dd991a05b
If lint(1) is not "lint", don't try to lint the xlint compat-libs. A
...
third-party lint is probably being used.
2003-06-15 13:03:37 +00:00