Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-05 | remove some obsolete casts | Ted Unangst | |
2013-04-05 | unfinished opti device code is never called or used | Ted Unangst | |
2013-04-05 | do not fail on EINTR | Eric Faurot | |
suggested by deraadt@ | |||
2013-04-05 | Add the remaining USB Wifi adapters to the CD RAMDISK media for users | Brad Smith | |
using the media with upgrades - athn(4), atu(4), otus(4), rsu(4), uath(4) ok deraadt@ | |||
2013-04-05 | Fix USB athn(4) to be able to build on the RAMDISK. RAMDISK has SMALL_KERNEL | Brad Smith | |
so there is no HostAP. athn_usb_newassoc() would return if not in HostAP mode so just stub out the function and don't build the callback function for the RAMDISK. ok deraadt@ | |||
2013-04-05 | Grammar tweaks. | Brian Callahan | |
2013-04-05 | enable com3 on both i386 and amd64 (com4 config is added, but disabled) | Theo de Raadt | |
ok miod kettenis tedu | |||
2013-04-05 | move the bounds check for execbuffer relocation count closer to linux | Jonathan Gray | |
ok kettenis@ | |||
2013-04-05 | SECONDS is, in a highly theoretical way, not y2k38 safe. comment it. | Ted Unangst | |
2013-04-05 | rename a variable to hours so it doesn't look like time. ok deraadt guenther | Ted Unangst | |
2013-04-05 | this doesn't need to be time_t ok deraadt | Ted Unangst | |
2013-04-05 | cleanup mux-created channels that are in SSH_CHANNEL_OPENING state too | Damien Miller | |
(in addition to ones already in OPEN); bz#2079, ok dtucker@ | |||
2013-04-05 | use the existing _PATH_SSH_USER_RC define to construct the other | Damien Miller | |
pathnames; bz#2077, ok dtucker@ (no binary change) | |||
2013-04-05 | hush some {unused, printf type} warnings | Damien Miller | |
2013-04-04 | regen | Brad Smith | |
2013-04-04 | Add Broadcom BCM5717C, BCM5725, BCM5727, BCM5762 PCI ids. | Brad Smith | |
2013-04-04 | Add support for "d" floating-point suffix, as defined by draft N1312 | Martynas Venckus | |
of TR 24732. Emit pedantic warning if the feature is being used. Requested by jasper@; needed by certain ports. OK miod@. | |||
2013-04-04 | The intel_dp_i2c_aux_ch() function has to return Linux-style negative errno | Mark Kettenis | |
values. Its callers assume a positive return value means the function was successful. | |||
2013-04-04 | Merge the duplicate IPv4 and IPv6 checksum checking code in udp_input() | Alexander Bluhm | |
into one block. OK mpi@ | |||
2013-04-04 | jot down some steps for loading a kernel of internal storage; not quite ↵ | Jasper Lievisse Adriaanse | |
complete yet. | |||
2013-04-04 | Do not allow the listen(2) syscall for an already connected socket. | Alexander Bluhm | |
This would create a weird set of states in TCP. FreeBSD has the same check. Issue found by and OK guenther@ | |||
2013-04-04 | Make icmp6 ready for 64 bit time_t by adding a range check and an | Alexander Bluhm | |
explicit cast. OK deraadt@ | |||
2013-04-04 | fix alignment issue in getnetby{addr,name}() too. | Eric Faurot | |
2013-04-04 | use the provided ALIGN() macro instead of re-inventing a square wheel. | Eric Faurot | |
prodded by deraadt@ | |||
2013-04-04 | Fix bug where clear_remove() and clear_inodedeps() would not iterate | Bob Beck | |
over the entire pagedep and inodedep hash tables due to an off-by-one mistake in loops. Spotted by and diff from Pedro Martelletto. Sent upstream to Kirk and also fixed in FreeBSD. ok otto@ millert@ | |||
2009-10-15 | import of gcc-4.2.1, the last gcc release under GPLv2 | Robert Nagy | |
2013-04-04 | sync | Theo de Raadt | |
2013-04-04 | zap redundant assignments | Alexander Hall | |
2013-04-04 | Make our dump(8) honour the "nodump" flag for directories, effectively | Vadim Zhukov | |
disabling dumping their contents. input and ok otto@ millert@ man page bits input and ok jmc@ | |||
2013-04-04 | remove BIN{MODE,GRP,OWN} since bsd.own.mk is already included. | Jasper Lievisse Adriaanse | |
ok bmercer@ | |||
2013-04-04 | add lists for octeon | Jasper Lievisse Adriaanse | |
2013-04-04 | Show only available actions in RC script usage messages. | Vadim Zhukov | |
Also, prettify representation of actions list a bit. a lot of input and ok halex@ aja@ also ok schwarze@ small nit spotted by marc@ "makes a lot of sense to me" todd@ | |||
2013-04-03 | properly follow the CNAME chain in reverse lookups | Eric Faurot | |
spotted by sthen@ | |||
2013-04-03 | Return ENOENT instead of EBADF if looking up a gem object fails. | Mark Kettenis | |
Return EINVAL instead of EBADF if the same object is specified twice in an execbuffer2 call. This is what Linux does. | |||
2013-04-03 | Use MSG_NOSIGNAL when writing DNS queries over TCP sockets to ensure | Matthew Dempsky | |
we don't trigger SIGPIPE. ok millert | |||
2013-04-03 | Fix a typo in the bge_ape_lock_init() function. | Brad Smith | |
From David Imhoff. ok dlg@ sthen@ | |||
2013-04-03 | handle larger time_t types; toss some unused code | Theo de Raadt | |
ok guenther | |||
2013-04-03 | Make it possible to explicitly specify the number of vcpus and the amount | Mark Kettenis | |
of memory for the primary domain. As a bonus this prevents people from shooting themselves in the foot by creating two domains names "primary". | |||
2013-04-03 | fix comment detailing the memory map | Jasper Lievisse Adriaanse | |
from syuu@ | |||
2013-04-03 | move i915_gem_find_inactive_object() into i915_gem_evict.c | Jonathan Gray | |
2013-04-03 | fix EDID detailed timing frame rate | Jonathan Gray | |
from linux 3.8.5 | |||
2013-04-03 | fix EDID detailed timing vsync parsing | Jonathan Gray | |
from linux 3.8.5 | |||
2013-04-03 | match linux 3.8.5 and backout the 'try to train DP even harder' commit | Jonathan Gray | |
which introduced a bogus check that could lead to an infinite loop in some eDP setups. | |||
2013-04-03 | do not assume time_t and timeval.tv_sec are the same type | Theo de Raadt | |
2013-04-03 | Update a comment about standards requirements | Philip Guenther | |
2013-04-03 | LFS option is long gone | Philip Guenther | |
2013-04-03 | do not assume time_t and timeval.tv_sec are the same type | Theo de Raadt | |
ok guenther | |||
2013-04-03 | Drop an unnecessary #include | Philip Guenther | |
reminded by schwarze@ | |||
2013-04-03 | Handle big time_t. | Philip Guenther | |
Use clock_gettime(CLOCK_MONOTONIC) instead of gettimeofday() when measuring time intervals for debugging output. ok ratchov@ | |||
2013-04-03 | Set the stream orientation in open_{,w}memstream(). | Philip Guenther | |
Check it in the regress test ok mpi@ |