Commit Graph

213721 Commits

Author SHA1 Message Date
wiz
4d8d2d3c45 Revert my previous commit, I misunderstood the intention.
Noted by njoly.
2012-10-06 09:11:34 +00:00
jnemeth
ef04cc2567 Add some text to "Common Problems" about Open Firmware 3.x not
setting up the console and how to work around the problem.  This
is an initial stab at solving PR/35348 for NetBSD 6.0.  After 6.0
is released, a better solution can be done for 6.1.
2012-10-06 05:28:46 +00:00
matt
0f627165e8 Fix a cut&paste error with supersections. 2012-10-06 02:58:39 +00:00
matt
b3d739f2eb Always set IC for each receive descriptor.
Make sure to produce rx descriptors even if you stop at the end of the ring.
2012-10-06 01:30:46 +00:00
khorben
05c0e9d6d3 Added the device id for the Huawei EM770W 3G modem to u3g(4)
Confirmed to work on a WeTab

ok christos@
2012-10-05 22:04:56 +00:00
wiz
ff22935a2e Previous slightly more consistently. 2012-10-05 21:30:29 +00:00
wiz
624d8cd9d5 If you must use Pp with Ed, at least use it afterwards. 2012-10-05 21:28:38 +00:00
riz
4bd7901cd2 Some minor fixes, from Matthew Mondor in misc/46122 with adjustments. 2012-10-05 18:36:28 +00:00
njoly
1fd47d12e9 Fix indented blocks rendering with mandoc. Switch from .in unsupported
macro to .Bd/.Ed ones. While here kill some unneeded .Pp/.br macros.
2012-10-05 18:07:46 +00:00
njoly
66406026f3 Add missing close to display block, and add a paragraph break to
follow other similar blocks.
2012-10-05 18:03:54 +00:00
msaitoh
8edba753e8 RFC 5848 2012-10-05 16:15:45 +00:00
wiz
c4b7eb510b Sync usage with man page. 2012-10-05 09:18:08 +00:00
wiz
324794350b Fix typos; remove trailing whitespace; add missing options to SYNOPSIS. 2012-10-05 09:18:02 +00:00
wiz
519eb1daa9 Fix typo in comment. 2012-10-05 09:17:29 +00:00
matt
217fb08400 Disable support for bounce buffers 2012-10-05 06:04:43 +00:00
matt
321bb0974a Add vlan and bridge pseudo-devices 2012-10-05 06:04:17 +00:00
matt
d4732165f0 When setting a link address, don't bring up the interface automatically. 2012-10-05 04:26:06 +00:00
matt
8c4a1f6410 Modify setting of PROMISC flag. 2012-10-05 04:05:53 +00:00
matt
7d46fb3215 Fix setting of ethernet address.
Don't set HASFCS
2012-10-05 03:57:21 +00:00
matt
df84fbd6e0 Set IC after clearing flags.
Insert RCVOFFSET correctly.
2012-10-05 03:24:51 +00:00
matt
7b8c4de2e7 Make sure to set IC in receive descritors. Initial ET at end of ring.
Set INTRCVLAZY to collesce 10 packets or 1ms delay.
2012-10-05 02:48:36 +00:00
matt
2a10cecdfb Add fields for GMAC_INTRCVLAZY 2012-10-05 02:45:51 +00:00
matt
de73ca1c21 Make arm32_kvminit.o is complied with -fno-stack-protector 2012-10-05 01:39:45 +00:00
christos
b73d92b069 Implement FreeBSD's "nochange" keyworld which causes the existance of a
filesystem object to be checked but none of its attiributes.(brooks)
2012-10-05 01:31:05 +00:00
christos
23fe062937 Implement FreeBSD's "nochange" keyworld which causes the existance of a
filesystem object to be checked but none of its attributes. (brooks)
2012-10-05 01:30:36 +00:00
christos
1529f30b49 Encode literal global characters in files. Otherwise the results of
updating a directory using the resulting spec will be surprising.

See http://svnweb.freebsd.org/base/head/usr.sbin/mtree/test/test00.sh
for test cases.
(brooks)
2012-10-05 01:28:20 +00:00
christos
14b8803532 NetBSD needs <time.h> 2012-10-05 01:27:29 +00:00
christos
9e84d4e8c2 Implement FreeBSD's -f spec1 -f spec2 spec comparision function. This
is more useful than -C and diff because it highlights the keys that have
changed value so for example, you can see that the size of a file has
not changed but the contents have. (brooks)
2012-10-05 01:26:56 +00:00
christos
d07df9451a Allow uid and uname or gid and gname to both be printed while
preserving the behavior of falling back to [ug]id when the name is not
resolvable. (brooks)
2012-10-05 01:21:44 +00:00
christos
09b2a8d434 clarify seconds.09nanoseconds format (brooks) 2012-10-05 01:19:54 +00:00
macallan
3726c338fd get rid of gc_attr & allocattr() 2012-10-05 01:19:03 +00:00
christos
c80bcab895 add -j flag to indent directory blocks (from brooks) 2012-10-05 01:13:50 +00:00
macallan
49041e500d gc_attr is no more 2012-10-05 01:12:15 +00:00
christos
43c54169be add -q flag to silence warnings about symlinks to existing dirs (from OpenBSD
via brooks)
2012-10-05 01:05:14 +00:00
christos
0c2ce7c15d add -n flag to disable comments (brook) 2012-10-05 01:01:07 +00:00
christos
8a1488a16f account for differences in digest names 2012-10-05 00:59:35 +00:00
christos
661bb795fb our fts compare routine is less constified. 2012-10-05 00:58:46 +00:00
christos
3007bc41f2 explicitly include <sys/stat.h> 2012-10-05 00:42:00 +00:00
christos
dc074e0229 more const
check if we support SHA384 before using
(brooks)
2012-10-05 00:41:24 +00:00
christos
17d9400e73 remove dup extern (brooks) 2012-10-05 00:40:51 +00:00
dsl
9fb5a66c05 Remove references to VM86 from the amd64 kernel configs.
VM86 mode isn't supported while in long mode.
2012-10-04 21:23:45 +00:00
dholland
1ebcbda526 Improve previous change with better wording. 2012-10-04 19:28:36 +00:00
macallan
d55e837f75 defflag GLYPHCACHE_DEBUG 2012-10-04 19:09:20 +00:00
msaitoh
05a67a38f2 Fix udpcsum-rx bug on fragmented case this time.
- Fix the usage of a local variable for csum_flags.
  - It seemd that sometimes MVGBE_RX_L4_CHECKSUM_OK bit were set to 0
    even if the checksum is correct and the packet was not fragmented.
    So we don't set M_CSUM_TCP_UDP_BAD even if csum bit is 0.
2012-10-04 14:21:00 +00:00
macallan
b52a0c0509 support underlined characters
while there, make sure the glyph cache doesn't exceed 2048 lines since that's
the drawing engine's limit
2012-10-04 10:35:54 +00:00
macallan
8d95024a62 support underlined characters 2012-10-04 10:29:24 +00:00
macallan
f952894398 allow caching of glyphs with attributes other than the default
while there, also add support for underlined characters
2012-10-04 10:26:32 +00:00
macallan
5e521e6304 don't call allocattr() for the default attribute 2012-10-04 10:22:45 +00:00
matt
8a5c99fdc5 Ethernet driver for BCM53XXX (not quite working). 2012-10-04 00:14:24 +00:00
uwe
a855fb9e85 Fix fallout from 1.129 that converted sou::so_foo from unions to
pointers but missed (char *)&soup->so_foo => (char *)soup->so_foo in
mask_addr().  It worked by luck - unless it didn't: due to pointer
numerology on amd64 route add -net ClassC without explicit /24 prefix
length specification would result into /16 destination instead of /24.
2012-10-04 00:01:48 +00:00