Commit Graph

66142 Commits

Author SHA1 Message Date
soren
8c4f5e53b2 Include registers. 2000-06-14 16:32:22 +00:00
itojun
54bba557fc explicitly recommend listening to two sockets 2000-06-14 16:29:32 +00:00
soren
4a45886c8d A start at O2 support.. 2000-06-14 16:13:53 +00:00
veego
4fc3cd3c3d We don't need my name in this file. 2000-06-14 16:11:24 +00:00
thorpej
193ccba813 Normalize copyright notice. 2000-06-14 16:09:54 +00:00
soren
6c3d30d224 Initial commit. 2000-06-14 16:06:57 +00:00
itojun
80a16c051d typo 2000-06-14 16:06:43 +00:00
soren
891194e10f Initial commit. Needs work. 2000-06-14 16:02:38 +00:00
itojun
b5d836ae92 document IPv4 mapped address issues (moved from inetd.8) 2000-06-14 15:59:50 +00:00
itojun
59996dbc2b clarify tcp4/tcp6 interaction. 2000-06-14 15:57:26 +00:00
soren
aa6a4db574 No real need for explicit stride on Mace ISA extension. 2000-06-14 15:56:21 +00:00
soren
b6609726af Dummy. 2000-06-14 15:51:28 +00:00
soren
9212bf659c XIO device ids. Nothing here yet. 2000-06-14 15:49:07 +00:00
soren
abe9dea12f Initial commit. 2000-06-14 15:39:55 +00:00
assar
66ac6d517e obsolete list from crypto stuff 2000-06-14 15:33:58 +00:00
soren
ab26c447f4 Initial commit. 2000-06-14 15:32:11 +00:00
assar
7aa55bcadf update so that it's more in-line with reality 2000-06-14 15:24:08 +00:00
jhawk
e4c99458f4 If comprobe1() fails, print a message. Otherwise one gets the xname
prepended to the next configure device, i.e.

com1lpt0: at pnpbios0 index 18 (PNP0401)
2000-06-14 15:15:43 +00:00
ad
28c000fd87 - Re-word and reformat this to be more readable.
- Address PR 9794 by matthew green: 'd' is raw part on arches other than i386.
2000-06-14 14:38:52 +00:00
itojun
1e949e404d correct LPSV/LPRT display on STAT command.
(did not crank the version since the change is on the same day)
2000-06-14 13:55:15 +00:00
ad
1904914b75 Apply patch supplied in PR 8561 from URA Hiroshi: fixes LBA mode display on
little endian machines.
2000-06-14 13:51:45 +00:00
lukem
a26448af43 major overhaul (just before netbsd 1.5 :-):
* implement draft-ietf-ftpext-mlst-10 commands, especially MLST and MLSD.
  we already supported SIZE and MDTM. add the appropriate FEAT output lines.

* migrate a lot of the command code from ftpcmd.y and ftpd.c to cmds.c

* make dataconn(), feat(), lookup(), opts() and sizecmd() public

* modify struct tab so that it has a `flags' instead of `implemented' element,
  and remove the `hasopts' element.  If flags == 1, the command is implemented.
  if flags == 2, the command is implemented and takes options

* add macros ISDOTDIR(x) (is x ".") and ISDOTDOTDIR(x) (is x "..")

* modify lreply() so that lreply(-2, ...) just outputs the given info without
  a prefix or trailing \r\n. this saves doing b = printf(); total_* += b;

* enhance statcmd(). still needs work in the LPRT status stuff.

* crank version
2000-06-14 13:44:21 +00:00
itojun
7c77443b0b describe more sysctl variables. 2000-06-14 13:06:30 +00:00
itojun
b2e33a4fd8 document issue with SADB_{,SPD}DUMP in BUGS section. (socket buffer full) 2000-06-14 12:36:11 +00:00
ad
a1aa137da7 Xref cap_mkdb(1) and add a FILES section mentioning /etc/login.conf.db. 2000-06-14 12:35:31 +00:00
itojun
dafb757588 add algorithm name into algorithm table. (commit to crypto-intl will follow) 2000-06-14 11:27:35 +00:00
tron
a3b6375d9a Add comment to prevent further bogus commits. 2000-06-14 11:15:58 +00:00
tsutsui
289fd8c28e The first cut of news68k install notes. Needs more enhancement.
XXX How can we sync "contents" files on all ports?
2000-06-14 10:34:29 +00:00
tsutsui
09e4bbfffd Change directory name (floppies -> floppy) like other ports. 2000-06-14 10:24:24 +00:00
scw
eaeb39f657 NetBSD: Ports to * boards. 2000-06-14 08:10:06 +00:00
pk
f67e2cd132 Eliminate a race condition reported by mouse on port-sparc. 2000-06-14 08:01:26 +00:00
explorer
7dca1ce955 Ok, back out previous change. It seems wrong that 'rm -rf /usr/include/*' doesn't DTRT... 2000-06-14 06:54:20 +00:00
cgd
d220ca5ba3 fix up NetBSD RCS Ids to match the standard, and the leading comment as
to match as well.  No functional changes.
2000-06-14 06:48:47 +00:00
cgd
c3d57dd767 move RCS Id, and fix bogus comment start (# instead of # ?!?!) 2000-06-14 06:35:19 +00:00
cgd
ba7e40e619 trim some irrelevant gunk 2000-06-14 06:32:31 +00:00
explorer
4d23eb7241 Use %lu since BOOTPARAMVERS is defined as ((u_long)1) 2000-06-14 06:27:25 +00:00
itojun
9e8ad51e02 mention lack of support in DNS query/reply over IPv6 transport,
since it seem to confuse people.
2000-06-14 05:54:30 +00:00
soren
d880cab464 MD etc bits. MAKEDEV incomplete. 2000-06-14 05:28:59 +00:00
mycroft
fbb147f69b Check the multicast bit in the header mbuf while interrupts are still blocked.
Otherwise we can run off into space if the packet was sent immediately and the
mbuf freed.
Pointed out by Boris Popov (not on our lists).
2000-06-14 05:10:27 +00:00
itojun
b08666e2a4 IPv6 numeric addresses are permitted. 2000-06-14 03:57:23 +00:00
itojun
c4e8d3d8d5 "nameserver" line happily accepts IPv6 numeric address. 2000-06-14 03:52:40 +00:00
shin
0750878997 note that Xhpc is EXPERIMENTAL. 2000-06-14 03:33:11 +00:00
itojun
c45b4229e4 typo 2000-06-14 03:24:16 +00:00
itojun
186948075c remove too strong assumption on mbuf length.
the previous code choked if large policy entry is injected with "spdadd"
subcommand in setkey(8).
2000-06-14 03:16:23 +00:00
itojun
01014585ed update examples, so that they would at least pass the parser. 2000-06-14 03:02:12 +00:00
perseant
37318e5a65 Assorted changes/fixes to dumplfs:
Add flags "-b" and "-I" to dumplfs, to allow the user to specify the
location of the superblock and Ifile inode, respectively.

Don't print "corrupt segment header" any more for leftover slivers of
space too close to the next segment to write a partial-segment.  In the
event that there was no such sliver, the segment still ends; recognize
this and print out the segment number, and superblock if asked.

Document all the flags in the man page.

Print the partial-segment write flags (SS_DIROP, SS_CONT).

Make the "-a" flag output look slightly better.

Change all hex numbers to lowercase, instead of having some upper and
some lower.
2000-06-14 01:55:37 +00:00
itojun
b3d17a6362 besure to check getnameinfo() return value. (debugging code) 2000-06-14 01:52:41 +00:00
soda
c521ba58c1 yet another change for NEC RISCstation 2250 of arc port. 2000-06-14 00:34:33 +00:00
tron
3e3d2d7344 Regen. 2000-06-13 22:44:51 +00:00
tron
d643d25eb9 Add CMD PCI0648. 2000-06-13 22:44:19 +00:00