summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-07do not depend on IFCAP_CSUM flags set when reading rx checksummingMike Belopuhov
results from the hardware
2012-11-07we still need to query the firmware for a couple of values after allMike Belopuhov
2012-11-07fix fractional number exponentiation, especially for negative exponentsOtto Moerbeek
2012-11-07some new and 1 fixed test for fractional number negative exponent ^Otto Moerbeek
2012-11-06Fix comment.Mark Kettenis
2012-11-06Advertising SSLv2 in the example config doesn't make much sense now that it'sPascal Stumpf
disabled. ok robert@
2012-11-06Remove never read struct member, found while investigating a llvmFlorian Obser
report. ok lum, jasper, benno
2012-11-06Always setup lo0 with 127.0.0.1/8 when configuring the network,Kenneth R Westerback
whether installing or upgrading. ok deraadt@
2012-11-06SyncKenneth R Westerback
2012-11-06Video and Host Bridge found on new Atom motherboard. Improved namesKenneth R Westerback
suggested by kettenis@.
2012-11-06Remove Flow Director code that is not used, is outdated and tendsMike Belopuhov
to get in the way. ok krw, brad
2012-11-06use BN_set_negative() and BN_is_negative() instead of subtracting orOtto Moerbeek
comparing to zero
2012-11-06For exponenttion, only warn if the fractional part of the exponentOtto Moerbeek
is non-zero and avoid div by zero. Prompted by Andres Perera.
2012-11-06sort options; ok espieJason McIntyre
2012-11-06backout csum diff for the moment, requested by theoHenning Brauer
2012-11-06Remove the "is_reading" hack and simplify the read/write logic:Eric Faurot
set to write as soon as a response is read. ok gilles@
2012-11-06document auto -i.Marc Espie
2012-11-06work-around python compile issue: don't tie python files for now, soMarc Espie
that timestamps don't trigger recompile.
2012-11-06do interactivity like for the others.Marc Espie
force pkglocatedb-- when auto-installing (reported by aja)
2012-11-06Make a few formatting fixes:Lawrence Teo
- Remove unnecessary .Ar macros. - Change "https" to "HTTPS" to be consistent with other man pages. - Add "(CSR)" to the first instance of "Certificate Signing Request." - Convert one .Ar to .Em in the HISTORY section since the intent of that .Ar was to emphasize a point. - Fix the punctuation in one sentence. feedback/ok jmc
2012-11-06syncTheo de Raadt
2012-11-06Ensure that if_exists() always closes its socket before returning.Lawrence Teo
Also fix a bug where the return value of if_exists() was not checked correctly if the interface disappears while pflogd is running. ok beck henning
2012-11-06temporarily fix the static tests in testall by using NOPIE_LDFLAGS.Federico G. Schwindt
2012-11-06Kill two unused functions, subnet_number() and broadcast_addr().Kenneth R Westerback
2012-11-05Make sure that in[6]_proto_cksum_out() is called unconditinally and notClaudio Jeker
inside the NPF block. Fixes checksum issues seen on ramdisk kernels. Initial diff by naddy@, tested and OK by many
2012-11-05Steal SIMPLEQ-based packet descriptor managing code from myx(4)Mike Belopuhov
to simplify a whole bunch of things. And despite this being the main purpose of the commit I'm also sneaking in loads of minor and unrelated cleanup since separating it out would be just too much work. Enjoy!
2012-11-05Better code to download configurations onto the SP.Mark Kettenis
2012-11-05unifdef -D __HAVE_TIMECOUNTERMiod Vallat
2012-11-05Fix memory leak in error paths for synaptics and alps (pointed stsp@).Alexandr Shadchin
Also small simplify elantech part. ok stsp@, mpi@
2012-11-05Backport a powerpc --relax fix present in binutils 2.17.Landry Breuil
This allows mozilla trunk to finally link again on ppc (with --relax), otherwise it fails badly with relocations overflow. From http://sourceware.org/ml/binutils/2005-01/msg00115.html ok kettenis@, no objection miod@
2012-11-05Switch sparc to timecounters. Heavily based on NetBSD.Miod Vallat
2012-11-05Show last client activity time in default choose-client list.Nicholas Marriott
2012-11-05typedef pthread_key_t to an int instead of a volatile int, reverts a chunkLandry Breuil
from r1.11. This allows webkit with --enable-debug to build, and is in line with what FreeBSD/NetBSD uses. ok kettenis@ guenther@
2012-11-05Run chown/chgrp iff the preceding mknod call worked; thus if if there'sJasper Lievisse Adriaanse
actually something to chown/chgrp. ok todd@
2012-11-05Some systems give ENETUNREACH when trying to add the 'standard'Kenneth R Westerback
host route, a.k.a. 'route add w.x.y.z 127.0.0.1'. Since dhclient-script ignored the failure, ignore it here too until it can be explained or we stop creating these routes.
2012-11-04Properly clear the UP flag while forcing the interface down/upStefan Sperling
rather than setting all flags to zero. ok krw deraadt
2012-11-04A bit more SP configuration code.Mark Kettenis
2012-11-04Consume ACKs when doing large sends.Mark Kettenis
2012-11-04Start ldomd(8).Mark Kettenis
2012-11-04Add support for selecting a configuration stored on the SP.Mark Kettenis
2012-11-04tweak previous;Jason McIntyre
2012-11-04Support for listing configurations store on the SP.Mark Kettenis
2012-11-04Switch over to using the ds.[ch] from ldomd(8).Mark Kettenis
2012-11-04Switch over to using the ds.[ch] from ldomd(8).Mark Kettenis
2012-11-04Call service start function if a particular domain service has beenMark Kettenis
successfully registered. Export ds_conn_handle().
2012-11-04Factor out some code. Use the "hvctl.h" header from ldomd. Add man page.Mark Kettenis
2012-11-04Split out hvctl protocol definitions in a seperate header file.Mark Kettenis
2012-11-04Script for ldomd(8).Mark Kettenis
ok dcoppa@, deraadt@
2012-11-04Simplify Makefiles a bit, removing redundant stuff. ok espie@Matthieu Herrb
2012-11-04Less pessimistic OPT value for m68k.Miod Vallat