summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-06-07Rework the way onboard devices attach on Sun 4/110 systems (which only have aMiod Vallat
28 bit address bus) by reusing the regular sun4 configuration stanzas (with the upper four bits set in the device addresses), and clearing them when searching for a PROM mapping. This makes the obio autoconf code simpler, and all knowledge of the 4/110 specifics is now contained in a single file (dev/obio.c). ok todd@ deraadt@
2010-06-07This is the sparc clock manpage, not the sparc64 one, bad jason@ (and bad meMiod Vallat
for not noticing earlier)
2010-06-07Replace some handrolled instances of m_getptr() with that function, whichBret Lambert
also gets a bit of a KNF scrubbing at claudio@'s insistence. Shaves some bytes from the kernel as well. tested by phessler@ and zinovnik@, thanks ok claudio@
2010-06-07Do not invoke cache_enable() if there is no cache; prevents a spurious (andMiod Vallat
bogus) `cache enabled' line in dmesg on 4/110. ok todd@ deraadt@
2010-06-07Nuke old eeprom.h compatibility defines; ok todd@Miod Vallat
2010-06-07Proper range check in radeon_emit_packets(); ok oga@Miod Vallat
2010-06-07remove url to my web pages which are horribly outdated.Damien Bergamini
2010-06-07no need to include <sys/endian.h> twice!Damien Bergamini
2010-06-07tweak ieee80211_decap():Damien Bergamini
instead of copying the 802.11 header on the stack and building the ethernet header directly in the mbuf, build the ethernet header on the stack directly from the 802.11 header in the mbuf and copy the ethernet header to the mbuf after stripping the 802.11 header. makes the code easier to read/understand, especially, it is now explicit what is being put in the ether_type field. diff from Matthew Dempsky (matthew at dempsky dot org) moved ieee80211_align_mbuf() under #ifdef __STRICT_ALIGNMENT while i'm here.
2010-06-07Break pxaudc into xscale and MD pieces so that palm and zaurus can correctlyDale Rahn
share the driver with different GPIOs/IRQs Diff from marex via jasper.
2010-06-07syncTheo de Raadt
2010-06-07minimal decode support for IKEv2 exchange types and payloads.Jonathan Gray
ok deraadt@ sthen@
2010-06-07setproctitle(NULL) is not needed, Michael Lechtermann; ok mpfTheo de Raadt
2010-06-07$OpenBSD$Jonathan Gray
ok claudio@
2010-06-07Oups, an unused prototype sneaked into ifconfig. Found by jsg@Claudio Jeker
2010-06-07switch iked pki files to /etc/iked, discussed with reyk.Jonathan Gray
2010-06-07display "switching to" with ->set_statusMarc Espie
2010-06-07be a bit more specific about documenting this programMarc Espie
2010-06-07unfortunately classful routing isn't 100% dead, mostly thanks to ancientHenning Brauer
netboot methods using rarp, thus only learning their IP address without mask. And of course the next step is a broadcast - which goes to the broadcast address calculated classful. *sigh*. PR6382 instead of storing a second broadcast address per ifaddr as we used to figure out wether we're dealing with a classful broadcast on the fly. the math is extremely cheap and all my previous profilings showed that cpu cycles are basically free, we're constrained by memory access. excellent analysis by Pascal Lalonde <plalonde at overnet.qc.ca> who also submitted the PR. claudio ok
2010-06-07Store all labels in ldpd in host byte order without any additional shifting.Claudio Jeker
Add the necessary ntohl() and shifts in various places and cleanup the byte order mess we had before. michele@ agrees.
2010-06-07There is no reason to allow unicast IPv4 mapped IPv6 addresses in tcpClaudio Jeker
connect() calls. Our network stack does not allow any v4 mapped addresses so there is no need to allow them in connect(). Found after discussion with Henning. OK deraadt@
2010-06-07factor common code for dependency adjustmentMarc Espie
2010-06-07add iked.conf default configuration file example.Reyk Floeter
ok jsg@
2010-06-07various small tweaks; ok reykJason McIntyre
2010-06-07check reverse dependencies as wellMarc Espie
2010-06-07check symlinks upfront, so we don't warn if they don't exist, assumingMarc Espie
they point to the correct location.
2010-06-07update url in comment; Nikolai FetissovStuart Henderson
2010-06-07fix interactiveMarc Espie
2010-06-07add shared libraries while sanity check, so that we can check wantlib.Marc Espie
With this +REQUIRING should be "complete" (not that this does not check that the packages are reachable through closure, just that +REQUIRING is sane).
2010-06-07various tweaks; ok reykJason McIntyre
2010-06-07Enable iked/ikectl in the builds. iked is still in an early stage,Reyk Floeter
but it helps people to get used to it and to start testing. requested by deraadt@
2010-06-07make clearer the relationship between isakmpd and ikev1; and iked and ikev2;Jason McIntyre
ok reyk
2010-06-07fix a quoting wobble for the srcnat keyword; verified by reykJason McIntyre
2010-06-07space nit and use nitems().Thordur I. Bjornsson
ok kettenis@
2010-06-07Fix a comment typoPhilip Guenthe
2010-06-06- add more comments to sh3_vector_tlbmiss (no binary change).Jasper Lievisse Adriaanse
- arrange for data blocks to start on 32B cache line boundary. from uwe@netbsd ok miod@ (with an indentation suggestion)
2010-06-06also test .In following .In and .Ft following .FnIngo Schwarze
2010-06-06Merge bsd.lv version 1.10.1 (to be released soon).Ingo Schwarze
The main step forward is that this now has *much* better .Bl -column support, now supporting many manuals that previously errored out without producing any output. Other fixes include: * do not die from multiple list types, use the first and warn * in .Bl without a type, default to -item * various tweaks to .Dt * fix .In, .Fd, .Ft, .Fn and .Fo formatting * some documentation fixes and additions * and fix a couple of bugs reported by Ulrich Spoerlein: * better support for roff block-end "\}" without a preceding dot * .In must not break the line outside SYNOPSIS * spelling in some error messages While merging, fix one regression in .In spacing that needs to go to bsd.lv, too.
2010-06-06Use a macro-based mask for obtaining a key or modifier-set from theNicholas Marriott
combination. Display C-@, etc, as C-Space, in list-keys. By Micah Cowan.
2010-06-06Merge bsd.lv release 1.10.0,Ingo Schwarze
which is mostly the post-hackathon release, bringing in the OpenBSD changes to bsd.lv, but which also has a few additional minor fixes: * .Lb is an in-line macro, not in_line_eoln * .Bt, .Ud now warn when discarding arguments * allow bad -man dates to flow verbatim into the front-ends - so far all reported by Ulrich Spoerlein * .Ar, .Fl and .Li starting with closing punctuation emit an empty element * empty .Li macros print nothing, but may cause spacing * proper EOS handling for .Bt, .Ex, .Rv, and .Ud. * cleanup: collapse posts_xr into posts_wtext (which is the same) * efficiency: very simple table lookup for roff.c
2010-06-06Use usb_lookup() instead of rolling our own. ok armani@ fabien@Miod Vallat
2010-06-06Fix LDADD component order to let this build on static arches.Miod Vallat
2010-06-06Back out rev. 1.2 which breakes the .hw roff instruction,Ingo Schwarze
found the hard way by matthieu@ and krw@ in /usr/xenocara/lib/libXaw/spec/strings.mit. This needs to be done more carefully. Sorry!
2010-06-06use .L* for local labels and other small cosmeticsJasper Lievisse Adriaanse
from uwe@netbsd ok miod@
2010-06-06plug fd leak when using --html --css-include. fixes pr/6387.Federico G. Schwindt
millert@ ok.
2010-06-06simething -> somethingMiod Vallat
2010-06-06Yet another underflow. Found while hunting down the ICEs that happenMatthias Kilian
from time to time when building the www/larbin port. This is an independent bugfix, and it's different from 4.5.0. ok espie@
2010-06-06Nuke common.Miod Vallat
2010-06-06Kill unused sio_intr_count.Miod Vallat
2010-06-06Avoid computing a symbol with arithmetic involving a common, modern binutilsMiod Vallat
complain about this. From NetBSD