Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2013-04-03 | Handle big time_t | Philip Guenther | |
ok deraadt@ | |||
2013-04-02 | add comment for how EINPROGRESS is handled there. | Eric Faurot | |
2013-04-02 | Use __off_t instead of off_t to make this usable on its own even in our | Mark Kettenis | |
default compilation environment. ok espie@, millert@, guenther@ | |||
2013-04-02 | make sure we always point before the current offset. | Eric Faurot | |
spotted by matthew@ | |||
2013-04-02 | Revert rev 1.21 to fix a race condition where multiple mkdir -p's trying | Christian Weisgerber | |
to create overlapping paths in parallel could error out. ok millert@ | |||
2013-04-02 | Use macros sotoinpcb() and intotcpcb() instead of casts. Use NULL | Alexander Bluhm | |
instead of 0 for pointers. No binary change. OK mpi@ | |||
2013-04-02 | better implementation for tcp_read() that can get the packet length in | Eric Faurot | |
multiple read. prodded by deraadt@ | |||
2013-04-02 | - Have the tht(4) ioctl handler for SIOCSIFFLAGS set ENETRESET | Brad Smith | |
instead of calling tht_iff() directly. - Add a comment in tht_up() about the use of tht_iff(). - Have tht_iff() set IFF_ALLMULTI when in promisc mode. ok dlg@ | |||
2013-04-02 | Set the IFF_ALLMULTI flag as appropriate. | Brad Smith | |
ok dlg@ | |||
2013-04-02 | Get rid of SYSCALL_G7RFLAG. iIt's been deprecated for a long time already, | Mark Kettenis | |
and we've started using %g7 as a per-thread register now. If you have any binaries left that use this flag they'll probably crash and burn! | |||
2013-04-02 | Remove Evergreen ids people have incorrectly added to radeondrm. | Jonathan Gray | |
There is currently no support for Evergreen/R800. ok mpi@ | |||
2013-04-02 | change log format to fix warning | Gilles Chehade | |
2013-04-02 | Instead of storing the link-level address of every interface in a global | Martin Pieuchot | |
array indexed by interface numbers, add a new field to the interface descriptor pointing to it. claudio@ and todd@ like it, ok mikeb@ | |||
2013-04-02 | Let this work on gcc < 4, which don't accept /dev/null as a valid input file. | Miod Vallat | |
2013-04-02 | sync | Theo de Raadt | |
2013-04-02 | Handle big time_t | Philip Guenther | |
ok deraadt@ | |||
2013-04-02 | handle large time_t | Theo de Raadt | |
2013-04-02 | Pull in <sys/_types.h> instead of <machine/_types.h> in prep for the future | Philip Guenther | |
ok deraadt@ | |||
2013-04-02 | for parsing time values, fall back to atoll() for time_t | Theo de Raadt | |
ok guenther | |||
2013-04-02 | kill useless cast | Theo de Raadt | |
2013-04-02 | handle larger time_t | Theo de Raadt | |
ok guenther | |||
2013-04-02 | handle large time_t in DEBUG code | Theo de Raadt | |
2013-04-02 | handle time_t which is not u_int32_t | Theo de Raadt | |
ok guenther |