Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-07 | do not depend on IFCAP_CSUM flags set when reading rx checksumming | Mike Belopuhov | |
results from the hardware | |||
2012-11-07 | we still need to query the firmware for a couple of values after all | Mike Belopuhov | |
2012-11-07 | fix fractional number exponentiation, especially for negative exponents | Otto Moerbeek | |
2012-11-07 | some new and 1 fixed test for fractional number negative exponent ^ | Otto Moerbeek | |
2012-11-06 | Fix comment. | Mark Kettenis | |
2012-11-06 | Advertising SSLv2 in the example config doesn't make much sense now that it's | Pascal Stumpf | |
disabled. ok robert@ | |||
2012-11-06 | Remove never read struct member, found while investigating a llvm | Florian Obser | |
report. ok lum, jasper, benno | |||
2012-11-06 | Always setup lo0 with 127.0.0.1/8 when configuring the network, | Kenneth R Westerback | |
whether installing or upgrading. ok deraadt@ | |||
2012-11-06 | Sync | Kenneth R Westerback | |
2012-11-06 | Video and Host Bridge found on new Atom motherboard. Improved names | Kenneth R Westerback | |
suggested by kettenis@. | |||
2012-11-06 | Remove Flow Director code that is not used, is outdated and tends | Mike Belopuhov | |
to get in the way. ok krw, brad | |||
2012-11-06 | use BN_set_negative() and BN_is_negative() instead of subtracting or | Otto Moerbeek | |
comparing to zero | |||
2012-11-06 | For exponenttion, only warn if the fractional part of the exponent | Otto Moerbeek | |
is non-zero and avoid div by zero. Prompted by Andres Perera. | |||
2012-11-06 | sort options; ok espie | Jason McIntyre | |
2012-11-06 | backout csum diff for the moment, requested by theo | Henning Brauer | |
2012-11-06 | Remove 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-06 | document auto -i. | Marc Espie | |
2012-11-06 | work-around python compile issue: don't tie python files for now, so | Marc Espie | |
that timestamps don't trigger recompile. | |||
2012-11-06 | do interactivity like for the others. | Marc Espie | |
force pkglocatedb-- when auto-installing (reported by aja) | |||
2012-11-06 | Make 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-06 | sync | Theo de Raadt | |
2012-11-06 | Ensure 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-06 | temporarily fix the static tests in testall by using NOPIE_LDFLAGS. | Federico G. Schwindt | |
2012-11-06 | Kill two unused functions, subnet_number() and broadcast_addr(). | Kenneth R Westerback | |
2012-11-05 | Make sure that in[6]_proto_cksum_out() is called unconditinally and not | Claudio Jeker | |
inside the NPF block. Fixes checksum issues seen on ramdisk kernels. Initial diff by naddy@, tested and OK by many | |||
2012-11-05 | Steal 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-05 | Better code to download configurations onto the SP. | Mark Kettenis | |
2012-11-05 | unifdef -D __HAVE_TIMECOUNTER | Miod Vallat | |
2012-11-05 | Fix memory leak in error paths for synaptics and alps (pointed stsp@). | Alexandr Shadchin | |
Also small simplify elantech part. ok stsp@, mpi@ | |||
2012-11-05 | Backport 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-05 | Switch sparc to timecounters. Heavily based on NetBSD. | Miod Vallat | |
2012-11-05 | Show last client activity time in default choose-client list. | Nicholas Marriott | |
2012-11-05 | typedef pthread_key_t to an int instead of a volatile int, reverts a chunk | Landry 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-05 | Run chown/chgrp iff the preceding mknod call worked; thus if if there's | Jasper Lievisse Adriaanse | |
actually something to chown/chgrp. ok todd@ | |||
2012-11-05 | Some 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-04 | Properly clear the UP flag while forcing the interface down/up | Stefan Sperling | |
rather than setting all flags to zero. ok krw deraadt | |||
2012-11-04 | A bit more SP configuration code. | Mark Kettenis | |
2012-11-04 | Consume ACKs when doing large sends. | Mark Kettenis | |
2012-11-04 | Start ldomd(8). | Mark Kettenis | |
2012-11-04 | Add support for selecting a configuration stored on the SP. | Mark Kettenis | |
2012-11-04 | tweak previous; | Jason McIntyre | |
2012-11-04 | Support for listing configurations store on the SP. | Mark Kettenis | |
2012-11-04 | Switch over to using the ds.[ch] from ldomd(8). | Mark Kettenis | |
2012-11-04 | Switch over to using the ds.[ch] from ldomd(8). | Mark Kettenis | |
2012-11-04 | Call service start function if a particular domain service has been | Mark Kettenis | |
successfully registered. Export ds_conn_handle(). | |||
2012-11-04 | Factor out some code. Use the "hvctl.h" header from ldomd. Add man page. | Mark Kettenis | |
2012-11-04 | Split out hvctl protocol definitions in a seperate header file. | Mark Kettenis | |
2012-11-04 | Script for ldomd(8). | Mark Kettenis | |
ok dcoppa@, deraadt@ | |||
2012-11-04 | Simplify Makefiles a bit, removing redundant stuff. ok espie@ | Matthieu Herrb | |
2012-11-04 | Less pessimistic OPT value for m68k. | Miod Vallat | |