aymeric
d5ee8dac41
Teach xstr(1) about gcc's __asm and __asm__ directives.
...
Now we can process our own header files with xstr(1) without it breaking
everything.
2002-01-12 02:13:12 +00:00
manu
3219730476
reflect iric o32/n32 emulations
2002-01-07 23:45:10 +00:00
aymeric
313d2d2f8c
cast size_t to u_long for printf(3)-like calls
...
This only affects #ifdef DEBUG code.
2002-01-07 19:22:16 +00:00
sjg
5158e17b85
Make telnet escape work in tn3270
...
PR: 1816
2002-01-06 01:02:47 +00:00
wiz
af38ac374d
Sort sections. Use .Ev for environment variables.
2002-01-05 20:55:16 +00:00
augustss
70567d1c07
Take the default output unit from env MIDIUNIT.
2002-01-05 00:04:27 +00:00
tron
a86fbba5c1
Add "case" statements for "NTSPEC" to fix "gcc" warnings.
2002-01-03 18:50:54 +00:00
augustss
337873b59a
Make flag parsing work. Print more capabilities.
2002-01-03 18:23:09 +00:00
thorpej
c5e919f6c9
Make sure the tspec_t enum starts at 0, and declare NTSPEC in
...
the enum proper.
2002-01-03 05:37:39 +00:00
thorpej
c73e79666d
Simplify test for integer types in the BITFIELDTYPE handling path.
2002-01-03 05:26:53 +00:00
briggs
6b6638f488
Due to a typo, the kernel and user counters were getting swapped. Make
...
sure that they are not, so kernel events are reported as kernel events,
and user events are reported as user events.
2002-01-03 05:04:52 +00:00
thorpej
9971ed0315
* Add header files (ilp32.h and lp64.h) that describe the two
...
models of type sizes that we currently support, and include
the appropriate one in each arch's targparam.h.
* Use the type size constants provided by targparam.h in the
type table, rather than using "sizeof(type) * CHAR_BIT" (which
would get the host's type size, not the target's). XXX Not
yet done for floating point types.
* Add a new BITFIELDTYPE lint comment that suppresses illegal
bitfield type errors if the type is an integer type (e.g.
long, long long), and also suppresses non-portable bitfield
type warnings.
2002-01-03 04:25:14 +00:00
briggs
539d8cbd30
Use getprogname() instead of __progname.
...
Make usage look more like sysctl(8) usage since it's similar.
exit(1) after dumping usage().
2002-01-02 20:23:01 +00:00
briggs
0aade05680
getopt returns int, not char, so make 'optchar' an int.
2002-01-02 14:46:06 +00:00
wiz
9b3401f255
Sort sections.
2002-01-01 22:48:18 +00:00
augustss
3a54cdce68
Add NetBSD to HISTORY.
2002-01-01 22:07:36 +00:00
augustss
9c9a9cad20
Add a program for controlling radio(4) devices. Written by Maxim Tsyplakov
...
and Vladimir Popov for OpenBSD.
2002-01-01 21:56:28 +00:00
perry
57ff912445
Happy New Year!
2002-01-01 09:27:53 +00:00
mrg
4a2b3c13ef
fix 2001/03/04 change: audio_parse_wav_hdr() returns a signed value.
2002-01-01 08:07:28 +00:00
thorpej
097956219f
Remove -I${DESTDIR}/usr/include and -I${DESTDIR}/usr/include/openssl
...
from CPPFLAGS.
2001-12-31 19:26:59 +00:00
thorpej
4d1b7fd158
Remove -I${DESTDIR}/usr/include and -I${DESTDIR}/usr/include/openssl from
...
CPPFLAGS.
2001-12-31 19:25:36 +00:00
thorpej
7532b272b3
Remove -I${DESTDIR}/usr/include/openssl from CPPFLAGS; it's unnecessary,
...
and having it causes the wrong <err.h> to be included.
2001-12-31 19:24:12 +00:00
thorpej
f8fdb0d1c9
Remove -I${DESTDIR}/usr/include from CPPFLAGS; it is unnecessary, and
...
it makes gcc 3.1 unhappy (because -isystem ${DESTDIR}/usr/include is
specified later).
2001-12-31 19:02:49 +00:00
thorpej
3d561f4807
Avoid an "operation on foo may be undefined" warning (gcc 3.1).
2001-12-31 18:53:32 +00:00
thorpej
2aa37f4ab3
Change some:
...
foo += sscanf(++foo, ...);
constructs to:
++foo;
foo += sscanf(foo, ...);
to avoid the following warning from gcc 3.1:
warning: operation on `pos' may be undefined
2001-12-31 18:45:04 +00:00
thorpej
5d537fa0b9
Need <string.h> for memset() and strcmp() prototypes (noticed by
...
gcc 3.1).
2001-12-31 18:38:32 +00:00
thorpej
ffe66c84f5
Need <string.h> for strcmp() prototype (noticed by gcc 3.1).
2001-12-31 18:34:52 +00:00
thorpej
6c46adefc6
Labels must be followed by statements.
2001-12-31 18:31:59 +00:00
augustss
e7408f3af1
Make it possible to recognize values in usage ranges.
2001-12-29 23:17:50 +00:00
augustss
ab2923bd65
Fix some buglets.
2001-12-29 22:15:32 +00:00
augustss
f8efb19e18
Print items with a usage range in a comprehensible way.
...
Also print all items in an array.
2001-12-29 21:23:24 +00:00
augustss
0519f15d3d
Update for libusbhid(3) changes.
2001-12-28 17:49:31 +00:00
lukem
eda0427e63
update copyrights
2001-12-26 09:40:15 +00:00
lukem
a269984793
- partially fix ${foo:?true:false} so that at least it now parses ok and
...
the true result works. for some reason the false result doesn't, even
though make -dv shows it being set as the result. (blah!)
- add braces in comments to fix vi showmatch
2001-12-25 14:50:36 +00:00
wiz
eeb870f152
Fix typo.
2001-12-24 20:52:09 +00:00
augustss
26ea6daa53
Add a clarifying remark to the -a option.
2001-12-24 10:10:10 +00:00
lukem
5a651467dc
Add -4 to force IPv4 and -6 to force IPv6 address usage.
...
From Hajimu UMEMOTO, via Mike Heffner of FreeBSD.
(FreeBSD has imported NetBSD's ftp as their ftp client;
Mike is sending back some of their local changes).
2001-12-23 12:23:01 +00:00
lukem
792e1d4ca9
outdent description of variable expansion modifiers
2001-12-23 10:51:56 +00:00
augustss
c9de30b246
Back out last commit that was not meant to be done yet.
2001-12-22 19:39:42 +00:00
augustss
5e2e7b5a79
Provide a nicer messages if the device read fails.
...
From David Sainty in PR bin/15019.
2001-12-22 12:34:41 +00:00
thorpej
892294e9f7
xref ld.elf_so(1)
2001-12-20 06:43:00 +00:00
lukem
049774ffb3
Large file ASCII mode support by using fseeko() instead of fseek().
...
From Andrey A. Chernov of FreeBSD, via Mike Heffner.
2001-12-20 05:45:37 +00:00
tv
b8cee5e237
If USETOOLS=yes, as in a cross build or standard tool-based build, create
...
lint1.7 using the host lint1 tool. Otherwise run lint1 from here, as has
been done historically.
Should fix toolchain/15001.
2001-12-19 18:10:40 +00:00
christos
0a5b0486ba
PR/15000: Mike Heffner: mail(1) doesn't reposition pointer correctly
...
Fix applied from OpenBSD, as suggested in the patch.
2001-12-19 00:06:11 +00:00
wiz
2246cc750f
mdoc'ify. Sort sections.
2001-12-18 01:06:09 +00:00
wiz
9578a6d3f1
Indent, uncompactify and sort options.
2001-12-18 00:50:59 +00:00
wiz
777b05e451
mdoc'ify.
2001-12-18 00:46:03 +00:00
augustss
a30c07720a
Don't use fd_set to keep track of errors to ignore. Doing so relies on
...
overriding FD_SETSIZE. Not overriding it makes it stomp all over memory
(which caused the debug outputs we've seen lately).
It used to work, but toolification of lint broke it.
2001-12-13 23:56:00 +00:00
aymeric
8547d02861
FreeBSD PR#23912 fixed by applying a patch from nvi 1.81.x
...
"underflow of cnt in vs_paint() by O_NUMBER_LENGTH when both leftright and
number options in use"
2001-12-13 20:53:47 +00:00
aymeric
b9d2b65ffd
Finally apply a fix from nvi 1.81.x to replace a fix committed by
...
Simon Burge which came from the Debian project.
This is still not TRT, but it's correct, and it gets us closer to future
versions of nvi.
I'll do ART (A Right Thing) when I have time... That's why I'm committing
this now. :-/
This fixes FreeBSD PR#23912
2001-12-13 20:51:36 +00:00