Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-24 | terminate CVS/Entries with a newline. | Pierre-Yves Ritschard | |
ok joris@, xsa@ | |||
2007-01-24 | A reallocated root directory gets ownership of the fsck process. | Alexander Bluhm | |
If lost+found is created, it gets ownership of the root directory. ok pedro | |||
2007-01-24 | Lock the nexthop while parsing an update by increasing the reference count. | Claudio Jeker | |
This is needed because the nexthop is not yet linked to the aspath attributes and so a withdraw in the same update imsg could remove this nexthop which in turn causes a use after free error when the prefix is added later on. The order of parsing (attributes, withdraws, prefixes instead of withdraws, attributes, prefixes) was reversed for multiprotocol support. This should fix all strange nexthop crashes seen by various people. Tested and OK henning@ | |||
2007-01-24 | Remove most of the spf calculation related log_debug messages. | Claudio Jeker | |
2007-01-24 | +.Xr gzip 1 | Jason McIntyre | |
2007-01-24 | split compress(1) into compress(1) and gzip(1), as suggested by millert; | Jason McIntyre | |
ok/help millert otto | |||
2007-01-24 | Remove some log_debug()s that are no longer needed. | Claudio Jeker | |
2007-01-24 | Similar to ospfd and ripd ignore SIGPIPE in all processes to be able to do | Claudio Jeker | |
a nice exit in case one of the processes dies. OK pyr@ | |||
2007-01-24 | Ingore SIGPIPE in the parent and rde as well. This is needed to correctly | Claudio Jeker | |
report crashes. Discussed with norby@ | |||
2007-01-24 | Ignore SIGPIPE in the parent and RDE as well. | Esben Norby | |
ok claudio@ | |||
2007-01-24 | the ok from xsa was for another diff, rollback previous commit. | Pierre-Yves Ritschard | |
2007-01-24 | put a newline at the end of the Entries file, this syncs with | Pierre-Yves Ritschard | |
GNU cvs behavior and is easier on the eyes. ok xsa@ | |||
2007-01-24 | Better handling of escaped CR-LF in the configuration file, commenting | Pierre-Yves Ritschard | |
them out was previously broken. This is needed for send/expect scripts. ok claudio@ | |||
2007-01-23 | Handle not-all-lapics intterupts. | Mark Kettenis | |
2007-01-23 | add timeout for failed nbr structures | Michele Marchetto | |
OK claudio@ henning@ | |||
2007-01-23 | Typo in fatal() message found by dunceor @ gmail dot com | Claudio Jeker | |
2007-01-23 | Typo in fatal() message found by dunceor @ gmail dot com | Claudio Jeker | |
2007-01-23 | Typo in fatal() message found by dunceor @ gmail dot com | Claudio Jeker | |
2007-01-23 | Typo in fatal() message found by dunceor @ gmail dot com | Claudio Jeker | |
2007-01-23 | Typo in fatal() message found by dunceor @ gmail dot com | Claudio Jeker | |
2007-01-23 | Typo in fatal() message found by dunceor @ gmail dot com | Claudio Jeker | |
2007-01-23 | When acting as a server do not blindly remove | Joris Vink | |
directories in cvs_update_leavedir(). fixes the "Device busy" error some people have been seeing. problem initially reported by Frank Denis. ok xsa@ | |||
2007-01-23 | adjust m_data and m_len directly rather than calling m_adj(). | Marcus Glocker | |
From tsutsui@NetBSD over brad, some corrections by claudio@, tested by brad on sparc64 and otto@ on landisk. OK claudio@ | |||
2007-01-23 | Introduce -Q option: | Bernd Ahlers | |
-Q query Show all packages in $PKG_PATH which match the given query. Example: $ pkg_info -Q bogofilter bogofilter-1.0.3-qdbm (installed) bogofilter-1.0.3-db4 bogofilter-1.0.3-sqlite3 bogofilter-1.0.3 $ Manpage help from sturm@. ok sturm@, steven@, espie@ | |||
2007-01-23 | forgot to adjust the number for -K in the introducing text, spotted by david@ | Alexander von Gernler | |
2007-01-23 | Fixes for static integer setting | Jordan Hargrave | |
thanks to giovanni ok marco@ | |||
2007-01-23 | Don't fatal() when unexpected files are encountered in the working | Ray Lai | |
copy. Allows obj/ directories to exist (which are typically symlinks.) OK joris@ | |||
2007-01-22 | Fix a comment and reduce the chattyness of some debug. | Michael Knudsen | |
2007-01-22 | Add acpidock here too. | Michael Knudsen | |
Gently reminded by marco (``AMD64!''). | |||
2007-01-22 | Some nits from fkr@, thanks! | Michael Knudsen | |
2007-01-22 | Add commented out acpidock(4) entry. | Michael Knudsen | |
Reminded by marco. | |||
2007-01-22 | Hook up acpidock.4 to the build. | Michael Knudsen | |
2007-01-22 | List acpidock(4) with the other drivers. | Michael Knudsen | |
2007-01-22 | Man page for acpidock(4). | Michael Knudsen | |
Input and ok jmc | |||
2007-01-22 | Actually look for docking stations by looking for _DCK nodes. | Michael Knudsen | |
ok marco | |||
2007-01-22 | Tell config about acpidock. | Michael Knudsen | |
ok marco | |||
2007-01-22 | Add driver for ACPI docking stations. | Michael Knudsen | |
Not completely functional yet, e.g. undocking doesn't work yet but put it in the tree to be able to safely work on this. ok marco | |||
2007-01-22 | Allow pmap_zeropage and pmap_copypage to work with cache enabled on | Miod Vallat | |
MicroSPARC-1, since cache is not write allocate; also provide a smarter routine to flush a small section of the data cache, but do not enable it since we almost never flush less than 2KB (which is the whole MS1 D cache size); adapted from NetBSD, tested on SPARCclassic. | |||
2007-01-22 | use the MI DP8390 driver instead of rolling our own functions | Martin Reindl | |
from NetBSD | |||
2007-01-22 | fix detection of whether we should show progress meter or not: scp | Damien Miller | |
tested isatty(stderr) but wrote the progress meter to stdout. This patch makes it test stdout. bz#1265 reported by junkmail AT bitsculpture.com; of dtucker@ | |||
2007-01-22 | return error from do_upload() when a write fails. fixes bz#1252: zero | Damien Miller | |
exit status from sftp when uploading to a full device. report from jirkat AT atlas.cz; ok dtucker@ | |||
2007-01-22 | use a more sensible value for -K example, from tedu@ | Alexander von Gernler | |
ok jmc@ | |||
2007-01-22 | Fix KAME cvsweb urls | Miod Vallat | |
2007-01-22 | iterate over the endpoints looking for appropriate interface descriptors to | David Gwynne | |
use. this makes my adsl modem and ckeuthes cable modem work. idea from freebsd, via a diff from Krystian Baniak | |||
2007-01-22 | regenerate | Chris Kuethe | |
ok dlg@ | |||
2007-01-22 | Add the USB interface for my cable modem which is now usable | Chris Kuethe | |
ok dlg@ | |||
2007-01-21 | Use addic. %r31,%r31,1 instead of addic. %r31,%r31,%r1. | Mark Kettenis | |
2007-01-21 | Use MII_ANEGTICKS_GIGE instead of MII_ANEGTICKS. | Mark Kettenis | |
2007-01-21 | Fix typo. From brad@ | Mark Kettenis | |
2007-01-21 | don't assume our directory vnode will be flushed out after us, fixes | Pedro Martelletto | |
crash when unmounting nfs volumes, okay thib@, krw@ and mickey@ |