lukem
10e23cd129
The actual environment variable is LIBC_DIAGASSERT' not
LIBC_DIAGNOSTIC'.
...
Spotted by Nathan Williams < nathanw @ >.
2003-06-27 00:04:34 +00:00
bjh21
4fca23a8b3
Simplify the handling of ifd by initialising it to the default
...
(STDIN_FILENO), and only overriding that if the user specifies a different
input file.
2003-06-26 23:19:15 +00:00
bjh21
946564c3f6
Remove support for treating "-" as an option rather than an operand. The
...
practical consequence of this is that "-" is treated the same as a file name,
and can't have options specified after it. This is consistent with other
utilities and with POSIX.
2003-06-26 23:06:52 +00:00
bjh21
c3c8be9c37
WARNS=3 seems to work here, so use it.
2003-06-26 23:00:07 +00:00
bjh21
5b24c0821c
Delint. This largely involves using size_t and off_t appropriately rather
...
that throwing around unsigned long long. There are a few LINTED comments
where I'm sure overflow can never occur, and with these lint gives this
a clean bill of health.
2003-06-26 22:49:53 +00:00
itojun
26d2e41250
fix mistake in rev 1.30; needed to subtract ip header len
2003-06-26 21:59:42 +00:00
nathanw
6a0c6dddb7
Preferentially read context pointer from pt_trapuc.
2003-06-26 21:51:59 +00:00
itojun
73ed908c03
fix stats to meet 4.4BSD practice
2003-06-26 21:49:17 +00:00
itojun
08740c2691
fix comment
2003-06-26 21:43:39 +00:00
ichiro
5f17d961c0
regen.
2003-06-26 21:15:12 +00:00
ichiro
2bb26f9cd9
add products
...
Planex 10/100BaseTX FNW-3800-TX
kern/20175
Corega FEther II CB-TXD 10/100BaseTX
kern/21497
2003-06-26 21:14:44 +00:00
aymeric
3d58c2238e
include <sys/types.h> so that this file can be included first/alone
2003-06-26 20:47:51 +00:00
aymeric
003fd1df25
. ANSIfy
...
. include needed headers
. fix a couple of warnings
2003-06-26 20:47:10 +00:00
aymeric
98e0168f0a
. ANSIfy
...
. include the needed headers
. net_mountroot() becomes static
2003-06-26 20:46:31 +00:00
aymeric
ee20410a5e
ANSIfy
2003-06-26 20:45:29 +00:00
aymeric
b0c4d54ee9
. ANSIfy
...
. include alloc.h
. while there, fix a bug in prom2boot() introduced in rev. 1.11
2003-06-26 20:44:51 +00:00
aymeric
e9cabc8553
. ANSIfy
...
. Fix a missing return
. replace %x by %p to print pointers in OFW_DEBUG printf's
2003-06-26 20:43:48 +00:00
aymeric
110312e089
declare functions from corresponding C file
2003-06-26 20:42:38 +00:00
drochner
12d153b126
fix LINK_SPEC to pass "-R" to the linker
...
(approved by tv)
2003-06-26 19:16:21 +00:00
drochner
fc2a9b9ba7
remove a comment suggesting the link-in-whole-libgcc hack -- this
...
is not necessary anymore if the toolchain works properly
2003-06-26 18:43:35 +00:00
wiz
664b3c96d5
Misc mdoc fixes (mostly quoting).
2003-06-26 18:21:45 +00:00
wiz
aa313073c8
Add Ns where needed.
2003-06-26 18:14:41 +00:00
wiz
1a75c7b75b
Replace Ql by Sq and Dq where appropriate.
2003-06-26 18:14:21 +00:00
wiz
3393c12171
Add Ns where needed.
2003-06-26 18:09:39 +00:00
wiz
f788cad16f
Remove superfluous Ns and quoting.
2003-06-26 18:09:06 +00:00
wiz
e1360c896f
No mdoc macros in a man-type man page.
...
XXX: should be converted to mdoc.
2003-06-26 18:02:38 +00:00
wiz
cf60347dc3
No mdoc macros in a man-type man page.
2003-06-26 17:58:50 +00:00
wiz
63a56a56a0
Switch two macros so that both work as intended.
2003-06-26 17:53:33 +00:00
drochner
c712f01409
link shared objects against libgcc_pic also in the !native
...
(ie tools/cross) case, as already done in the native configuration
2003-06-26 17:50:32 +00:00
wiz
80cc7b7a7b
Quote punctuation so macro works on it (another one).
2003-06-26 17:48:37 +00:00
wiz
e6ebf10cb2
Quote punctuation so macro works on it.
2003-06-26 17:47:59 +00:00
drochner
a57096ca00
build libgcc early, if at all
2003-06-26 17:46:56 +00:00
wiz
fb538fbb96
Change macro usage so it works correctly with 1.19.
2003-06-26 17:46:36 +00:00
christos
8924cfdcba
abuse the mib instead of abusing the new pointer. Idea from simon burge.
...
It allows the tcp_sysctl_ident to run by non-super-users. No backwards
compatibility provided.
2003-06-26 17:32:22 +00:00
christos
cf96f20a95
Rewrite from scratch; modify sysctl so that it does not abuse the new pointer.
2003-06-26 17:31:12 +00:00
dsl
14b491c2c5
Stop refresh(subwin) doing refresh on the other subwin's created before it.
...
(If nothing else the cursor would get left in the wrong place).
Fix some if (!flags & MASK) checks.
2003-06-26 17:17:10 +00:00
wiz
8ea3e956e8
Add another Ns to avoid a space.
2003-06-26 17:14:13 +00:00
dsl
b70727e760
Error attempts at nested subwindows, the data structures don't support them.
...
I can't quite decide whether the X/Open Curses Issue 4, version 2 needs them.
2003-06-26 17:13:55 +00:00
wiz
8128a46b63
Add Ns to avoid a space.
2003-06-26 17:13:44 +00:00
wiz
7533801933
End sentence with a dot.
2003-06-26 17:00:55 +00:00
drochner
1e9cce7fef
in "make clean", remove the "results" directory
2003-06-26 16:58:57 +00:00
wiz
323aeda0d6
Fix quoting.
2003-06-26 16:48:20 +00:00
drochner
9c0e4279cc
remove unneeded cpu_feature declaration
2003-06-26 16:48:18 +00:00
drochner
491828ab43
cpu_feature is not set (nor used) by locore since SMP, so move the
...
definition to C code
2003-06-26 16:47:15 +00:00
drochner
1fa5ee8d10
make cpu_feature unsigned, just like ci_feature_flags
2003-06-26 16:45:19 +00:00
drochner
31f515916f
-make cpu_feature unsigned, just like ci_feature_flags
...
-clean up duplicate declaration of cpu_info_primary
2003-06-26 16:41:32 +00:00
drochner
470de734bd
remove redundant "extern" declarations
2003-06-26 16:37:20 +00:00
christos
be4bd83a25
No need to define _KERNEL
2003-06-26 16:23:53 +00:00
yamt
f2917653ff
add appropriate #ifdef's.
...
pointed by Simon Burge on source-changes
and by some people in private mail.
2003-06-26 13:38:53 +00:00
he
f250a35e96
#ifdef _KERNEL_OPT police; identd defines _KERNEL before some includes.
2003-06-26 13:20:55 +00:00