wiz
5753d35ecf
Sort options in usage.
2015-03-22 22:39:05 +00:00
wiz
51041dd869
Sort options. Use An -nosplit in AUTHORS section.
2015-03-22 22:38:19 +00:00
wiz
e74dc903d0
Use An in AUTHORS section.
2015-03-22 22:35:08 +00:00
joerg
bcfe277c29
Mark as volatile, just to be sure.
2015-03-22 21:45:12 +00:00
martin
3884499e40
Use ta0 instead of t4 (so at least it compiles for all ABIs)
2015-03-22 20:32:08 +00:00
martin
0f9d79598b
Back -O3 optimization out for now - it did not fix the performance
...
differences to pkgsrc we see, but causes runtime fallout on e.g. sparc64
(just running "openssl" crashes with a SEGFAULT).
2015-03-22 20:29:04 +00:00
palle
6451d12f93
sun4v: Fixed bug in cpu_cache_info_sun4v() causing non-cache nodes to be processed - this should fix crashes on T2-based systems (e.g. T5120) when retrieving L2$ info during bootstrap. Tested by rodent@
2015-03-22 19:37:54 +00:00
palle
32713ed701
sun4v: added new function mdesc_name_by_idx() for retrieving the name of a node
2015-03-22 19:33:21 +00:00
jmcneill
4f1b45db2e
Add Amlogic RTC driver, from Anon Ymous
2015-03-22 17:28:22 +00:00
jmcneill
089a8f9d1d
Support interlaced modes.
2015-03-22 16:23:26 +00:00
tsutsui
3960313655
Don't forget to put /ofwboot into the image otherwise boot fails.
...
Should be pulled up to netbsd-6* and netbsd-7 branches.
2015-03-22 14:02:15 +00:00
jmcneill
6bd142becd
Use the hardware scaler to do overscan compensation. You can set the
...
scaling value as a percentage in two ways -- either as a kernel cmdline
parameter (fb.scale=<pct>) or at runtime with sysctl (hw.genfb0.scale=<pct>).
Setting scale=100 disables the scaler, any other value enables it. For
the cheap TV on my desk, scale=95 gives me a fully visible framebuffer.
2015-03-22 13:53:33 +00:00
ast
6ffaa22c57
Mention import of service(8) command from FreeBSD.
2015-03-22 12:48:18 +00:00
ast
f00f13ee2a
Make the usage appear more standard.
2015-03-22 10:24:48 +00:00
ast
04efec8469
Import a substantially modified service(8) command from FreeBSD to
...
manage rc.d scripts. This command is well known on most other Unixes
and should help soften the learning curve for Unix admins coming
to NetBSD.
2015-03-22 09:57:42 +00:00
ast
64fd4bb542
Appease various mandoc -Tlint warnings and update copyright while we're here
2015-03-22 09:45:50 +00:00
jmcneill
7ba4328bfa
Process /etc/modules.conf (if present) at startup, before securelevel is
...
raised, to allow module loading on ports without a module aware bootloader.
2015-03-21 19:10:43 +00:00
apb
b3f66a3d8a
Actually create the "done" files, and test them for existence.
2015-03-21 16:42:17 +00:00
martin
36c17f1650
Make more compile time options the same as the pkgsrc version
2015-03-21 15:56:54 +00:00
apb
2b56eacd4f
zoneinfo: Import tzdata2015b. [apb 20150321]
...
Also s/tzdata/tzcode in another line.
2015-03-21 15:54:11 +00:00
apb
5aa928701a
We have tzdata2015b.
2015-03-21 15:52:19 +00:00
apb
0ba7d01cae
Update tzdata2netbsd for tzdata2015b.
...
* Edit version numbers.
* Make the script deal better with being re-run multiple times. It
now keeps a status file for each non-trivial step, and doesn't repeat
the step if the sttaus file exists.
* Instead of spawning a subshell to resolve merge conflicts, print a message
and exit, with a suggestion to rte-run the script after conflicts
are resolved.
* Check whether there are any conflicts before trying to do anything
about conflicts.
2015-03-21 15:51:20 +00:00
apb
555a785a32
Import tzdata2015b from ftp://ftp.iana.org/tz/releases/tzdata2015b.tar.gz
...
Summary of changes in tzdata2015b (2015-03-19 23:28:11 -0700):
* Mongolia will start observing DST again in 2015, from the last
Saturday in March at 02:00 to the last Saturday in September at 00:00.
* Palestine will start DST on March 28, not March 27, in 2015.
* The 1982 zone shift in Pacific/Easter has been corrected, fixing a 2015a
regression.
* Some more zones have been turned into links, when they differed
from existing zones only for older time stamps.
* Correct the 1992-2010 DST abbreviation in Volgograd from "MSK" to "MSD".
* Changes affecting commentary.
2015-03-21 15:45:33 +00:00
riastradh
c1cdb89ea5
No, PQ_ANON is set only if owned by anon, not if loaned to anon.
2015-03-21 13:58:31 +00:00
martin
c734c5160b
In a "native" build, this file is postprocessed by a perl script and some
...
lines are changed into either #define SOMETHING or #undef SOMETHING,
but in our in-tree build it is installed verbatim - so comment out all
#undef parts, to allow our makefile fragments to freely -DSOMETHING
and not have it silently canceld here.
2015-03-21 13:35:48 +00:00
riastradh
04aeec6145
Address O->A loan case in comments, pointed out by chs@.
2015-03-21 13:28:32 +00:00
riastradh
258f7cb150
Elaborate on locking scheme and vm_page states.
2015-03-21 13:11:14 +00:00
isaki
ec31227c02
one more white space -> tab.
2015-03-21 05:50:19 +00:00
isaki
47f8b9c01c
Rewrite ilog2's test. PR lib/49745.
...
- Reorganize ilog2_basic to ilog2_32bit, ilog2_64bit and ilog2_const.
ilog2_const is compile-time test for __builtin_constant_p() part of
current ilog2() implementation.
- Remove fully meaningless ilog2_log2. So this part of PR misc/44767
is no longer present.
2015-03-21 05:32:07 +00:00
jmcneill
08f124e4e2
Basic framebuffer console support. Work in progress.
2015-03-21 01:17:00 +00:00
rmind
3250dbf286
npfctl:
...
- Fix the filter criteria when to/from is omitted but port used.
- Print more user-friendly error if an NPF table has a duplicate entry.
2015-03-21 00:49:07 +00:00
rmind
94da9a216b
NPF: replace the TAILQ of the dynamic rules with a linked list and fix the
...
inheriting of the active dynamic rules during the reload; also, fix a bug
in the insert path by putting a memory barrier in the right place.
2015-03-20 23:36:28 +00:00
jmcneill
89caa1f480
support 24bpp framebuffers
2015-03-20 21:55:46 +00:00
jmcneill
b9f35a65b7
add WSDISPLAY_TYPE_MESON
2015-03-20 21:42:31 +00:00
maxv
06b89b30f2
Zero-fill the ELF auxiliary vectors. Otherwise, on 64bit systems, the
...
padding between a_v and a_type contains kernel garbage, therefore
exposed to userland.
Original report by uebayasi@
2015-03-20 20:36:27 +00:00
mrg
4135f5d46d
copyright maintenance, note shm@ in the manual and update the CHANGES
...
for recent changes. call this 20150320.
2015-03-20 19:54:53 +00:00
mrg
bcc73e9553
don't quote /. it doesn't work. this should fix PR#49765.
2015-03-20 18:54:18 +00:00
riastradh
bfff803e84
Comments explaining UBC_* flags.
2015-03-20 15:41:43 +00:00
msaitoh
309d04c7f0
regen.
2015-03-20 14:27:06 +00:00
msaitoh
e2f2437079
Add MegaRAID SAS3108
2015-03-20 14:26:42 +00:00
riastradh
f97ad6c03c
Tweak wording.
2015-03-20 14:10:40 +00:00
riastradh
934b3616ba
Elaborate on how our ad-hack symbol versioning works. Tweak style.
2015-03-20 13:26:51 +00:00
riastradh
26ef86fddb
First draft of documentation for the libc symbol madness.
...
Currently describes only what we do, not why we do it.
2015-03-20 12:57:48 +00:00
msaitoh
d58067dc04
Add Intel C61x and X99 devices.
2015-03-20 12:01:32 +00:00
msaitoh
e4041d686a
regen.
2015-03-20 11:45:48 +00:00
msaitoh
3e74d29902
Add Xeon E5 v3 and C61x devices.
2015-03-20 11:45:28 +00:00
martin
2761de6892
Only use -fno-integrated-as for clang
2015-03-20 08:32:27 +00:00
skrll
67c64a4a76
Trailing whitespace
2015-03-20 07:57:27 +00:00
mrg
254c363ca7
don't take the device lock when stopping the uhidev. that calls
...
to abort and close pipes, both of which may take an adaptive lock.
fixes a LOCKDEBUG abort see on one particular machine.
2015-03-20 03:04:48 +00:00
matt
9fe99b8336
Remove extra )
2015-03-20 01:27:34 +00:00