Commit Graph

33930 Commits

Author SHA1 Message Date
mrg
615373621d WARNSify; deprecate register; clean up .Nm 1997-10-20 02:49:14 +00:00
enami
c44131f35b Fix .Nm usage. 1997-10-20 02:46:44 +00:00
lukem
201e4f3805 WARNSify, deprecate register, getopt returns -1, use ANSI string.h funcs 1997-10-20 02:46:37 +00:00
sakamoto
cd83f6a454 sys/sysctl.h depend on vm/vm.h 1997-10-20 02:46:20 +00:00
enami
966d406a9b Fix .Nm usage. 1997-10-20 02:42:46 +00:00
lukem
d73442837f WARNSify, fix .Nm usage, deprecate register, getopt returns -1 1997-10-20 02:41:21 +00:00
enami
acb5c4ac49 - Fix .Nm usage.
- Use .Ar to refer an argument.
1997-10-20 02:41:18 +00:00
mrg
9ad099ee67 WARNSify; deprecate register; clean up .Nm 1997-10-20 02:40:25 +00:00
lukem
3c17756202 build objdir for manpage. from Dave Huang <khym@bga.com> in [bin/4294] 1997-10-20 02:39:50 +00:00
enami
f5d3fbbc6f Fix .Nm usage. 1997-10-20 02:38:33 +00:00
lukem
c3cd5c8713 WARNSify, fix .Nm usage, deprecate register, getopt returns -1 1997-10-20 02:37:57 +00:00
lukem
2c87553437 WARNSify, fix .Nm usage, deprecate register, use <err.h> 1997-10-20 02:36:41 +00:00
enami
4bdefdde9f Fix .Nm usage. 1997-10-20 02:36:06 +00:00
mrg
2eeadb8f84 WARNSify 1997-10-20 02:31:34 +00:00
enami
f01968e9e9 - Fix .Nm usage.
- Refer finger by .Xr instead of .Nm.
1997-10-20 02:30:36 +00:00
enami
abc05455ed Fix .Nm usage. 1997-10-20 02:27:53 +00:00
lukem
8512105c8e WARNSify, fix .Nm usage, deprecate register, getopt returns -1, use <err.h> 1997-10-20 02:27:04 +00:00
enami
0fad87214f - Fix .Nm usage.
- Sort SEE ALSO list first by section.
1997-10-20 02:26:44 +00:00
mrg
1adb2ae9af clean up .Nm usage 1997-10-20 02:25:19 +00:00
lukem
8d32174590 WARNSify, fix .Nm usage, KNFify 1997-10-20 02:23:13 +00:00
mrg
9998247baa WARNSify; clean up .Nm usage 1997-10-20 02:22:55 +00:00
lukem
53e428c8a9 WARNSify, fix .Nm usage 1997-10-20 02:20:41 +00:00
enami
27ffa06956 Fix .Nm usage. 1997-10-20 02:19:24 +00:00
lukem
35884aebfd WARNSify, fix .Nm usage 1997-10-20 02:16:38 +00:00
gwr
df66d62a93 Move NO_SINGLE_STEP code from mipsnbsd-nat.c to mips-tdep.c 1997-10-20 02:15:15 +00:00
enami
ea62d80033 .Nm telnetd. -> .Nm telnetd . 1997-10-20 02:14:56 +00:00
enami
71d6ede458 No need to declare optind and optarg. 1997-10-20 02:12:17 +00:00
lukem
ec92bfb4f7 don't dump core if the search path contains a non-existant whatis.db file
from Dave Huang <khym@bga.com> in [bin/4292]
1997-10-20 02:11:32 +00:00
enami
31fb50310e Fix usage of .Nm. 1997-10-20 02:10:22 +00:00
lukem
92e718980b remove WARNS=0 1997-10-20 02:09:46 +00:00
enami
89fcd44a31 - No need to declare optind and optarg.
- Instead of to declare errno, include <sys/errno.h>.
1997-10-20 02:08:30 +00:00
lukem
69ac758a21 WARNSify, fix .Nm usage, getopt returns -1 not EOF, use ANSI <string.h> funcs 1997-10-20 02:08:29 +00:00
enami
7eda8e3153 Fix usage of .Nm. 1997-10-20 02:05:33 +00:00
enami
80b4fe5249 No need to decalre optind. 1997-10-20 02:04:03 +00:00
enami
f4c54f2517 No need to declare optind. 1997-10-20 02:00:36 +00:00
lukem
24d97ad8f2 guess who forgot this 1997-10-20 01:59:59 +00:00
gwr
8374daadd4 Define NO_SINGLE_STEP 1997-10-20 01:42:37 +00:00
mrg
7916a63bb7 WARNSify; deprecate register; clean up .Nm 1997-10-20 01:21:45 +00:00
thorpej
cdc616ca77 Port the latest FreeBSD "fxp" driver to NetBSD-current. Changes include:
- Work around a bug in the 82557 that causes the receiver to lock up
  in certain conditions by kicking the multicast address filter if we
  haven't heard anything come down the wire for some period of time.
- Fix a bug that could cause TxCB descriptor chains to cross page boundaries
  on the Alpha.
- Remove some unneeded register masking.
- Fix a bug where too much data was copied from the config template, causing
  memory corruption.
- Fix handing of if_timer (it was be cleared too early in some cases).
- Attempt to reduce the chances of receiver overrun by doubling the
  number of receive DMA segments, and processing receive interrupts
  before transmit interrupts.
- Remove a gratuitous assignment.
- Fix a bug where incoming packets were counted twice.
1997-10-20 01:15:53 +00:00
lukem
8320ff9bde WARNSify, fix .Nm usage 1997-10-20 01:10:38 +00:00
lukem
5dcc17b229 WARNSify, fix .Nm usage, getopt returns -1 not EOF, use ANSI <string.h> funcs 1997-10-20 01:09:53 +00:00
lukem
bfd39f4ab1 getopt returns -1 not EOF, use <err.h>, use ANSI string.h functions 1997-10-20 01:07:48 +00:00
lukem
a5e1830c1e fix .Nm usage 1997-10-20 01:00:41 +00:00
lukem
7e4d6ea181 WARNSify, fix .Nm usage, getopt returns -1 not EOF, use <err.h> 1997-10-20 00:56:04 +00:00
lukem
e5a1e707a3 remove WARNS=1 1997-10-20 00:51:04 +00:00
lukem
2486fca708 getopt returns -1 not EOF 1997-10-20 00:50:53 +00:00
lukem
d175d28880 WARNSify, fix .Nm usage, getopt returns -1 not EOF 1997-10-20 00:49:53 +00:00
lukem
0471adfdaa deprecate register, use err/warn, fix .Nm usage 1997-10-20 00:46:37 +00:00
lukem
d53fd57439 remove WARNS=0 1997-10-20 00:45:33 +00:00
fvdl
74f97b28cc Change various constants that depend on the kernel VM base address. Lower
it to 0xf0000000 to give it more breathing space.
1997-10-20 00:45:03 +00:00