Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-13 | Force chunks into correct order once metadata is attached. This prevents | Joel Sing | |
chunks from being reordered on an existing volume. ok marco@ | |||
2010-02-13 | Unbreak automatic rebuilds from hotspares. | Joel Sing | |
ok marco@ | |||
2010-02-13 | Removed unused variable sml_vn. | Joel Sing | |
ok @marco | |||
2010-02-13 | Pass the number of chunks to sr_meta_attach() rather than recalculating. | Joel Sing | |
ok marco@ | |||
2010-02-13 | sync | Mark Kettenis | |
2010-02-13 | Copy bsd.elf into ${RELEASEDIR}. | Mark Kettenis | |
2010-02-13 | port 'Makefile', builds tags. | Dale Rahn | |
2010-02-13 | Install boot.elf in /usr/mdec, since we need it as a bootloader on the rb600. | Mark Kettenis | |
2010-02-13 | Update to sudo 1.7.2p3 | Todd C. Miller | |
2010-02-13 | Since the TLB handler exception code is now always a trampoline to branch | Miod 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-13 | Since we don't use the saved ipl in pcb anymore, remove it from the struct | Miod Vallat | |
layout. | |||
2010-02-13 | Only add bsd.mp to the sets on IP30 so far, as this causes `are you sure your | Miod 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-13 | convert midiplay to sndio(7) so it can be used with soft synths, for | Alexandre 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-13 | Dont mix up the order of the registers with the defines. | Dale Rahn | |
2010-02-12 | typo; ok oga | Jason McIntyre | |
(sorry, i can't actually find where this started....) | |||
2010-02-12 | making use of lemote PMON bugs it is possible to get full serial PMON | Otto Moerbeek | |
console; describe the trickery involved; ok miod@ | |||
2010-02-12 | Update to mention Gdium and Fuloong bits; ok otto@ | Miod Vallat | |
2010-02-12 | do not build cd image; lemote pmon's are too braindead to boot from it | Otto Moerbeek | |
2010-02-12 | include devices found on fuloong: com0, re and rgephy; ok miod@ | Otto Moerbeek | |
2010-02-12 | use early setup hook to get serial console on the fuloong; with & ok miod@ | Otto Moerbeek | |
2010-02-12 | tftp boot paths do not start with a /; ok miod@ | Otto Moerbeek | |
2010-02-12 | Allow for two more per-platform function pointers, one for extra setup work | Miod 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-12 | Switch to using mkuboot for building the U-Boot image. | Michael Knudsen | |
`looks right' drahn | |||
2010-02-12 | Add 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-12 | zap trailing whitespace; | Jason McIntyre | |
2010-02-12 | document tweaks | Marc Espie | |
2010-02-12 | Overhaul per-platform specific operation by moving all the differences into | Miod 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-12 | Allow more legacy interrupts to reach the legacy PIC; found the hard way by | Miod Vallat | |
otto@ on Fuloong. | |||
2010-02-12 | ehci bits, not enabled. | Dale Rahn | |
2010-02-12 | Initial version of ehci shim for omap, not complete. | Dale Rahn | |
2010-02-12 | Rework prcm to support additional iclk/fclk registers. | Dale Rahn | |
2010-02-12 | introduce a uvm_km_valloc_try function that won't get a lower level lock | Ted 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-11 | Correct argument for splx() is s2 not s so that the splx() calls match to the | Claudio Jeker | |
spl(soft)net() calls. Found by Gleydson Soares. | |||
2010-02-11 | Not knowing a AFI/SAFI pair in the MP capability is no reason to fail | Claudio 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-11 | Add "N" key to search the opposite way from the last search (reverse of "n"), | Nicholas Marriott | |
from Micah Cowan. | |||
2010-02-11 | correct comment | Damien Miller | |
2010-02-11 | default to no pckbc and no legacy hardware; ok miod@ | Otto Moerbeek | |
2010-02-11 | align comments; ok miod@ | Otto Moerbeek | |
2010-02-11 | cd in nam2blk; ok miod | Otto Moerbeek | |
2010-02-11 | fuloong model define | Otto Moerbeek | |
2010-02-11 | The previous commit didn't use the first X in the template if the | Philip 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-11 | Test mkstemps() too | Philip Guenthe | |
2010-02-11 | We need to load the config before kr_init() is called or fib-update is | Claudio Jeker | |
ignored. Found and fix tested by Elisa Jasinska. | |||
2010-02-11 | no more libdata/ssh; | Jason McIntyre | |
2010-02-11 | libarary -> library; | Jason McIntyre | |
2010-02-11 | While looking through this code I figured out that set nexthop self and | Claudio 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-11 | Force a space between address and nexthop. IPv6 is overflowing all size | Claudio Jeker | |
restrictions and 2001:4bf8:bad:beef::/64fe80::20a:e4ff:fe39:5583 is not acceptable. | |||
2010-02-11 | No need for M_CANFAIL if M_NOWAIT is used. Found by Gleydson Soares. | Claudio Jeker | |
OK mk@ | |||
2010-02-11 | Add a regression suite for mkstemp(), verifying that it neither overruns | Philip 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 |