summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-17Some improvements to the vr(4) man page, split out the hwBrad Smith
into a table and add some hw. ok sthen@
2013-03-17We don't do mcontext, so remove this unused header.Mark Kettenis
ok deraadt@
2013-03-17Mention Soekris hw.Brad Smith
ok sthen@
2013-03-17update to 1.2.7Robert Nagy
2013-03-17Avoid namespace pollution from <powerpc/cpu.h>.Mark Kettenis
ok mpi@, deraadt@, miod@, millert@
2013-03-17update Nd for vge; also, vic had been added in the wrong placeJason McIntyre
2013-03-17Correct the clock speeds used to calculate int moderation values providedBrad Smith
by the SK_IM_USECS() macro. From FreeBSD ok sthen@
2013-03-17- Sync some of the stats counter code to be closer to the FreeBSD code,Brad Smith
but no functional change. - Add a workaround for BCM5717 / BCM5718 / BCM5719 A0 and BCM5720 A0 chipsets to not count the interface input drops counter for input errors due to HW errata. From FreeBSD ok sthen@
2013-03-17Split out the hardware listed in the page into a table andBrad Smith
add some more hardware. ok sthen@
2013-03-17i missed the bit of maxime villards diff that took the client_free out ofDavid Gwynne
oack on error. his fix is better, so this marges all of it in.
2013-03-17Update the page to mention all of the Velocity controller models.Brad Smith
ok sthen@
2013-03-17Add the router preference defines to the icmp6.h header and remove theBrad Smith
defines that were part of rtadvd's code. ok bluhm@
2013-03-17- Apply the AcceptPerfectMatch workaround for DP83815 chipsets to the 15DBrad Smith
revision as well. - Sync the short cable workaround a bit closer to FreeBSD. No functional change. From FreeBSD - Add some comments. From NetBSD ok sthen@
2013-03-17Split out bge / bnx reset code into a separate set of functions.Brad Smith
ok sthen@
2013-03-16mention how to disable RingEventIndexStefan Fritsch
OK jmc@
2013-03-16fix size of unicast rx filter tableStefan Fritsch
When changing the unicast rx filter table from zero to one entry, the length has not been properly adjusted. This lead to the unicast address overwriting part of the multicast rx filter table. OK mikeb@ tested by weerd@
2013-03-16Enable untested Elantech touchpad v1 and v2 code. I'd like some test reports.Stefan Sperling
ok mpi@ shadchin@
2013-03-16No need for two similar functions to free/remove USB device descriptors.Martin Pieuchot
2013-03-16Remove the 4.8 version of the USB device info ioctl.Martin Pieuchot
ok deraadt@
2013-03-16apostrophe for all hallows' eve (and fix a double space while here);Jason McIntyre
pointed out by Ryan Kavanagh
2013-03-15change LIST_END to literal NULL for clarity.Ted Unangst
ok claudio mpi
2013-03-15factor out the deadbeef code for legibility.Ted Unangst
ok deraadt
2013-03-15threadsafe random().Ted Unangst
reported by ajacoutot and (much earlier, sorry) by Alexey Suslikov
2013-03-15add some space before messagesStefan Fritsch
2013-03-15camield requested backout of rev 1.26, and indeed ftp-proxy does notSebastian Benoit
need it.
2013-03-15let oack use the full buffer space to build its packet, not just the sizeDavid Gwynne
negotiated for data tranfsers. this lets people negotiate 2 byte transfers with other options too if they want. im looking at you Maxime Villard.
2013-03-15"correct" the order of calloc arguments.David Gwynne
2013-03-15fix up some lwarn()s that should be lwarnx()sDavid Gwynne
2013-03-15fix a huge bug in tftpd.David Gwynne
there was a double free if an option ack failed. if oack fails, the client gets freed, then the oack caller tries to free the options which were just freed. found by Maxime Villard who provided a fix. unfortunately his fix still had a double free but it was pretty close. ok MALLOC_OPTIONS=S
2013-03-15remove forgotten sequencer function prototypesAlexandre Ratchov
2013-03-15remove reference to the sequencer device, from jmcAlexandre Ratchov
2013-03-15syncTheo de Raadt
2013-03-15print a dump of structs boot_info/boot_desc which contain useful informationJasper Lievisse Adriaanse
to have in the dmesg, for the time being ok bcallah@ yasuoka@
2013-03-15add some board types which will be used later to identify particular boardsJasper Lievisse Adriaanse
ok yasuoka@
2013-03-15syncTheo de Raadt
2013-03-15save a copy of the address at which the CF bus can be found, and use this in ↵Jasper Lievisse Adriaanse
octcf(4) for a better probe function which doesn't unconditionally tries to attach octcf(4). this would cause endless faults on the EdgeRouter Lite as it lacks a CF bus. feedback and testing bcallah@ and chris@ ok yasuoka@
2013-03-15regen after sequencer removalAlexandre Ratchov
2013-03-15Delete the sequencer(4) driver, since its not used any longer. DiffAlexandre Ratchov
mostly from armani. ok miod, mpi, jsg and help from sthen
2013-03-15canadian holidays, from Ryan KavanaghJason McIntyre
2013-03-15Enter more directories, and put the conditional down below. This isTheo de Raadt
for obj dirs...
2013-03-15Rewrite receive filter handling and ioctl bits.Brad Smith
ok sthen@
2013-03-14oh look, more hardware lists. urtw and urtwnTed Unangst
2013-03-14more or less sync to latest netbsd revision (1.29):Jason McIntyre
- libj -> libmj (my error) - fix some incorrect warnings about `new sentence, new line' (1.25) stuff we don;t have: - the -A and -O options (not fully implemented on netbsd anyway) - $order (not currently used on netbsd) also we have a couple of fixes not yet in netbsd: - -l added correctly to usage - correct line number reporting for dup rcs ids
2013-03-14regenTed Unangst
2013-03-14the 5.1 era tfork syscall claws its way out of the grave. we failed toTed Unangst
fully deprecate it (notably the go port was still using it as of 5.3) so to give users a little more time to update, __tfork51 lives again. okish deraadt guenther
2013-03-14- some indent fixesJason McIntyre
- pull in 1.24: do not warn about () in literal strings or when used as macro argument
2013-03-14sync with -r1.22: add an -l option, to check library names in Lb; this isJason McIntyre
off by default on openbsd, and the libraries checked are netbsd ones (we can tweak this later if we ever want to start using Lb) also rolls in 1.2{3,6,7,8}, which simply added some libraries to the list.
2013-03-14commented out Host AP documentation gives grep false hope.Ted Unangst
2013-03-14-follow is the same as -L, not -HAlexander Hall
second occurance pointed out by Jeremie Courreges-Anglas, thanks! ok guenther@ on the first occurance
2013-03-14sync to 1.21. we already had 1.19 and 1.20; this one just accepts 2013Jason McIntyre
for netbsd;