summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-03-24Merge with EOM 1.12Niklas Hallqvist
Fix comments
1999-03-24Merge with EOM 1.14Niklas Hallqvist
New sysdep API
1999-03-24Merge with EOM 1.10Niklas Hallqvist
New sysdep API
1999-03-24Merge with EOM 1.109Niklas Hallqvist
Store SPIs in the right slots, also tell about port numbers when dropping messages. Do not free SPI buffers we still reference
1999-03-24Merge with EOM 1.12Niklas Hallqvist
Document Shared-SADB, and alter the ReplayWindow desc.
1999-03-24Merge with EOM 1.28Niklas Hallqvist
Allow the application socket to not exist
1999-03-24Merge with EOM 1.84Niklas Hallqvist
Use new sysdep API
1999-03-24Merge with EOM 1.25Niklas Hallqvist
Only get the destination address when needed RSA fixes and optimiations from Ilya Tsindlekht, via Niels Provos
1999-03-24Merge with EOM 1.68Niklas Hallqvist
Only get the destination address when needed If no exchange name, do not look for attributes The SA name is not yet setup, use the exchange name instead
1999-03-24Merge with EOM 1.50Niklas Hallqvist
New sysdep API. Fix an allocation size typo. Use correct SPIs and addresses all over. Simplify flow Correct log headers s/LOG_PF_ENCAP/LOG_SYSDEP/
1999-03-24Merge with EOM 1.68Niklas Hallqvist
Stash SPIs in the right slots
1999-03-24Merge with EOM 1.3Niklas Hallqvist
New sysdep API Include the right things
1999-03-24Initial PF_KEYv2 supportNiklas Hallqvist
1999-03-24status of major items + how people can helpTodd T. Fries
1999-03-24Only exit in nlist.c due to a memory error, otherwise just return. A return ↵Todd C. Miller
value of 1 indicates an incorrect executable type, a return value of -1 indicates some other problem. This gives us better fallback from /dev/ksyms to /bsd.
1999-03-24Better fallback from /dev/ksyms to /bsd if there are problems with an nlist ↵Todd C. Miller
of /dev/ksyms
1999-03-24One missed in6a_words -> s6_addr32 conversion.cmetz
1999-03-24Reworked udp_output() to minimize the number of if() statements needed to getcmetz
packets out. Also had the nice side effect of fewer blocks now move around by ifdefs, which makes it more readable.
1999-03-24Removed inclusion of netinet6/in6.h. This was an artifact of when the corecmetz
IPv6 symbols were there rather than in netinet/in.h, and now not only is unnecessary but also could create problems (see PR library/781).
1999-03-24Removed old NRL convention in6a_words virtual-field from struct in6_addr.cmetz
Let's not encourage the use of an obsolete convention.
1999-03-24Replace 'in6a_words' (old NRL convention) with 's6_addr32' (new BSDI et al.cmetz
convention that is more common and more specific as to the access size)
1999-03-24arrgghhh! do NOT add pkgdep lines when creating PLIST-auto;Marco S Hyman
(I thought I had already removed this quite a while ago).
1999-03-24actually make use of the new manual pagesDavid Leonard
1999-03-24revert to -pthreadDavid Leonard
1999-03-23Clarify realloc return valueTodd C. Miller
1999-03-23Don't bother calling nl() in init_display, just do the '\r' -> '\n' conversionTodd C. Miller
ourselves in display(). Since we don't use the curses input routines we have to do the conversion by hand. This is cheap because input processing is done on a per-character basis. Closes PR 783.
1999-03-23Add DOSMBR_SIGNATURE_OFF define, needed for last disklabel changeTodd C. Miller
1999-03-23syncTheo de Raadt
1999-03-23new cardTheo de Raadt
1999-03-23never spit out two error messages, it is bad styleTheo de Raadt
1999-03-23tail anchor, to fetch 2nd manpage name, which is less likely to be ↵Theo de Raadt
over-written by the mail title; d
1999-03-23believe it or not, mail(1) completely explodes if the From header has the ↵Theo de Raadt
date written in the wrong format
1999-03-23simplify irq stringTheo de Raadt
1999-03-23put fqdn first; matter@research.suspicious.orgTheo de Raadt
1999-03-23Rename -F option to -f and add a new -F (full disk) option to use in -E mode.Todd C. Miller
When checking for an MBR, only say we have an mbr if there is a signature *or* there is an fdisk partition with an {Open,Free,Net}BSD ID. When setting the bounds in -E mode add hueristics to deal with disks bigger than the BIOS geometry would indicate.
1999-03-23(h)ttp, not h(ttp),; brad@openbsd.orgTodd C. Miller
1999-03-23Use cbreak(), not crmode() since crmode is just #define'd to cbreakTodd C. Miller
anyway. Add a call to nl() after the cbreak(). This would fix PR #783 except that ncurses does not set ICRNL/ONLCR in nl() like I think it should. PR #783 will be fixed once that issue is resolved so consider this part one of two...
1999-03-22pronoun agreementPaul Janzen
1999-03-22Add gross ed hack back in so termcap xterm entry < 1024Todd C. Miller
1999-03-22back out local change that should not have escapedTodd C. Miller
1999-03-22Many fixes, most either from or based on NetBSD changes:Paul Janzen
get rid of unused function improve output format allow previewing of next piece randomize initial rotation angle of falling blocks.
1999-03-22workaround for STP1020A errata #148494Theo de Raadt
1999-03-22use M_PIPaul Janzen
1999-03-22set default if to something more reasonable; fix SIGSEGV when no options ↵Theo de Raadt
listed; garath@ntplx.net
1999-03-22cosmetic changes from soren@t.dkPaul Janzen
1999-03-22syncTheo de Raadt
1999-03-22i bet CSI2203 is an leTheo de Raadt
1999-03-22better, nicer, neater documentationDavid Leonard
1999-03-22minor fixesDavid Leonard
1999-03-22new documentationDavid Leonard