Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-17 | Support for the eap MIDI UART from NetBSD. | Jonathan Gray | |
Tested by serveral people. ok millert@, mickey@ | |||
2004-12-17 | Remember to decrement carp_suppress_preempt when detaching. | Ryan Thomas McBride | |
ok pascoe@ | |||
2004-12-17 | Ensure that 'addrs' is always initialized before use (from Yamamoto | Kenneth R Westerback | |
Takashi). If no broadcast networks are found then just return RPC_CANTSEND. Eliminate perror() calls (suggested by Yamamoto Takashi and seconded by deraadt@, otto@ and millert@) and just let return values speak. ok millert@ | |||
2004-12-17 | rev 1.62 | Brad Smith | |
Possibloe fix for some bge chip revisions taking a long time to reset (e.g., polling for a half-second or more at splnet(), blocking most interrupts, durin an ifconfig down/ifconfig up). Appears to help for a 5704C rev A3, which is the only chip I've ever seen that had even a mild version of the reported problem. rev 1.61 Check for BGE_PCI_PCISTATE register failing to revert on reset. if it occurs, print a message indicating why the reset took so long. From NetBSD | |||
2004-12-17 | add missing braces. | Brad Smith | |
From FreeBSD | |||
2004-12-17 | sync usage | Jared Yanovich | |
manpage: - indent examples - document exit status ok jmc | |||
2004-12-17 | Add a new page about hardware watchdog devices, under a BSD license. | Jared Yanovich | |
From: Michael Knudsen ok various | |||
2004-12-16 | De-reference pointer *after* checking if it is NULL. | Kenneth R Westerback | |
ok millert@. | |||
2004-12-16 | plug some memory leaks on error cases | Jean-Francois Brousseau | |
2004-12-16 | Add rcs_gethead() to easily retrieve the head revision of an RCS | Jean-Francois Brousseau | |
file. | |||
2004-12-16 | make cvs_connect() print an error message and return with an error | Jean-Francois Brousseau | |
code if an unsupported connection method is specified in the root specification, and warn that pserver will never be supported due to its poor security | |||
2004-12-16 | Fix logic botch in dmacomputeipl() introduced in rev 1.14. | Miod Vallat | |
2004-12-16 | rev 1.71 | Brad Smith | |
* Set buffer management high water marks for MTU > 1514. * Set BGE_MAX_RX_FRAME_LOWAT (from Linux driver). rev 1.25 * Update onchip buffer tunables to recommended values from Linux drivers. * Increase Tx interrupt-coalescing thresholds, to reduce Tx-done interrupts. From NetBSD ok krw@ | |||
2004-12-16 | if -f installed, don't treat reinstallation as errors. | Marc Espie | |
if the package is installed, report it's there, don't give any conflict message. | |||
2004-12-16 | better conflict: conflict with partial installations, always conflict with | Marc Espie | |
the package itself, and all potential instances of libraries. | |||
2004-12-16 | save depend information into cache when package is installed. | Marc Espie | |
2004-12-16 | both borked.* and partial-* are recognized. | Marc Espie | |
give the right pkg_delete command | |||
2004-12-16 | renamed borked_installation from borked.n to partial-<pkgname> ... | Marc Espie | |
partial-<pkgname>.n if needed. Make borked_installation take a message, to show installation/deinstallation issues correctly. Fix handling of ^C: this may lead some system calls to return early, thus registering as errors: so always mark the last file as done, so that borked installation will register it correctly. Kill packing-list cache for anything but depends: we've got a global cache of libraries now (use it in pkg_add). Make almost everyone look at $main::not, so that we can call register_installation to_installation RequirementList->add/delete safely. Simplify $not logic accordingly, do thing much more closely to what would happen without -n. This should allow pkg_add/pkg_delete -n to handle most nasty cases correctly now, since all the relevant information is kept internally in a compact format: - register of shared libraries - global register of conflicts - cache of depends. | |||
2004-12-16 | default wait time for dead server connection is 300 seconds, not 120. | Moritz Jodeit | |
ok millert@, henning@ | |||
2004-12-16 | Make sure ifp->if_baudrate is valid when the parent's statchg | Brad Smith | |
callback is made. From NetBSD | |||
2004-12-16 | - document IFS behavior changes | Jared Yanovich | |
- grammar, punctuation, xref, mdoc tweaks - sort keywords - indent example displays - minimize against diffing between sh.1tbl - document set -o sh - tweak the displays of some editing and builtin commands - rework some operator descriptions ok jmc | |||
2004-12-16 | Delete VL/EISA cruft left over from ahc. | Kenneth R Westerback | |
2004-12-16 | Clean up handling of sync_flags. | Ryan Thomas McBride | |
ok pascoe@ | |||
2004-12-16 | Limit the number of addresses used by the 'servers' directive to 8; ok henning@ | Darren Tucker | |
2004-12-16 | Update to sendmail-8.13.2 | Todd C. Miller | |
2004-12-15 | Add IFF_NOARP to carp interface, we want arp requests to be handled via | Ryan Thomas McBride | |
carp_iamatch() on the physical interface. ok pascoe@ mpf@ | |||
2004-12-15 | minimum key length of aes is 128 bit, not 64. | Hans-Joerg Hoexer | |
ok markus | |||
2004-12-15 | print line number of warnings in .cvsrc; ok jfb@. | Xavier Santolaria | |
2004-12-15 | missing free()s; with pat | Henning Brauer | |
2004-12-15 | * fix the multicast memberships removal | Patrick Latifi | |
* less hardcoding in format strings for easier maintenance mcbride ok | |||
2004-12-15 | protect against multiple inclusion | Patrick Latifi | |
mcbride ok | |||
2004-12-15 | Poll unsynchronized servers at the maximum interval and log a message about | Darren Tucker | |
them when in debug mode; ok henning@ | |||
2004-12-15 | Factor out interval scaling code; ok henning@ | Darren Tucker | |
2004-12-15 | modify the CVS_DIR_ROOT() macro to grab the parent's root if the file | Jean-Francois Brousseau | |
is a directory and has no root set | |||
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 | |