summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-07Add odyssey(4) to list of supported widgets.Joel Sing
Prompted by jmc@.
2010-03-07Shorten .Nd.Joel Sing
2010-03-07Make NO_CCB do its thing and by proxy mpii gets a much funner number ofMarco Peereboom
openings. Delete some dead and experimental code. From: Mike Belopuhov <mkb@crypt.org.ru>
2010-03-07Update sets sizes.Miod Vallat
2010-03-07Allow iockbc(4) and odysseey(4) to act as console devices and attach early;Miod Vallat
this gives us working glass console on Fuel, as well as on Octane systems with Odyssey graphics. Joint work with jsing@
2010-03-07On Origin-like systems, get glass console information (if any) from theMiod Vallat
fake ARCBios component structures associated to the KL configuration. The ARCBios data tells us if the device is the output console, and the KL component data tells us its node and widget numbers.
2010-03-07Add an MD interface for PCI drivers to be able to retrieve the node and widgetMiod Vallat
number the PCI bus they are on is connected to. Will be used shortly to help the console device selection logic.
2010-03-07Correct layout of arc_config{,64} and order of items in enum arc_config_type.Miod Vallat
ok deraadt@
2010-03-07Better battery % computation; ok otto@Miod Vallat
2010-03-07Hold authentication debug messages until after successful authentication.Darren Tucker
Fixes an info leak of environment variables specified in authorized_keys, reported by Jacob Appelbaum. ok djm@
2010-03-07Add bsd.mp.Mark Kettenis
ok deraadt@
2010-03-07Remove unused DPRINTF() macro.Michael Knudsen
ok grange
2010-03-07Garbage collect some struct members that we don't use.Michael Knudsen
ok armani
2010-03-07back out strict splassert semantics from 1.103; it breaks some thingsTheo de Raadt
like bigmem (disabled by default), sppp (ask wilfried about "splassert: if_up/down: want 5 have 7")
2010-03-07we disable POOL_DEBUG for releases. Reminded by mpfTheo de Raadt
After release, someone please remind us to turn it on again. It helps find bugs. We just don't want people to get hosed too much during release.
2010-03-06ospfd/ospf6d man page cleanup:Stefan Sperling
Sync description of the OSPF protocol between ospfd(8) and ospf6d(8). Document current shortcomings -- in particular, document that ospf6d(8) needs manual IPsec setup for security. Clean up various grammatical errors, re-order and re-phrase things a bit to improve readability. Update RFC references. Remove IPv4-specific stuff from ospf6d.conf(5). OK jmc@ claudio@
2010-03-06typo, from patrick keshishianOtto Moerbeek
2010-03-06Forgot this one, sorry, reported by maja@.Jonathan Armani
2010-03-06Allow code to compile.Joel Sing
2010-03-06In cdce_detach(), add usbd_add_drv_event(USB_EVENT_DRIVER_DETACH, ...)Michael Knudsen
like other drivers do. Tested and ok mpf.
2010-03-06Fix typos.Joel Sing
2010-03-06remove the (now inaccurate) note about not being able to runJason McIntyre
installboot on a mounted partition; from J.C. Roberts
2010-03-06Add a flag to know if the interface successfully attached likeJonathan Armani
other drivers do otherwise we panic trying to remove an unexistent ifp during detach. looks good to fabien@, with comments from mk@, ok mk
2010-03-06match_locations doesn't work on invalid specs, so don't go thereMarc Espie
2010-03-06typoEric Faurot
ok jasper@
2010-03-06fix very stupid typoMarc Espie
2010-03-06don't go up to column 80, until we ask Term::Cap properly for what's goingMarc Espie
on.
2010-03-06consistent error. exit(1) if something bad happened.Marc Espie
(fixes some errors in ports)
2010-03-06When the last field on an output line is empty, break the lineIngo Schwarze
if and only if something was printed on that line. This avoids double line breaks after nested lists while still breaking lines after items with empty body.
2010-03-05At the end of lines, split words at existing hyphens:Ingo Schwarze
Making pages look better and helping comparisons with groff output. Note that proper hyphenation is postponed for now because it doesn't really help the switch.
2010-03-05- regenJasper Lievisse Adriaanse
2010-03-05- add a bunch of devices found in dmesgsJasper Lievisse Adriaanse
2010-03-05Correct a wrong printf message, from fabien, ok mk@Jonathan Armani
2010-03-05Fix spelling in a comment.Michael Knudsen
2010-03-05default to 115200 baud for serial console and tty00, spotted byOtto Moerbeek
kettenis@; ok kettenis@ miod@
2010-03-05Allow to filter for ext-community attributes. Currently only perfect matchesClaudio Jeker
work but that's already better then nothing. OK sthen@
2010-03-05Make more clear by removing references to old method of setup andOtto Moerbeek
reshuffling things a bit ok miod@ jasper@ kettenis@
2010-03-05in ifa_ifwithaddr, do not use the shiny new RB tree, there is aHenning Brauer
balancing issue from wrong order of operations (change after insert is illegal with RB). and apparently there are cases left. to be revisited after release
2010-03-05head towards release, correctly. tsk tsk tsk.Miod Vallat
2010-03-05mention loading of certificate files from [private]-cert.pub whenDamien Miller
they are present; feedback and ok jmc@
2010-03-05head towards releaseTheo de Raadt
2010-03-05document certificate authentication; help/ok djmJason McIntyre
2010-03-05use boot -k on Lemete (non Gdium) examples; ok miod@Otto Moerbeek
2010-03-05tweak previous;Jason McIntyre
2010-03-05make the warning for a revoked key louder and more noticableDamien Miller
2010-03-04"force-command" is not spelled "forced-command"; spotted byDamien Miller
imorgan AT nas.nasa.gov
2010-03-04move section on CA and revoked keys from ssh.1 to sshd.8's known hostsDamien Miller
format section and rework it a bit; requested by jmc@
2010-03-04missing word; spotted by jmc@Damien Miller
2010-03-04fix Bk/Ek;Jason McIntyre
2010-03-04has been no -r flag for a few years; J.C. RobertsTheo de Raadt