matt
3beedd2b53
Don't compare scalars against NULL, use 0
2005-03-11 07:06:54 +00:00
matt
e5e8c8e489
Adapt to new dm_maxsegsz semantics.
2005-03-11 07:01:55 +00:00
matt
6196dae15e
Fix typo.
2005-03-11 06:58:11 +00:00
matt
b72e03a76a
rside is really a wdc. So make it a wdc.
...
XXX rside should be renamed to wdc_rsbus
2005-03-11 06:51:48 +00:00
matt
371a3b7135
Constify a structure.
2005-03-11 06:50:33 +00:00
atatat
5b8a6c916d
Revert the change that made kern.file2 and net.*.*.pcblist into nodes
...
instead of structs. It had other deleterious side-effects that are
rather nasty. Another solution must be found.
2005-03-11 06:16:15 +00:00
ginsbach
15b1578248
Note addition of -4 and -6 to rcp(1), rlogin(1), and rsh(1) and support
...
for IPv6 address strings as the `rhost' with rcp(1).
2005-03-11 04:18:47 +00:00
ginsbach
733e4b48e2
Add -4 and -6 to usage.
2005-03-11 03:20:23 +00:00
ginsbach
d9a614deae
Support -4 and -6. Approved by christos.
2005-03-11 03:19:31 +00:00
ginsbach
0d1bfba8c7
Add mechanism for escaping IPv6 address strings, since they already
...
contain colons. Idea from Solaris rcp(1).
2005-03-11 02:55:23 +00:00
ginsbach
605994654d
Support -4 and -6. Approved by christos.
2005-03-11 02:45:24 +00:00
christos
37e322ddf6
revert part of previous commit (the block size type and the pad renumbering).
...
tron says it breaks compat mode.
2005-03-10 23:39:27 +00:00
bouyer
145cc1138c
Clean up ISA attachement, and do not try to attach it at hypervisor if
...
it has already been attached at pcib.
2005-03-10 22:10:11 +00:00
bouyer
f7dcd8b304
Report which IRQ is used.
2005-03-10 21:44:31 +00:00
kleink
79b311d547
Crank the copyright year.
2005-03-10 19:53:22 +00:00
bouyer
bdb48992d1
Bump blkif_pdev_t from 16 to 32 bits, to fix the dev_t problem on NetBSD.
...
Remove the padding bits from blkif_extent_t, so that the message size doesn't
change. You'll need xentools20-2.0.3nb1 if you upgrade your kernel
(the old tools didn't zero out the padding bits, and a new kernel will
interpret them as part of the device number).
2005-03-10 19:47:08 +00:00
christos
af62817ea3
Always update the position variables before the map function is called.
...
From Rob Rodgers, thanks!
2005-03-10 19:34:46 +00:00
matt
b6fca37cf6
Adapt to new dm_maxsegsz semantics.
2005-03-10 18:16:01 +00:00
bouyer
82981f9fda
- Don't reallocate transmit pages from xennetback_get_xmit_page(), as the
...
previously-allocated pages may not have been loaned to the remote domain
yet. Let the called deal with this.
- clean up the TX and RX loops to use less MASK_NETIF_xX_IDX() calls
- When we're done with the queued TX requests, try again in case some new
ones are available
- avoid leaking a xmit page if we queued NB_XMIT_PAGES_BATCH requests.
- remove dead code.
2005-03-10 17:12:12 +00:00
bouyer
94d162a5c1
Use the same type as xen in the request descriptor.
...
Change the logic in the request processing loop so that we don't
think the ring is empty when is has BLKIF_RING_SIZE requests.
2005-03-10 17:05:38 +00:00
bouyer
577e77f21d
Add some DIAGNOSTIC cheks
...
Protect the callback queue with splvm()
XXX some debug printf about the callback stuff is left here. This is because
I've not been able to trigger this condition yet, so I've left them
until we sure the code works as intended.
2005-03-10 17:02:20 +00:00
wiz
892987d654
End sentence with a dot. Remove trailing whitespace.
2005-03-10 16:51:42 +00:00
wiz
23c677b582
Bump date for previous; new sentence, new line.
2005-03-10 16:50:11 +00:00
wiz
416aba1dc6
Bump date for -t.
2005-03-10 16:29:04 +00:00
wiz
96b620b365
Add -t to usage.
2005-03-10 16:28:54 +00:00
he
5f8555bc7c
Add a '-t' option to print the contents of the vmtotal structure,
...
possibly repeatedly.
2005-03-10 16:23:42 +00:00
wiz
ef736daaa4
openssh-4.0 out.
2005-03-10 14:33:58 +00:00
christos
47e40fce3a
Add nanosecond handling on the stat and stat64 code for the i386.
2005-03-10 14:12:27 +00:00
taca
62d47f2703
Postfix 2.2.0 released.
2005-03-10 06:20:50 +00:00
thorpej
3901f760df
In ip_fragment():
...
- Use the correct IP header length variable for other-than-first packets.
- Remove redundant setting of the original IP header length in the first
packet's csum_data. (It's already set before ip_fragment() is called
in 1.147.)
2005-03-10 06:03:00 +00:00
atatat
d945605f5b
Make this build without INET6 xor INET (hah!) again.
2005-03-10 05:49:14 +00:00
soda
94305a4de2
add JSYK, heard from cgd
2005-03-10 05:45:25 +00:00
atatat
ca63da437a
Change types of kern.file2 and net.*.*.pcblist to NODE
2005-03-10 05:43:25 +00:00
atatat
d5340d73e0
Forgot to remove ki_ocomm from kinfo_file2 before adding it. Sorry.
2005-03-10 05:41:19 +00:00
atatat
1a773e1da4
Fix printing of AF_LOCAL names.
2005-03-10 05:39:54 +00:00
kleink
ebf592f1e6
Move up the definition of __LIBC12_SOURCE__; since <poll.h> now includes
...
<sys/sigtypes.h> this is needed earlier.
2005-03-10 00:34:23 +00:00
xtraeme
840f589aad
Add missing #ifdef DDB for db_max_line()
2005-03-10 00:31:48 +00:00
kleink
7dfdae2368
s/nil pointer/null pointer/
2005-03-10 00:31:38 +00:00
kleink
6fe0a614b5
Add pollts() prototype to <poll.h>, and update manual page synopsis for
...
pollts() header use.
2005-03-10 00:29:37 +00:00
kleink
184b9fccec
For pselect(), pull in <sys/sigtypes.h> instead of <signal.h>; provides
...
what the standard requires but pollutes less.
2005-03-10 00:25:45 +00:00
matt
290234fa8a
Update to new bus_dma semantics.
2005-03-10 00:20:54 +00:00
christos
f96c72ee24
set UNBUFFERED again after you do the line callback so that the new line
...
gets refreshed.
2005-03-09 23:55:35 +00:00
christos
04a4f22437
Make sure we flush after we prepare when we are unbuffered otherwise the
...
prompt will not appear immediately.
2005-03-09 23:55:02 +00:00
xtraeme
d2088067fe
Add missing #ifdef DDB, ok'ed by bouyer@.
2005-03-09 23:40:08 +00:00
xtraeme
3c451cf142
Now that GENERIC* kernels are removed, remove references.
2005-03-09 23:24:50 +00:00
yamt
00b2c90f9d
yamt-km status.
2005-03-09 23:12:28 +00:00
bouyer
54db6537bc
Note xen 2.0 support.
2005-03-09 23:09:05 +00:00
bouyer
10f4e1060c
Update bouyer-xen2 status
2005-03-09 23:06:53 +00:00
matt
a7886370b5
Note TCP Segment Offload support.
2005-03-09 22:52:56 +00:00
matt
19f41cd2e8
Note wm(4) TCP Segment Offload support.
2005-03-09 22:47:30 +00:00