alnsn
0b0274e287
Adapt code to compile with -D_KERNEL.
2012-10-06 19:23:01 +00:00
alnsn
1f35320d1c
Add import notes.
2012-10-06 18:29:44 +00:00
alnsn
77d6837703
Initial import of sljit @ r175.
...
svn co https://sljit.svn.sourceforge.net/svnroot/sljit@r175 dist
2012-10-06 18:24:18 +00:00
wiz
b1203a9851
Make mandb path configurable. makemandb (and related tools) use
...
the path from the _mandb variable from man.conf now.
Set _mandb in man.conf to same value as was used before.
From Abhinav Upadhyay <er.abhinav.upadhyay@gmail.com>.
2012-10-06 15:33:59 +00:00
macallan
80e004118d
don't crash when we're not the console
2012-10-06 14:41:40 +00:00
christos
a6caf9ace8
regen
2012-10-06 14:38:06 +00:00
christos
ae92eb2a24
recognize apple bluetooth adapter in MacBook Air. (Ryo Onodera)
2012-10-06 14:37:41 +00:00
joerg
5af64d5574
PR 46978: ICE on spilling MMX registers
...
GCC/i386 has code to lower the required alignment for long long to 32bit
as the CPU doesn't need more. It is also using the same mode for setting
up the MMX registers and in turn, the stack slots reserved for spilling
require 32bit alignment. The actual vector types used keep the original
64bit alignment, so when the compiler wants to spill a MMX register, it
hits an assertion. Fix this by using the vector type as raw type for MMX
registers.
2012-10-06 14:10:46 +00:00
khorben
179e907bea
Regenerated with the proper RCS Id (thanks Bernd for noticing)
2012-10-06 12:05:58 +00:00
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