Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-03-01 | read buffer size must be >= max imsg size. | 1 | -2/+2 | ||
after release we should revisit this issue, we can probably safely shrink the max imsg size. Valentin Kozamernik in PR5401 | |||||
2007-03-01 | be more careful with mixing &/| with &&/||, ok otto | 3 | -10/+10 | ||
2007-03-01 | strip off -beta; ok deraadt | 1 | -3/+3 | ||
2007-03-01 | If NLS is disabled, strerror does not print the correct error string. | 1 | -2/+2 | ||
No binary change with NLS enabled. ok otto millert espie | |||||
2007-03-01 | sort the `match' keywords; | 1 | -2/+2 | ||
2007-03-01 | tweaks; | 1 | -5/+4 | ||
2007-03-01 | sync for bpp.4; | 1 | -2/+2 | ||
2007-03-01 | -with -> -width | 1 | -2/+2 | ||
2007-03-01 | proper softint treatment (that get missed otherwise); found and tested by mpf@ on pppoe; drahn@ ok | 2 | -4/+4 | ||
2007-03-01 | typos, from raga (raga at comcast dot com) | 1 | -2/+2 | ||
2007-03-01 | Remove two ancient debugging printfs. | 1 | -3/+1 | ||
2007-03-01 | In acx_set_probe_resp_tmplt () ieee80211_beacon_alloc() could fail so check the | 1 | -1/+3 | ||
return value. Stolen from acx_set_beacon_tmplt() that already does this check. | |||||
2007-03-01 | Remove ChallengeResponseAuthentication support inside a Match | 3 | -11/+9 | ||
block as its interaction with KbdInteractive makes it difficult to support. Also, relocate the CR/kbdint option special-case code into servconf. "please commit" djm@, ok markus@ for the relocation. | |||||
2007-03-01 | shrink early text; input from frantisek holop, discussion and ok ok krw | 1 | -7/+6 | ||
2007-02-28 | some older machines have small banks, and the kernel is too big! | 1 | -3/+3 | ||
remove one very rarely used driver; tested by mglocker miod will look at this later ;) | |||||
2007-02-28 | sync | 2 | -10/+7 | ||
2007-02-28 | the_t world_t would_t be_t a_t better_t place_t if_t some_t people_t did_t | 1 | -9/+6 | ||
not_t feel_t the_t need_t to_t typedef_t everything_t | |||||
2007-02-28 | new sentence, new line... | 1 | -6/+6 | ||
2007-02-28 | sync | 2 | -2/+7 | ||
2007-02-28 | place types needed by onewiredevs_data.h, directly into that file so that it | 2 | -6/+9 | ||
is consumable by anyone who includes it (matches idea in pcidevs and usbdevs) | |||||
2007-02-28 | sync to awk change | 2 | -2/+19 | ||
2007-02-28 | place types needed by usbdevs_data.h, directly into that file so that it | 2 | -19/+18 | ||
is consumable by anyone who includes it (matches idea in pcidevs) | |||||
2007-02-28 | Better OpenBSD/landisk installation notes, 1/2. | 10 | -65/+95 | ||
2007-02-28 | Add PCI GigaSwift Ethernet ("Cassini") and use the Sun product name for GEM. | 1 | -2/+3 | ||
2007-02-28 | of of | 1 | -2/+2 | ||
2007-02-28 | sync | 1 | -0/+1 | ||
2007-02-28 | Update. From Jung. | 1 | -157/+285 | ||
2007-02-28 | Add Smart Battery Monitor device driver. Provided by | 15 | -14/+360 | ||
Aaron Linville <aaron@linville.org> in PR 5398. | |||||
2007-02-28 | regen | 2 | -4/+6 | ||
2007-02-28 | Add DS2438 Smart Battery Monitor family. | 1 | -1/+2 | ||
From: Aaron Linville <aaron@linville.org>. | |||||
2007-02-28 | sync | 1 | -1/+1 | ||
2007-02-28 | Use diskerr() to print error messages. | 1 | -24/+17 | ||
2007-02-28 | Set ISP_CFG_NOVRAM for Sun-branded ISP2200's that don't have an NVRAM fitted. | 1 | -2/+18 | ||
Avoids the "invalid NVRAM" message on the Blade 1000 and other machines with onboard isp(4). ok deraadt@ | |||||
2007-02-28 | do not bother printing 5 lines of cpu information which is always, on | 2 | -14/+17 | ||
every machine, exactly the same. only print the most interesting bits ok miod, tested martin | |||||
2007-02-28 | sync | 23 | -0/+23 | ||
2007-02-28 | SBus parallel port driver, from NetBSD but untested (no printer or cables); | 10 | -18/+585 | ||
this should hopefully stop people from asking me about it (-: | |||||
2007-02-28 | Adjust residual counter for esp wide transfers; from NetBSD | 1 | -1/+4 | ||
2007-02-28 | do status dampening for OK status as well, i. e. | 1 | -7/+3 | ||
if a sensor is always bad, but sometimes goes OK for only a few seconds, we want to ignore that bogus change as well also fix setting if last_val. from Constantine, ok mickey | |||||
2007-02-28 | when allocating an xfer, preinit several values according to the port its | 1 | -5/+17 | ||
destined for. add ata_exec, which will push the xfer on the right path. | |||||
2007-02-28 | stash a pointer to the atascsi instance in ata_port structs. the completion | 1 | -6/+16 | ||
routine will take a pointer to ata_xfer, not a void *. add some states and flags for the xfers, and some values for the hba to return when processing them. | |||||
2007-02-28 | we allocate an array of pointers, so we should bzero an array of pointers, | 1 | -2/+2 | ||
not an array of ints. | |||||
2007-02-28 | - NOTES -> CAVEATS | 1 | -19/+19 | ||
- use escapes for <> | |||||
2007-02-28 | use mdoc macros; | 1 | -57/+38 | ||
2007-02-28 | new sentence, new line; | 1 | -20/+25 | ||
2007-02-28 | Another round of makro killing. Kill _ACX_CONF_FUNC() and replace all | 4 | -119/+51 | ||
calls with acx_set_conf()/acx_get_conf(). OK mglocker@ | |||||
2007-02-28 | Fix a ieee80211_node refcount leak -- the node lookup is done in | 1 | -8/+1 | ||
ieee80211_encap() so there is no need to do call ieee80211_find_txnode() beforehands. OK mglocker@ | |||||
2007-02-28 | regen | 1 | -2/+2 | ||
2007-02-28 | avoid line wrap; | 1 | -3/+3 | ||
2007-02-28 | remove bogus warning regarding OpenSSL | 1 | -2/+2 | ||
2007-02-28 | spell maintenance correctly | 1 | -2/+2 | ||