Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-22 | Replace some backwards compat functions with the current ones; the old | Brian Callahan | |
ones were removed some time ago. Noticed by William Orr <will AT worrbase DOT com> ok jasper@ | |||
2013-10-22 | addl *-ALLWINNER and *-IMX | Jasper Lievisse Adriaanse | |
2013-10-22 | add 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-22 | Fix previous; ENOCOFFEE. | Florian Obser | |
Move xdirname call into the right if block, pointed out by Ulrich Mueller. | |||
2013-10-22 | regen | David Gwynne | |
2013-10-22 | brocade devices | David Gwynne | |
2013-10-22 | whitespace | Reyk Floeter | |
2013-10-22 | Our man page states that it's not portable to rely on dirname(3) not | Florian 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-22 | kernel has memcpy/memset now | Theo de Raadt | |
2013-10-22 | tweak previous; | Jason McIntyre | |
2013-10-22 | delete extra words; Henri Kemppainen | Theo de Raadt | |
2013-10-21 | There are three kinds of input lines: text lines, macros taking | Ingo 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-21 | sync | Theo de Raadt | |
2013-10-21 | update documentation for these functions. They now state the case regarding | Theo 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-21 | Remove arc4random_stir() and arc4random_addrandom(), which none should | Theo 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-21 | unbreak make-directory by stripping trailing '/' | Florian Obser | |
OK jasper@ | |||
2013-10-21 | Do not leak fds in fork(2) error path. | Florian Obser | |
pointed out by deraadt@ | |||
2013-10-21 | Check for EINTR, too. | Florian Obser | |
pointed out by deraadt@ | |||
2013-10-21 | No need for volatile here. | Florian Obser | |
pointed out by deraadt@ | |||
2013-10-21 | Fix 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-21 | Write 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-21 | Add SDHC card detect GPIO pins for the i.MX6 Wandboard. | Patrick Wildt | |
From Artturi Alm. | |||
2013-10-21 | nuke comment. How soon is now? | Sebastian Benoit | |
"do it" deraadt@ | |||
2013-10-21 | Remove some historical comments. | Theo de Raadt | |
2013-10-21 | - -V after -t | Jason McIntyre | |
- fix usage() | |||
2013-10-21 | Remove comment regarding BSDI. | Theo de Raadt | |
2013-10-21 | pretty up a disgusting chunk | Theo de Raadt | |
2013-10-21 | Janitoring. No significant binary change. | Theo de Raadt | |
2013-10-21 | no more #ifdef KERNEL | Theo de Raadt | |
2013-10-21 | There 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-21 | Fix lies in comments, and apply some KNF and unused or duplicate prototype | Miod Vallat | |
removals. | |||
2013-10-21 | enable vxlan(4). ok deraadt@ | Reyk Floeter | |
2013-10-21 | Use 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-21 | Add 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 fix | Yojiro Uo | |
- cosmetic changes | |||
2013-10-21 | remove GET_TIME() wrapper | Theo de Raadt | |
2013-10-21 | remove dangerous #ifdef BYTE_ORDER | Theo de Raadt | |
2013-10-21 | only #ifdef _KERNEL, not #ifdef KERNEL | Theo de Raadt | |
2013-10-21 | we are passing the variable, not using a global any more. | Peter Hessler | |
pointed out by bluhm@ | |||
2013-10-21 | pf_translate: missing conditonal pf_check_proto_cksum calls before | Henning 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-21 | Oups, a little bit overzealous. If we "route -T4 exec telnet foo", then | Peter Hessler | |
make sure telnet runs in rdomain 4 as expected. Same for nc. | |||
2013-10-21 | Allow a user to switch to rdomain zero | Peter Hessler | |
2013-10-21 | Set 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-21 | remove the IPv4-only check for rdomains, allows IPv6 to use them | Peter Hessler | |
OK claudio@ henning@ | |||
2013-10-21 | More rdomain / rtable support for useful diagnostic tools | Peter Hessler | |
OK claudio@ bluhm@ | |||
2013-10-21 | Add rdomain support to IPv6 configuration tools | Peter Hessler | |
OK claudio@ and bluhm@ | |||
2013-10-21 | Enable IPv6 routing domain support | Peter 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-21 | Sprinkle 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-21 | Remove unused defines inherited from mac68k. | Miod Vallat | |
ok mpi@ | |||
2013-10-21 | improve on last commit: take 10% for swap, with a max of physmem plus a bit | Otto Moerbeek | |