summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-09-15Add a license from the author Timo Rossi <trossi@co.jyu.fi>Artur Grabowski
2002-09-15consistencyHenning Brauer
2002-09-15don't forget to mention options in the always famous "Rules must be in order"Henning Brauer
2002-09-15Signal fixes from ericj@monkey.org via dugsong@monkey.orgJun-ichiro itojun Hagino
via provos
2002-09-15some dynaddr testsHenning Brauer
2002-09-15set a netmask in the dynaddr caseHenning Brauer
noticed by <han@mijncomputer.nl> ok pb@
2002-09-15Make compile with -Werror (unused vars warnings)Niklas Hallqvist
2002-09-15Begone.Miod Vallat
2002-09-15 rename realocmap to reallocmap, plus some style.Vincent Labrecque
ok art@
2002-09-15Fix color choices to match wsemul_sun requirements.Miod Vallat
Tested by and ok matthieu@
2002-09-15KNFVincent Labrecque
2002-09-15typo in comment.Vincent Labrecque
2002-09-15Add missing translations for End, Ins and f11-f12, indent the switch a bitFederico G. Schwindt
as well; miod@ ok.
2002-09-15use mi strlcpy here as wellMichael Shalayeff
2002-09-15check for errors on tod pdc ops. say that bad time is before 82Michael Shalayeff
2002-09-15better alias checking, verified w/ the regressMichael Shalayeff
2002-09-15be more precise on what we save on traps. flush fpu regs in pcb since they ↵Michael Shalayeff
are possibly accessed through non-coherent mappings
2002-09-15fix for an interrupt happening in the 2 insn window during a syscall, ↵Michael Shalayeff
comment added; from fredette@
2002-09-15kill dangling spacesMichael Shalayeff
2002-09-15backout prematureTheo de Raadt
2002-09-15update to sendmail-8.12.6Todd C. Miller
2002-09-15KNFTheo de Raadt
2002-09-15KNFTheo de Raadt
2002-09-15nice printingTheo de Raadt
2002-09-15pcmcia works somewhatTheo de Raadt
2002-09-14Properly print out rd_root_size when running elfrdsetroot. ok art@Dale Rahn
2002-09-14regenMichael Shalayeff
2002-09-14new intel i2o raids; requested by deraadt@Michael Shalayeff
2002-09-14Move __cleanup into mprotect'ed page to prevent unintentional modificationsDaniel Hartmeier
similar to the atexit handlers. Idea and help deraadt@, ok deraadt@
2002-09-14recognize AppleKiwiTheo de Raadt
2002-09-14oooooooopsieHenning Brauer
2002-09-14bit more clue in rdr/nat rules wrt address family examinationHenning Brauer
don't take the af from host_node structs based on interface lookups, most interfaces will have both IPv4 and IPv6 addresses. Most rdr/nat rules will at least have one IP address specified from whoch we take the af for the whole rule. The rare exceptional cases require the user to specify the af. ok frantzen@
2002-09-14Various fixes and cleanups in the cy driver.Artur Grabowski
Finally my "Cyclades Cyclom-8Y" works correctly. Cleanups: - no more stupid arrays, we have softc structs, use them. - no more global poll timeout that walks an array, timeouts are now cheap, one poll per softc. - sc_dev.dv_xname is the correct thing to print in diagnostic printfs. - don't have bus-specific code in the generic attach for @#%$! sake, it took 20 seconds to fix (I suspect that the workaround took much more time to write). - spltty, not splhigh. - use pci_mapreg_map, not pci_{io,mem}_find + bus_space_map. - use defines, not magic constants in a few places. - KNF in a few places (much more work needed). Now the interesting parts: - when handling the interrupt, don't just ignore it when the tty is not open. Read and discard the data. If we don't read it, the card will interrupt again and again and again and ... (inspired by NetBSD). - actually enable interrupts on PLX9050 - From FreeBSD: "Work around a PLX9050 bug that causes system lockup in certain systems" deraadt@ ok
2002-09-14syncTheo de Raadt
2002-09-14merge with openssl-0.9.7-stable-SNAP-20020911,Markus Friedl
new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@
2002-09-14spacesTheo de Raadt
2002-09-14syncTheo de Raadt
2002-09-14new intel pci-pci bridgesTheo de Raadt
2002-09-14Document -R default (10000); ok deraadtPeter Valchev
2002-09-14change console (off) to 57600, so people know how to enable serial consoleTheo de Raadt
2002-09-13why was BOOT_CONFIG left out for so long?Theo de Raadt
2002-09-13do not stty 9600Theo de Raadt
2002-09-13remove use of SO_LINGER, it should not be needed. error checkKevin Steves
SO_REUSEADDR. fixup comments. ok markus@
2002-09-13remove trailing whitespaceTodd C. Miller
2002-09-13Don't rotate log files < 512 bytes unless in binary mode. ThisTodd C. Miller
prevents newsyslog from rotating a file that only contains the messages that the log file was turned over. deraadt@ OK
2002-09-13Pedro says we can change his license too.Theo de Raadt
2002-09-13Fix a few inaccuracies in wsdisplay behaviour description.Miod Vallat
2002-09-13and... we managed to contact "Eric Rosenquist" <eric@rosenquist.com> throughTheo de Raadt
the help of people who found him: first one was nick.stott@cogeco.ca This now has a better license. Two authors left to go.
2002-09-13allow inclusion from C++; ok deraadt@Christian Weisgerber
2002-09-13Add -H option to hide nonexistent users (useful on NAT gateways). ok millert@Damien Miller