summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-06-22use snprintf(3) instead of home-grown glue_strings() functionAnil Madhavapeddy
2004-06-22more portable env passing testsMarkus Friedl
2004-06-22Add ipsec-nat-t at port 4500Hakan Olsson
2004-06-22Don't use time-based random number generationThorsten Lockert
2004-06-22acg.cg_nextfreeoff is already relative to &acg so don't subtractTodd C. Miller
2004-06-22Make the `filename' parameter to HASHFile() and HASHFileChunk() constJean-Francois Brousseau
2004-06-22do not exit on RTM_DELADDR, dhclient can cause this itself under some rareHenning Brauer
2004-06-22Switch amd64 to __HAVE_CPUINFOArtur Grabowski
2004-06-22don't show .files by default in ls, add -a option to turn them back on;Damien Miller
2004-06-22handle interface removals in the poll loop. ok henning@Can Erkin Acar
2004-06-22syncTheo de Raadt
2004-06-22Add additional retries in TUR to allow for tape devices to settle after a reset.Marco Peereboom
2004-06-22Add additional retries in TUR to allow for tape devices to settle after a reset.Marco Peereboom
2004-06-22introduce the new xetc set. ok deraadt@, miod@, krw@.Matthieu Herrb
2004-06-21First step towards more sane time handling in the kernel -- this changesThorsten Lockert
2004-06-21When in_ifinit fails and we've created a new address, clean it up beforeRyan Thomas McBride
2004-06-21Describe the [Default]:NAT-T-Keepalive configuration parameter.Hakan Olsson
2004-06-21Make printing of 802.11 fields consistent with the rest by printingTodd C. Miller
2004-06-21Enable NAT-T support.Hakan Olsson
2004-06-21Implement NAT-T keepalive messages.Hakan Olsson
2004-06-21another errno -> err in a structure. OK deraadt@Marco S Hyman
2004-06-21errno -> err in a structure. OK deraadt@Marco S Hyman
2004-06-21Put back the moving of schedstate_percpu into sched.h. This time exposeArtur Grabowski
2004-06-21don't send UDP encapsulated packets w/o UDP header if encap is disabled; ok ho@Markus Friedl
2004-06-21don't accept SADB_X_EXT_UDPENCAP if encapsulation is disabled; ok ho@Markus Friedl
2004-06-21move the IFF_UP check to bpfwrite; ok canacar@Markus Friedl
2004-06-21add bounded attribute to some functions. anil tested and ok'edJun-ichiro itojun Hagino
2004-06-21document sort optionsDamien Miller
2004-06-21Make 'machine ddbcpu' work, and use CPU device number instead of APIC idAndreas Gunnarsson
2004-06-21Pure luck has protected us from this bug until now: locore.SNiklas Hallqvist
2004-06-21prefix ls option flags with LS_Damien Miller
2004-06-21introduce sorting for ls, same options as /bin/ls; ok markus@Damien Miller
2004-06-21mark fatal and cleanup exit as __dead; ok markus@Damien Miller
2004-06-21make test successful even when /etc/services is changedJun-ichiro itojun Hagino
2004-06-21Use _ENTRY(CERROR) instead of CERROR so correct type info is generated.Dale Rahn
2004-06-21Update manpage to reflect changes in anchor namingMathieu Sauve-Frankel
2004-06-21make it possble to use IPsec over link-local address (policy table usesJun-ichiro itojun Hagino
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
2004-06-21back out CPP change; obviously not tested. On at least arm, kills atTheo de Raadt
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
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
2004-06-21style nitHakan Olsson
2004-06-21always run userldt regress, but enable the sysctl if neededDavid Krause
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