christos
df473aee24
PR/47540: Felix Deichmann: DSA keys can only be 1024 bits.
2013-02-07 19:32:19 +00:00
gdt
6f1fda1efd
Remove spurious \ from last line of __link_set_decl macro.
...
The next line is blank, so this was not actually causing a problem.
But, removing that blank line would lead to odd lossage.
(From Richard Hansen of BBN.)
2013-02-07 18:53:34 +00:00
christos
a6b0cd16cd
commit the new man page.
2013-02-07 17:30:08 +00:00
christos
29d394bb59
new man page
2013-02-07 16:54:53 +00:00
christos
0e9a2dbd88
one more page
2013-02-07 16:48:28 +00:00
christos
984789e59f
We always have a valid mtree file, so always specify -M
2013-02-07 16:27:41 +00:00
macallan
d7b324ecea
mention hardware acceleration for cgfourteen/sx
2013-02-07 16:22:16 +00:00
macallan
4a96c3ec6f
add sx at mainbus
2013-02-07 16:19:15 +00:00
macallan
f4a02ceff0
- implement buttom-up copies in cg14_bitblt() so scrolling down works now
...
- use more registers when copying
- use hardware to draw the cursor
- use putchar() for horizontal scrolling since byte-wise overlapping copy
ops wouldn't be any faster anyway
2013-02-07 16:14:30 +00:00
msaitoh
cb7db13c1c
Fix RAL_TABSIZE for ICH8, 82576, 82580 and I350.
2013-02-07 15:38:42 +00:00
tron
b981f2c3d3
Don't crash if "flock" is used to lock a file descriptor e.g. via
...
"flock --nb 8".
2013-02-07 13:57:40 +00:00
macallan
aa178e99e1
build altivec support on powerpc
2013-02-07 13:33:50 +00:00
apb
819da78f2e
Abort on error from prop_dictionary_augment.
2013-02-07 13:21:34 +00:00
apb
acc2342d2c
Avoid dereferencing NULL. Coverity CID 275201.
...
Also fix a typo in previous: !== should be !=
2013-02-07 13:20:51 +00:00
apb
2f2c48e223
Don't pass NULL to prop_dictionary_set.
...
Coverity CID 275196.
2013-02-07 12:04:01 +00:00
apb
beb9ef8fe5
Don't call prop_distionary_make_immutable on a NULL pointer.
...
Coverity CID 275179.
2013-02-07 11:24:15 +00:00
apb
bf5fabe51d
free(bbp) in error paths. Coverity CID 274748.
2013-02-07 11:00:59 +00:00
apb
392ef41021
getrawpartition(3) may fail, so call it only once and test for failure.
...
Coverity CID 274527.
2013-02-07 10:44:45 +00:00
msaitoh
b1389392b6
Skip 64bit BAR correctly. I don't know if this bug causes a real problem.
2013-02-07 02:10:18 +00:00
christos
64ccf8daf2
merge d flag.
2013-02-07 01:24:04 +00:00
matt
38a95c84fa
orrne wants 3 registers
2013-02-07 01:20:29 +00:00
christos
698fd2d87e
- use dest instead of DESTDIR
...
- factor out pax usage, and make it use only the first word from the sets
2013-02-07 01:07:41 +00:00
macallan
328b697b0f
add SX_ROP instruction
2013-02-06 20:39:03 +00:00
christos
f496c772c6
reorg and add missing file.
2013-02-06 17:03:51 +00:00
christos
ed82bc80db
merry belated x-mas.
2013-02-06 16:37:20 +00:00
christos
c5e748dd3a
fix broken logic:
...
- poll can return EINTR, it is not restartable like read/write
- check poll return
- it does not make sense to check readyfd() is nready < 0
- check read return
- always call Job_CatchChildren, it is harmless
- short circuit scanning of the poll array if we got all the ready descriptors
2013-02-06 16:36:01 +00:00
hannken
c79f581459
Lookup the block device mounted on from the specfs_hash table.
...
This doesn't belong here but makes it possible to pullup.
Fixes PR kern/47020 (fss(4) panic)
2013-02-06 09:33:16 +00:00
hannken
e48a44a0d4
Take fss_device_lock first when closing a fss device.
...
Fixes PR kern/47514 (Multiple dump -X triggers kernel panic in fss_ioctl)
2013-02-06 09:29:46 +00:00
hannken
2242432b52
Test taking a snapshot from a stressed file system.
...
Checks snapshot meta data only with fsck.
OK: Antti Kantee <pooka@netbsd.org>
2013-02-06 09:05:01 +00:00
matt
7d29a57a1a
gcc will supply -Wa,-eabi=gnu so don't include. Use -mabi=apcs-base, not atpcs
2013-02-06 07:19:19 +00:00
matt
f35a96a42a
Modify earm rule to match any machine_arch starting with earm.
2013-02-06 07:18:15 +00:00
macallan
afd2d65f39
use SX for basic hardware acceleration
...
not quite complete yet but good enough to be useful
missing things include:
- backwards blits
- ROP support
- the cursor is still drawn by software
2013-02-06 04:10:54 +00:00
macallan
d211f15b2f
fix typos, deal with hardware insanity
2013-02-06 04:06:29 +00:00
matt
6c17c16f94
build the armv5t, armv6 and armv7 kernels for earm but only the v6 and v7
...
for earmhf.
2013-02-06 01:31:55 +00:00
christos
a5cb6d21a6
Don't create a crippled mtree with no hashes. We have hash support in
...
libcompat, use it. If that breaks cross-compilation, we'll fix it.
2013-02-06 01:01:48 +00:00
christos
963f4e0c4d
Create full sets using mtree from the flists (not just filenames).
2013-02-06 01:01:12 +00:00
christos
0730293fd3
- dlopen(3) errors should be printed with dlerror(3) so we get the reason the
...
module link failed, instead of printing "Undefined error 0".
- don't print free'd variable on error, restructure so that we free at the
end and print the consistent name of the path dlopened.
2013-02-05 23:47:42 +00:00
christos
f46231caba
bump libcrypto and libssl
2013-02-05 23:42:21 +00:00
christos
ffecf7319c
bump and add extra file
2013-02-05 23:38:46 +00:00
matt
652e251354
Use the mrc form of the vmrs rX, mvfrX instruction to shut up gas.
2013-02-05 23:23:34 +00:00
macallan
47a52b9471
attach SUNW,sx early so cgfourteen can grab it right away and doesn't have
...
to play games waiting for it
2013-02-05 22:03:16 +00:00
macallan
3e1deca6c5
don't skip SUNW,sx - we've got a driver now
2013-02-05 21:53:45 +00:00
macallan
3b60920a22
attachment and initialization for SX
2013-02-05 21:52:48 +00:00
macallan
8c5cfad34f
throw out RASTERCONSOLE goo
2013-02-05 21:45:39 +00:00
christos
5fcdfd7320
new openssl.
2013-02-05 21:35:18 +00:00
christos
523f268b9f
merge changes
2013-02-05 21:31:23 +00:00
matt
4b5bef3f0b
If compiling with apcs-gnu or atpcs ABIs, supply -mabi=gnu to gas.
2013-02-05 19:29:13 +00:00
christos
85e90c0ff3
regen
2013-02-05 19:21:27 +00:00
christos
44ce355adb
regen!
2013-02-05 19:18:41 +00:00
christos
340218d9b9
import 1.0.1d for http://www.openssl.org/news/secadv_20130204.txt
2013-02-05 19:04:09 +00:00