Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-02 | missing final `d' in `prepended' | Jacob Meuser | |
ok deraadt@ | |||
2009-07-02 | avoid infinite recursion if unlink fails. reported by Stefan Pettersson | Martynas Venckus | |
ok theo, millert@ | |||
2009-07-02 | Fix two copy/paste bugs: forbid zero-length buffers to prevent a fatal error | Nicholas Marriott | |
when trying to paste them, found by me, and miscalculation of the start/end causing random fatal errors when copying in copy-mode, reported by sthen. ok sthen "put it in" deraadt | |||
2009-07-02 | Rewrite the sysctl handlers to use libc functions (getifaddrs and | Claudio Jeker | |
if_indextoname) instead of looking at the sysctl data directly. This makes the code a lot simpler and actually work. Tested by many (todd@, sthen@, and a few people on tech@). OK sthen@, deraadt@ | |||
2009-07-02 | allow for long home dir paths (bz #1615). ok deraadt | Darren Tucker | |
2009-07-01 | The widget mapping code has been written back when I was only working on | Miod Vallat | |
Octane support. The Octane being a single-node system, address space is ludicrous enough to allow the whole address space of every widget to be directly accessible in whole, using the address bits reserved to nasid. However, on IP27 and IP35, things do not work this way - while we still have the low 16MB address space of each widget available (the so-called ``short window''), access to other parts of the wiget address space is done through translation slots (IOTTE) at the Hub I/O space level, on a per-node basis. Given the imminent release lock, give up completely on ``large'' mappings of widgets, and restrict ourselves to short window operation, all the time (thus reinforcing the use of devio registers to map pci resources on xbridge). A proper interface to request mappings of specific widget areas, either directly on Octane, or through IOTTE if available on Origin, will appear post-release. No functional change (except from silently repairing Octane support which the previous xbridge commit silently broke). | |||
2009-07-01 | Add a workaround for the fact that our clocks aren't running during autoconf | Mark Kettenis | |
(at least on some of our architectures, including hppa). Since isp(4) keeps track of elapsed time to determine if it should continue to wait for the FC link to come up it would wait very very long. Figured out by krw@. ok deraadt@, krw@ | |||
2009-07-01 | Crank bootblocks version for identification purposes. | Miod Vallat | |
2009-07-01 | Do not default to disk installs; ftp or cdrom covers 99% of users; ok krw | Theo de Raadt | |
2009-07-01 | take us to 4.6, though there will still be some changes | Theo de Raadt | |
2009-06-30 | floor(3) should round towards -inf instead of towards zero. | Mark Kettenis | |
ok martynas@, deraadt@ | |||
2009-06-30 | sync | Theo de Raadt | |
2009-06-30 | extra spaces found during inspection of other goo | Theo de Raadt | |
2009-06-30 | Make syslogd create a socket in /var/www/dev when httpd is enabled in order | Robert Nagy | |
to make logging to syslog work with php for example. ok deraadt@, henning@ | |||
2009-06-30 | crank version; ok deraadt | Markus Friedl | |
2009-06-30 | When unlocking the server, don't try to clear the prompt on clients without a | Nicholas Marriott | |
prompt (such as the one issuing the unlock request). This caused the server to die if the wrong password was entered when unlocking from the command line with -U (nasty). | |||
2009-06-30 | Add missing single quotes around a colon in Runas_Spec definition. | Todd C. Miller | |
2009-06-30 | Link the second stage bootblocks (and boot.net) 256KB higher to accomodate | Miod Vallat | |
the GENERIC kernel growth; verified to not conflict with old prom on sun4. ok deraadt@ | |||
2009-06-30 | sync | Theo de Raadt | |
2009-06-30 | add "-o none" to pfctl call to prevent automatic table creation of | David Krause | |
multiple addresses which causes the test to fail; ok sthen@ | |||
2009-06-30 | update after the "reassemble tcp" fix (kernel/6178); ok sthen@ | David Krause | |
2009-06-29 | Revert 1.558, making the installer (in the worst case) use the base-set | Theo de Raadt | |
localtime zone for decision making. But when we get into that situation, also skip timezone manipulation the first time (before base install) and defer it to after the base install (since that is the only time that file exists). Complicated? It could be worse.. ok krw halex | |||
2009-06-29 | make VSEARCH werase act like regular werase after the last change. | Martynas Venckus | |
vi back-words and emacs kill-region are not completely the same. ok merdely@, millert@. "Get it in" Darrin Chandler | |||
2009-06-29 | Fix two errors with character/line insertion and deletion: the maximum number | Nicholas Marriott | |
of characters which may be inserted or deleted is the screen width, not one less (and similarly for lines and height); and if characters or lines are deleted by moving the ones that follow, the space at the end needs to be cleared. This appears to solve long-standing redraw issues most visible when using the force-width option then scrolling in view(1) or unwrapping lines in emacs. | |||
2009-06-29 | a few more tweaks for previous; | Jason McIntyre | |
2009-06-29 | Update to tzdata2009j from elsie.nci.nih.gov | Todd C. Miller | |
2009-06-29 | In sdmmc_intr_establish(), copy the entire name parameter instead of | Michael Knudsen | |
dumping the last byte. Input from otto@ and peter@. ok on an earlier diff from miod (and krw IIRC). | |||
2009-06-29 | sync | Theo de Raadt | |
2009-06-29 | Zap isp_inline.h; it is no longer used. | Mark Kettenis | |
ok deraadt@ | |||
2009-06-29 | Whack bridges that have conflicting windows. This prevents us from choosing | Mark Kettenis | |
address space that is already in use when reassigning BARs. | |||
2009-06-29 | sync | Theo de Raadt | |
2009-06-29 | enable new files in Makefile | Theo de Raadt | |
2009-06-29 | Add documentation for acpivideo(4), acpivout(4), acpipwrres(4). | Paul Irofti | |
Better wording from miod@, thanks! Also feedback from sthen@, nicm@, jmc@. ``Please get it in soon'' for work in tree deraadt@. | |||
2009-06-29 | the data which is read is never used; ok krw | Theo de Raadt | |
2009-06-29 | since we link in the 24xx firmware, might as well point to it; ok krw kettenis | Theo de Raadt | |
2009-06-29 | Bring back rev 1.17, enable hardware vlan tagging/stripping. | Jonathan Gray | |
ok deraadt@ | |||
2009-06-29 | enable isp(4) | Theo de Raadt | |
2009-06-29 | Protect the other rde_send_kroute() with a F_RIB_NOFIB check. | Claudio Jeker | |
2009-06-29 | Doh! Fix logic botch that disconnected the FIB from the Loc-RIB instead of | Claudio Jeker | |
making sure that other RIBs are not injecting routes into the FIB. | |||
2009-06-29 | sync with sudo 1.7.2 | Todd C. Miller | |
2009-06-29 | Unfuck mrt table dumps and plug a memory leak while there. | Claudio Jeker | |
2009-06-29 | since upper-bound is not a power of two here, use arc4random_uniform | Martynas Venckus | |
instead, to avoid modulo bias. ok jacekm@, gilles@ | |||
2009-06-29 | Fix the range of a #ifndef SMALL ... #endif not to include the "break;" | Alexander Hall | |
needed not to make a status of 200 (OK) fall through to the redirect handling. This was not noticed since the later code would ignore the isredirect flag unless it also received a "Location: " header. ok martynas@ | |||
2009-06-29 | Don't try to page up with scroll-mode -u or copy-mode -u unless the mode was | Nicholas Marriott | |
successfully changed - if already in a different mode, it would corrupt the mode data. | |||
2009-06-28 | Now the tx dma mapping problem it was exposing is fixed | Jonathan Gray | |
bring back rev 1.16, em style MCLGETI based on a diff from reyk with critical fixes by me. | |||
2009-06-28 | Properly swap tx dma maps so we don't use invalid maps, | Jonathan Gray | |
leak memory, lose maps or cause double frees. Problem courtesy of our good friends at Intel in the original FreeBSD driver. "awesome" dlg@ | |||
2009-06-28 | Attempt to map memory resources of unconfigured devices, if they do not have | Miod Vallat | |
I/O resources, via devio. Unfortunately it works as badly as when using the large window, so the bugs I am hunting must come from elsewhere. | |||
2009-06-28 | Fix small regression introduced with symlinks handling. | Antoine Jacoutot | |
spotted by jmc@ | |||
2009-06-28 | Remove useless blank space in output. | Antoine Jacoutot | |
2009-06-28 | Better wording for the not-supported-video-control message. | Marcus Glocker | |
Requested by and OK deraadt@ |