summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-07-18syncTheo de Raadt
2004-07-18shrinky shrinkyTheo de Raadt
2004-07-18syncTheo de Raadt
2004-07-18more shrinkTheo de Raadt
2004-07-18syncTheo de Raadt
2004-07-18shrinkTheo de Raadt
2004-07-18#ifdef SMALL_KERNEL -> #define ISP_STRIPPEDTheo de Raadt
2004-07-18Make bsd.rd a default set.Kenneth R Westerback
ok deraadt@
2004-07-18minor space savingsTheo de Raadt
2004-07-18shrinkTheo de Raadt
2004-07-18spacesTheo de Raadt
2004-07-18spacesTheo de Raadt
2004-07-18For set installation via URL or NFS, assume the network has been configuredKenneth R Westerback
to the user's satisfaction. ok tdeval@ deraadt@
2004-07-17Adresses->AddressesAnil Madhavapeddy
2004-07-17Wait for output to be drained when sabtty is the console output port;Miod Vallat
produces nicer (correct) kernel output upon bootup. Reported in NetBSD PR #26226; tested by dlg@ and I.
2004-07-17the IPv4/IPv6 standalone mode patch has some issues so back it out for now.Brad Smith
requested by deraadt@
2004-07-17add PD statement. Requested by espie@, OK millert@Marco S Hyman
2004-07-17Minor cleanups (remove duplicated extern lines, useMiod Vallat
current_function_{stdarg,varargs} instead of homegrown implementation, etc. No functional change.
2004-07-17netiso traces hide everywhere... millert okHenning Brauer
2004-07-17remove K&R stub supportTheo de Raadt
2004-07-17Do not use after free; from Tor Egge via freebsd.Otto Moerbeek
ok matthieu@ deraadt@
2004-07-17from netbsd, umass.c 1.98, umassvar.h 1.20David 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-17Move "Last logged in at.." message generation to the monitor, rightDarren 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-17Delete unused local vars.Kenneth R Westerback
2004-07-17Add 'stty <tty> <speed>' line to boot.conf if serial console isKenneth R Westerback
made the default console. Ensures specified speed is actually used. Pointed out by Derick Siddoway and Bob Humphrey. ok deraadt@
2004-07-17some ansi; khalek@linuxgamers.netTheo de Raadt
2004-07-17Don't add '/'s to timezone path when null input enteredKenneth R Westerback
as sub-timezone. Pointed out by cloder@.
2004-07-17Repair breakage from the hackathon's time conversion. Using the timestampMike 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 rulesetMike 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 macrosJared Yanovich
- bgp -> BGP - change description in FILES - sync to reality ok henning, jmc
2004-07-16regenPedro Martelletto
2004-07-16recognize the dwl-122 usb wireless card. from fgschPedro Martelletto
ok'd by him and markus@
2004-07-16Do not forget to test the lower bound if the upper bound > LLONG_MAX.Otto Moerbeek
ok millert@
2004-07-16dothan est support, from some netbsd guy, tedu okTheo de Raadt
2004-07-16Avoid comparing unsigned and signed long longs since the signedTodd 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-16Aft source update.Alex Feldman
mcbride ok.
2004-07-16kill netiso stuff here as well, millert okHenning Brauer
2004-07-16remove netiso shitz, millert okHenning Brauer
2004-07-16Neuter the fc builtin on non-interactive shells; inspired by NetBSD PR#26339.Miod Vallat
ok millert@
2004-07-16undo 1.148, otherwise we have assymmetric cwnd when entering ESTABLISHED:Markus Friedl
2mss on the server side, and 1mss on the client.
2004-07-16Avoid generating an unused variable. From NetBSD. ok deraadt@Matthieu Herrb
2004-07-16syncTheo de Raadt
2004-07-16new xl variant (Asus P4R800-VM motherboards)Theo de Raadt
2004-07-16merge old_identifycpu with identifycpu and remove old_identifycpuDavid Krause
help from Theo, Ted, and Tom ok deraadt@
2004-07-16errno -> 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-16Fix 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-16bit more iso removal;Jason McIntyre
ok henning@
2004-07-16remove netiso traces, millert deraadt okHenning Brauer