summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-30syncTheo de Raadt
2009-06-30extra spaces found during inspection of other gooTheo de Raadt
2009-06-30Make syslogd create a socket in /var/www/dev when httpd is enabled in orderRobert Nagy
2009-06-30crank version; ok deraadtMarkus Friedl
2009-06-30When unlocking the server, don't try to clear the prompt on clients without aNicholas Marriott
2009-06-30Add missing single quotes around a colon in Runas_Spec definition.Todd C. Miller
2009-06-30Link the second stage bootblocks (and boot.net) 256KB higher to accomodateMiod Vallat
2009-06-30syncTheo de Raadt
2009-06-30add "-o none" to pfctl call to prevent automatic table creation ofDavid Krause
2009-06-30update after the "reassemble tcp" fix (kernel/6178); ok sthen@David Krause
2009-06-29Revert 1.558, making the installer (in the worst case) use the base-setTheo de Raadt
2009-06-29make VSEARCH werase act like regular werase after the last change.Martynas Venckus
2009-06-29Fix two errors with character/line insertion and deletion: the maximum numberNicholas Marriott
2009-06-29a few more tweaks for previous;Jason McIntyre
2009-06-29Update to tzdata2009j from elsie.nci.nih.govTodd C. Miller
2009-06-29In sdmmc_intr_establish(), copy the entire name parameter instead ofMichael Knudsen
2009-06-29syncTheo de Raadt
2009-06-29Zap isp_inline.h; it is no longer used.Mark Kettenis
2009-06-29Whack bridges that have conflicting windows. This prevents us from choosingMark Kettenis
2009-06-29syncTheo de Raadt
2009-06-29enable new files in MakefileTheo de Raadt
2009-06-29Add documentation for acpivideo(4), acpivout(4), acpipwrres(4).Paul Irofti
2009-06-29the data which is read is never used; ok krwTheo de Raadt
2009-06-29since we link in the 24xx firmware, might as well point to it; ok krw kettenisTheo de Raadt
2009-06-29Bring back rev 1.17, enable hardware vlan tagging/stripping.Jonathan Gray
2009-06-29enable isp(4)Theo de Raadt
2009-06-29Protect the other rde_send_kroute() with a F_RIB_NOFIB check.Claudio Jeker
2009-06-29Doh! Fix logic botch that disconnected the FIB from the Loc-RIB instead ofClaudio Jeker
2009-06-29sync with sudo 1.7.2Todd C. Miller
2009-06-29Unfuck mrt table dumps and plug a memory leak while there.Claudio Jeker
2009-06-29since upper-bound is not a power of two here, use arc4random_uniformMartynas Venckus
2009-06-29Fix the range of a #ifndef SMALL ... #endif not to include the "break;"Alexander Hall
2009-06-29Don't try to page up with scroll-mode -u or copy-mode -u unless the mode wasNicholas Marriott
2009-06-28Now the tx dma mapping problem it was exposing is fixedJonathan Gray
2009-06-28Properly swap tx dma maps so we don't use invalid maps,Jonathan Gray
2009-06-28Attempt to map memory resources of unconfigured devices, if they do not haveMiod Vallat
2009-06-28Fix small regression introduced with symlinks handling.Antoine Jacoutot
2009-06-28Remove useless blank space in output.Antoine Jacoutot
2009-06-28Better wording for the not-supported-video-control message.Marcus Glocker
2009-06-28Add colormap support for 8bpp mode.Mark Kettenis
2009-06-28Change mid-sentence "From" to "from".Stuart Henderson
2009-06-28GS140 & TS15 won't work yet either.Jonathan Gray
2009-06-28Make this work in 8bpp mode too. Color support is still missing; probablyMark Kettenis
2009-06-28Don't list the AlphaServer 4100 in the unsupported systemsJonathan Gray
2009-06-28Teach sysmerge to deal with links (found the hard way when I realised IAntoine Jacoutot
2009-06-28Restore lost string constant, make DEBUG kernels compile.Kenneth R Westerback
2009-06-27Stricter checks when deciding which acceleration code to use. Instead ofMiod Vallat
2009-06-27Preliminary cleanup work in order to help the PCI resource management code.Miod Vallat
2009-06-27In the bus_space_*_raw_* functions, move the invariant computations out ofMiod Vallat
2009-06-27release storage after asprintf. ok sthen@Martynas Venckus