summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-03-14add support for the Sony CLIE PEG-T625 and potentially a range of otherDavid Gwynne
unusually behaved CLIE products. they attach as palm4 type devices, but they stall on a certain init command. now we catch this stall and use it to switch the way we use the device to somethig more appropriate. from Andrew Smith
2006-03-14grammer; from mischa diehmMichael Shalayeff
2006-03-14trailing spaces and lines no moreMichael Shalayeff
2006-03-14syncTheo de Raadt
2006-03-14add italian nls; from jwk@xtf.itTheo de Raadt
2006-03-14missing newlineTheo de Raadt
2006-03-14move the kernel 1m up to provide more space for isadma; deraadt@ okMichael Shalayeff
2006-03-14incorrect memcpy size; adobriyan@gmail.comTheo de Raadt
(the other suggestion, to delete this unused API, cannot be done at this time because of unknown shared library versioning issues)
2006-03-14Re-enable RCS regression tests at mickey and niallo's request.Ray Lai
2006-03-14ci currently doesn't parse the -x flag at all, defaulting to ",v/" everyRay Lai
time. I rewrote checkin_choose_rcsfile() to handle it using these rules: - If a directory structure is given (ci -x,abcd dir/dir2/file) then all RCS files are under dir/dir2. - If the RCS/ directory exists, use it. Otherwise use current directory. - If the -x flag is specified, use those slash-separated extensions. Otherwise, use the default (",v/"). - Look in the rcs directory (RCS/ or current directory) for a file with a matching extension, for each extension. Each extension is tried in order. If a file exists, it is used. If no file exists with any extension, the first one is used. - The empty extension is treated as no extension, because I can't figure out what its special meaning is. It sounds complicated, and the code is kinda complicated as well, but it makes sense if you think about it. ok niallo
2006-03-14syncTheo de Raadt
2006-03-14Use .Xo/.Xc and .Fo/.Fc to put all arguments of iic_exec() in manRay Lai
page, breaking nine argument limit. ok grange, otto
2006-03-14OpenRCS currently strips any text in a filename up to and includingRay Lai
the last comma, assuming that it is a `,v' extension. GNU RCS does not do this. This removes that check. ok niallo
2006-03-14log the originating address and not just the name when a reverseDamien Miller
mapping check fails, requested by linux AT linuon.com
2006-03-13Remove unused softc member.Miod Vallat
2006-03-13Put wsscreen_list array inside the softc instead of on the stack; similar fixMiod Vallat
as happened on hp300 and sparc* yesterday.
2006-03-13make the dmseg printing look a little nicer.Brad Smith
ok dlg@
2006-03-13Although we can not currently run the glass console with colors if in anMiod Vallat
indexed mode, remember the colormap information (if any) when the real driver attaches, and use it to allow for X11 to control the colormap. This allows glass console and 8bpp X11 on DAFB (previously, this would only be possible if the console was on cereal).
2006-03-13RegenMiod Vallat
2006-03-13Conforming to the party's line, report unconfigured devices asMiod Vallat
"TC identifier" (description) at tc0 ... unconfigured instead of drivername (description) at tc0 ... unconfigured Plus this allows us to shrinken the description structure and get rid of a generated file. Only affects TCVERBOSE kernels.
2006-03-13Do not warn for functions declared with ARGSUSEDMoritz Jodeit
but having no arguments. ok deraadt@ cloder@
2006-03-13* Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set toBrad Smith
NULL for root PCI busses. For busses behind a bridge, it points to a persistent copy of the bridge's pcitag_t. This can be very useful for machine-dependent PCI bus enumeration code. From NetBSD ok grange@ kettenis@
2006-03-13tiny bit of delinting; ok krw@Otto Moerbeek
2006-03-13Protect sgmap extents with splvm(); from NetBSD.Miod Vallat
2006-03-13remove IPL_IMP.Brad Smith
2006-03-13remove splimp.Brad Smith
ok miod@
2006-03-13delint; from David HillOtto Moerbeek
2006-03-13delint; from David HillOtto Moerbeek
2006-03-13Cleanup and plug a fe memleaks and; from Davif Hill with a twist fromOtto Moerbeek
myself.
2006-03-13Simplify error() and warning() a bit. From Alexey Dobriyan.Moritz Jodeit
ok jaredy@ otto@
2006-03-13Clean the correct file. ok deraadt@Moritz Jodeit
2006-03-13Correctly check for the exit value of getopt(1) and don'tMoritz Jodeit
overwrite it with the value from ``set''. ok millert@
2006-03-13time-bind and lower power in lock spinning and a couple of other ipi loops ↵Michael Shalayeff
by using pause insn; brad@ ok tedu@ ok and feedback krw@ testing
2006-03-13Set the address decode bit only if the iobase 0 register is available.Federico G. Schwindt
Fixes the wd part of the sandisk wifi + 128 CF. Only multi function cards are affected at this time. quasi ok from uwe@
2006-03-13Fix for PR 5052. Be more careful about the announced networks we accept.Claudio Jeker
Make sure that at least the address family and the prefix length are sane. Reported and fix tested by Pete Vickers.
2006-03-13cleanup from dhillTheo de Raadt
2006-03-13clean-up some name handling:Marc Espie
- package locations always contain a pkgname (except if we don't have it) - complete it on the repository side to grab the right file. - no need to pass pkgname/arch on $location->grabPlist(), since it's already in the location.
2006-03-13repair commands w/ no scsi_xfer but the affected code was currently dead ↵Michael Shalayeff
anyway; pointed out by Tonnerre LOMBARD <tonnerre@thebsh.sygroup.ch>
2006-03-13Fix machines that need PCI access during ACPI bringup.Marco Peereboom
Help and ok kettenis.
2006-03-13Fix machines that need PCI access during ACPI bringup.Marco Peereboom
Inspired by gklok@cogeco.ca. ok kettenis
2006-03-13Remove dependence on /dev/stdin and /dev/stdoutTodd C. Miller
Deal correctly with compressing both stdin and regular files OK jaredy@ deraadt@
2006-03-13repair pkg_add -Marc Espie
2006-03-13regress test for various ssh-keygen IETF conversion line terminators; ok djm@Darren Tucker
2006-03-13finner grained use of splbio in scsi_raw_cmd.David Gwynne
2006-03-13finer use of splbio in scsi_cmd.David Gwynne
2006-03-13split the io and synchronise paths for scsi commands going to the logicalDavid Gwynne
disks.
2006-03-13Make ssh-add check file permissions before attempting to load privateDarren Tucker
key files multiple times; it will fail anyway and this prevents confusing multiple prompts and warnings. mindrot #1138, ok djm@
2006-03-13Allow config directives to contain whitespace by surrounding them by doubleDarren Tucker
quotes. mindrot #482, man page help from jmc@, ok djm@
2006-03-13The return value of the start/stop timer functions is almost never checked.Claudio Jeker
Switch them to void functions and check if evtimer_add/del fails -- in which case we fatal() as there is no useful way to recover in such an event. OK norby@
2006-03-13back out previousDarren Tucker