Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-11 | Don't recognize built-ins in contexts where they don't make sense. | Marc Espie | |
Namely, it doesn't help to try and expand include if it's not followed by parenthesis and a filename. This should make applications like sendmail m4 scripts more sturdy for unquoted machine names that happen to collide with built-ins. The only drawback is that our m4 may now do intelligent things with scripts that don't work on other systems. | |||
2000-01-11 | Show problematic evaluated expression in error messages. | Marc Espie | |
2000-01-11 | sendmail is really /usr/libexec/sendmail/sendmail now - not /usr/sbin | Peter Galbavy | |
2000-01-11 | off by one | Theo de Raadt | |
2000-01-11 | there indeed is a quad_frnd() exist | Michael Shalayeff | |
2000-01-11 | fix exponenta ranges | Michael Shalayeff | |
2000-01-11 | perpetum fetus fpu emulation dispatcher | Michael Shalayeff | |
2000-01-11 | grammar | Theo de Raadt | |
2000-01-11 | Add a recursion depth limit, similar to if_gif.c; also, when | Angelos D. Keromytis | |
computing the route for the GRE tunnel, verify that it does not point back to ourselves. | |||
2000-01-11 | remove unused nullptr arg, effectively unifying calling conventions for ↵ | Michael Shalayeff | |
emulator routines | |||
2000-01-11 | remove unused nullptr arg, effectively unifying calling conventions for ↵ | Michael Shalayeff | |
emulator routines | |||
2000-01-11 | The entry for IP4 should always be there. | Angelos D. Keromytis | |
2000-01-11 | Mostly cosmetic changes, and avoid an m_pullup() | Angelos D. Keromytis | |
2000-01-11 | rearrange diagnostic trap cases | Michael Shalayeff | |
2000-01-11 | a few ifdef accomodations for hppa, also a few knf spaces | Michael Shalayeff | |
2000-01-11 | Correct sa_require handling. | Angelos D. Keromytis | |
2000-01-11 | Remove ipx_interface. | Federico G. Schwindt | |
2000-01-11 | some KNF. | Federico G. Schwindt | |
2000-01-11 | PRU_ACCEPT only set the peer address, so call ipx_setpeeraddr instead. | Federico G. Schwindt | |
2000-01-11 | ipx_erro not used anymore; remove it. | Federico G. Schwindt | |
2000-01-11 | Fix check for sen_type. | Angelos D. Keromytis | |
2000-01-11 | Remove references to ipx_error. IPX does not generate any errors. | Federico G. Schwindt | |
2000-01-11 | Remove references to ipx_error.h. Insert the pcb at splnet. | Federico G. Schwindt | |
2000-01-11 | Clean up my cruft | Chris Cappuccio | |
2000-01-11 | use PCI_REVISION macro | Chris Cappuccio | |
2000-01-11 | Remove references to ipx_error.h; it's going to be away. | Federico G. Schwindt | |
(commented it out in ipx.c by now). | |||
2000-01-11 | Remove ifdef'ed out definitions. | Angelos D. Keromytis | |
2000-01-11 | Mention isakmpd | Angelos D. Keromytis | |
2000-01-11 | Use default values when requesting dynamic VPNs. | Angelos D. Keromytis | |
2000-01-11 | Document the new ipsec sysctl variables. | Angelos D. Keromytis | |
2000-01-11 | Only use defaults if they have sane values. | Angelos D. Keromytis | |
2000-01-10 | Don't enable UDMA modes for revisions of SiS 5513 < 0xd0 | Chris Cappuccio | |
The only revisions I know which don't actually support UDMA are 0x09 and below.. But the only revision I know which does support UDMA is 0xd0 (and presumably above that) | |||
2000-01-10 | Sync w/NetBSD regarding Promise PDC20262 support (the Promise Ultra/66 | Chris Cappuccio | |
controller actually works now!) and Manuel Bouyer's copyright. | |||
2000-01-10 | Document /kern/ipsec | Angelos D. Keromytis | |
2000-01-10 | Document the blocknonip flag. | Angelos D. Keromytis | |
2000-01-10 | Typos. | Angelos D. Keromytis | |
2000-01-10 | Implement the blocknonip flag | Angelos D. Keromytis | |
2000-01-10 | blocknonip flag -- use it on a per-interface basis to not accept from | Angelos D. Keromytis | |
and not forward to said interface traffic that's not IPv4/IPv6/ARP/ReverseARP | |||
2000-01-10 | Big oops for non-IP SubjAltNames -- correct memcpy. | Angelos D. Keromytis | |
2000-01-10 | document latest bugfix | Markus Friedl | |
2000-01-10 | sync | Theo de Raadt | |
2000-01-10 | Remove PNIC driver | Jason Wright | |
2000-01-10 | handle OCLOSE for CHAN_INPUT_WAIT_DRAIN, i.e. do not drain buffer if | Markus Friedl | |
peer is not going to read the data. | |||
2000-01-10 | discard data for channel if state != CHAN_OUTPUT_OPEN, fixes lockup | Markus Friedl | |
2000-01-10 | Fix rc.vpn as suggested in PR#1052 (rmooney@iss.net); ipsecadm(8) does | Angelos D. Keromytis | |
indeed not accept the hexadecimal notation for netmasks anymore. | |||
2000-01-10 | the the | Theo de Raadt | |
2000-01-10 | the the | Theo de Raadt | |
2000-01-10 | spelling | Theo de Raadt | |
2000-01-10 | openbsd-ify further (surprising aaron did not catch these problems) | Theo de Raadt | |
2000-01-10 | nits & style | Hugh Graham | |