Commit Graph

174213 Commits

Author SHA1 Message Date
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
wiz
af2c2b73f3 Don't use unicode in usage.
Noted by Anon Ymous.
2008-10-12 20:49:43 +00:00
hubertf
b6f7c9c3ef For libXaw backward compat links, replace "hardlink to symlink" by "symlink
to symlink" and thus make building on both NetBSD and Linux work again, see
my postings to current-users@ on the problem[1][2].

[1] http://mail-index.netbsd.org/current-users/2008/09/30/msg004940.html
[2] http://mail-index.netbsd.org/current-users/2008/09/30/msg004941.html
2008-10-12 20:20:49 +00:00
martin
e1ae3c4114 Move printing of the "polling" message at attach time out of the wrong if
scope, so that it is actually printed even in non-error cases.
Suggested by jmcneill.
2008-10-12 19:01:01 +00:00
pooka
123cb9861c Add callout inits which I managed to not commit earlier with the
rest of the callout stuff.

problem noticed by Arnaud Ysmal
2008-10-12 18:52:56 +00:00
apb
984db960fe Try to improve warning messages when stage2 bootstrap is not found
in the root of the file systrem in which the installation is being
performed.

Inspired by PR 39728 by der Mouse
2008-10-12 16:03:27 +00:00
apb
d8a2ffd59a Try to improve documentation of the fact that the primary bootstrap is
specified using a file name on the running system, while the secondary
bootstrap is specified using a file name relative to the root of the
file systrem in which the installation is being performed.

Inspired by PR 39728 by der Mouse
2008-10-12 16:02:45 +00:00
plunky
1bd707dd19 ip6_pcbopts() is called with the socket lock held, use M_NOWAIT 2008-10-12 15:24:10 +00:00
plunky
452f1527b6 ip6_pcbopt() is in the ctloutput path, we should not
sleep here because socket lock is held. use M_NOWAIT
2008-10-12 15:12:17 +00:00
tls
383c324d74 Fix kernels without accf_data or accf_http. I'll modularize this better
on Monday, but this will get people building again while still removing
the silly dependency on INET.
2008-10-12 13:39:42 +00:00
pgoyette
eacec974a3 Add an i2c attachment for the LM78 family of temp sensor/fan control
Tested by Martin Husemann
2008-10-12 13:17:28 +00:00
pgoyette
a3cdedf605 Move the {read,write}reg() routine addresses into the dbcool_softc so
that we can use different routines for macppc's ki2c attachment.  Fixes
problems reported by Robert Fritzsche on current-users@ list.
2008-10-12 12:49:04 +00:00
plunky
76528ab801 convert ip6_[sg]etmoptions() to use sockopt(9) API
should be no functional change
2008-10-12 11:34:48 +00:00
bouyer
7940b74931 Fix reading MAC address from eeprom: don't forget to read the last
descriptor.
While there, white space fixes.
2008-10-12 11:27:12 +00:00
plunky
d2fcfe2b55 update ip_pcbopts() to use sockopt(9) API.
cleans up function and one small fix is that we now stop copying user
options to the mbuf when the _EOL is given, previously this function
would continue to copy options.
2008-10-12 11:15:54 +00:00
plunky
aa5a0c9b51 do not sleep while allocating memory, socket lock is held
(use ENOBUFS for failure)
2008-10-12 10:25:04 +00:00
plunky
dba87c3cd4 do not sleep while allocating memory here as socket lock is held 2008-10-12 10:23:18 +00:00
mrg
52f0cd9c9e switch to per-arch multilib.h since we now use them.
now, given a correctly populated /usr/lib/{i386,sparc} directory, you
can "cc -m32" on amd64/sparc64 and have it be useful.

note that a trivial copy of 32 bit /usr/lib will not work, since you
end up with symlinks to the 64 bit /lib.  work on that part is in
progress...
2008-10-12 10:08:13 +00:00
plunky
55e1b371a4 update to clarify that
sockopt_init() may sleep
	sockopt_set() will not sleep
2008-10-12 09:27:57 +00:00