summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-27When checking for offset wrap around in vn_read(), compare againstPhilip Guenthe
LLONG_MAX instead of SSIZE_MAX ok deraadt@
2011-11-27Regen.Mark Kettenis
2011-11-27Switch to proper PA-RISC 2.0 mnemonics. Works around a bug in the assemblerMark Kettenis
getting rid of the (hopefully) last bug in this code.
2011-11-27Manpage bits for the recent changes in vlan(4) prio handling.Christiano F. Haesbaert
ok jmc henning sthen claudio
2011-11-27Bring back low latency interrupt moderation for 82599Mike Belopuhov
lost during update. Originally from claudio, rev1.46. ok claudio
2011-11-27Checksum fix from reyk (rev1.31) that was lost during update:Mike Belopuhov
Fix the IP ckecksum offloading logic that disables and breaks offloading if the packet is neither TCP nor UDP because of an erroneous "default" case. No functional change in the default build because IP checksum offloading is currently disabled in ix(4). Tested on 82598 and 82599 (though checksums are still disabled by default). ok claudio
2011-11-27Protect more operations in the pfsync_clone_destroy to preventMike Belopuhov
accidental race conditions. From Erik Lax, thanks! ok dlg
2011-11-27Regen.Mark Kettenis
2011-11-27Fix return value of memcpy.Mark Kettenis
2011-11-27Oops, jsing@ changed spcopy.S without realizing that that file is generatedMark Kettenis
from bcopy.m4. Fix that.
2011-11-27Regen.Mark Kettenis
2011-11-27Replace a few more 32-bit instructions with the proper 64-bit equivalent.Mark Kettenis
Also fix the return value of memcpy. With these changes, this seems to work as advertised now.
2011-11-27adjust for port numbers instead of names by defaultHenning Brauer
From: Lawrence Teo <lteo at devio at us>
2011-11-27This needs sys/kthread.h to buildClaudio Jeker
2011-11-27Set the initfirst and nodelete flags on the shared library, in anticipationPhilip Guenthe
of support in ld.so
2011-11-27Kill old comment, we already do 802.1p tagging.Christiano F. Haesbaert
2011-11-26Tie the 802.1p (CoS) value in vlan(4) with the new prio scheme in pf.Christiano F. Haesbaert
When transmitting through vlan(4), it will now use the prio value in pf packet header. When receiving, we save the incoming Cos in the same place, this gives us the hability to preserve the CoS value across two different vlan interfaces. This kills the SIOC[GS]VLANPRIO ioctls and removes the corresponding buttons from ifconfig(8). ok henning@ claudio@ mcbride@
2011-11-26Make this compile again by removing a spurious opening brace.Mark Kettenis
2011-11-26a second missing $state...Marc Espie
2011-11-26fix reporting of weird libs in partial-*, as seen by fries@,Marc Espie
who always manages to run into strange corners headlong ;)
2011-11-26Resync to bsd.lv, most code from kristaps@.Ingo Schwarze
In particular, support the MANPATH environment variable and don't confuse index record numbers when working with multiple mandoc databases at once. Besides, remove lots of gratuitious code and whitespace differences.
2011-11-26minor sync to bsd.lvIngo Schwarze
2011-11-26add Netgear WNA100MChris Kuethe
urtwn0 at uhub0 port 1 "Realtek 802.11n WLAN Adapter" rev 2.00/2.00 addr 2 urtwn0: MAC/BB RTL8188CUS, RF 6052 1T1R, address c4:3d:c7:.... ok gray
2011-11-26regenChris Kuethe
2011-11-26add usb id for Netgear WNA100MChris Kuethe
ok jsg
2011-11-26If sigaltstack() fails, report which thread correctlyPhilip Guenthe
Pointed out by Steffen Daode Nurpmeso (sdaoden at googlemail.com)
2011-11-26Apply route-to to deferred packet; without this the first packet of aRyan Thomas McBride
connection does not observe the route-to option. ok dlg mikeb
2011-11-25darn, setlist might actually be undefined entirely...Marc Espie
noticed by nigel
2011-11-25document XAUTHORITYMarc Espie
2011-11-25document show-prepare-resultsMarc Espie
2011-11-25fix compile errors without INET6. no binary change.YASUOKA Masahiko
pointed out by Julien Crapovich on misc@ ok deraadt mikeb
2011-11-25use time_uptime to set state creation values as time_second can beDavid Gwynne
skewed at runtime by things like date(1) and ntpd. time_uptime is monotonic and therefore more useful to compare against. ok deraadt@ mikeb@
2011-11-25show-size/show-fake-sizeMarc Espie
all parts of bsd.port.mk that I intended to document are accounted for
2011-11-25homepage-linksMarc Espie
2011-11-25document targets related to dependency solving, finallyMarc Espie
2011-11-25document a few more odds and endsMarc Espie
2011-11-25implement chown(2) in compat_linux which is needed by some antivirus softwareRobert Nagy
ok pirofti@
2011-11-25describe fixed behavior a little betterMarc Espie
2011-11-25fix -a <list> semantics:Marc Espie
instead of first doing, -a, then deleting the list, it's ways more useful to pick !manual installs in the list and remove them.
2011-11-25syncMiod Vallat
2011-11-25Switch alpha to gcc4 (and there was much rejoicing)Miod Vallat
2011-11-25Rework assembler constraints to satisfy gcc 4. Unfortunately this could notMiod Vallat
been done earlier because these new and improved constraints lose bigtime with gcc3, so be sure to compile your kernel with gcc 4 only if you have atomic.h 1.10 onwards.
2011-11-25Compile fixes for gcc4 (-Wbounded)Miod Vallat
2011-11-25Final configuration bits for gcc4: require alignment of local arrays onMiod Vallat
word boundaries, and enable the builtins.c `one-byte memcpy' workaround.
2011-11-25Allow MD backend to prevent the optimization of a bcopy() or memmove() ofMiod Vallat
size 1 (the size being known at compile-time) into an inline mempcpy() expansion, which will in turn expand into a byte load and store operation. This expansion loses precious address alignment information at some point (because everybody knows that you can read a byte from any address, right?), and this loses bigtime on strict alignment platforms which lack the ability to accesse bytes directly, such as alpha (unless compiling with -mbwx and runnning on a BWX-capable cpu). An example of such call with size 1 is lib/libkvm/kvm.c line 780.
2011-11-25Gratuitous major crank for upcoming alpha switch to gcc 4, in order to haveMiod Vallat
different libstdc++.so majors. ok deraadt@
2011-11-25missing headerTheo de Raadt
2011-11-25The execve()-vs-threads test should test not just that the thread libraryPhilip Guenthe
doesn't blow up but also that (1) a failed execve doesn't kill other threads, and (2) a successful execve does make other threads vanish
2011-11-24syncTheo de Raadt
2011-11-24allow code to proceed if -e + -r.Marc Espie