summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-13Force chunks into correct order once metadata is attached. This preventsJoel Sing
chunks from being reordered on an existing volume. ok marco@
2010-02-13Unbreak automatic rebuilds from hotspares.Joel Sing
ok marco@
2010-02-13Removed unused variable sml_vn.Joel Sing
ok @marco
2010-02-13Pass the number of chunks to sr_meta_attach() rather than recalculating.Joel Sing
ok marco@
2010-02-13syncMark Kettenis
2010-02-13Copy bsd.elf into ${RELEASEDIR}.Mark Kettenis
2010-02-13port 'Makefile', builds tags.Dale Rahn
2010-02-13Install boot.elf in /usr/mdec, since we need it as a bootloader on the rb600.Mark Kettenis
2010-02-13Update to sudo 1.7.2p3Todd C. Miller
2010-02-13Since the TLB handler exception code is now always a trampoline to branchMiod Vallat
to the handler code in the kernel, we can use relative branches in it to make it a bit faster. Also, get rid of the tlbmiss handler and have both the tlb and xtlb refill exceptions branch to the xtlbmiss handler.
2010-02-13Since we don't use the saved ipl in pcb anymore, remove it from the structMiod Vallat
layout.
2010-02-13Only add bsd.mp to the sets on IP30 so far, as this causes `are you sure yourMiod Vallat
installation is complete without bsd.mp.IP27' on multiprocessor Origin systems. This is temporary until we actually have a MP kernel for Origin. Noticed by jasper@
2010-02-13convert midiplay to sndio(7) so it can be used with soft synths, forAlexandre Ratchov
instance. Now, the -f option sets the MIDI device (instead of the sequencer(4) device). The -d and -l options were removed.
2010-02-13Dont mix up the order of the registers with the defines.Dale Rahn
2010-02-12typo; ok ogaJason McIntyre
(sorry, i can't actually find where this started....)
2010-02-12making use of lemote PMON bugs it is possible to get full serial PMONOtto Moerbeek
console; describe the trickery involved; ok miod@
2010-02-12Update to mention Gdium and Fuloong bits; ok otto@Miod Vallat
2010-02-12do not build cd image; lemote pmon's are too braindead to boot from itOtto Moerbeek
2010-02-12include devices found on fuloong: com0, re and rgephy; ok miod@Otto Moerbeek
2010-02-12use early setup hook to get serial console on the fuloong; with & ok miod@Otto Moerbeek
2010-02-12tftp boot paths do not start with a /; ok miod@Otto Moerbeek
2010-02-12Allow for two more per-platform function pointers, one for extra setup workMiod Vallat
while pmon is still available, and one for reset (in addition to the already existing powerdown routine). Add reset and powerdown code to the fuloong 2f platform; this also fixes reset on yeeloong. Tested by otto@
2010-02-12Switch to using mkuboot for building the U-Boot image.Michael Knudsen
`looks right' drahn
2010-02-12Add mkuboot, a utility to build images for Das U-Boot.Michael Knudsen
This code is basically sys/arch/socppc/stand/mkboot/ but fixed to work on little endian machines and extended slightly to allow specifying the image OS and platform. Input from drahn and kettenis. ok kettenis
2010-02-12zap trailing whitespace;Jason McIntyre
2010-02-12document tweaksMarc Espie
2010-02-12Overhaul per-platform specific operation by moving all the differences intoMiod Vallat
per-platform structs or function pointers; therefore bonito(4) no longer needs to know about particular systems. While there, bring little bits of Fuloong 2F support, tested on otto@'s machine.
2010-02-12Allow more legacy interrupts to reach the legacy PIC; found the hard way byMiod Vallat
otto@ on Fuloong.
2010-02-12ehci bits, not enabled.Dale Rahn
2010-02-12Initial version of ehci shim for omap, not complete.Dale Rahn
2010-02-12Rework prcm to support additional iclk/fclk registers.Dale Rahn
2010-02-12introduce a uvm_km_valloc_try function that won't get a lower level lockTed Unangst
for use by the uvm pseg code. this is the path of least resistance until we sort out how many of these functions we really need. problem found by mikeb ok kettenis oga
2010-02-11Correct argument for splx() is s2 not s so that the splx() calls match to theClaudio Jeker
spl(soft)net() calls. Found by Gleydson Soares.
2010-02-11Not knowing a AFI/SAFI pair in the MP capability is no reason to failClaudio Jeker
a session. Just print a warning and move on since both side need to announce a pair to use it. Found and OK sthen@
2010-02-11"unmute" GPIO 0 on all Dell machines with IDT 92HD71B7 codecs.Jacob Meuser
desilences E4300 for drahn@. ok drahn@
2010-02-11Add "N" key to search the opposite way from the last search (reverse of "n"),Nicholas Marriott
from Micah Cowan.
2010-02-11correct commentDamien Miller
2010-02-11default to no pckbc and no legacy hardware; ok miod@Otto Moerbeek
2010-02-11align comments; ok miod@Otto Moerbeek
2010-02-11cd in nam2blk; ok miodOtto Moerbeek
2010-02-11fuloong model defineOtto Moerbeek
2010-02-11The previous commit didn't use the first X in the template if thePhilip Guenthe
entire template was Xs. Test suite written now to keep this from happening again. Problem caught by Vadim Zhukov again. ok millert@
2010-02-11Test mkstemps() tooPhilip Guenthe
2010-02-11We need to load the config before kr_init() is called or fib-update isClaudio Jeker
ignored. Found and fix tested by Elisa Jasinska.
2010-02-11no more libdata/ssh;Jason McIntyre
2010-02-11libarary -> library;Jason McIntyre
2010-02-11While looking through this code I figured out that set nexthop self andClaudio Jeker
no-modify are not supported for MP protocols like IPv6. Add support for those and while testing find another bug in the same region. Inverse the check for the return value of memcmp() -- we're interested in equality. Until now IPv6 was running with an implicit set nexthop self on all iBGP sessions. Oups. set nexthop stuff is OK when tested henning@ and sthen@
2010-02-11Force a space between address and nexthop. IPv6 is overflowing all sizeClaudio Jeker
restrictions and 2001:4bf8:bad:beef::/64fe80::20a:e4ff:fe39:5583 is not acceptable.
2010-02-11No need for M_CANFAIL if M_NOWAIT is used. Found by Gleydson Soares.Claudio Jeker
OK mk@
2010-02-11Add a regression suite for mkstemp(), verifying that it neither overrunsPhilip Guenthe
no underruns the supplied template buffer, that it can generate names that don't contain any X's, and that all open() calls that pass O_CREAT also pass O_EXCL