Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-25 | ifconfig output contained trailing whites in inet and groups: lines | Alexander von Gernler | |
fix that by rearranging spaces in printf format strings ok claudio@ mpf@ mickey@ | |||
2006-07-25 | tweak; | Jason McIntyre | |
2006-07-25 | updates from nicholas marriott; | Jason McIntyre | |
re-worded and ok djm | |||
2006-07-25 | add HISTORY; OK jmc@. | Xavier Santolaria | |
2006-07-25 | amazing how far a typo of mine (CFLAGS vs CLFAGS) from early 2004 spread | Henning Brauer | |
(and how long it went unnoticed) From: Alexey Dobriyan <adobriyan@gmail.com> | |||
2006-07-25 | kill redundant prototypes | Henning Brauer | |
2006-07-25 | Add bfirstlp(), blastlp() macros, returning the first and last lines | Kjell 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-25 | Rename the header line of a buffer to b_headp, from the remarkably | Kjell Wooding | |
unintuitive b_linep. No binary change. | |||
2006-07-25 | correct .Xr; from marcus popp | Jason McIntyre | |
2006-07-25 | -a flag is now optional; prompted by steven@ | Damien Miller | |
2006-07-25 | move #include <sys/time.h> out of includes.h | Kevin Steves | |
2006-07-25 | sync | Theo de Raadt | |
2006-07-25 | need #include <string.h> | Kevin Steves | |
2006-07-25 | better yet, make this use getopt for argument processing; | Damien Miller | |
"looks good" kettenis@ | |||
2006-07-24 | regen | Miod Vallat | |
2006-07-24 | wsdisplay nodes | Miod Vallat | |
2006-07-24 | Build wscons stuff on vax (but no for bsd.rd yet) | Miod Vallat | |
2006-07-24 | Driver for the VS4000/90 frame buffer, adapted from NetBSD (ragge) and | Miod 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-24 | Make sure the mapped frame buffer area is a multiple of the logical page | Miod Vallat | |
size, for mmap to be happy. | |||
2006-07-24 | eliminate hyphen madness; | Jason McIntyre | |
2006-07-24 | tweaks; | Jason McIntyre | |
2006-07-24 | Add a wsdisplay driver for the frame buffer found on VS4000/60 and VLC | Miod 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-24 | Add the 12x22 font to vax defaults. | Miod Vallat | |
2006-07-24 | Insert empty glyphs to make the font data really contiguous, as rasops | Miod Vallat | |
expects it. | |||
2006-07-24 | move large local array out of a "called once, only at boot" function | Theo de Raadt | |
into being a global, to reduce stack size; ok miod | |||
2006-07-24 | do a make depend phase | Theo de Raadt | |
2006-07-24 | Adding 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-24 | Simplify ioaccess() by computing the pte template outside the loop, and | Miod Vallat | |
modify iounaccess() loop style accordingly for consistency. No functional change. | |||
2006-07-24 | Recent change to the way mainbus children attach requires sbi_match to be | Miod 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-24 | Use 'cp -R' instead of 'cp -r' in the example of the -J option. | Bernd Ahlers | |
ok jmc@ | |||
2006-07-24 | disable tunnel forwarding when no strict host key checking | Kevin Steves | |
and key changed; ok djm@ markus@ dtucker@ | |||
2006-07-24 | Style; return is not a function. hshoexer@ ok. | Hakan Olsson | |
2006-07-24 | make "brconfig" with no arguments equivalent to "brconfig -a", | Damien Miller | |
following the similar change to ifconfig; 'nice' deraadt@ | |||
2006-07-24 | sync | Theo de Raadt | |
2006-07-24 | sync | Theo de Raadt | |
2006-07-23 | Select the 8x15 font by default on vax. | Miod Vallat | |
2006-07-23 | Make the default value of outputs.linein.dir "output" for the ThinkPad T60. | Brad Smith | |
From kent@NetBSD | |||
2006-07-23 | Do not print an odd message on machines where led0 is configured but did | Miod Vallat | |
not attach. | |||
2006-07-23 | Make smg(4) on par with the current state of wsdisplay drivers: make it use | Miod Vallat | |
a rasops backend and wsfont, better ioctl conformance, and too many other changes to mention. | |||
2006-07-23 | Do not build & install gdbtui. | Mark Kettenis | |
2006-07-23 | Use REPORT LUNS to get the list of LUNs to probe. If such a list is | Kenneth 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-23 | remove tzset(3) from SYNOPSIS: it has its own man page; | Jason McIntyre | |
spotted by stevesk; ok otto | |||
2006-07-23 | userland shouldnt care about kernel issues | David Gwynne | |
2006-07-23 | update to reflect reality | David Gwynne | |
2006-07-23 | add sys/timeout.h | Brad Smith | |
2006-07-23 | revert back to the old brgphy_mii_phy_auto() which simplifies the autoneg code. | Brad Smith | |
2006-07-23 | improved Yukon init routine with proper workaround for the PHY COMA mode. | Brad Smith | |
From yongari@FreeBSD | |||
2006-07-23 | update nviic(4) entry. | Brad Smith | |
2006-07-23 | remove some scsi ioctls, most importantly the ones that can reprobe the | David Gwynne | |
bus. supporting these complicates the midlayer unnecessarily. ok krw@ | |||
2006-07-23 | add newer NVidia chipsets. | Brad Smith | |