apb
538f992a87
Add an unvis function and use it on file names in mtree specs.
...
This should correct the problem that ./bin/[ was missing from the
base.tgz set, despite being listed in src/distrib/sets/base/mi
and being present in METALOG. The corresponding entry in
METALOG.sanitised has ./bin/\133 instead of ./bin/[, and that made
join.awk omit it.
XXX: The unvis() implementation in join.awk handles only a subset
of the syntax, but it's probably good enough for now.
XXX: The file names should probably be canonicalised by
vis(unvis(name)), but at present none of the file names in the set
lists really need it.
XXX: It may be a bug that entries in the set lists without
corresponding entries in METALOG are silently ignored by join.awk.
2014-10-21 23:15:38 +00:00
martin
ad279af689
On architectures that have no BIOS (and so do not set a BIOS geometry)
...
we need to initialize the globals bsec, bcyl and bhead before using
them.
2014-10-21 18:19:17 +00:00
christos
2d22a4aaac
Revert previous; it does not work with COMPAT_BSDPTY, screen(1) fails because
...
it does a TIOCPTSNAME immediately after opening ptmx and finds an old style pty.
2014-10-21 16:05:01 +00:00
hikaru
62fa1e32f7
Fix wrong condition checking TSO capability.
...
ipsec_used is not necessary condition.
IPsec outbound policy will not be checked when ipsec_used is false.
2014-10-21 13:44:47 +00:00
slp
32bf72ea0a
Move and unify indirect block truncate algorithm into a separate function.
...
Reviewed by joerg.
2014-10-21 10:39:26 +00:00
macallan
50659c01c6
remove outdated comments
2014-10-21 09:07:07 +00:00
macallan
a68d04b633
RADEONFB_MMAP_BARS is no more
2014-10-21 08:48:20 +00:00
macallan
f3bbc7fb7a
get rid of RADEONFB_MMAP_BARS which hasn't been useful for years
2014-10-21 08:46:44 +00:00
jmcneill
f8c640e714
multicast hash filter support
2014-10-21 00:01:01 +00:00
mrg
f8d24b5299
regen for netbsd version fix. (actually, this seems to not
...
actually be necessary, it only fixes local comments to be
correct..)
2014-10-20 23:49:14 +00:00
matt
dad226824a
Set M_HASFCS does the frame does include the FCS in the length.
2014-10-20 23:41:46 +00:00
sjg
0b32bec31a
Use read and fwrite rather than fgets and printf when reading filemon data.
2014-10-20 23:22:57 +00:00
sjg
18f74f9db1
Extract broken tests
2014-10-20 23:21:11 +00:00
christos
d15a70e497
regen
2014-10-20 22:04:30 +00:00
christos
679907738e
sync with head of upstream to fix MacOS/X compilation and more.
2014-10-20 21:48:57 +00:00
jmcneill
62f80d4fe3
AllWinner -> Allwinner
2014-10-20 21:18:00 +00:00
jmcneill
231538d17a
add $NetBSD$ to top of files
2014-10-20 20:10:05 +00:00
martin
89ceaad022
Cosmetics - block interrupts while enabling different interrupt sources.
2014-10-20 20:08:01 +00:00
martin
25334ab4bd
For now the interrupt handler is not MPSAFE
2014-10-20 20:02:16 +00:00
martin
3caa32c32a
Consistently set the RX descriptors controll word - do not disable RX
...
interrupt and set chain mode. Now it does not run off the end of the
ring after 512 packets any more.
2014-10-20 19:51:40 +00:00
martin
3ac954793d
The RXINT bit is a RX interrupt DISABLE bit.
2014-10-20 19:49:34 +00:00
martin
3131c8606a
Cleanup debug code a bit.
2014-10-20 19:36:03 +00:00
jmcneill
7cf7aaca2c
support PL and PM CPUs-PORT pins on A31
2014-10-20 19:05:46 +00:00
jmcneill
9a3d860ae0
ensure software reset signal is de-asserted on A31
2014-10-20 19:04:22 +00:00
jmcneill
89aa8391db
add CPUs-PORT offset and PL/PM pin counts for A31
2014-10-20 19:03:30 +00:00
christos
957a755f31
re-enable the none cipher, now that it has been tested.
2014-10-20 18:14:37 +00:00
jmcneill
87c2c4cd46
add some recent Allwinner changes -- PMU (axp20x, axp22x), A31 SoC changes, P2WI driver, OTG support for A10/A20.
2014-10-20 17:46:33 +00:00
jmcneill
c19b872236
AllWinner -> Allwinner
2014-10-20 17:37:20 +00:00
jmcneill
199a00a5b3
get rid of VERBOSE_INIT_ARM
2014-10-20 16:35:07 +00:00
jmcneill
e5b0f45516
add AWIN_A31_AHB_GATING0_GMAC and A31 SDMMC pinsets
2014-10-20 15:34:04 +00:00
christos
21c3d04105
t_mcast is not a rump test (but should be).
2014-10-20 14:55:03 +00:00
roy
38d2e3f021
Remove the ability for userland to toggle IN6_IFF_TENTATIVE.
...
Preserve IN6_IFF_TENTATIVE when updating address flags.
2014-10-20 14:50:09 +00:00
christos
3c3b014425
simplify
2014-10-20 11:58:01 +00:00
christos
f694e9cab1
simplify.
2014-10-20 11:57:05 +00:00
martin
d18603332e
Try to make this buildable on big endian machines.
2014-10-20 10:31:32 +00:00
roy
81a505333d
Note import of openresolv-3.6.0
2014-10-20 09:13:07 +00:00
roy
60642c5bd8
Sync
2014-10-20 09:11:35 +00:00
roy
075ee3c188
Import openresolv-3.6.0 with the following changes:
...
* dnsmasq subscriber no longer moans if it hasn't written a pidfile
* Ensure that name_server_blacklist works for more than one option.
Thanks to Frederic Barthelery.
* unbound_insecure can disable DNSSEC for all domains processed.
* local_nameservers now defaults to
127.* 0.0.0.0 255.255.255.255 ::1
and is used instead of a hard coded list.
* Allow the disabling of resolvconf or optionally an individual
subscriber.
* Don't wait around trying to create a lock if we don't have
permission.
* resolv_conf_passthrough=NULL will update resolv.conf to match
only what is configured in resolvconf.conf and ignore any
interface configuration.
2014-10-20 09:09:53 +00:00
skrll
d5fd623ace
Note new date for version - this is the import date.
2014-10-20 08:37:30 +00:00
maxv
ca2674bc40
The userland namelen is size_t, but the kernel holds it in an int. The
...
sizeof(login) test implicitly interprets 'namelen' as unsigned, which
means that negative values get kicked anyway. Still this is fragile, so:
int -> size_t
2014-10-20 08:20:08 +00:00
skrll
a3245ac8c3
Reduce code a little. Reviewed by gimpy.
2014-10-20 07:13:27 +00:00
maxv
4ddff69ff4
Memory leak, triggerable from root only.
...
Found by my code scanner.
ok christos@
2014-10-20 06:56:38 +00:00
maxv
12c7ae02a5
Memory leak.
...
Found by my code scanner.
ok christos@
2014-10-20 06:41:51 +00:00
christos
343a8bbd30
- remove some more jpake remnants.
...
- try to fix umac; probably still broken on hosts that require strict
alignment, but it is still a start.
2014-10-20 03:05:13 +00:00
jmcneill
983a58da7f
add SDMMC1 SDMMC2 and SDMM3 for A31
2014-10-19 23:18:22 +00:00
jmcneill
83a611bae8
enable awge
2014-10-19 22:38:00 +00:00
jmcneill
81772cee61
add some hummingbird A31 motg pins
2014-10-19 22:37:08 +00:00
jmcneill
2e992c4f28
allow awge mac address to be overriden by uEnv bootargs; set awge0.mac-address=XX:XX:XX:XX:XX:XX
2014-10-19 22:34:55 +00:00
jmcneill
d4b3eb1571
if we read an insane mac address from the chip, dont attach
2014-10-19 22:31:33 +00:00
maxv
4202f47de3
Resource leak.
...
Found by my code scanner.
Tested by njoly@; ok njoly@ rmind@ on tech-kern@.
2014-10-19 17:33:58 +00:00