summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-25Lying is bad, so stop lying about functionality that was removed agesOwain Ainsworth
ago. ok blambert (who had a similar diff a few days ago)
2009-03-24increase maxprocNikolay Sturm
ok deraadt, millert
2009-03-24link to newish firmware package (3.1).Damien Bergamini
i have absolutely no idea what this new firmware is supposed to fix. actually, even the Intel people have no idea according to this thread: http://marc.info/?l=linux-wireless&m=123791786426974&w=2
2009-03-24report Michael MIC failures to net80211 (can't happen yet since we doDamien Bergamini
crypto in software.) increment if_ierrors in Rx error paths.
2009-03-24Change the behaviour of redistribute default.Michele Marchetto
Now a default route have to be present in the fib to be correctly advertised. Spotted and tested by Steven Surdok on ripd. ok claudio@
2009-03-24+otus(4)Jason McIntyre
2009-03-24fix Rx rate in radiotap.Damien Bergamini
implement SIOCS80211CHANNEL ioctl.
2009-03-24AR9101 is MIMO 1x2, not 1x1.Damien Bergamini
2009-03-24link otus(4) to the build on i386 and amd64.Damien Bergamini
2009-03-24syncTheo de Raadt
2009-03-24another ricoh uvc, this one not needing a firmware for onceTheo de Raadt
2009-03-24give up on pcn to make it all fit; ok miodTheo de Raadt
2009-03-24have CVS_OP_TAG and CVS_OP_RTAG use RCS_WRITE flagJoris Vink
when calling rcs_open(), so it gets automaticly synced at the end of operations for that file instead of explicitly calling rcs_write() when you're in RCS_READ mode only. while here, make sure we do not try to free an uninitialized list.
2009-03-24regenStuart Henderson
2009-03-24Add Sony 1seg tv tuner, found in some Vaio machines. Req by deraadt.Stuart Henderson
2009-03-24shuffle code a bit so FILE_REMOVE_ENTRY also callsJoris Vink
cvs_checkout_file() with CO_REMOVE set otherwise our server would never inform the client the entry should be removed.
2009-03-24s/postion/position/gTodd C. Miller
2009-03-24vm_physseg_find and VM_PAGE_TO_PHYS are both called many times in yourOwain Ainsworth
average arch port. They are also inline. This does not help, de-inline them. shaves about 1k on i386 and amd64 bsd.mp. Probably similar amounts of most architectures. "no issue" beck@ "Nuke nuke nuke... make them functions" weingart@ "this is good" art@
2009-03-24fix a few typographical errors.Igor Sobrado
ok jmc@
2009-03-24two more MBR partition namesTodd T. Fries
ok otto@ beck@
2009-03-24Only copy out the revents field, not the whole pollfd structure. ThisKurt Miller
allows threaded programs to concurrently update the events field while a thread is blocked in poll(2). okay deraadt@ millert@
2009-03-24Remove redundant casts.Mark Kettenis
2009-03-24Upgrade to newer firmware needed by some txp(4) variants. Fixes PR 6085.Mark Kettenis
From FreeBSD. ok deraadt@
2009-03-24only apply the strict limit on F_SETLK; ok deraadt@ fgsch@Otto Moerbeek
2009-03-24Document that due to bioctl limitations ips associate all unused andAlexander Yurchenko
spare drive with the first volume but the drives can be used for rebuilding any degraded volume. ok jmc@
2009-03-24use size_t for size, since atomicio() both accepts and returns itJoris Vink
2009-03-24syncTheo de Raadt
2009-03-23add a HISTORY section to fts(3).Igor Sobrado
diff proposed by an anonymous user on bugs@; tweaked by jmc@; verified using the superb 4BSD collection at pdp-11.org.ru (thanks form@). ok jmc@
2009-03-23Whitespace nit in previous.Owain Ainsworth
2009-03-23turn a for (i = 0; i < size; i++) arc4random(); loop into arc4random_buf().Owain Ainsworth
Since that function is now so small (2 lines), inline it into it's only user. Shaves some bytes (104 on amd64). ok deraadt@, blambert@. djm@ liked an earlier diff.
2009-03-23Switch msk(4) over to using MCLGETI when allocating mbufs for the RX ring.Mark Kettenis
This gets rid of one of the evil jumbo allocators!
2009-03-23Xr otus(4)Theo de Raadt
2009-03-23otus(4), a driver for Atheros AR9001U USB IEEE 802.11 devices.Damien Bergamini
more work is required but basic operations work. requires a non-free firmware to operate. partly based on source code released under the ISC by Atheros Communications for Linux, although I had to rewrite almost everything (actually I only used some .h files from the Atheros driver.) there also exists a rewrite of the Atheros driver for Linux (ar9170) but the guy decided to make the code less free by wrapping the GPL around the ISC. committed over a NETGEAR WNDA3100. ok deraadt@
2009-03-23various minor improvements; ok jacekm gillesJason McIntyre
2009-03-23Prevent null pointer dereference that could happen when we process an RXMark Kettenis
interrupt that was queued while stopping the interface.
2009-03-23My previous commit didn't fix the problem at all, so stick at my firstTobias Stoeckmann
version of the fix presented to dtucker. Issue notified by Matthias Barkhoff (matthias dot barkhoff at gmx dot de). ok dtucker
2009-03-23Remove space added in last commit. Pointed out by miod@.Owain Ainsworth
2009-03-23Add missing dependency generation for assym.h (...the lack of whichPhilip Guenthe
made testers of art's affinity diff go insane) ok krw@ miod@
2009-03-23kill SIZE_LEFT() macro, no longer usedJoris Vink
2009-03-23simplifyJoris Vink
2009-03-23Reorganize NBIO and SMALL_KERNEL handling again but this time withoutAlexander Yurchenko
ramdisk breakage.
2009-03-23correct example; from Sebastian RotherJason McIntyre
2009-03-23tweak the description of -A a little more;Jason McIntyre
feedback/ok krw
2009-03-23repair library use. this was detected on the vax, a nice static linkingTheo de Raadt
architecture. it was silently creating broken code on other architectures.
2009-03-23sys/types.h before other thingsTheo de Raadt
2009-03-23good god no you do not use LDFLAGS to pull in librariesTheo de Raadt
2009-03-23Small rewording to remove ambiguity.Antoine Jacoutot
A package can actually "change" after an update even if its version does not and yet it will not appear in the security(8) output. wording by eric@ ok mbalmer@
2009-03-23remove debug, blehJoris Vink
2009-03-23fix buffer cache pending writs statistic so it does not go negative.Bob Beck
this ensures we ignore counting any buffers returning through biodone() for which B_PHYS has been set - which should be set on all transfers that manually do raw io bypassing the buffer cache by setting up their own buffer and calling strategy.. ok thib@, todd@, and now that he is a buffer cache and nfs hacker oga@
2009-03-23add rlog -d support, ported from openrcs byJoris Vink
Josh Elsasser <josh@elsasser.org>