summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-05Grammar tweaks.Brian Callahan
2013-04-05enable com3 on both i386 and amd64 (com4 config is added, but disabled)Theo de Raadt
2013-04-05move the bounds check for execbuffer relocation count closer to linuxJonathan Gray
2013-04-05SECONDS is, in a highly theoretical way, not y2k38 safe. comment it.Ted Unangst
2013-04-05rename a variable to hours so it doesn't look like time. ok deraadt guentherTed Unangst
2013-04-05this doesn't need to be time_t ok deraadtTed Unangst
2013-04-05cleanup mux-created channels that are in SSH_CHANNEL_OPENING state tooDamien Miller
2013-04-05use the existing _PATH_SSH_USER_RC define to construct the otherDamien Miller
2013-04-05hush some {unused, printf type} warningsDamien Miller
2013-04-04regenBrad Smith
2013-04-04Add Broadcom BCM5717C, BCM5725, BCM5727, BCM5762 PCI ids.Brad Smith
2013-04-04Add support for "d" floating-point suffix, as defined by draft N1312Martynas Venckus
2013-04-04The intel_dp_i2c_aux_ch() function has to return Linux-style negative errnoMark Kettenis
2013-04-04Merge the duplicate IPv4 and IPv6 checksum checking code in udp_input()Alexander Bluhm
2013-04-04jot down some steps for loading a kernel of internal storage; not quite compl...Jasper Lievisse Adriaanse
2013-04-04Do not allow the listen(2) syscall for an already connected socket.Alexander Bluhm
2013-04-04Make icmp6 ready for 64 bit time_t by adding a range check and anAlexander Bluhm
2013-04-04fix alignment issue in getnetby{addr,name}() too.Eric Faurot
2013-04-04use the provided ALIGN() macro instead of re-inventing a square wheel.Eric Faurot
2013-04-04Fix bug where clear_remove() and clear_inodedeps() would not iterateBob Beck
2009-10-15import of gcc-4.2.1, the last gcc release under GPLv2Robert Nagy
2013-04-04syncTheo de Raadt
2013-04-04zap redundant assignmentsAlexander Hall
2013-04-04Make our dump(8) honour the "nodump" flag for directories, effectivelyVadim Zhukov
2013-04-04remove BIN{MODE,GRP,OWN} since bsd.own.mk is already included.Jasper Lievisse Adriaanse
2013-04-04add lists for octeonJasper Lievisse Adriaanse
2013-04-04Show only available actions in RC script usage messages.Vadim Zhukov
2013-04-03properly follow the CNAME chain in reverse lookupsEric Faurot
2013-04-03Return ENOENT instead of EBADF if looking up a gem object fails.Mark Kettenis
2013-04-03Use MSG_NOSIGNAL when writing DNS queries over TCP sockets to ensureMatthew Dempsky
2013-04-03Fix a typo in the bge_ape_lock_init() function.Brad Smith
2013-04-03handle larger time_t types; toss some unused codeTheo de Raadt
2013-04-03Make it possible to explicitly specify the number of vcpus and the amountMark Kettenis
2013-04-03fix comment detailing the memory mapJasper Lievisse Adriaanse
2013-04-03move i915_gem_find_inactive_object() into i915_gem_evict.cJonathan Gray
2013-04-03fix EDID detailed timing frame rateJonathan Gray
2013-04-03fix EDID detailed timing vsync parsingJonathan Gray
2013-04-03match linux 3.8.5 and backout the 'try to train DP even harder' commitJonathan Gray
2013-04-03do not assume time_t and timeval.tv_sec are the same typeTheo de Raadt
2013-04-03Update a comment about standards requirementsPhilip Guenther
2013-04-03LFS option is long gonePhilip Guenther
2013-04-03do not assume time_t and timeval.tv_sec are the same typeTheo de Raadt
2013-04-03Drop an unnecessary #includePhilip Guenther
2013-04-03Handle big time_t.Philip Guenther
2013-04-03Set the stream orientation in open_{,w}memstream().Philip Guenther
2013-04-03Handle big time_tPhilip Guenther
2013-04-02add comment for how EINPROGRESS is handled there.Eric Faurot
2013-04-02Use __off_t instead of off_t to make this usable on its own even in ourMark Kettenis
2013-04-02make sure we always point before the current offset.Eric Faurot
2013-04-02Revert rev 1.21 to fix a race condition where multiple mkdir -p's tryingChristian Weisgerber