Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-14 | add support for the Sony CLIE PEG-T625 and potentially a range of other | David 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-14 | grammer; from mischa diehm | Michael Shalayeff | |
2006-03-14 | trailing spaces and lines no more | Michael Shalayeff | |
2006-03-14 | sync | Theo de Raadt | |
2006-03-14 | add italian nls; from jwk@xtf.it | Theo de Raadt | |
2006-03-14 | missing newline | Theo de Raadt | |
2006-03-14 | move the kernel 1m up to provide more space for isadma; deraadt@ ok | Michael Shalayeff | |
2006-03-14 | incorrect memcpy size; adobriyan@gmail.com | Theo 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-14 | Re-enable RCS regression tests at mickey and niallo's request. | Ray Lai | |
2006-03-14 | ci currently doesn't parse the -x flag at all, defaulting to ",v/" every | Ray 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-14 | sync | Theo de Raadt | |
2006-03-14 | Use .Xo/.Xc and .Fo/.Fc to put all arguments of iic_exec() in man | Ray Lai | |
page, breaking nine argument limit. ok grange, otto | |||
2006-03-14 | OpenRCS currently strips any text in a filename up to and including | Ray 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-14 | log the originating address and not just the name when a reverse | Damien Miller | |
mapping check fails, requested by linux AT linuon.com | |||
2006-03-13 | Remove unused softc member. | Miod Vallat | |
2006-03-13 | Put wsscreen_list array inside the softc instead of on the stack; similar fix | Miod Vallat | |
as happened on hp300 and sparc* yesterday. | |||
2006-03-13 | make the dmseg printing look a little nicer. | Brad Smith | |
ok dlg@ | |||
2006-03-13 | Although we can not currently run the glass console with colors if in an | Miod 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-13 | Regen | Miod Vallat | |
2006-03-13 | Conforming to the party's line, report unconfigured devices as | Miod 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-13 | Do not warn for functions declared with ARGSUSED | Moritz Jodeit | |
but having no arguments. ok deraadt@ cloder@ | |||
2006-03-13 | * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to | Brad 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-13 | tiny bit of delinting; ok krw@ | Otto Moerbeek | |
2006-03-13 | Protect sgmap extents with splvm(); from NetBSD. | Miod Vallat | |
2006-03-13 | remove IPL_IMP. | Brad Smith | |
2006-03-13 | remove splimp. | Brad Smith | |
ok miod@ | |||
2006-03-13 | delint; from David Hill | Otto Moerbeek | |
2006-03-13 | delint; from David Hill | Otto Moerbeek | |
2006-03-13 | Cleanup and plug a fe memleaks and; from Davif Hill with a twist from | Otto Moerbeek | |
myself. | |||
2006-03-13 | Simplify error() and warning() a bit. From Alexey Dobriyan. | Moritz Jodeit | |
ok jaredy@ otto@ | |||
2006-03-13 | Clean the correct file. ok deraadt@ | Moritz Jodeit | |
2006-03-13 | Correctly check for the exit value of getopt(1) and don't | Moritz Jodeit | |
overwrite it with the value from ``set''. ok millert@ | |||
2006-03-13 | time-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-13 | Set 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-13 | Fix 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-13 | cleanup from dhill | Theo de Raadt | |
2006-03-13 | clean-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-13 | repair 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-13 | Fix machines that need PCI access during ACPI bringup. | Marco Peereboom | |
Help and ok kettenis. | |||
2006-03-13 | Fix machines that need PCI access during ACPI bringup. | Marco Peereboom | |
Inspired by gklok@cogeco.ca. ok kettenis | |||
2006-03-13 | Remove dependence on /dev/stdin and /dev/stdout | Todd C. Miller | |
Deal correctly with compressing both stdin and regular files OK jaredy@ deraadt@ | |||
2006-03-13 | repair pkg_add - | Marc Espie | |
2006-03-13 | regress test for various ssh-keygen IETF conversion line terminators; ok djm@ | Darren Tucker | |
2006-03-13 | finner grained use of splbio in scsi_raw_cmd. | David Gwynne | |
2006-03-13 | finer use of splbio in scsi_cmd. | David Gwynne | |
2006-03-13 | split the io and synchronise paths for scsi commands going to the logical | David Gwynne | |
disks. | |||
2006-03-13 | Make ssh-add check file permissions before attempting to load private | Darren Tucker | |
key files multiple times; it will fail anyway and this prevents confusing multiple prompts and warnings. mindrot #1138, ok djm@ | |||
2006-03-13 | Allow config directives to contain whitespace by surrounding them by double | Darren Tucker | |
quotes. mindrot #482, man page help from jmc@, ok djm@ | |||
2006-03-13 | The 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-13 | back out previous | Darren Tucker | |