Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-17 | the IPv4/IPv6 standalone mode patch has some issues so back it out for now. | Brad Smith | |
requested by deraadt@ | |||
2004-07-17 | add PD statement. Requested by espie@, OK millert@ | Marco S Hyman | |
2004-07-17 | Minor cleanups (remove duplicated extern lines, use | Miod Vallat | |
current_function_{stdarg,varargs} instead of homegrown implementation, etc. No functional change. | |||
2004-07-17 | netiso traces hide everywhere... millert ok | Henning Brauer | |
2004-07-17 | remove K&R stub support | Theo de Raadt | |
2004-07-17 | Do not use after free; from Tor Egge via freebsd. | Otto Moerbeek | |
ok matthieu@ deraadt@ | |||
2004-07-17 | from netbsd, umass.c 1.98, umassvar.h 1.20 | David Gwynne | |
log message: Remove UMASS_QUIRK_NO_START_STOP and UMASS_QUIRK_NO_MAX_LUN. We don't have UMASS_QUIRK_NO_START_STOP so I didn't have to remove it. I consider umass_quirks.c to be too different so I hand removed references to the removed defines. There are some useless entries in there now which will be cleaned up after umass is merged with netbsd. ok deraadt@ | |||
2004-07-17 | Move "Last logged in at.." message generation to the monitor, right | Darren Tucker | |
before recording the new login. Fixes missing lastlog message when /var/log/lastlog is not world-readable and incorrect datestamp when multiple sessions are used (bz #463); much assistance & ok markus@ | |||
2004-07-17 | Delete unused local vars. | Kenneth R Westerback | |
2004-07-17 | Add 'stty <tty> <speed>' line to boot.conf if serial console is | Kenneth R Westerback | |
made the default console. Ensures specified speed is actually used. Pointed out by Derick Siddoway and Bob Humphrey. ok deraadt@ | |||
2004-07-17 | some ansi; khalek@linuxgamers.net | Theo de Raadt | |
2004-07-17 | Don't add '/'s to timezone path when null input entered | Kenneth R Westerback | |
as sub-timezone. Pointed out by cloder@. | |||
2004-07-17 | Repair breakage from the hackathon's time conversion. Using the timestamp | Mike Frantzen | |
as an extension to the sequence number got disabled because of the failing idle limit on PAWS checks. One more thing off my todo list. I need an intern | |||
2004-07-16 | 'pfctl -o' ruleset optimizer that doesnt change the meaning of the final ruleset | Mike Frantzen | |
- remove identical and subsetted rules - when advantageous merge rules w/ similar addresses into a table and one rule - re-order rules to improve skip step performance (can do better w/ kernel mods) - 'pfctl -oo' will load the currently running ruleset and use it as a profile to direct the optimization of quicked rules ok henning@ mcbride@. man page help from jmc@ | |||
2004-07-16 | .Xr bridge 4 in SEE ALSO; from Alexey E. Suslikov; | Jason McIntyre | |
add hostname.if 5 and netstart 8 while i'm at it; | |||
2004-07-16 | - fix macros | Jared Yanovich | |
- bgp -> BGP - change description in FILES - sync to reality ok henning, jmc | |||
2004-07-16 | regen | Pedro Martelletto | |
2004-07-16 | recognize the dwl-122 usb wireless card. from fgsch | Pedro Martelletto | |
ok'd by him and markus@ | |||
2004-07-16 | Do not forget to test the lower bound if the upper bound > LLONG_MAX. | Otto Moerbeek | |
ok millert@ | |||
2004-07-16 | dothan est support, from some netbsd guy, tedu ok | Theo de Raadt | |
2004-07-16 | Avoid comparing unsigned and signed long longs since the signed | Todd C. Miller | |
one will get implicitly cast to unsigned. Fixes a bug with negative minval noticed by mjc@. Similar to a diff from miod@. OK miod@. | |||
2004-07-16 | Aft source update. | Alex Feldman | |
mcbride ok. | |||
2004-07-16 | kill netiso stuff here as well, millert ok | Henning Brauer | |
2004-07-16 | remove netiso shitz, millert ok | Henning Brauer | |
2004-07-16 | Neuter the fc builtin on non-interactive shells; inspired by NetBSD PR#26339. | Miod Vallat | |
ok millert@ | |||
2004-07-16 | undo 1.148, otherwise we have assymmetric cwnd when entering ESTABLISHED: | Markus Friedl | |
2mss on the server side, and 1mss on the client. | |||
2004-07-16 | Avoid generating an unused variable. From NetBSD. ok deraadt@ | Matthieu Herrb | |
2004-07-16 | sync | Theo de Raadt | |
2004-07-16 | new xl variant (Asus P4R800-VM motherboards) | Theo de Raadt | |
2004-07-16 | merge old_identifycpu with identifycpu and remove old_identifycpu | David Krause | |
help from Theo, Ted, and Tom ok deraadt@ | |||
2004-07-16 | errno -> err in a structure. OK deraadt@ | David Krause | |
2004-07-16 | * add prototypes for cvs_getargv() and cvs_freeargv() | Jean-Francois Brousseau | |
* remove cvs_file_free(), cvs_freeargv() does exactly the same | |||
2004-07-16 | Fix cvsd_privdrop() so we don't just drop effective IDs but all of them, | Jean-Francois Brousseau | |
and call it instead of doing it by hand. Noticed by and original patch by Daniel Weeks | |||
2004-07-16 | bit more iso removal; | Jason McIntyre | |
ok henning@ | |||
2004-07-16 | remove netiso traces, millert deraadt ok | Henning Brauer | |
2004-07-16 | sync | Theo de Raadt | |
2004-07-15 | jmc and henning, watch carefully: this is how you actually remove man pages. | Theo de Raadt | |
2004-07-15 | no more netiso; | Jason McIntyre | |
2004-07-15 | remove references to removed pages: clnp(4), esis(4), and iso(4); | Jason McIntyre | |
2004-07-15 | remove after iso removal; | Jason McIntyre | |
ok henning@ | |||
2004-07-15 | fix for setting antena diversity; from Brian Falk <falk@seas.upenn.edu> | Michael Shalayeff | |
2004-07-15 | "mib[4] is too much and mib[3] would be enough" (left over from when | Tom Cosgrove | |
another sysctl() - which did require mib[4] - was removed). From Andrey Matveev - andrushock (at) vniigim (dot) ru - via mickey@. ok mickey@ | |||
2004-07-15 | add -o to usage() ok markus@ | Marco Pfatschbacher | |
2004-07-15 | regen | Michael Shalayeff | |
2004-07-15 | +setdomain,getdirentries | Michael Shalayeff | |
2004-07-15 | add minimal __syscall() proto for lint | Theo de Raadt | |
2004-07-15 | - The card_attach_now flag hasn't been necessary or useful for some time. | Brad Smith | |
Garbage collect the code and corresponding documentation. - some minor grammar/spelling fixes. From NetBSD, the documentation change changed slightly after a suggestion from jmc@ ok deraadt@ | |||
2004-07-15 | - Unmap space used to read tuple | Brad Smith | |
- No need to zero clear temporary storage twice From NetBSD ok deraadt@ | |||
2004-07-15 | put int into a type | Theo de Raadt | |
2004-07-15 | sync | Theo de Raadt | |