Commit Graph

205895 Commits

Author SHA1 Message Date
christos
1dcb02d8c7 remove casts 2011-10-07 16:30:17 +00:00
plunky
6d2e84eb2c install bsd.lua.mk into DESTDIR 2011-10-07 16:29:40 +00:00
plunky
8b59e8109b Add a bsd.lua.mk for building Lua modules 2011-10-07 16:25:37 +00:00
joerg
26b851df1f Fix off-by-one error and simplify at the same time. 2011-10-07 13:39:33 +00:00
mbalmer
947c965b88 Refer to X11R7. 2011-10-07 10:52:31 +00:00
joerg
70f70a6342 Simplify. 2011-10-07 10:50:01 +00:00
joerg
02eb62396f Simplify 2011-10-07 10:46:29 +00:00
joerg
9184fcb3a1 Simplify. 2011-10-07 10:42:54 +00:00
joerg
debc234b9f Optimise by simplifying. 2011-10-07 10:38:02 +00:00
joerg
0b2dbbfed6 Use __dead 2011-10-07 10:30:21 +00:00
joerg
26c79d78b3 Simplify 2011-10-07 10:14:22 +00:00
joerg
32ffffe1af Fix under-allocation-by-one 2011-10-07 10:06:39 +00:00
joerg
f843de8680 Simplify. 2011-10-07 09:56:15 +00:00
hannken
34f54c83be As vnalloc() always allocates with PR_WAITOK there is no longer the need
to test its result for NULL.
2011-10-07 09:35:04 +00:00
wiz
726006876b Remove trailing whitespace. Sort sections. New sentence, new line.
Break to about 80 characters per line.
2011-10-07 09:22:53 +00:00
mrg
e8dd307ab6 remove NETBSD_LIBGCC_SPEC that is no longer necessary with ligcc
already doing pic code properly.
2011-10-07 09:16:27 +00:00
mrg
4a9d1308c3 obsolete libgcc_pic and friends. all libgcc's are supposed to be pic
for platforms with shlibs already (and are.)

this obsoletes our hacks for the libgcc specs to use libgcc_pic, and
fixes a couple of other issues reported to me directly.
2011-10-07 09:15:21 +00:00
rkujawa
d8a2eb81da Update to reflect p5pb(4) changes. 2011-10-07 08:46:34 +00:00
rkujawa
1190cfb430 Added experimental support for CV64/3D PCI bridge to p5pb(4). Approved by phx. 2011-10-07 08:44:21 +00:00
mrg
bffbba31b4 fix the sendmail, mailerconf and atf checks to use ${DEST_DIR}.
add a note about this to the top of the file.
2011-10-07 02:07:56 +00:00
jmcneill
cb94089f32 Add HDMI/DP codec ID found on NVIDIA GTX 550 Ti 2011-10-06 22:25:00 +00:00
jmcneill
6a875f54fe regen 2011-10-06 22:13:50 +00:00
jmcneill
8ef7916289 add GeForce GTX 550 Ti 2011-10-06 22:13:35 +00:00
christos
adc9c9a3d6 Provide symbol definitions for environ and __progname. These are duplicate
definitions to the ones provided by csu, but harmless since the linker resolves
them. There are 3 non weak data symbols provided in crt0.o:

    D __progname [initialized data, assigned to ""]
    B __ps_strings [BSS since assigned to 0]
    C environ [common, uninitialized]

__ps_strings had already a second definition in libc (in BSS), now we added
__progname and __ps_strings (in BSS).

To get rid of the duplicate definition, we can remove them from csu, and
move the assignments to libc.

This is done so that libc has no undefined symbols so that linker maps
that want to do:
    ...
	local:
		*;
    ...
don't end up producing link failures for libc.
2011-10-06 20:31:41 +00:00
christos
9924597a17 Include limits.h to get PTHREAD_KEYS_MAX, and move its definition there. 2011-10-06 16:03:48 +00:00
christos
d69c1b55d9 Fix pthreads variables:
- Add missing stuff from Issue 6 (some of it commented out)
- Fix _POSIX_THREAD -> PTHREAD variable confusion
- Amend PTHREAD_KEYS_MAX to 256 since this is what libpthread defined internally
2011-10-06 16:02:52 +00:00
jruoho
57a4eb9fea Like the comment says, also MSR_IA32_EXT_CONFIG is unsafe; use rdmsr_safe().
Fixes the panic reported by njoly@.
2011-10-06 14:05:26 +00:00
sborrill
91b69c9f1d Bump version number to 20111006 2011-10-06 13:06:14 +00:00
sborrill
c8be037fd1 Provide function in libiscsi to return the compile-time limit on number of
targets. Use this function in the initiator, to ensure that the same limit
is used throughout (i.e. stop you attempting to compile the initiator with a
different limit to the library - the initiator uses the library for most of
its functionality).

If truncating the number of targets in the initiator, truncate it to the
correct amount, not half of what it should be.

Obey RFC3720 when determining targets. SendTargets=All MUST be supported
on a discovery session, and MUST NOT be supported on an operational session.
Previously, SendTargets=All was used both in the initial discovery session
and the later session. (from Daisuke Aoyama - author of istgt).
2011-10-06 13:05:28 +00:00
wiz
5dbc169dd3 Install i2cscan(8). 2011-10-06 12:38:57 +00:00
uebayasi
5590d34021 Correct pagermap emergva allocation. From yamt@.
Tested by building i386 kernel with DTRACE defined which died 100%.
2011-10-06 12:26:03 +00:00
he
3036739309 The crmfb device does not depend on iic; i2cbus and i2c_bitbang is
sufficient, says jmcneill@
Fixes a build problem for (at least) the GENERIC32_IP3x kernel.
2011-10-06 12:25:42 +00:00
wiz
ed0c37a1b4 Add man page for review. 2011-10-06 11:13:45 +00:00
wiz
7caa96aa36 Sort SEE ALSO. 2011-10-06 11:05:42 +00:00
wiz
6df1df0810 Remove superfluous Pp. 2011-10-06 08:59:01 +00:00
mrg
92461b24a3 enable building/installing audiocfg(1). ok jmcneill. 2011-10-06 07:38:54 +00:00
mrg
8f93e1bd21 remove a check against uvmexp.ncolors that is done inside uvm_page_recolor()
already anyway.
2011-10-06 06:56:29 +00:00
mrg
1fcd5ac5bc make struct page_size_map consistent across DEBUG/!DEBUG kernels. 2011-10-06 06:55:34 +00:00
jruoho
c28242299e Xref kcpuset(9). 2011-10-06 05:24:41 +00:00
jruoho
6f8d5ab1c7 Add kcpuset(9). Ok rmind@. 2011-10-06 05:23:39 +00:00
macallan
3d6ab01ea4 fix pasto, now SIOCS80211NWKEY and SIOCG80211NWKEY actually work 2011-10-06 03:19:32 +00:00
njoly
07e6e433cf Fix lint unrelated "set but not used" warning, to unbreak test. 2011-10-05 21:30:50 +00:00
njoly
39878e9e30 Remove extra space. 2011-10-05 20:39:24 +00:00
njoly
2695ecca0a Include sys/syslog.h for log(9). 2011-10-05 20:37:40 +00:00
apb
790ba6ca6f revert revision 1.291. log(LOG_WARNING) is not strictly more
noisy than printf().
2011-10-05 14:28:08 +00:00
macallan
b788a760c4 forgot SIOCG80211NWKEY32 when adding SIOCS80211NWKEY32 2011-10-05 14:17:41 +00:00
apb
801a1f525e When pipe1() calls pipe_create() and it fails, use the error
result from pipe_create(), don't assume it will always be ENOMEM.

From PR 45423 by Greg Woods.
2011-10-05 13:30:24 +00:00
apb
10ab3e6be4 s/null terminate/NUL terminate/ in a comment.
From PR 45422 by Greg Woods.
2011-10-05 13:24:09 +00:00
apb
93dc43bb50 When killing a process due to RLIMIT_CPU, also log a message
with LOG_NOTICE, and print a message to the user with uprintf.

From PR 45421 by Greg Woods, but I changed the log priority (the user
might think it's an error, but the kernel is just doing its job) and the
wording of the message, and I edited a nearby comment.
2011-10-05 13:22:13 +00:00
christos
790e94dff8 Merge duplicate information. 2011-10-05 13:15:30 +00:00