summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-05-16Sync definitions with NetBSD. Will be necessary shortly.Miod Vallat
2003-05-16syncNathan Binkert
2003-05-16missed oneNathan Binkert
2003-05-16syncNathan Binkert
2003-05-16A bunch of usb devices from netbsdNathan Binkert
2003-05-16move the interrupt idle stuff to the generic intr_establish functionJason Wright
2003-05-16TCP SYN proxy. Instead of 'keep state' or 'modulate state', one can useDaniel Hartmeier
'synproxy state' for TCP connections. pf will complete the TCP handshake with the active endpoint before passing any packets to the passive end- point, preventing spoofed SYN floods from reaching the passive endpoint. No additional memory requirements, no cookies needed, random initial sequence numbers, uses the existing sequence number modulators to translate packets after the handshakes. ok frantzen@
2003-05-16Remove /usr/include/kerberosIVMiod Vallat
2003-05-16syncMiod Vallat
2003-05-16typo from deraadt@Jason McIntyre
2003-05-16removed unnecessary macros:Jason McIntyre
- don't need .Pp before/after .Sh - don't need .Ns before punctuation ok krw@ millert@ david@
2003-05-16added "nokeeps" to a table; this prevents a warning when the manJason McIntyre
page was being generated. also kills a line break in the table. problem found by Paul Weissmann.
2003-05-16crashdump/crash-dump -> crash dump;Jason McIntyre
this fits in with the rest of our docs.
2003-05-16typos;Jason McIntyre
diffs passed on to curses people.
2003-05-16The sparc64 proms do not map all interrupt vectors. Instead ofHenric Jungheim
trying to use the interrupt pin (or is it that the PCI function?) as the interrupt vector, this computes the vector from the PCI bus, slot, and pin. This will only change mappings on psycho-based machines (*not* sabre, i.e., IIi/e) and only for those vectors reported as nonsense INRs (INO 0-3). This should fix the mapping of non-bridge expansion cards on U60 and E450, and other psycho boxen. U30 seems to do its own thing.
2003-05-16Do the new-style EI_OSABI check first because it is cheaper.Todd C. Miller
2003-05-16add AddressFamily option to ssh_config (like -4, -6 on commandline).Damien Miller
Portable bug #534; ok markus@
2003-05-16Use 16bit alignment in addr_cmp() (not 32bit) so this has a chanceTodd C. Miller
of working on sparc64.
2003-05-16Unbrek mac68k, bad tedu; spotted by nick@Miod Vallat
2003-05-16use inet_net_pton, and fix probelem where spamd-setup would crash on a fileBob Beck
consisting only of invalid input
2003-05-16removed INTRLIST (always do this)Marcus Watts
removed PARANOID (never do this) removed TRAPTRACE (never do this) removes more LP64 stuff changes a whole bunch of multi-line #defines to macros moves all random code into macros for the trap table
2003-05-16Removed not LP64 case -- only 64 bit kernels supportedMarcus Watts
2003-05-15rt->rt_ifp may not always be available. masanori kanaoka via kameJun-ichiro itojun Hagino
2003-05-15add a ConnectTimeout option to ssh, based on patch fromDamien Miller
Jean-Charles Longuet (jclonguet at free.fr); portable #207 ok markus@
2003-05-15assume presense of getifaddrs(3).Jun-ichiro itojun Hagino
2003-05-15make getifaddrs(3) a default, as all BSD has it by nowJun-ichiro itojun Hagino
2003-05-15fix 64bit issue; report itojun@Markus Friedl
2003-05-15warn for unsupported config option. ok markus@Jakob Schlyter
2003-05-15check pim version before checksum. version check is cheaper.Jun-ichiro itojun Hagino
2003-05-15Make "ssh -V" print the OpenSSL version in a human readable form. PatchDamien Miller
from Craig Leres (mindrot at ee.lbl.gov); ok markus@
2003-05-15- removed dead .Xr to scsipi(9) and whitespace at EOLJason McIntyre
from Paul Weissmann
2003-05-15unbreak tree; ok margarida@Todd T. Fries
2003-05-15tweak;Jason McIntyre
ok frantzen@
2003-05-15and tag too long in binat codepathHenning Brauer
2003-05-15tag too long in the nat/rdr codepathHenning Brauer
2003-05-15too long tag on filterHenning Brauer
2003-05-15properly complain about too long tagsHenning Brauer
2003-05-15The version needs to be set to the highest of the merged libraries,Hans Insulander
which is 12.0
2003-05-15-Wall; ok hin@Magnus Holmberg
2003-05-15IPv6 IPsec gateway now functions; patch by itojun, tested by myself and vincentTodd T. Fries
closes pr 3231
2003-05-15We'll be using symlinks instead of empty libraries, so these filesHans Insulander
are not needed. Sorry for commiting them.
2003-05-15add _kdc, _kadmin, and _isakmpd pseudo-accounts; ok deraadt@David Krause
2003-05-15Install symlinks for libkafs, libasn1 and libhdb so that 3rd partyHans Insulander
applications that really insist on finding them won't break. ok millert@
2003-05-15Use less magic numbers when programming the vidc control register.Miod Vallat
2003-05-15NetBSD PR 15025: libwrap hangs in an infinite loop when a host access linePaul Janzen
is > 2048 characters long. ok millert a long time ago.
2003-05-15first sprintf test: positional argsTheo de Raadt
2003-05-15make usage printing match what's in the manpage, which is better; ok jfb@Jason Peel
2003-05-15Deal with some common filenames.Hans Insulander
2003-05-15Remove old inaccurate comments.Miod Vallat
2003-05-15disable kerberos when not supported. ok markus@Jakob Schlyter