Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-17 | Some improvements to the vr(4) man page, split out the hw | Brad Smith | |
into a table and add some hw. ok sthen@ | |||
2013-03-17 | We don't do mcontext, so remove this unused header. | Mark Kettenis | |
ok deraadt@ | |||
2013-03-17 | Mention Soekris hw. | Brad Smith | |
ok sthen@ | |||
2013-03-17 | update to 1.2.7 | Robert Nagy | |
2013-03-17 | Avoid namespace pollution from <powerpc/cpu.h>. | Mark Kettenis | |
ok mpi@, deraadt@, miod@, millert@ | |||
2013-03-17 | update Nd for vge; also, vic had been added in the wrong place | Jason McIntyre | |
2013-03-17 | Correct the clock speeds used to calculate int moderation values provided | Brad 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-17 | Split out the hardware listed in the page into a table and | Brad Smith | |
add some more hardware. ok sthen@ | |||
2013-03-17 | i missed the bit of maxime villards diff that took the client_free out of | David Gwynne | |
oack on error. his fix is better, so this marges all of it in. | |||
2013-03-17 | Update the page to mention all of the Velocity controller models. | Brad Smith | |
ok sthen@ | |||
2013-03-17 | Add the router preference defines to the icmp6.h header and remove the | Brad Smith | |
defines that were part of rtadvd's code. ok bluhm@ | |||
2013-03-17 | - Apply the AcceptPerfectMatch workaround for DP83815 chipsets to the 15D | Brad 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-17 | Split out bge / bnx reset code into a separate set of functions. | Brad Smith | |
ok sthen@ | |||
2013-03-16 | mention how to disable RingEventIndex | Stefan Fritsch | |
OK jmc@ | |||
2013-03-16 | fix size of unicast rx filter table | Stefan 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-16 | Enable untested Elantech touchpad v1 and v2 code. I'd like some test reports. | Stefan Sperling | |
ok mpi@ shadchin@ | |||
2013-03-16 | No need for two similar functions to free/remove USB device descriptors. | Martin Pieuchot | |
2013-03-16 | Remove the 4.8 version of the USB device info ioctl. | Martin Pieuchot | |
ok deraadt@ | |||
2013-03-16 | apostrophe for all hallows' eve (and fix a double space while here); | Jason McIntyre | |
pointed out by Ryan Kavanagh | |||
2013-03-15 | change LIST_END to literal NULL for clarity. | Ted Unangst | |
ok claudio mpi | |||
2013-03-15 | factor out the deadbeef code for legibility. | Ted Unangst | |
ok deraadt | |||
2013-03-15 | threadsafe random(). | Ted Unangst | |
reported by ajacoutot and (much earlier, sorry) by Alexey Suslikov | |||
2013-03-15 | add some space before messages | Stefan Fritsch | |
2013-03-15 | camield requested backout of rev 1.26, and indeed ftp-proxy does not | Sebastian Benoit | |
need it. | |||
2013-03-15 | let oack use the full buffer space to build its packet, not just the size | David 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-15 | fix up some lwarn()s that should be lwarnx()s | David Gwynne | |
2013-03-15 | fix 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-15 | remove forgotten sequencer function prototypes | Alexandre Ratchov | |
2013-03-15 | remove reference to the sequencer device, from jmc | Alexandre Ratchov | |
2013-03-15 | sync | Theo de Raadt | |
2013-03-15 | print a dump of structs boot_info/boot_desc which contain useful information | Jasper Lievisse Adriaanse | |
to have in the dmesg, for the time being ok bcallah@ yasuoka@ | |||
2013-03-15 | add some board types which will be used later to identify particular boards | Jasper Lievisse Adriaanse | |
ok yasuoka@ | |||
2013-03-15 | sync | Theo de Raadt | |
2013-03-15 | save 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-15 | regen after sequencer removal | Alexandre Ratchov | |
2013-03-15 | Delete the sequencer(4) driver, since its not used any longer. Diff | Alexandre Ratchov | |
mostly from armani. ok miod, mpi, jsg and help from sthen | |||
2013-03-15 | canadian holidays, from Ryan Kavanagh | Jason McIntyre | |
2013-03-15 | Enter more directories, and put the conditional down below. This is | Theo de Raadt | |
for obj dirs... | |||
2013-03-15 | Rewrite receive filter handling and ioctl bits. | Brad Smith | |
ok sthen@ | |||
2013-03-14 | oh look, more hardware lists. urtw and urtwn | Ted Unangst | |
2013-03-14 | more 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-14 | regen | Ted Unangst | |
2013-03-14 | the 5.1 era tfork syscall claws its way out of the grave. we failed to | Ted 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 fixes | Jason McIntyre | |
- pull in 1.24: do not warn about () in literal strings or when used as macro argument | |||
2013-03-14 | sync with -r1.22: add an -l option, to check library names in Lb; this is | Jason 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-14 | commented out Host AP documentation gives grep false hope. | Ted Unangst | |
2013-03-14 | -follow is the same as -L, not -H | Alexander Hall | |
second occurance pointed out by Jeremie Courreges-Anglas, thanks! ok guenther@ on the first occurance | |||
2013-03-14 | sync to 1.21. we already had 1.19 and 1.20; this one just accepts 2013 | Jason McIntyre | |
for netbsd; |