summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diff.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-03-01read buffer size must be >= max imsg size.henning1-2/+2
after release we should revisit this issue, we can probably safely shrink the max imsg size. Valentin Kozamernik in PR5401
2007-03-01be more careful with mixing &/| with &&/||, ok ottoderaadt3-10/+10
2007-03-01strip off -beta; ok deraadtpvalchev1-3/+3
2007-03-01If NLS is disabled, strerror does not print the correct error string.bluhm1-2/+2
No binary change with NLS enabled. ok otto millert espie
2007-03-01sort the `match' keywords;jmc1-2/+2
2007-03-01tweaks;jmc1-5/+4
2007-03-01sync for bpp.4;jmc1-2/+2
2007-03-01-with -> -widthjmc1-2/+2
2007-03-01proper softint treatment (that get missed otherwise); found and tested by mpf@ on pppoe; drahn@ okmickey2-4/+4
2007-03-01typos, from raga (raga at comcast dot com)biorn1-2/+2
2007-03-01Remove two ancient debugging printfs.art1-3/+1
2007-03-01In acx_set_probe_resp_tmplt () ieee80211_beacon_alloc() could fail so check theclaudio1-1/+3
return value. Stolen from acx_set_beacon_tmplt() that already does this check.
2007-03-01Remove ChallengeResponseAuthentication support inside a Matchdtucker3-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-01shrink early text; input from frantisek holop, discussion and ok ok krwderaadt1-7/+6
2007-02-28some older machines have small banks, and the kernel is too big!deraadt1-3/+3
remove one very rarely used driver; tested by mglocker miod will look at this later ;)
2007-02-28syncderaadt2-10/+7
2007-02-28the_t world_t would_t be_t a_t better_t place_t if_t some_t people_t did_tderaadt1-9/+6
not_t feel_t the_t need_t to_t typedef_t everything_t
2007-02-28new sentence, new line...miod1-6/+6
2007-02-28syncderaadt2-2/+7
2007-02-28place types needed by onewiredevs_data.h, directly into that file so that itderaadt2-6/+9
is consumable by anyone who includes it (matches idea in pcidevs and usbdevs)
2007-02-28sync to awk changederaadt2-2/+19
2007-02-28place types needed by usbdevs_data.h, directly into that file so that itderaadt2-19/+18
is consumable by anyone who includes it (matches idea in pcidevs)
2007-02-28Better OpenBSD/landisk installation notes, 1/2.miod10-65/+95
2007-02-28Add PCI GigaSwift Ethernet ("Cassini") and use the Sun product name for GEM.kettenis1-2/+3
2007-02-28of ofderaadt1-2/+2
2007-02-28syncderaadt1-0/+1
2007-02-28Update. From Jung.kettenis1-157/+285
2007-02-28Add Smart Battery Monitor device driver. Provided bygrange15-14/+360
Aaron Linville <aaron@linville.org> in PR 5398.
2007-02-28regengrange2-4/+6
2007-02-28Add DS2438 Smart Battery Monitor family.grange1-1/+2
From: Aaron Linville <aaron@linville.org>.
2007-02-28syncderaadt1-1/+1
2007-02-28Use diskerr() to print error messages.miod1-24/+17
2007-02-28Set ISP_CFG_NOVRAM for Sun-branded ISP2200's that don't have an NVRAM fitted.kettenis1-2/+18
Avoids the "invalid NVRAM" message on the Blade 1000 and other machines with onboard isp(4). ok deraadt@
2007-02-28do not bother printing 5 lines of cpu information which is always, onderaadt2-14/+17
every machine, exactly the same. only print the most interesting bits ok miod, tested martin
2007-02-28syncderaadt23-0/+23
2007-02-28SBus parallel port driver, from NetBSD but untested (no printer or cables);miod10-18/+585
this should hopefully stop people from asking me about it (-:
2007-02-28Adjust residual counter for esp wide transfers; from NetBSDmiod1-1/+4
2007-02-28do status dampening for OK status as well, i. e.henning1-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-28when allocating an xfer, preinit several values according to the port itsdlg1-5/+17
destined for. add ata_exec, which will push the xfer on the right path.
2007-02-28stash a pointer to the atascsi instance in ata_port structs. the completiondlg1-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-28we allocate an array of pointers, so we should bzero an array of pointers,dlg1-2/+2
not an array of ints.
2007-02-28- NOTES -> CAVEATSjmc1-19/+19
- use escapes for <>
2007-02-28use mdoc macros;jmc1-57/+38
2007-02-28new sentence, new line;jmc1-20/+25
2007-02-28Another round of makro killing. Kill _ACX_CONF_FUNC() and replace allclaudio4-119/+51
calls with acx_set_conf()/acx_get_conf(). OK mglocker@
2007-02-28Fix a ieee80211_node refcount leak -- the node lookup is done inclaudio1-8/+1
ieee80211_encap() so there is no need to do call ieee80211_find_txnode() beforehands. OK mglocker@
2007-02-28regenjakob1-2/+2
2007-02-28avoid line wrap;jmc1-3/+3
2007-02-28remove bogus warning regarding OpenSSLjakob1-2/+2
2007-02-28spell maintenance correctlydavid1-2/+2