Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-15 | sync with NetBSD but replace hand crafted crc logic with ether_crc32_le() | Martin Reindl | |
ok miod@ | |||
2004-12-15 | Permit the client to generate trace output when the -t option is given | Jean-Francois Brousseau | |
by using the LP_TRACE level to cvs_log(). Traces are filtered by default. | |||
2004-12-15 | Add include firmware for txp(4) on relevant ramdisks. | Ryan Thomas McBride | |
Prompted by deraadt@ | |||
2004-12-15 | we don't need a separate header for 4 function prototypes, move | Jean-Francois Brousseau | |
them in rcs.h | |||
2004-12-15 | move -n down into RequiredBy and PackingList (as $main::not, since we | Marc Espie | |
don't want to load RequiredBy all the time). Remove a few $state->{not} tests that are no longer needed. pkg_add -n / pkg_delete -n should work much better when they need to handle multiple dependencies. (todo: kill plist caches, finish replacing with specialized caches like libraries). | |||
2004-12-15 | - adjust regression tests to recent IFS changes | Jared Yanovich | |
- add missing variable $ signs - add the IFS example mentioned in the manpage as a test based on diff from Thorsten Glaser ok millert | |||
2004-12-14 | If polling a server results in an error, drop that server to the maximum | Darren Tucker | |
poll interval; ok henning@ | |||
2004-12-14 | no need to compile with -DNFS, ok millert@ | Pedro Martelletto | |
2004-12-14 | First attempt at syncing the command code and doing a lot more error | Jean-Francois Brousseau | |
checking on all the protocol calls | |||
2004-12-14 | complain about lost files | Jean-Francois Brousseau | |
2004-12-14 | When loading directory entries, create file structures for files which | Jean-Francois Brousseau | |
have been lost but have a valid entry. | |||
2004-12-14 | Fix off-by-one. From FreeBSD r1.87. Also in NetBSD. Field being filled | Kenneth R Westerback | |
(sk_vpd_readonly) is not currently used, but the memory being tromped on might be. ok millert@. | |||
2004-12-14 | fix path to RCS file; jfb@ ok. | Xavier Santolaria | |
2004-12-14 | &&/|| inversion would try to merge IP addresses with non-addresses into a | Mike Frantzen | |
single table causing a ruleset load error and eventually a double-free. bug report and testing from martin{AT}spamcop net | |||
2004-12-14 | be more verbose for .cvsrc errors/warnings; ok jfb@. | Xavier Santolaria | |
2004-12-14 | add missing '\t' in usage(); okay jfb@. | Xavier Santolaria | |
2004-12-14 | support the tag command | Jean-Francois Brousseau | |
from Joris Vink | |||
2004-12-14 | .Xr dbmmanage 1 , | Jason McIntyre | |
2004-12-14 | convert to mdoc; | Jason McIntyre | |
2004-12-14 | Reword comment a bit for clarity. hshoexer@ ok. | Hakan Olsson | |
2004-12-14 | missing `tag' request in the request table | Jean-Francois Brousseau | |
from Joris Vink | |||
2004-12-14 | add two warn() calls to make sure a warning message gets printed if one of | Mike Frantzen | |
the table calls fails and the optimizer is gonna bomb out | |||
2004-12-14 | indentation and some knf, no binary change | Hans-Joerg Hoexer | |
ok + help markus | |||
2004-12-14 | fix a comment. | Hans-Joerg Hoexer | |
ok deraatd tdeval | |||
2004-12-14 | - be more consistent when referring to ServerRoot | Jason McIntyre | |
- document DocumentRoot more explicitly - don't use .Va for everything ok henning@ | |||
2004-12-14 | sync usage() w/ SYNOPSIS and remove some verbosity; | Jason McIntyre | |
ok henning@ | |||
2004-12-14 | convert to mdoc; | Jason McIntyre | |
2004-12-14 | sync with NetBSD, ok miod@ | Martin Reindl | |
2004-12-14 | no need for pfsync.h here | Michael Shalayeff | |
2004-12-14 | move the ioctls w/ all the other ifaces; mcbride@ ok | Michael Shalayeff | |
2004-12-14 | OBSD sync; | Jason McIntyre | |
2004-12-14 | rewrite code to cache files internally, to avoid going to disk all the | Marc Espie | |
time. This will allow us to bypass synch() and use this in -n mode, among other things. We could also postpone writing the cache (synching) until the end of the program... | |||
2004-12-14 | only print a separating '\n' when showing both server and client info | Pedro Martelletto | |
ok deraadt@ hshoexer@ | |||
2004-12-14 | use YFLAGS= | Marco Pfatschbacher | |
ok mcbride@ | |||
2004-12-14 | Allow the Address, Network, or Netmask values of the <IPsec-ID> to be | Ryan Thomas McBride | |
specified with an interface name (in which case the first address is used) or the keyword 'default' (in which case the address is selected based on the default route). eg: [roadwarrior-ip] ID-type= IPV4_ADDR Address= default ok ho@ hshoexer@ | |||
2004-12-14 | update (and sort) FILES; | Jason McIntyre | |
ok henning@ | |||
2004-12-14 | grammar, and FILES sync; | Jason McIntyre | |
2004-12-14 | typos; ok pefo@ | Alexander Yurchenko | |
2004-12-14 | link0 drops IP multicast, and link1 non-IP multicast. Not the other way | Camiel Dobbelaar | |
around. ok fgsch@ | |||
2004-12-14 | sendto() takes socklen_t as an argument; ok henning@ | Darren Tucker | |
2004-12-14 | Initialise init_addr in pf_map_addr() in the PF_POOL_ROUNDROBIN, | Ryan Thomas McBride | |
prevents a possible endless loop in pf_get_sport() with 'static-port' Reported by adm at celeritystorm dot com in FreeBSD PR74930, debugging by dhartmei@ ok dhartmei@ | |||
2004-12-14 | no need to look into ip_carp.h anymore | Michael Shalayeff | |
2004-12-14 | move ioctls together w/ all other ifaces; mcbride@ ok | Michael Shalayeff | |
2004-12-14 | typhoon microcode file build | Theo de Raadt | |
2004-12-14 | txp(4) late firmware loading, written somewhere over the pacific, tested | Theo de Raadt | |
by mcbride, reduces size of the kernel | |||
2004-12-14 | cleaner error handling on connection setup and in case of connection | Jean-Francois Brousseau | |
failure | |||
2004-12-14 | one more rc.conf -> rc.conf.local; | Jason McIntyre | |
2004-12-14 | convert to mdoc; | Jason McIntyre | |
2004-12-14 | move the cvsrc example stuff to cvsrc.5; | Jason McIntyre | |
make it clearer that $HOME/.cvsrc is the user config file; add a reference to cvsrc(5) in cvs(1) SEE ALSO; ok xsa@ (actually this started life as a diff from him...) | |||
2004-12-14 | mention /var/backups; | Jason McIntyre | |
ok otto@ |