Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-15 | Add a license from the author Timo Rossi <trossi@co.jyu.fi> | Artur Grabowski | |
2002-09-15 | consistency | Henning Brauer | |
2002-09-15 | don't forget to mention options in the always famous "Rules must be in order" | Henning Brauer | |
2002-09-15 | Signal fixes from ericj@monkey.org via dugsong@monkey.org | Jun-ichiro itojun Hagino | |
via provos | |||
2002-09-15 | some dynaddr tests | Henning Brauer | |
2002-09-15 | set a netmask in the dynaddr case | Henning Brauer | |
noticed by <han@mijncomputer.nl> ok pb@ | |||
2002-09-15 | Make compile with -Werror (unused vars warnings) | Niklas Hallqvist | |
2002-09-15 | Begone. | Miod Vallat | |
2002-09-15 | rename realocmap to reallocmap, plus some style. | Vincent Labrecque | |
ok art@ | |||
2002-09-15 | Fix color choices to match wsemul_sun requirements. | Miod Vallat | |
Tested by and ok matthieu@ | |||
2002-09-15 | KNF | Vincent Labrecque | |
2002-09-15 | typo in comment. | Vincent Labrecque | |
2002-09-15 | Add missing translations for End, Ins and f11-f12, indent the switch a bit | Federico G. Schwindt | |
as well; miod@ ok. | |||
2002-09-15 | use mi strlcpy here as well | Michael Shalayeff | |
2002-09-15 | check for errors on tod pdc ops. say that bad time is before 82 | Michael Shalayeff | |
2002-09-15 | better alias checking, verified w/ the regress | Michael Shalayeff | |
2002-09-15 | be 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-15 | fix for an interrupt happening in the 2 insn window during a syscall, ↵ | Michael Shalayeff | |
comment added; from fredette@ | |||
2002-09-15 | kill dangling spaces | Michael Shalayeff | |
2002-09-15 | backout premature | Theo de Raadt | |
2002-09-15 | update to sendmail-8.12.6 | Todd C. Miller | |
2002-09-15 | KNF | Theo de Raadt | |
2002-09-15 | KNF | Theo de Raadt | |
2002-09-15 | nice printing | Theo de Raadt | |
2002-09-15 | pcmcia works somewhat | Theo de Raadt | |
2002-09-14 | Properly print out rd_root_size when running elfrdsetroot. ok art@ | Dale Rahn | |
2002-09-14 | regen | Michael Shalayeff | |
2002-09-14 | new intel i2o raids; requested by deraadt@ | Michael Shalayeff | |
2002-09-14 | Move __cleanup into mprotect'ed page to prevent unintentional modifications | Daniel Hartmeier | |
similar to the atexit handlers. Idea and help deraadt@, ok deraadt@ | |||
2002-09-14 | recognize AppleKiwi | Theo de Raadt | |
2002-09-14 | oooooooopsie | Henning Brauer | |
2002-09-14 | bit more clue in rdr/nat rules wrt address family examination | Henning 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-14 | Various 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-14 | sync | Theo de Raadt | |
2002-09-14 | merge with openssl-0.9.7-stable-SNAP-20020911, | Markus Friedl | |
new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@ | |||
2002-09-14 | spaces | Theo de Raadt | |
2002-09-14 | sync | Theo de Raadt | |
2002-09-14 | new intel pci-pci bridges | Theo de Raadt | |
2002-09-14 | Document -R default (10000); ok deraadt | Peter Valchev | |
2002-09-14 | change console (off) to 57600, so people know how to enable serial console | Theo de Raadt | |
2002-09-13 | why was BOOT_CONFIG left out for so long? | Theo de Raadt | |
2002-09-13 | do not stty 9600 | Theo de Raadt | |
2002-09-13 | remove use of SO_LINGER, it should not be needed. error check | Kevin Steves | |
SO_REUSEADDR. fixup comments. ok markus@ | |||
2002-09-13 | remove trailing whitespace | Todd C. Miller | |
2002-09-13 | Don't rotate log files < 512 bytes unless in binary mode. This | Todd C. Miller | |
prevents newsyslog from rotating a file that only contains the messages that the log file was turned over. deraadt@ OK | |||
2002-09-13 | Pedro says we can change his license too. | Theo de Raadt | |
2002-09-13 | Fix a few inaccuracies in wsdisplay behaviour description. | Miod Vallat | |
2002-09-13 | and... we managed to contact "Eric Rosenquist" <eric@rosenquist.com> through | Theo 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-13 | allow inclusion from C++; ok deraadt@ | Christian Weisgerber | |
2002-09-13 | Add -H option to hide nonexistent users (useful on NAT gateways). ok millert@ | Damien Miller | |