summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-06-21Use _ENTRY(CERROR) instead of CERROR so correct type info is generated.Dale Rahn
ok marc@
2004-06-21Update manpage to reflect changes in anchor namingMathieu Sauve-Frankel
ok beck@ claudio@
2004-06-21make it possble to use IPsec over link-local address (policy table usesJun-ichiro itojun Hagino
sin6_scope_id, IPsec porion uses embedded form). beck ok
2004-06-21Recognize cats as an arm machine. Dunno how this was missed before.Dale Rahn
2004-06-21Get rid of pf_test_eh() wrapper.Ryan Thomas McBride
ok cedric@ henning@
2004-06-21back out CPP change; obviously not tested. On at least arm, kills atTheo de Raadt
least ANSI_VARARGS deep inside the configure. Sorry -- try again.
2004-06-21udpencap_port should be taken from dst transportHakan Olsson
2004-06-21When switching from main to encap transport, copy dst port ifHakan Olsson
translated (NAT).
2004-06-21don't leak ipsec pmtu routes; with mpf@Markus Friedl
2004-06-21comment out -Wshadow for now, gcc2 sucks. noticed by markusAnil Madhavapeddy
2004-06-21Strip away umask bits in monitor_fopen(). hshoexer@ ok.Hakan Olsson
2004-06-21Fix ahd_[get|set]_transaction_status vs ahd_[get|set]_scsi_status confusion.Kenneth R Westerback
Allocate max number of SCB's at initialization. Display negotiated transfer parameters. ok marco@
2004-06-21style nitHakan Olsson
2004-06-21always run userldt regress, but enable the sysctl if neededDavid Krause
ok millert@
2004-06-21Use arc4random() instead of time-based node start idThorsten Lockert
2004-06-21fix fd leak for multiple subsystem connections; with markus@Damien Miller
2004-06-21make ssh -Wshadow clean, no functional changesAnil Madhavapeddy
markus@ ok
2004-06-21Don't use time for random starting value... "love it" deraadt@Thorsten Lockert
2004-06-21restrict address resolution to AF_INET for nowJun-ichiro itojun Hagino
2004-06-21use getaddr/nameinfo for address resolution. beck, henning okJun-ichiro itojun Hagino
2004-06-21undo double-patch; Dries SchellekensMarkus Friedl
2004-06-21propagate CPP here as wellAnil Madhavapeddy
2004-06-21propagate CPP to build system as well, millert@ okAnil Madhavapeddy
2004-06-21Don't write too much IKE data in packet captureHakan Olsson
2004-06-21support for old stuff in pkg_info/pkg_delete, e.g., @srcMarc Espie
prompted by miod@, okay miod@ millert@.
2004-06-21Packet capture should add the ESP-marker when NAT-T is active.Hakan Olsson
2004-06-21syncTheo de Raadt
2004-06-21dont compare int with NULL, compare to 0 instead, otto@ okAnil Madhavapeddy
2004-06-21Implement pkg_add -I for real; ok espie@Miod Vallat
2004-06-21Tell the kernel to enable ESP-in-UDP encapsulation when we haveHakan Olsson
SAs negotiated with NAT-T.
2004-06-21Port floating (500->4500) for p1 and p2 exchanges.Hakan Olsson
2004-06-21Actually commit right (r&b tree) version, instead of hash tableOtto Moerbeek
one. Previous commit from wrong tree. Spotted by Andre Lucas <andre at ae-35 dot com> ok millert@ canacar@
2004-06-21syncTheo de Raadt
2004-06-21agten(4) documentations updates.Miod Vallat
2004-06-21Add support for agten(4) - on Andrey's U2 the PROM is not able to initializeMiod Vallat
the board correctly, though.
2004-06-20Use arc4random; request art@ deraadt@Thorsten Lockert
2004-06-20mgx(4) documentation updates.Miod Vallat
2004-06-20Port mgx(4) to sparc64.Miod Vallat
2004-06-20Fix the short description for fileno()Jean-Francois Brousseau
ok otto@, millert@
2004-06-20Do not use time based randomization; ok deraadt@Thorsten Lockert
2004-06-20rfx and zx here too.Miod Vallat
2004-06-20Documentation updates for rfx(4) on sparc64.Miod Vallat
2004-06-20take 2 times less room in dmesg, prettier tooPeter Valchev
allocate interrupts early on (before PHY attachment, etc) just like all other drivers do to allow the above; ok mcbride
2004-06-20Port the rfx(4) frame buffer driver to sparc64.Miod Vallat
2004-06-20IPv4/v6 support for standalone mode. brad tested and ok'edJun-ichiro itojun Hagino
2004-06-20In crypto_thread(), always save return value from splimp(). We were onlyAaron Campbell
storing it once on kernel startup. Scary. "holy crap" --deraadt. art@ ok Unclear if this was actually a problem in practice, but this doesn't hurt.
2004-06-20bye bye gdiff(1)...Xavier Santolaria
2004-06-20regenDamien Couderc
2004-06-20add Intel 82852/82855 AGP and IOs, NVidia GEForce FX 5600 and FX Go 5200.Damien Couderc
2004-06-20Init per-cpu spc_runtime before diving into the scheduler. From NetBSD.Aaron Campbell
Fixes bogus process runtimes (I happened to notice it with USB kernel threads) as shown in ps and top. niklas@, deraadt@ ok