Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-16 | link to correct renamed pages | Theo de Raadt | |
2000-04-16 | after completion, replace the progress bar ETA counter with a final elapsed ↵ | Theo de Raadt | |
time; my idea, aaron wrote the patch | |||
2000-04-16 | Fix this for the case where the file is a device - make sure we don't | Bob Beck | |
attempt to read from a device forever. | |||
2000-04-16 | jakob, please be more careful | Theo de Raadt | |
2000-04-16 | correct return value; from FreeBSD | Eric Jackson | |
2000-04-16 | sync | Theo de Raadt | |
2000-04-16 | sync | Theo de Raadt | |
2000-04-16 | correct getopt | Eric Jackson | |
2000-04-16 | for the Nth time, the damn syslog socket is required | Theo de Raadt | |
2000-04-15 | i gust forgot about this file...; noted by gluk@ptci.ru | Michael Shalayeff | |
2000-04-15 | Fix sys_sync to actually sync all file systems. | Constantine Sapuntzakis | |
2000-04-15 | pcidevs.h | Theo de Raadt | |
2000-04-15 | more gear | Theo de Raadt | |
2000-04-15 | add urio(4) | Jakob Schlyter | |
2000-04-15 | add urio(4) | Jakob Schlyter | |
2000-04-15 | add urio(4) | Jakob Schlyter | |
2000-04-15 | urio(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-15 | comment 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-15 | OpenSSL 0.9.5a merge - fixes DSA cert generation problem | Bob Beck | |
2000-04-15 | OpenSSL 0.9.5a merge | Bob Beck | |
2000-04-15 | import openssl-0.9.7-beta1 | Bob Beck | |
2000-04-15 | Modify to build with ncurses, not ocurses. A proper port to terminfo | Todd C. Miller | |
is probably not worth the effort. | |||
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-04-15 | misc cleanup | Theo de Raadt | |
2000-04-15 | doc some missing macros | Theo de Raadt | |
2000-04-15 | fix TAILQ_REPLACE, add TAILQ_FOREACH_REVERSE; alaric@exoinc.com | Theo de Raadt | |
2000-04-14 | Sync with NetBSD. | Aaron Campbell | |
2000-04-14 | fix compilation with -DAUDIO_DEBUG; vonminde@cs.colorado.edu | Todd C. Miller | |
2000-04-14 | Add color support to pcvt25 entry. Our pcvt supports color but only | Todd 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-14 | Check $TERMCAP for a termcap entry even when we are using the system's | Todd C. Miller | |
getcap(3) routines. | |||
2000-04-14 | Don't assume that termcap entries start with a 2-character short name-- | Todd C. Miller | |
modern ones do not. | |||
2000-04-14 | partial sync | Theo de Raadt | |
2000-04-14 | Move the PCIBIOS options line next to the CardBus bus support stuff, and add a | Aaron Campbell | |
note saying it may need to be uncommented for things to work. | |||
2000-04-14 | this should fix the alpha; closes PR kernel/1189 | Michael Shalayeff | |
2000-04-14 | not EXPORT | Jason Wright | |
2000-04-14 | whitespace cleanup | Markus Friedl | |
2000-04-14 | ssh -2 | Markus Friedl | |
2000-04-14 | check payload for (illegal) extra data | Markus Friedl | |
2000-04-14 | sync | Theo de Raadt | |
2000-04-14 | bluesteel networks products | Theo de Raadt | |
2000-04-14 | sync | Theo de Raadt | |
2000-04-14 | indent | Theo de Raadt | |
2000-04-14 | talk about 9751 | Theo de Raadt | |
2000-04-14 | make "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-14 | for layer 3 protocols that does not support path MTU discovery | Jun-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-14 | Some documentation for future generations of maintainers | Constantine Sapuntzakis | |
2000-04-14 | This fixes EISA bus_space API. The bus dma tag was never initialized!!! | Steve Murphree | |