summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-04-16link to correct renamed pagesTheo de Raadt
2000-04-16after completion, replace the progress bar ETA counter with a final elapsed ↵Theo de Raadt
time; my idea, aaron wrote the patch
2000-04-16Fix this for the case where the file is a device - make sure we don'tBob Beck
attempt to read from a device forever.
2000-04-16jakob, please be more carefulTheo de Raadt
2000-04-16correct return value; from FreeBSDEric Jackson
2000-04-16syncTheo de Raadt
2000-04-16syncTheo de Raadt
2000-04-16correct getoptEric Jackson
2000-04-16for the Nth time, the damn syslog socket is requiredTheo de Raadt
2000-04-15i gust forgot about this file...; noted by gluk@ptci.ruMichael Shalayeff
2000-04-15Fix sys_sync to actually sync all file systems.Constantine Sapuntzakis
2000-04-15pcidevs.hTheo de Raadt
2000-04-15more gearTheo de Raadt
2000-04-15add urio(4)Jakob Schlyter
2000-04-15add urio(4)Jakob Schlyter
2000-04-15add urio(4)Jakob Schlyter
2000-04-15urio(4) - Diamond Multimedia RIO 500 (from NetBSD)Jakob Schlyter
This driver will eventually go away as it really should be implemented using ugen(4) instead.
2000-04-15comment out USB ethernet adapters (orphaned otherwise)Jakob Schlyter
2000-04-15- `coexist', not `co-exist'; it's not hyphenated.Aaron Campbell
- Correct some .Nm usage.
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.Aaron Campbell
- Some punctuation fixes. - Some `id' -> `ID'.
2000-04-15OpenSSL 0.9.5a merge - fixes DSA cert generation problemBob Beck
2000-04-15OpenSSL 0.9.5a mergeBob Beck
2000-04-15import openssl-0.9.7-beta1Bob Beck
2000-04-15Modify to build with ncurses, not ocurses. A proper port to terminfoTodd C. Miller
is probably not worth the effort.
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-15misc cleanupTheo de Raadt
2000-04-15doc some missing macrosTheo de Raadt
2000-04-15fix TAILQ_REPLACE, add TAILQ_FOREACH_REVERSE; alaric@exoinc.comTheo de Raadt
2000-04-14Sync with NetBSD.Aaron Campbell
2000-04-14fix compilation with -DAUDIO_DEBUG; vonminde@cs.colorado.eduTodd C. Miller
2000-04-14Add color support to pcvt25 entry. Our pcvt supports color but onlyTodd C. Miller
in 25 line mode.
2000-04-14- Note support for 3c575 CardBus cards.Aaron Campbell
- Reflect CardBus xl attachment in SYNOPSIS. - Some cleanup.
2000-04-14Check $TERMCAP for a termcap entry even when we are using the system'sTodd C. Miller
getcap(3) routines.
2000-04-14Don't assume that termcap entries start with a 2-character short name--Todd C. Miller
modern ones do not.
2000-04-14partial syncTheo de Raadt
2000-04-14Move the PCIBIOS options line next to the CardBus bus support stuff, and add aAaron Campbell
note saying it may need to be uncommented for things to work.
2000-04-14this should fix the alpha; closes PR kernel/1189Michael Shalayeff
2000-04-14not EXPORTJason Wright
2000-04-14whitespace cleanupMarkus Friedl
2000-04-14ssh -2Markus Friedl
2000-04-14check payload for (illegal) extra dataMarkus Friedl
2000-04-14syncTheo de Raadt
2000-04-14bluesteel networks productsTheo de Raadt
2000-04-14syncTheo de Raadt
2000-04-14indentTheo de Raadt
2000-04-14talk about 9751Theo de Raadt
2000-04-14make "option TCPDEBUG" kernel compile.Jun-ichiro itojun Hagino
PR1186 from "Robert Mooney" <rjmooney@atl.mediaone.net>. (printf format change is not bringed in - i'm unsure about it)
2000-04-14for layer 3 protocols that does not support path MTU discoveryJun-ichiro itojun Hagino
(I mean, IPv4) do not try to use rmx_mtu on routing table. this symptom was introduced by rmx_mtu initialization (necessary for IPv6 path MTU discovery) in net/route.c. now prior behavior is recovered. From: Hugh Graham <hugh@openbsd.org> there are several question about mssdflt semantics, though: Question 1: with the current code, mssdflt does not override rmx_mtu value (mssdflt overrides interface mtu only). should we override rmx_mtu by mssdflt as well? Question 2: with the current code, mssdflt overrides mss computed from if mtu, only when the destination is IPv4 non-local. is it safe enough? we may want to use mssdflt, whenever we are uncertain. mss = if mtu - hdrsiz; if (IPv4 non-local destination) mss = min(mss, mssdflt);
2000-04-14Some documentation for future generations of maintainersConstantine Sapuntzakis
2000-04-14This fixes EISA bus_space API. The bus dma tag was never initialized!!!Steve Murphree