summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-20Try to reset the machine through the firmware to reboot.Mark Kettenis
2008-04-20be quiet even when errors happen; ok kettenisTheo de Raadt
2008-04-20Sync with hppa code.Mark Kettenis
2008-04-20Add missing function declaration.Mark Kettenis
2008-04-20Print bootpath in the canonical place.Mark Kettenis
2008-04-20Bring over astro(4) from hppa, to replace pluto(4).Mark Kettenis
2008-04-20Add proper bus_space_vaddr(9) impementation.Mark Kettenis
2008-04-20Catch up with cpu_switchto. Completely untested.Mark Kettenis
2008-04-20Catch up with dismantled libkern.Mark Kettenis
2008-04-20crank maxusersMark Kettenis
2008-04-20Catch up with dismantled libkern.Mark Kettenis
2008-04-20Sync console handling with hppa port:Mark Kettenis
2008-04-20Call cnpollc() before cngetc() upon halt.Mark Kettenis
2008-04-20Sync console handling with hppa port:Mark Kettenis
2008-04-20Take failed system calls more serious than LOG_INFO.Rainer Giedat
2008-04-20Remove the random() function from locore.s (which used sparcv7 instructions,Mark Kettenis
2008-04-20remove trailing whitespace;Jason McIntyre
2008-04-20Implement locking of sun4u TSB entries for MULTIPROCESSOR kernels.Mark Kettenis
2008-04-20Parse VS_INPUT_HEADER descriptor.Marcus Glocker
2008-04-20Do not use random(), which is supposed to be a scheduler-only API (weTheo de Raadt
2008-04-20slight tweaking of the wording to make this consistent with otherBrad Smith
2008-04-20overhaul the page.Brad Smith
2008-04-20rewrite the serial port handling to manipulate the hardware directlyDavid Gwynne
2008-04-20rev 1.35 added special register settings for BCM5704 chipsets whenBrad Smith
2008-04-20Add a workaround for a CRC bug errata with BCM5701 A0 and B0 chipsetBrad Smith
2008-04-20Move the threshold fix from the re(4) code back into the header asBrad Smith
2008-04-20- Recognize the 8168C chipset.Brad Smith
2008-04-20Remove redundant checks for the 8139C+ chipset, this code can onlyBrad Smith
2008-04-20- Add some more defines.Brad Smith
2008-04-20Remove unused flags.Brad Smith
2008-04-20Don't bother to call rl_rxeof() twice if both the RX Ok and Err bits are set.Brad Smith
2008-04-20two more i2c probe checks. adt has split off or been sold to ONTheo de Raadt
2008-04-19Change ELF loader to use the LMA as the load address for theTobias Weingartner
2008-04-19in nfsm_reqh(), only allocate an mbuf cluster if theThordur I. Bjornsson
2008-04-19remove build warnings:Charles Longeau
2008-04-19Sort functions and remove obsolete bits.Marcus Glocker
2008-04-19Decrement len variable after removing newline, prevents copying theRay Lai
2008-04-19add a driver flag to force the negotiation of SATA 1 transfersDamien Miller
2008-04-18syncTheo de Raadt
2008-04-18shorten nameTheo de Raadt
2008-04-18remove unneccessary parenthesesDamien Miller
2008-04-18convert select() => poll(), saves a runtime malloc+free per retryDamien Miller
2008-04-18add filtering on direction; ok mpf@ deraadt@ feedback jmc@Damien Miller
2008-04-18Add VS_INPUT_HEADER descriptor.Marcus Glocker
2008-04-18Fix return value of i_add_match() and remove some bogus APPLE_HYBTodd C. Miller
2008-04-18Properly check memory allocation in client code. While at it, unifiedTobias Stoeckmann
2008-04-18Now that i386 has a per-process astpending, we can garbage collect ipi_astMark Kettenis
2008-04-18If memory allocation fails during error message buffering, print all holdTobias Stoeckmann
2008-04-18detect adm1034Theo de Raadt
2008-04-18Halt CPUs upon reboot/halt.Mark Kettenis