summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-22Replace some backwards compat functions with the current ones; the oldBrian Callahan
ones were removed some time ago. Noticed by William Orr <will AT worrbase DOT com> ok jasper@
2013-10-22addl *-ALLWINNER and *-IMXJasper Lievisse Adriaanse
2013-10-22add support for allwinner-based devices (A1x/A20), such as the cubieboard;Jasper Lievisse Adriaanse
any rough edges will be polished intree. hard work done by Artturi Alm w/ feedback/input from Markus Hennecke, patrick@ and various others.
2013-10-22Fix previous; ENOCOFFEE.Florian Obser
Move xdirname call into the right if block, pointed out by Ulrich Mueller.
2013-10-22regenDavid Gwynne
2013-10-22brocade devicesDavid Gwynne
2013-10-22whitespaceReyk Floeter
2013-10-22Our man page states that it's not portable to rely on dirname(3) notFlorian Obser
modifying the contents of the passed string. Replace dirname(3) with mg's xdirname portability helper function (a slightly different fix than Gentoo's). Report and initial analysis by Marien Zwart in Gentoo bug #487758 via Han Boetes (hboetes _AT_ gmail). Gentoo bugfix by Ulrich Mueller (ulm _AT_ gentoo). testing on glibc / input Ulrich Mueller; testing on glibc Han Boetes. Thanks! OK jasper@
2013-10-22kernel has memcpy/memset nowTheo de Raadt
2013-10-22tweak previous;Jason McIntyre
2013-10-22delete extra words; Henri KemppainenTheo de Raadt
2013-10-21There are three kinds of input lines: text lines, macros takingIngo Schwarze
positional arguments (like Dt Fn Xr) and macros taking text as arguments (like Nd Sh Em %T An). In the past, even the latter put each word of their arguments into its own MDOC_TEXT node; instead, concatenate arguments unless delimiters, keeps or spacing mode prevent that. Regarding mandoc(1), this is internal refactoring, no output change intended. Once we will switch mandocdb(8) from DB to SQLite in the future, this is going to be required to support search expressions crossing word boundaries, and it will reduce both database sizes and build times by a bit more than 5% each.
2013-10-21syncTheo de Raadt
2013-10-21update documentation for these functions. They now state the case regardingTheo de Raadt
pthreads and chroot, and safe initialization without /dev/random and such junk. If you are in control of an arc4random in another library, please look at these pages and get caught up. ok various
2013-10-21Remove arc4random_stir() and arc4random_addrandom(), which none shouldTheo de Raadt
be using directly. Well, a few rare people cloned it upstream and it will take a bit of time for them to learn. ok various
2013-10-21unbreak make-directory by stripping trailing '/'Florian Obser
OK jasper@
2013-10-21Do not leak fds in fork(2) error path.Florian Obser
pointed out by deraadt@
2013-10-21Check for EINTR, too.Florian Obser
pointed out by deraadt@
2013-10-21No need for volatile here.Florian Obser
pointed out by deraadt@
2013-10-21Fix values of AR9003 Rx queue software indexes. Both indexes were zero,Stefan Sperling
which is obviously not intended given how they are used in the ar9003 code. No currently working athn(4) devices are affected by this change.
2013-10-21Write AR9485 initvals in the same order as Linux ath9k does.Stefan Sperling
Verified by comparing register write traces. No currently working athn(4) devices are affected by this change.
2013-10-21Add SDHC card detect GPIO pins for the i.MX6 Wandboard.Patrick Wildt
From Artturi Alm.
2013-10-21nuke comment. How soon is now?Sebastian Benoit
"do it" deraadt@
2013-10-21Remove some historical comments.Theo de Raadt
2013-10-21- -V after -tJason McIntyre
- fix usage()
2013-10-21Remove comment regarding BSDI.Theo de Raadt
2013-10-21pretty up a disgusting chunkTheo de Raadt
2013-10-21Janitoring. No significant binary change.Theo de Raadt
2013-10-21no more #ifdef KERNELTheo de Raadt
2013-10-21There are gasps of shock! Add a pmtu delay sysctl BUTTON for netinet6,Theo de Raadt
making the code the same as netinet4 along the way. ok bluhm phessler
2013-10-21Fix lies in comments, and apply some KNF and unused or duplicate prototypeMiod Vallat
removals.
2013-10-21enable vxlan(4). ok deraadt@Reyk Floeter
2013-10-21Use the provided netmask on the subnet value provided in 'subnet'Kenneth R Westerback
statements, allowing subsequent comparisions with interface addresses to always work properly. Problem noted, fix tested & ok dlg@
2013-10-21Add load_font and list_font accessops to all rasops-based wsdisplay drivers.Miod Vallat
Trivial except for tga(4) and gpx(4/vax) which need a bit more care setting up a new font.
2013-10-21- trivial and/or obvious bug fixYojiro Uo
- cosmetic changes
2013-10-21remove GET_TIME() wrapperTheo de Raadt
2013-10-21remove dangerous #ifdef BYTE_ORDERTheo de Raadt
2013-10-21only #ifdef _KERNEL, not #ifdef KERNELTheo de Raadt
2013-10-21we are passing the variable, not using a global any more.Peter Hessler
pointed out by bluhm@
2013-10-21pf_translate: missing conditonal pf_check_proto_cksum calls beforeHenning Brauer
mucking with the icmpid. impact of the bug is quite limited, only affect icmp echo requests & reply through nat when the natting does not actually change any address. ok bluhm, found while hunting something else sthen is seeing
2013-10-21Oups, a little bit overzealous. If we "route -T4 exec telnet foo", thenPeter Hessler
make sure telnet runs in rdomain 4 as expected. Same for nc.
2013-10-21Allow a user to switch to rdomain zeroPeter Hessler
2013-10-21Set the requested rdomain on the socket instead of only on the IPv4 part.Peter Hessler
Also, switching to rdomain zero is a legit option so we should allow that.
2013-10-21remove the IPv4-only check for rdomains, allows IPv6 to use themPeter Hessler
OK claudio@ henning@
2013-10-21More rdomain / rtable support for useful diagnostic toolsPeter Hessler
OK claudio@ bluhm@
2013-10-21Add rdomain support to IPv6 configuration toolsPeter Hessler
OK claudio@ and bluhm@
2013-10-21Enable IPv6 routing domain supportPeter Hessler
Started by claudio@ for IPv4, lots of heavy work by sperreault@ My part started at s2k11, continued at n2k12, g2k12, c2k12 and n2k13. Lots of help and hints from claudio and bluhm OK claudio@, bluhm@
2013-10-21Sprinkle a lot more IPv6 routing domains support in the kernel.Peter Hessler
Mostly mechanical, setting and passing the rdomain and rtable correctly. Not yet enabled. Lots of help and hints from claudio and bluhm OK claudio@, bluhm@
2013-10-21Remove unused defines inherited from mac68k.Miod Vallat
ok mpi@
2013-10-21improve on last commit: take 10% for swap, with a max of physmem plus a bitOtto Moerbeek