Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-14 | Allow anonymous logins without a password, which was broken | Moritz Jodeit | |
by the last commit. Noticed by Armin Wolfermann. ok henning@ | |||
2006-03-14 | move the loading of the dmamaps for passthrough commands out of ami_cmd | David Gwynne | |
and into a function of its own called ami_load_ptmem. sleep now, more cleanup later. | |||
2006-03-14 | trailing tabs nomore | Michael Shalayeff | |
2006-03-14 | trailing tabs nomore | Michael Shalayeff | |
2006-03-14 | move the loading of the dma maps for logical disk reads and writes from | David Gwynne | |
ami_cmd up into ami_scsi_cmd. this simplifies ami_cmd somewhat and moves more stuff out from under splbio. theres more to come. | |||
2006-03-14 | prevent the faults on iret to run w/ disabled intrs and cause deadlocks; ↵ | Michael Shalayeff | |
niklas toby tom ok | |||
2006-03-14 | knf | David Gwynne | |
2006-03-14 | shuffle the switch statement around in scsi_cmd. do the io commands | David Gwynne | |
outside the switch so i have some more room to put ugly code in there. | |||
2006-03-14 | implement a Unicast Reverse Path Forwarding (uRPF) check for pf(4) | Damien Miller | |
which optionally verifies that a packet is received on the interface that holds the route back to the packet's source address. This makes it an automatic ingress filter, but only when routing is fully symmetric. bugfix feedback claudio@; ok claudio@ and dhartmei@ | |||
2006-03-14 | do not install nls files silently; ok espie | Theo de Raadt | |
2006-03-14 | a touch of knf | David Gwynne | |
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. |