summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-05-16There is not really a network address translation device.Marco Pfatschbacher
Remove it from the name section. OK mcbride, henning
2008-05-15document eow message in ssh protocol 2 channel state machine;Damien Miller
feedback and ok markus@
2008-05-15Ripped out old parser gutsJordan Hargrave
ok loki@
2008-05-15Remove commented out NetBSD __KERNEL_RCSID macro usage.Brad Smith
ok dlg@ miod@
2008-05-15Handle Alias named objects, return original objectJordan Hargrave
Clear out result before evaluating
2008-05-15We don't create cd.iso on socppc.Mark Kettenis
2008-05-15Hook up mkboot(8).Mark Kettenis
2008-05-15Add mkboot(8), a utility to make U-Boot images.Mark Kettenis
2008-05-15Add socppc to allarchs target.Miod Vallat
2008-05-15Add socppc.Mark Kettenis
2008-05-15Install bootloader in /usr/mdec.Mark Kettenis
2008-05-15Fix typo.Mark Kettenis
2008-05-15divert for ipv6; ok henning, pyrMarkus Friedl
2008-05-15fix uninitialised variable; from ray@Damien Miller
2008-05-15document CHECKSUMFILES/MAKESUMFILESMarc Espie
2008-05-15Avoid clearing the port enable bit when bringing the port out of reset.Mark Kettenis
Makes the on-board ehci(4) on the Freescale MPC8349E work. ok jsg@
2008-05-15#ifdef UVIDEO_DEBUG wrap all debug routines. Shrinks the kernel. NotedMarcus Glocker
by miod@. Fix some spacing while there.
2008-05-15socppc added to .Dt list;Jason McIntyre
2008-05-15Add OpenBSD markers.Marc Balmer
no binary change.
2008-05-15- Use pci_matchbyid().Brad Smith
- Simplify the use of pci_mapreg_map(). ok jsing@
2008-05-14Determine boot device from arguments passed by the bootloader.Mark Kettenis
2008-05-14Comment out option PCIVERBOSE on the floppies for now, to let them fitMiod Vallat
after the code increase caused by the recent acpi changes, until a better compromise is found.
2008-05-14Parse arguments passed by the bootloader and take appropriate action.Mark Kettenis
2008-05-14syncMiod Vallat
2008-05-14Add a '.text' to make sure we understand IDTVEC()'s are in the textTobias Weingartner
segment. kettenis@ ok. miod@ pointed out that the define already does a '.text', this makes it explicit.
2008-05-14only compile aml_dump() if option ACPI_DEBUG.Miod Vallat
2008-05-14Let this build and link if SMALL_KERNEL.Miod Vallat
2008-05-14A few basic man4 pages for socppc, heavily based on macppc. Also, plugMiod Vallat
man4.armish into the build, since it had been long forgotten.
2008-05-14Add the generated MAKEDEV.8 for socppc.Miod Vallat
2008-05-14Add socppc, reminded by jmc@Miod Vallat
2008-05-14Get memory size and base address of internal memory mapped registers fromMark Kettenis
firmware instead of hardcoding them.
2008-05-14Fix more chrtoblktbl[] sloppyness, and add proper block st nodes to *ppc andMiod Vallat
sgi.
2008-05-14add missing $OpenBSD$ tagsCharles Longeau
ok ian@
2008-05-14ttydefaults.h -> sys/ttydefaults.h;Jason McIntyre
from Ed Schouten; freebsd -r1.32
2008-05-14Make all 128MB of memory available (except for the first three pages usedMark Kettenis
for the exception vectors).
2008-05-14Add cmpci(4) and uncomment the eap(4) MIDI attachment.Brad Smith
ok jakemsr@
2008-05-14These files are not used (and some of them would not compile anyway).Miod Vallat
2008-05-14Removed debugging printfsJordan Hargrave
2008-05-14fix comment.Marc Balmer
2008-05-14- fix new directory creation by using the correct variable;Antoine Jacoutot
spotted by merdely@ while trying to populate /var/www from scratch ok merdely@
2008-05-14Next chunk of KNF/readability.Marc Balmer
no binary changes.
2008-05-14Add tcl and tk to the listDeanna Phillips
2008-05-14ntpd missed the argument check sweep.Pierre-Yves Ritschard
2008-05-14More KNF/readability changes.Marc Balmer
no binary changes.
2008-05-14Next chunk of KNF/readability changes.Marc Balmer
no binary change.
2008-05-14Clean up a bit.Brad Smith
ok jordan@
2008-05-14- add a non-interactive mode to sysmerge ('-b')Antoine Jacoutot
- yesno is only used once man page consulting jmc@ ;) ok laurent@ pyr@
2008-05-14Adding new ACPI Parser codeJordan Hargrave
Old guts of code still exists, needs to be torn out next ok marco@ ok brad@
2008-05-14Add missing splnet around mii_tick().Brad Smith
ok dlg@
2008-05-14Add the Altima AC1003 PCI id.Brad Smith
ok dlg@