summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-01-18possible workaround to NetBSD PR 9189 (panic on sparc). not sure if it's right.Jun-ichiro itojun Hagino
2000-01-18print IPv6 multicast groups on -ia.Jun-ichiro itojun Hagino
2000-01-18sync with FreeBSD: add Farallon PN9000SX as a matchJason Wright
2000-01-18syncJason Wright
2000-01-18Farallon PN9000SX (looks like they used DEC's vendor ID by mistake); from Fre...Jason Wright
2000-01-18"pwd" should print an error, not garbage, if getcwd() fails; form@vell.nsc.ruTodd C. Miller
2000-01-18Use err, not errx when freopen() failes to get error string; form@openbsd.orgTodd C. Miller
2000-01-18Fix fxp+nsphy problem: don't reset everytime when switching to auto mode.Jason Wright
2000-01-18Add /usr/local/lib to libpth/glibpth since ports installs thingsTodd C. Miller
2000-01-17pmap_{zero,copy}_page4m: use getptep4m to get the ptes for vpages.Artur Grabowski
2000-01-17typoTheo de Raadt
2000-01-17remove unneeded stuff from setregs; force single-user for now, enable signal ...Michael Shalayeff
2000-01-17oops, another syscall pipe() botch; karls@inet.noTheo de Raadt
2000-01-17Update the examples to those included with ipf 3.3.6. Add several new ones.Kjell Wooding
2000-01-17From Manuel Bouyer -Chris Cappuccio
2000-01-17add IPv6 items.Jun-ichiro itojun Hagino
2000-01-17sync with latest kame. previous version leaves an udp socket openedJun-ichiro itojun Hagino
2000-01-17IPv6 support. netbsd PR 9199 with adaptation to NRL inpcb.Jun-ichiro itojun Hagino
2000-01-17do not filter address families that are not supported by kernel.Jun-ichiro itojun Hagino
2000-01-17Use AUTHLEN for the length of authnamebrian
2000-01-17indentTheo de Raadt
2000-01-17sync with latest KAME version. now includes description on scoped addrJun-ichiro itojun Hagino
2000-01-17remove #if 0'ed part.Jun-ichiro itojun Hagino
2000-01-17Install stripped version of a2p; millert@ ok.Federico G. Schwindt
2000-01-17spaces everywhereMichael Shalayeff
2000-01-17spaces everywhereMichael Shalayeff
2000-01-17spaces everywhere, some knfMichael Shalayeff
2000-01-17spaces everywhereMichael Shalayeff
2000-01-17spaces and knfMichael Shalayeff
2000-01-17don't need IFF_RUNNING for gif, as no resource is allocated forJun-ichiro itojun Hagino
2000-01-17on fork, flush pcb too, update pcsqMichael Shalayeff
2000-01-17remove IFF_RUNNING if it becomes !IFF_UP.Jun-ichiro itojun Hagino
2000-01-17fix pullup and otos saving code for ip6Jun-ichiro itojun Hagino
2000-01-17fix "traceroute -P 41", outgoing side. incoming side needs fix inJun-ichiro itojun Hagino
2000-01-17let pmap_enter_pv return a created pv, which simplifies futher pv operationMichael Shalayeff
2000-01-17insert giftunnel synopsis line, which would provide some clue how it's used f...Michael Shalayeff
2000-01-17Remove `pc_disp_special'.Aaron Campbell
2000-01-17Remove `pcdisp_special', which was actually a gross hack. Instead, move theAaron Campbell
2000-01-17Add sysctl vars for checksum, forwarding and netbios.Federico G. Schwindt
2000-01-17some more paranoid checks, shorter trap desriptionsMichael Shalayeff
2000-01-17Document new ipx sysctl vars.Federico G. Schwindt
2000-01-17add syscall frame flagMichael Shalayeff
2000-01-16destroy keys earlierMarkus Friedl
2000-01-16VIAO -> VAIOBrad Smith
2000-01-16split key exchange (kex) and user authentication (user-auth), ok: provos@Markus Friedl
2000-01-16Closer to support for UVM on powerpc, tries to execute user programs, butDale S. Rahn
2000-01-16syncTheo de Raadt
2000-01-16updateMichael Shalayeff
2000-01-16ask for even more information to dmesglogTheo de Raadt
2000-01-16Merge with FreeBSD:Jason Wright