Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2002-09-13 | Use .Dv for SIGUSR1 like all the other signal names. | Todd C. Miller | |
2002-09-13 | KNF + ANSI; deraadt@ OK | Todd C. Miller | |
2002-09-13 | Paul Mackerras and the Australian National University have worked things | Theo de Raadt | |
out, and as a result, Paul now owns copyright on all these files, with the proper terms. | |||
2002-09-12 | remove erroneous comment | Marco S Hyman | |
2002-09-12 | do not decent into ld.so if it was said NOPIC, even for elf | Michael Shalayeff | |
2002-09-12 | import openssl-0.9.7-stable-SNAP-20020911 (without idea) | Markus Friedl | |
2002-09-12 | import openssl-0.9.7-stable-SNAP-20020911 (without idea) | Markus Friedl | |
2002-09-12 | import openssl-0.9.7-stable-SNAP-20020911 (without idea) | Markus Friedl | |
2002-09-12 | add missing include of limits.h | Todd C. Miller | |
2002-09-12 | add SSH_CONNECTION and deprecate SSH_CLIENT; bug #384. ok markus@ | Kevin Steves | |
2002-09-12 | %u for uid print; ok markus@ | Kevin Steves | |
2002-09-12 | We no longer need to install copies of /dev/null and /etc/localtime | Todd C. Miller | |
in named's chroot jail. These things are now dealt with before named chroots. | |||
2002-09-12 | Eliminate the need for /dev/null in the chroot jail by opening it | Todd C. Miller | |
before the chroot(2); deraadt@ OK | |||
2002-09-12 | Support serial console on RAMDISK. | Dale Rahn | |
2002-09-12 | explain antispoof | Henning Brauer | |
most work by nick@ | |||
2002-09-12 | Change the PMAP_PAGEIDLEZERO api to take the struct vm_page instead of the pa. | Artur Grabowski | |
2002-09-12 | Change the PMAP_{MAP,UNMAP}_POOLPAGE api to take a vm_page as argument | Artur Grabowski | |
and return a VM_PAGE. This is to allow sparc64 to cheaply record the VAC color for those pages. | |||
2002-09-12 | check for calloc() failure; ho@ | Henning Brauer | |
2002-09-12 | BNF for antispoof | Henning Brauer | |
2002-09-12 | nicer | Henning Brauer | |
2002-09-12 | regress test for antispoof | Henning Brauer | |
2002-09-12 | Fix max packet size check. Noticed by <j@pureftpd.org>. jjbg@ ok. | Hakan Olsson | |
2002-09-12 | antispoof [log] [quick] for [interface|interface_list] [af] | Henning Brauer | |
e. g. antispoof log quick for { dc0, dc1 } inet docs & regress coming ok pb@, frantzen@, deraadt@ also looked over kjell@, markus@, itojun@, dhartmei@ IPv6 help itojun@ finally, a long story finds its happy end here. | |||
2002-09-12 | rework netmask handling: | Henning Brauer | |
-don't set netmask in host token handler -clear netmask in ipmask() proper before setting it -in ifa_load(), also store interface's netmask and broadcast address -allow ifa_lookup() to return either the interface's IP address(es), network(s) or broadcast address(es) - not used anywhere yet. This implies that ifa_lookup() also returns the netmask now. -host() returns netmasks, too ok pb@, frantzen@, deraadt@ also looked over kjell@, markus@, itojun@, dhartmei@ | |||
2002-09-12 | entry for the openbsd calendar. | Federico G. Schwindt | |
2002-09-12 | doc some more features | Theo de Raadt | |
2002-09-12 | c2k1 was actually !c2k1. | Federico G. Schwindt | |
2002-09-12 | documentation repairs. jason is american. | Theo de Raadt | |
2002-09-12 | ansi | Theo de Raadt | |
2002-09-12 | reset want_resched earlier, set curproc after we are done w/ switching, ↵ | Michael Shalayeff | |
rearrange syscall savements |