christos
778f4384b4
PR/46757: Check for fetch_pkg_vulnerabilities unset first.
2012-07-31 09:23:09 +00:00
matt
84c8a9dbea
Only do the SA110 user register save workaround on kernel using SA110s.
2012-07-31 08:01:30 +00:00
wen
9288e60fcc
Added myself to the list of NetBSD Developers.
2012-07-31 07:49:45 +00:00
matt
5aeff47175
Add MON32 mode (just for completeness).
2012-07-31 07:39:56 +00:00
matt
decbfbbff1
Make trapframe/irqframe an even number of words (make adjustments for
...
the filler word).
Improve the comments in PUSH/PULL macros.
Use the armv6+ CPS instruction if we can.
2012-07-31 07:23:16 +00:00
matt
24fbba2dbf
If we are using EABI (aapcs-linux), then ALIGNBYTES needs to deal with
...
8-byte long types.
2012-07-31 07:21:06 +00:00
matt
3d2e4f39ed
whitespace cleanup
2012-07-31 06:56:57 +00:00
matt
d69260ae72
Use bcopyinout_xscale.S for armv6+ platforms since they have the
...
needed instructions.
2012-07-31 06:54:16 +00:00
matt
fd2366536d
-fno-common broke kernhist since it used commons.
...
Add a KERNHIST_DEFINE which is define the kernel history.
Change UVM to deal with the new usage.
2012-07-30 23:56:48 +00:00
matt
12366d017b
Add back pv_addr_t minidataclean.
2012-07-30 23:36:00 +00:00
matt
39815107be
More -fno-common fixes
2012-07-30 23:35:27 +00:00
matt
50840970c6
Make this compile again.
2012-07-30 23:35:05 +00:00
yamt
5c3967c0d3
comments
2012-07-30 23:04:42 +00:00
yamt
a143089ba8
comment
2012-07-30 23:02:41 +00:00
matt
af5e501578
Recognize STREX* as store instructions
2012-07-30 22:54:33 +00:00
jdf
890333e6c9
Call makemandb -q
instead of makemandb
, as proposed by Edgar Fuss on
...
tech-userlevel on 20th of July 2012, 12:38.
2012-07-30 22:13:38 +00:00
degroote
98780c5293
Add missing $NetBSD$ tags and __KERNEL_RCSID().
2012-07-30 20:30:41 +00:00
degroote
be0f2d2a4f
Mention malo(4) in CHANGES
2012-07-30 19:50:51 +00:00
degroote
a80f624894
Add malo(4) entry in various kernel configuration
2012-07-30 19:40:51 +00:00
pgoyette
8deb5277d0
Revert previous - ipf has been fixed to build without INET6
2012-07-30 19:31:06 +00:00
pgoyette
585fa50279
Make ipf compile even without INET6 support.
...
Changes have been fed upstream (to darrenr@)
2012-07-30 19:27:46 +00:00
wiz
5303e4bff9
Fix date, end sentence with dot.
2012-07-30 19:03:39 +00:00
degroote
aead3000b0
Add malo(4)@pci driver for Marvell Libertas wireless adaptor
...
Ported from OpenBSD
Known issues :
- contrary to OpenBSD one, only support pci at the moment, because I don't
have the necessary hardware to test PCMCIA / CARDUS Marvell Card
- not connected to pmf(9) (unable to test it)
2012-07-30 18:57:17 +00:00
matt
d19212c5d5
Fix mips asm to not use outdated stuff.
2012-07-30 18:40:36 +00:00
njoly
05acbbfb30
Remove final ';' from CONDVAR_DECL macro. The caller already adds its
...
own.
2012-07-30 17:49:24 +00:00
christos
4362d3edda
move cn_tab initializationt to cpu_startup
2012-07-30 17:29:55 +00:00
wiz
42334e4f38
New sentence, new line. Use more markup.
2012-07-30 17:29:00 +00:00
christos
480269240d
move console initialization to cpu_startup() so that we avoid multiple common.
2012-07-30 17:27:20 +00:00
christos
8f66c5f2b8
make this compile again
2012-07-30 17:21:31 +00:00
christos
19a682af82
Remove extra definition of physmem (locore sets it anyway). Someone please
...
check.
2012-07-30 17:19:59 +00:00
christos
6cced2a43a
make sure alloca is undefed on SSP
2012-07-30 17:16:23 +00:00
christos
f87f89779c
only use alloca if not __SSP__
2012-07-30 17:15:45 +00:00
christos
da43ca12af
PR/46757: Edgar Fuß: Change default to pkg_vulnerabilities from NO to unset,
...
and make unset insted of NO to produce warnings, so that setting it to NO does
produce warnings (if it is inappropriate for the machine to warn about this).
2012-07-30 17:09:33 +00:00
christos
e763a079db
PR/46756: Edgar Fuß: Enable ignoring subdirectories in daily's find_core
2012-07-30 17:06:51 +00:00
njoly
46ae51cd47
Add rootconf.0
2012-07-30 16:43:36 +00:00
matt
57265fd1e8
Add missing debug atf shared libraries
2012-07-30 16:10:11 +00:00
martin
a1e40c3f35
Do not use dots in identifiers (replace by _)
2012-07-30 15:00:39 +00:00
matt
fcff60e41a
Add sparccpuid.S
2012-07-30 13:53:19 +00:00
kiyohara
6a8b18cdad
Enable INET6. Avoid build failed when enable ipf and disable INET6.
2012-07-30 13:50:06 +00:00
skrll
ddb65e7ed5
Backout previous. ld.so requires the division routines so this needs
...
more thought.
2012-07-30 12:57:54 +00:00
christos
7828bed40d
remove infinite loop on error, extra parens on return.
2012-07-30 10:45:03 +00:00
christos
c10ba96d02
simplify unp_externalize(), some from gimpy, some from me.
2012-07-30 10:42:24 +00:00
christos
c77791c047
fix the generation
2012-07-30 10:25:24 +00:00
matt
130ede3ac2
Make SCM_RIGHTS work correctly. (make sure to advance m if we've completely
...
dealt with, the next mbuf (if any) comes into play).
2012-07-30 07:31:16 +00:00
matt
fb6e3d730b
Make PIO on normal SDHC devices work correctly on big-endian machines.
...
Add locking around interrupt manipulation (it should now be MP safe).
2012-07-30 00:56:01 +00:00
matt
11ded42c89
Fix a few straggling BE/LE problems.
2012-07-30 00:53:59 +00:00
matt
013bd12e9d
Add FORCE_DMA quirk for 5U822 (already in lace for 5C822).
2012-07-29 23:14:13 +00:00
matt
bc80e11446
Add command line processing from uboot
...
bootm $loadaddr [opts] [device]
where opts is -[advqs] and device is the boot device.
cpu_rootconf will now wait a bit for devices to appear until the boot device
appears.
2012-07-29 21:39:43 +00:00
matt
c1770d9ab2
Make sure r8 isn't used.
...
Document args passed by uboot
2012-07-29 21:36:27 +00:00
jakllsch
db53477265
Remove ata_channel->ata_drives, it's redundant with the pointer in
...
ata_drive_datas. Originally part of a commit by bouyer@.
2012-07-29 21:10:50 +00:00