tron
1b2ea97a9e
NetBSD-current uses XFree86 4.5.0 now.
2005-03-18 23:53:57 +00:00
kurahone
0eb940bc75
TCP/SACK changes from FreeBSD.
...
Ignore the SACK option if
* The packet is not an ACK.
* The ACK is outside of snd_una -> snd_max
2005-03-18 21:25:09 +00:00
tron
85a7063e89
Update sets for native XFree86 build for version 4.5.0.
2005-03-18 20:45:42 +00:00
drochner
68210160d1
add new brazilian-abnt2 keymap
2005-03-18 17:44:17 +00:00
drochner
fbbb6ddbed
add a keymap for brazilian "abnt-2" style keyboards,
...
submitted by Felipe Bichued per PM
2005-03-18 17:40:02 +00:00
shige
34be8773f6
Add OPENBLOCKS200 kernel.
2005-03-18 16:32:59 +00:00
bouyer
d0b115d1b9
Add PCI audio devices from i386/conf/GENERIC.
2005-03-18 16:32:33 +00:00
kleink
2a77702264
Make sure to declare functions with C linkage; should fix PR bin/29730
...
from Juergen Hannken-Illjes.
2005-03-18 16:11:14 +00:00
shige
a38e26c70d
Add sources for OpenBlockS200 (OpenBlockS S/R) machine.
2005-03-18 15:31:58 +00:00
christos
c50dc53d46
pam_self is "required" not just sufficient to authorize the Xserver.
2005-03-18 15:15:25 +00:00
yamt
712c784484
update usage() for agr(4). pointed by Thomas Klausner.
2005-03-18 14:30:08 +00:00
wiz
f2636e2d3d
Link to vlan(4) too, suggested by yamt.
2005-03-18 14:18:06 +00:00
shige
b55107dced
Rearrange codes for OpenBlockS266 machine.
2005-03-18 14:12:34 +00:00
shige
1a445aab8a
Remove MD codes from arch/powerpc/ibm4xx.
2005-03-18 12:56:59 +00:00
wiz
2fa6ad9b68
Bump date for agr; add agr(4) to SEE ALSO.
2005-03-18 12:43:56 +00:00
wiz
ee45da6455
Some minor English improvements.
2005-03-18 12:42:47 +00:00
tsutsui
a9a45cb796
Fix __KERNEL_RCSID.
2005-03-18 12:34:17 +00:00
bouyer
c18aecbd9d
Note Xen devices.
2005-03-18 12:08:25 +00:00
kleink
363c26d4ba
Interpose cancellation points in pollts() and pselect(), bringing us
...
to libc.so.12.127 and libpthread.so.0.6.
2005-03-18 11:23:44 +00:00
bsh
25645b8f42
modify comments for clarity.
...
Original comments made several people misunderstand that the comment
says kernel's pagetable is at 0xa0004000. What the comment says is
about RedBoot's pagetable.
2005-03-18 11:22:23 +00:00
cube
08498f7926
In xennet_ioctl, we need a declaration for sc when debugging macros are
...
active. Reported on current-users by Teemu Rinta-aho.
2005-03-18 11:15:40 +00:00
yamt
5240b887db
add agr(4), a pseudo network device driver for link aggregation.
2005-03-18 11:11:50 +00:00
wiz
a9befaa6d5
Bump date for mtocl, cltom removal.
2005-03-18 11:02:40 +00:00
wiz
8f2b73e81d
Fix typo introduced in previous.
2005-03-18 11:01:53 +00:00
yamt
a757217af7
add agr.
2005-03-18 11:00:46 +00:00
yamt
e087565b66
remove cltom and mtocl. they've gone away long time ago.
2005-03-18 10:57:18 +00:00
tron
f7981f3656
Update XFree86 Information.
2005-03-18 10:10:50 +00:00
bsh
d608de2069
include <bsd.obj.mk> to teach make the rules for OBJDIR names.
...
This is to fix a problem on compiling gzboot with BUILDID defined
(by build.sh -B BUILDID).
2005-03-18 08:50:07 +00:00
atatat
64dd54edba
Use regexes instead of static lists of annoying numbers to recognize
...
sysctl nodes that have "helpers". This is more concise, imho more
easy to understand, and has the added bonus of making it *possible* to
assign helpers to dynamically numbered nodes.
2005-03-18 04:52:24 +00:00
lukem
6ac207736c
Fix core dump when doing
...
mount fileserver:/somepath
by not passing a NULL pointer to getfsfile(3).
(Bug was introduced in rev 1.74 as part of fix for PR 28644.)
2005-03-18 04:24:35 +00:00
hubertf
be04a114e9
Bump PKGTOOLS_VERSION to today's date to allow telling in which version
...
PR 24744 was fixed (affects lib/ftpio.c).
2005-03-18 00:12:35 +00:00
hubertf
fdbe9a372b
Address PR pkg/24744 by Jarmo Jaakkola <jarmo.jaakkola@iki.fi>:
...
* ftp.fi.netbsd.org returns "257" in return to a "cd" command, accept that
(in addition to 250 and 550). Seems to be allowed per RFC 959.
* Make buffer for reply bigger (not too big, as it may hit performance).
2005-03-18 00:01:11 +00:00
bouyer
23b38e8659
Convert to ether_ioctl(), and claim IFF_SIMPLEX | IFF_MULTICAST.
...
This allows IPv6 on NetBSD domU.
2005-03-17 22:30:17 +00:00
kleink
08c05709a3
Pull in <sys/select.h> (XPG>=4.2, POSIX>=2001).
2005-03-17 20:51:00 +00:00
kleink
54e5574ccd
We have pselect(2) now; the local wrapper is no longer necessary.
2005-03-17 20:48:50 +00:00
kleink
ac37001e7f
As observed in other modules, pull in <sys/queue.h> explicitly rather
...
than relying on namespace pollution to do so.
2005-03-17 20:40:42 +00:00
kleink
513c158344
A couple of <sys/select.h>-related changes:
...
* Factor out struct selinfo and its header dependencies into its own header,
<sys/selinfo.h>, to avoid namespace pollution.
* Include <sys/selinfo.h> in user-visible headers where necessary.
2005-03-17 20:39:17 +00:00
tron
878fa2f707
Replace hardcoded "/var/run/named.pid" with ${pidfile}.
2005-03-17 18:44:09 +00:00
jwise
f579845294
Lint warning police -- don't use `//' for comments in C code.
2005-03-17 17:23:21 +00:00
jmc
9411ed143e
Can't depend on shell scripts being executable from CVS. Preface mkimg.sh with
...
${HOST_SH}
2005-03-17 16:45:50 +00:00
bsh
a5d9dab3e0
Switch kernels for Lubbock and TwinTail to use pmap_devmap to map
...
I/O registers that are used in early start-up stage. Also stop using
special bootstrap-time-only bus_space_map function in {lubbock,g42xxeb}_machdep.c.
This makes initarm() for them a bit simpler, and gives us smaller diffs
to other evbarm platforms.
2005-03-17 16:22:56 +00:00
rafal
08bbc8e180
Fix typo in HW checksum code -- check for TCP & UDP HW checksumming being
...
enabled rather than TCP twice.
2005-03-17 15:51:28 +00:00
bouyer
9af95b6ee2
Protect various IRQ and event allocation/deallocations with splhigh().
...
Print the IRQ used for debug and misdirect events.
2005-03-17 15:32:38 +00:00
bouyer
b3b63c9707
print the IRQ used by the domain controller.
2005-03-17 15:31:17 +00:00
bouyer
3307398997
When handling a defered event, unmasking it isn't enouth, we also need to check
...
if the corresponding bit needs to be set in evtchn_pending_sel, and eventually
force an upcall (if we got a second event when this one what being handled).
For now to this by calling hypervisor_enable_irq(), this could be rewritten
in inline assembly by someone knowing enouth about i386 assembly :)
2005-03-17 15:30:45 +00:00
bouyer
02e969d512
Avoid loosing upcalls in stipending() by checking evtchn_upcall_pending
...
with upcalls unmasked.
2005-03-17 15:26:06 +00:00
wiz
94d7785870
Bump date for new NOTES section.
2005-03-17 12:55:26 +00:00
yamt
0c03ee5404
vlan_input: add a missing EVL_VLANOFTAG in the case of hw offloading.
2005-03-17 10:33:28 +00:00
kleink
e9705ca517
Rename select argument to selectfn to avoid a shadowing warning.
2005-03-17 10:18:22 +00:00
kleink
f62b22c92b
Remove already #if 0'ed getipnode*() prototypes and related definitions;
...
we are not going to ship those.
2005-03-17 10:16:14 +00:00