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
mlelstv
38c7f43e96
add rootconf(9) as a link to cpu_rootconf(9)
2012-07-29 20:36:05 +00:00
rkujawa
77c4799b9f
Add wsdisplay ioctls and support for mmap'ing of linear frame buffer.
2012-07-29 20:31:53 +00:00
wiz
03dbd9491c
Serial comma, whitespace fixes, sort SEE ALSO.
...
Bump date for previous.
2012-07-29 18:51:48 +00:00
christos
39863492ce
PR/46599: Onno van der Linden: Don't call bus space commands with 0 len.
...
Causes the sil 3112 controller to lock up.
2012-07-29 18:20:13 +00:00
mlelstv
8ce4433821
Do not call setroot() from MD code and from MI code, which has
...
unwanted sideeffects in the RB_ASKNAME case. This fixes PR/46732.
No longer wrap MD cpu_rootconf(), as hp300 port stores reboot information
as a side effect. Instead call MI rootconf() from MD code which makes
rootconf() now a wrapper to setroot().
Adjust several MD routines to set the global booted_device,booted_partition
variables instead of passing partial information to setroot().
Make cpu_rootconf(9) describe the calling order.
2012-07-29 18:05:39 +00:00
dsl
160cd430cb
Make this compile with the compiler I'm using.
...
Move variable defs to top of function.
Don't use const static mib[] - run time initialisation won't matter,
and not using static data may actually help in a .so.
2012-07-29 14:44:13 +00:00
matt
72331d9777
Fix init call to OPENSSL_cpuid_setup.
...
XXX why are using a globally visible routine in a constructor?
2012-07-29 13:17:53 +00:00
mlelstv
25951a4d30
use standard macro for bdev_size declaration
2012-07-29 10:07:10 +00:00
dholland
25f0cf9440
Restore accidentally lost initialization of quotatypes[].
...
Fixes (null) in the kernel message triggered when you go over quota, and
maybe other things. Reported by Matthew Mondor.
2012-07-29 08:32:27 +00:00
mlelstv
e5129e3384
Use const nodes. Let sysctl_createv initialize sysctl_data.
2012-07-29 07:04:09 +00:00
pgoyette
fa22835bbb
Replace local handling of entropy gathering with the new common code
...
recently introduced into sysmon_envsys(4).
Thanks to jruoho@ for testing.
2012-07-29 02:58:27 +00:00
matt
283ccd082a
Another failed typedef fixed.
2012-07-29 00:08:19 +00:00
matt
9af4a6e26f
A little constification
2012-07-29 00:07:53 +00:00
matt
a039bd91a6
Fix more -fno-common fallout.
...
Move more variables to common locations.
2012-07-29 00:07:06 +00:00
matt
8ad8b5528b
Fix more -fno-common fallout.
2012-07-29 00:04:05 +00:00
matt
3f6bcba2e8
Remove __BUS_SPACE_HAS_STREAM_METHODS
2012-07-28 23:18:48 +00:00
matt
da1f03265f
Add a few missing commas.
2012-07-28 23:13:16 +00:00