summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-14cap device's speed to the parent's one if higher. from FreeBSD.Federico G. Schwindt
2009-01-14Be sure to allocate memory with M_ZERO in sbus_alloc_dma_tag(), or strangeMiod Vallat
2009-01-14Re-enable pie support on macppc (still off by default but usableKurt Miller
2009-01-14syncMiod Vallat
2009-01-14context could be used after being freed by krb5_free_context; ok millert@Jacek Masiulaniec
2009-01-14Enable vsdk(4).Mark Kettenis
2009-01-14add and enable uaudio as it's working fine for meJasper Lievisse Adriaanse
2009-01-14Accoring to the C standard uint16_t can't be the type of the ``last'' argumentAlexander Yurchenko
2009-01-14int cpuspeed is global. ok markus@Alexander Yurchenko
2009-01-14support SOCKS4A protocol, from dwmw2 AT infradead.org via bz#1482;Damien Miller
2009-01-14fix printing status on removed files by default;Joris Vink
2009-01-13Reference RFC 4893 instead of draft-ietf-idr-as4bytes-13.Stuart Henderson
2009-01-13Replace NEW_ASPATH/NEW_AGGREGATOR with the naming from RFC4893,Stuart Henderson
2009-01-13add option 150, voip-configuration-server, as an array of IP addresses;Stuart Henderson
2009-01-13Trivial lvalue abuse fixes, no binary changes.Alexander Yurchenko
2009-01-13Fix lvalue abuse by removing a redundant cast.Alexander Yurchenko
2009-01-13Man page for wcstof(3), wcstod(3) and wcstold(3).Mark Kettenis
2009-01-13steal some code from gcc 4.2, so that char_traits specializations start withMarc Espie
2009-01-13Crank minor because of addition of wcsto* functions.Mark Kettenis
2009-01-13Add wcstof(3) and wcstold(3).Mark Kettenis
2009-01-13Add wcstoimax(3) and wcstoumax(3).Mark Kettenis
2009-01-13mpbios(4)Mark Kettenis
2009-01-13mpbios(4)Mark Kettenis
2009-01-13Turn mpbios into a real device, such that people can disable it on crappyMark Kettenis
2009-01-13Change sbreserve() to return 0 on success, 1 on failure, as god intended.Bret Lambert
2009-01-13+vdskJason McIntyre
2009-01-13ypldap.conf may contain secrets, so get the parse to check if itsDavid Gwynne
2009-01-12A storage driver should be DV_DULL, not DV_IFNET. Pointed out by dlg@.Mark Kettenis
2009-01-12Look up the "compatible" property of the right node to detect serialMark Kettenis
2009-01-12Oops, sunkbd_decode() still needs to be public for *cngetc() to work;Miod Vallat
2009-01-12replace s/routine/function/, as other manuals doAlexandre Ratchov
2009-01-12Enable WSDISPLAY_COMPAT_RAWKBD and wsmux on sparc64; ok matthieu@Miod Vallat
2009-01-12Recognize CAN and SUB control characters, and cancel any current escapeMiod Vallat
2009-01-12vdsk(4)Mark Kettenis
2009-01-12Initial stab at a driver for virtual disks found on sun4v logical domains.Mark Kettenis
2009-01-12dot escaping, as required by rfc; ok gilles@Jacek Masiulaniec
2009-01-12more checks in queue_record_incoming_envelope; ok gilles@Jacek Masiulaniec
2009-01-12Add padding to some message structs since the Solaris virtual disk serversMark Kettenis
2009-01-12Add a callback function that gets called when an LDC connection is established.Mark Kettenis
2009-01-12As recommended by the Sun Virtual IO specification, use tick() to generateMark Kettenis
2009-01-12Register aiodoned_proc, although it is not used anywhere yet; PR #6034Miod Vallat
2009-01-12Remap the audio mute key on type 5, as it collides with the keypad equalMiod Vallat
2009-01-12Be more strict when checking window-left and window-top values.Miod Vallat
2009-01-12make compile with #define MSTS_DEBUG; ok mbalmer@Kevin Steves
2009-01-121) remove invalid comment since first field is not message typeKevin Steves
2009-01-12comment should be epoch not midnight; ok mbalmer@Kevin Steves
2009-01-12convert a strdup (into a purpose-allocated buffer) in libcrypto to aDamien Miller
2009-01-12macro fix; from patrick keshishianJason McIntyre
2009-01-11Add some tested USB stuff. -mojMats O Jansson
2009-01-11Fix a sed bug in the makefile's depend target.Paul Irofti