summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-07-25ifconfig output contained trailing whites in inet and groups: linesAlexander von Gernler
fix that by rearranging spaces in printf format strings ok claudio@ mpf@ mickey@
2006-07-25tweak;Jason McIntyre
2006-07-25updates from nicholas marriott;Jason McIntyre
re-worded and ok djm
2006-07-25add HISTORY; OK jmc@.Xavier Santolaria
2006-07-25amazing how far a typo of mine (CFLAGS vs CLFAGS) from early 2004 spreadHenning Brauer
(and how long it went unnoticed) From: Alexey Dobriyan <adobriyan@gmail.com>
2006-07-25kill redundant prototypesHenning Brauer
2006-07-25Add bfirstlp(), blastlp() macros, returning the first and last linesKjell Wooding
of a buffer respectively. Removes an ugly construction than necessitated "go to first line"-type comments throughout the code. No binary change
2006-07-25Rename the header line of a buffer to b_headp, from the remarkablyKjell Wooding
unintuitive b_linep. No binary change.
2006-07-25correct .Xr; from marcus poppJason McIntyre
2006-07-25-a flag is now optional; prompted by steven@Damien Miller
2006-07-25move #include <sys/time.h> out of includes.hKevin Steves
2006-07-25syncTheo de Raadt
2006-07-25need #include <string.h>Kevin Steves
2006-07-25better yet, make this use getopt for argument processing;Damien Miller
"looks good" kettenis@
2006-07-24regenMiod Vallat
2006-07-24wsdisplay nodesMiod Vallat
2006-07-24Build wscons stuff on vax (but no for bsd.rd yet)Miod Vallat
2006-07-24Driver for the VS4000/90 frame buffer, adapted from NetBSD (ragge) andMiod Vallat
Blaz Antonic's work, no acceleration yet, untested due to the lack of hardware, but enough sacrifices were made to the RAMDAC Gods.
2006-07-24Make sure the mapped frame buffer area is a multiple of the logical pageMiod Vallat
size, for mmap to be happy.
2006-07-24eliminate hyphen madness;Jason McIntyre
2006-07-24tweaks;Jason McIntyre
2006-07-24Add a wsdisplay driver for the frame buffer found on VS4000/60 and VLCMiod Vallat
systems, based on Blaz Antonic's work and adjusted to fit modern wscons requirements; currently running as a dumb frame buffer, acceleration code going in soon.
2006-07-24Add the 12x22 font to vax defaults.Miod Vallat
2006-07-24Insert empty glyphs to make the font data really contiguous, as rasopsMiod Vallat
expects it.
2006-07-24move large local array out of a "called once, only at boot" functionTheo de Raadt
into being a global, to reduce stack size; ok miod
2006-07-24do a make depend phaseTheo de Raadt
2006-07-24Adding TFTP Option Extension to the tftp client according to RFC 2347.Marcus Glocker
Implemented options are: - TFTP Blocksize Option, RFC 2348 - TFTP Timeout Interval and Transfer Size Options, RFC 2349 We have now on the tftp client side the same options supported as in our tftp server. ok claudio@
2006-07-24Simplify ioaccess() by computing the pte template outside the loop, andMiod Vallat
modify iounaccess() loop style accordingly for consistency. No functional change.
2006-07-24Recent change to the way mainbus children attach requires sbi_match to beMiod Vallat
split between mainbus and abus attachments. Untested (and this is not part of the supported hardware at the moment), but at least this will allow sbi to attach to abus (this was broken, even before the mainbus attachment changes).
2006-07-24Use 'cp -R' instead of 'cp -r' in the example of the -J option.Bernd Ahlers
ok jmc@
2006-07-24disable tunnel forwarding when no strict host key checkingKevin Steves
and key changed; ok djm@ markus@ dtucker@
2006-07-24Style; return is not a function. hshoexer@ ok.Hakan Olsson
2006-07-24make "brconfig" with no arguments equivalent to "brconfig -a",Damien Miller
following the similar change to ifconfig; 'nice' deraadt@
2006-07-24syncTheo de Raadt
2006-07-24syncTheo de Raadt
2006-07-23Select the 8x15 font by default on vax.Miod Vallat
2006-07-23Make the default value of outputs.linein.dir "output" for the ThinkPad T60.Brad Smith
From kent@NetBSD
2006-07-23Do not print an odd message on machines where led0 is configured but didMiod Vallat
not attach.
2006-07-23Make smg(4) on par with the current state of wsdisplay drivers: make it useMiod Vallat
a rasops backend and wsfont, better ioctl conformance, and too many other changes to mention.
2006-07-23Do not build & install gdbtui.Mark Kettenis
2006-07-23Use REPORT LUNS to get the list of LUNs to probe. If such a list isKenneth R Westerback
obtained probe the LUNs given without checking for duplicate INQUIRY data. For non-USB, non-ATAPI, devices claiming to be SCSI-3 compliant. And the target must have something attached at LUN 0. If REPORT LUNS can't be used or isn't supported, the old scan process is used. Fixes Fibre Channel and SCSI enclosure devices that provide identical INQUIRY data for all LUNs and were thus being misprobed as having only LUN 0. Tested by Bob Kitella, dlg@, beck@. Suggestions from deraadt@. ok dlg@ beck@
2006-07-23remove tzset(3) from SYNOPSIS: it has its own man page;Jason McIntyre
spotted by stevesk; ok otto
2006-07-23userland shouldnt care about kernel issuesDavid Gwynne
2006-07-23update to reflect realityDavid Gwynne
2006-07-23add sys/timeout.hBrad Smith
2006-07-23revert back to the old brgphy_mii_phy_auto() which simplifies the autoneg code.Brad Smith
2006-07-23improved Yukon init routine with proper workaround for the PHY COMA mode.Brad Smith
From yongari@FreeBSD
2006-07-23update nviic(4) entry.Brad Smith
2006-07-23remove some scsi ioctls, most importantly the ones that can reprobe theDavid Gwynne
bus. supporting these complicates the midlayer unnecessarily. ok krw@
2006-07-23add newer NVidia chipsets.Brad Smith