summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-04-02using getpwent() in a loop is so 1980; ok millertTheo de Raadt
2008-04-02syncTheo de Raadt
2008-04-02intel host bridgeTheo de Raadt
2008-04-02Update to queue group-based config in use on the list server.Todd C. Miller
2008-04-02list Qualcomm Inc. ZTE CMDMA MSM modemFelix Kronlage
2008-04-02attach the ZTE CMDMA MSM modem from qualcomm.Felix Kronlage
from freebsd, ok jsg@
2008-04-02regenFelix Kronlage
2008-04-02add another vendor id for Qualcomm as well as one of their modems.Felix Kronlage
from freebsd. ok jsg@
2008-04-02Correct error message printing and add a missing errorBrad Smith
message for bus_dmamap_load() failure in bce_attach(). ok dlg@
2008-04-02order the options correctly;Jason McIntyre
2008-04-02no more /usr/share/pf; pointed out by Rod WhitworthJason McIntyre
2008-04-02sync the hw sensors sections with the html pages, enlisting many new sensorsConstantine A. Murenin
2008-04-02Use the proper define for this address, not a incorrect (on 64bit) define.Dale Rahn
ok kurt@
2008-04-01typoMiod Vallat
2008-04-01Add a -k option to use the kernel symbols as the words file.Miod Vallat
2008-04-01+Corega CG-WLUSB2GPXJason McIntyre
2008-04-01add a page for hpibbus, and the bits that go with it;Jason McIntyre
mostly taken from source code, with some tweaks from miod ok miod
2008-04-01Add Corega CG-WLUSB2GPX.Jonathan Gray
From FreeBSD.
2008-04-01regenJonathan Gray
2008-04-01Corega CG-WLUSB2GPXJonathan Gray
2008-04-01toast unused args from a printf call; ok deraadtConstantine A. Murenin
2008-04-01syncTheo de Raadt
2008-04-01match more versions of w83793g; whilst here, also ensure that the bank 0Constantine A. Murenin
registers are only tested if bank 0 is selected; 'looks ok' deraadt
2008-04-01Add some defines and remove some of the magic numbers from the code.Brad Smith
From DragonFly ok jsg@
2008-04-01only need 8 words to learn about i2c spd jc-42.4 sensorsTheo de Raadt
2008-03-31nope, sorry, the miod/naddy raidframe change breaks almost all ramdisks.Theo de Raadt
the basic idea is that ramdisks boot the same way as swap generic -- this commit also improves the comment in that area. in this case the one outlier is raidframe, and those who use it will no longer be able to put off repairing it -- raidframe must follow the same setroot() / bootdv API that everything else in the system uses. debugged with krw
2008-03-31purge memory in the tty clist rings as we advance; tested by a fewTheo de Raadt
2008-03-31Refine "netboot" interface group semantics to indicate the interface weTheo de Raadt
booted from to the most precision; preferring the boot device, or if that is not known, the root device discussed with miod and reyk tested by beck
2008-03-31Switch bootloaders to mi loadfile().Miod Vallat
2008-03-31Make MULTIPROCESSOR kernels work on sun4v. Won't gracefully halt, powerdownMark Kettenis
or reboot yet, but that will (hopefully) be fixed in the near future.
2008-03-31Correctly load ZMAGIC a.out binaries.Miod Vallat
2008-03-31Compile libsa with -D_STANDALONE.Miod Vallat
2008-03-31strictly interpret msg_controllen to be the exact total length of theTheo de Raadt
cmsg's, including alignments, ie. the sum of CMSG_SPACE()'s. any other interpretation would be in violation of various unix specifications. RFC3542 section 20.2 is totally and completely wrong -- it is not allowed to over-ride the specification of msg_controllen, since the intent is that one could mix-and-match various types of cmsg's and an exact match is therefore required. ok kettenis, tested by many
2008-03-31Fix format strings in a.out loader.Miod Vallat
2008-03-31if iobase is 0, lm child is not configured by the bios; ok kettenisTheo de Raadt
2008-03-31Update to tzcode 2008a from elsie.nci.nih.govTodd C. Miller
2008-03-31Update to tzdata2008b from elsie.nci.nih.govTodd C. Miller
2008-03-31some missing bits; from Girish VenkatachalamJason McIntyre
ok henning while here, clean up the queue MLINKS
2008-03-31no sense for devices to reference other (same type) devices;Jason McIntyre
requested by deraadt/miod help/ok miod
2008-03-31no sense for devices to reference other (same type) devices;Jason McIntyre
requested by deraadt/miod help/ok miod
2008-03-31.Pp not needed before lists and displays;Jason McIntyre
2008-03-31no sense for devices to reference other (same type) devices;Jason McIntyre
requested by deraadt/miod help/ok miod
2008-03-31Add define for 24 hour time.Joel Sing
2008-03-31Re-enable lii(4).Brad Smith
ok deraadt@
2008-03-31Oops, a chunk was commited too early.Miod Vallat
2008-03-30syncTheo de Raadt
2008-03-30nam2blk[] clearly must contain "rd" ... found by krwTheo de Raadt
2008-03-30nam2blk[] clearly must contain "rd" ... found by krwTheo de Raadt
2008-03-30Do not do the ``swap generic'' behaviour if rootdev != NODEV when enteringMiod Vallat
setroot(), as this neuters RAIDframe autoconfiguration; found the hard way by naddy@
2008-03-30Implement bus_space_*8 and bus_space_vaddr.Miod Vallat