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
wiz
7eae71285b
Bump date for previous, use Fx for FreeBSD.
2008-10-13 08:27:13 +00:00
mrg
f15b1cae6f
XXX: r200_tcl.c and radeon_tcl.c need -Wno-error on sparc64.
2008-10-13 03:19:08 +00:00
mrg
f4084919ef
catch up with share/ldscripts -> libdata/ldscripts.
2008-10-12 23:35:38 +00:00
christos
85db23df23
reallocate the correct amount. From Anon Ymous
2008-10-12 23:26:12 +00:00
mrg
8b825b9876
add X11SRCDIR.xf86-video-r128
2008-10-12 23:11:25 +00:00
pgoyette
72ef407c2a
Consistent use of softc member name - fixes build breakage from previous.
2008-10-12 23:07:32 +00:00
mrg
86340158d0
- install ldscripts on sparc64
...
- move ldscripts to /usr/libdata/ldscripts
2008-10-12 23:00:53 +00:00
pooka
fac4c8d11a
Add some shameful kludges for the vax build. Eventually I'd like
...
to use the native kernel machine directory, so don't waste too much
effort fighting this now.
2008-10-12 22:08:08 +00:00
pooka
77195e2b31
__cpu_simple_lock_t changed to unsigned char on arm kernels almost
...
two years ago. Catchup here also, although it seems nothing uses
acorn32 kernels with MULTIPROCESSOR.
2008-10-12 20:52:56 +00:00