pooka
8a7a4b8184
Add a simple example of how to use rump networking facilities.
...
This just contacts www.NetBSD.org, does GET / and displays the
result.
It either uses the host kernel socket provided PF_INET or the kernel
TCP/IP stack running in userspace (via if_virt and /dev/tap),
depending on the libraries it's linked with.
(not built yet, as I need to commit some more bits from my local
tree for it work)
2008-10-14 00:56:24 +00:00
pooka
65f822a3e5
Make the "something random" ethernet address ETHER_IS_LOCAL
...
(address assignment probably needs some more work if we want to
support multiple interfaces).
hat tip to Quentin Garnier
2008-10-14 00:50:44 +00:00
mrg
6fa3737bb8
since the Makefile creates stuff in (objdir) ./ldscripts/ and then
...
later deletes it, move the kmodule ldscript into 'xldscripts' and
deal with it from there.
fixes build issues where src/gnu/usr.bin/binutils/ld/ldscripts went
missing as reported by at least 2 people so far.
2008-10-13 22:36:55 +00:00
pooka
5ca4322cea
Add tcp debugging as a build option.
2008-10-13 22:24:06 +00:00
pooka
e6b645ca82
Dear diary: an ethernet address with 0x01 set in the first octet
...
is an ethernet multicast address. TCP does not like ethernet
multicast addresses.
2008-10-13 22:05:15 +00:00
cegger
68e6aa3a03
print features4: cpuid fn80000001 %ecx on AMD CPUs.
2008-10-13 21:11:46 +00:00
apb
76b1d72406
Update lists of options (sync with i386/boot(8) man page).
2008-10-13 20:41:21 +00:00
apb
c042908183
Update MI boot(8) man page from i386/boot(8)
2008-10-13 20:40:52 +00:00
apb
055794e083
Update i386/boot(8) man page:
...
* Explain that the native boot protocol sets flags in boothowto,
while multiboot passes args as strings.
* Add missing option letters.
* For each option letter, say which flag it sets in boothowto.
* Describe the "load" and "multiboot" commands.
* Xr multiboot(8).
* Some chnges in wording.
2008-10-13 20:40:25 +00:00
pooka
4a2061c973
POOL_INIT -> pool_init
2008-10-13 19:44:21 +00:00
pooka
1c4adfb91b
award unlimited sbsize rlimit
2008-10-13 19:41:13 +00:00
cegger
26997ceaa5
Add cpuid 0x80000001 %ecx features flags. Rename CPUID_MASK4 to CPUID_INTEL_MASK4 for consistency with new CPUID_AMD_MASK4
2008-10-13 19:14:53 +00:00
kleink
d0ec02536d
tz{code,data}2008h out; tzdata2008h in.
2008-10-13 19:11:49 +00:00
kleink
25b8dd8b9d
Import tzdata2008h.
2008-10-13 19:09:14 +00:00
apb
59b0ced7eb
Add missing TOOL_* variables to bsd.sys.mk and document them in
...
bsd.README. Previously, several of these variables were present in
bsd.own.mk but not in bsd.sys.mk or bsd.README.
2008-10-13 18:24:21 +00:00
apb
bdcb00dc94
Remove references to TOOL_BEBOXELF2PEF and TOOL_BEBOXMKBOOTIMAGE,
...
which were obsoleted in May 2008.
2008-10-13 18:23:47 +00:00
pooka
c4be8eb459
regen: properly create weak references to sys_foo()
2008-10-13 18:17:43 +00:00
pooka
0473281d9b
rump_enosys() is autogenerated into rump_syscalls (makes things
...
actually work)
2008-10-13 18:17:07 +00:00
pooka
3a64aae825
Fix previous: weak symbols work so much better if they are exported
...
from the object as weak symbols...
There's also something to be said about "cosmetic" tweaks after
testing, but I do think I'll bother.
2008-10-13 18:16:33 +00:00
dyoung
47db387b04
Do not descend into docs/ unless MKDOC != no.
2008-10-13 18:11:54 +00:00
dyoung
5e0c4c784c
Per uwe@'s suggestion, build nbgroff under wider circumstances.
...
I choose to build it if MKDOC != no or if MKHTML != no. It used
to be built only when MKMAN != no.
2008-10-13 18:11:15 +00:00
pooka
c65f514a40
Add uid_init() I managed to miss earlier.
2008-10-13 18:03:53 +00:00
bouyer
1c69cc93b9
Jumbo frames is supported.
...
Note new default values for interrupt mitigation counters.
2008-10-13 18:02:43 +00:00
bouyer
49f5440bbe
Add support for jumbo frames.
...
Some performances tweaks (including better defaults for interrupt mitigation)
2008-10-13 17:57:32 +00:00
cube
196dd1446e
Treat .man.pre files just as regular .man files, that's what is done in the
...
package itself anyway.
2008-10-13 16:38:52 +00:00
pooka
d10342d64b
regen - weak aliasing for default syscall
2008-10-13 16:25:52 +00:00
pooka
cf05fbf706
Weak alias all rump system calls to rump_enosys()
2008-10-13 16:25:12 +00:00
pooka
42349670d9
add rump_enosys()
2008-10-13 16:20:09 +00:00
apb
bbaac8b3bb
In bsd.sys.mk and bsd.own.mk, sort lists of TOOL_* variables.
...
In bsd.README, document all TOOL_* variables that are set in bsd.sys.mk.
There are several TOOL_* variables that are set in bsd.own.mk, but not
set in bsd.sys.mk and not documented in bsd.README.
2008-10-13 15:29:22 +00:00
joerg
019af4c028
Intel Tempest can use ichlpcib as well.
2008-10-13 15:10:51 +00:00
dholland
96ee89a3c5
Fix wrong memset; PR bin/39733 from Henning Petersen.
2008-10-13 14:00:37 +00:00
dholland
866d811ed8
Fix reversed test in connection with combining -i and -l. If some
...
packets have already sent because of the preload count handling, we
shouldn't start off by sending another one right away. The reversed
test causes ping6 to wait one interval before sending anything at all
if you don't use -l. PR bin/39732.
2008-10-13 13:47:35 +00:00
sborrill
f99598bbf5
Ensure optional MTRR sections are built if MTRR is enabled (missing #include
...
"opt_mtrr.h").
Fix build due to changes in revision 1.4 of sys/arch/x86/include/mtrr.h
2008-10-13 12:49:07 +00:00
pgoyette
54a63b92b0
Fix up the bus-independant probe code. Patch from njoly@
2008-10-13 12:44:46 +00:00
blymn
f4f3894a02
DMA fixes thanks to rtr & skrll
...
Don't set tsf in auth, this stops firmware errors on WPA renegotiation
Various other tweaks that the linux driver seems to have that we did not
2008-10-13 12:41:45 +00:00
blymn
b7f2d89842
Correct beacon structure
...
Add scan abort command
Add TX status codes from FreeBSD driver
2008-10-13 12:39:26 +00:00
nakayama
b940ad18f1
Avoid local include.
2008-10-13 12:34:56 +00:00
nakayama
af71e728d1
Remove unnecessary includes.
2008-10-13 12:25:22 +00:00
pgoyette
f8f4f1a3da
Update to add i2c bus attachment
2008-10-13 12:22:06 +00:00
pgoyette
de1c521703
Add lm0 at iic?
2008-10-13 12:20:37 +00:00
pgoyette
fffe1c84a7
Remove duplicated copy of the file - no idea where it came from.
2008-10-13 11:16:00 +00:00
pooka
28f7a87951
Provide psignal() so that we don't get linked against psignal(3).
...
As there is no real process model currently, just "trap" the signals
appropriately.
2008-10-13 11:14:14 +00:00
rtr
164000e15a
add reachover for xf86-video-r128
2008-10-13 11:12:33 +00:00
rtr
48d2448671
add -I${DESTDIR}${X11INCDIR}/X11/dri to CPPFLAGS if DRI is enabled it
...
is needed but not added where DRI=yes is set so do it here
add ${X11FLAGS.EXTENSION} to CPPFLAGS since many of the drivers build
options depending on extensions enabled.
2008-10-13 11:11:35 +00:00
wiz
d2d98e300e
Bump date for previous.
2008-10-13 10:38:43 +00:00
sborrill
fb8bc8a9cf
Print actual maximum amount of MTRRs configured
2008-10-13 10:27:10 +00:00
is
2e6f2566cb
The firmware URL changed.
2008-10-13 10:07:24 +00:00
is
93d402c342
Load firmware from .../firmware/stuirda, not ../uirda, to avoid confusion.
2008-10-13 10:01:24 +00:00
wiz
86f5ab01f4
Sort sections. Improve grammar. Short NAME and lengthen DESCRIPTION.
...
Use \*[Lt] and \*[Gt] for better HTML output.
2008-10-13 08:39:27 +00:00
wiz
454fce8400
Drop trailing whitespace. Sort supported hardware.
...
Put RCS Id at top. Sort SEE ALSO.
Comment out loader.conf(5) section.
2008-10-13 08:33:04 +00:00