summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-04use the provided ALIGN() macro instead of re-inventing a square wheel.Eric Faurot
prodded by deraadt@
2013-04-04Fix bug where clear_remove() and clear_inodedeps() would not iterateBob 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-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
disabling dumping their contents. input and ok otto@ millert@ man page bits input and ok jmc@
2013-04-04remove BIN{MODE,GRP,OWN} since bsd.own.mk is already included.Jasper Lievisse Adriaanse
ok bmercer@
2013-04-04add lists for octeonJasper Lievisse Adriaanse
2013-04-04Show 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-03properly follow the CNAME chain in reverse lookupsEric Faurot
spotted by sthen@
2013-04-03Return 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-03Use MSG_NOSIGNAL when writing DNS queries over TCP sockets to ensureMatthew Dempsky
we don't trigger SIGPIPE. ok millert
2013-04-03Fix a typo in the bge_ape_lock_init() function.Brad Smith
From David Imhoff. ok dlg@ sthen@
2013-04-03handle larger time_t types; toss some unused codeTheo de Raadt
ok guenther
2013-04-03Make it possible to explicitly specify the number of vcpus and the amountMark 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-03fix comment detailing the memory mapJasper Lievisse Adriaanse
from syuu@
2013-04-03move i915_gem_find_inactive_object() into i915_gem_evict.cJonathan Gray
2013-04-03fix EDID detailed timing frame rateJonathan Gray
from linux 3.8.5
2013-04-03fix EDID detailed timing vsync parsingJonathan Gray
from linux 3.8.5
2013-04-03match linux 3.8.5 and backout the 'try to train DP even harder' commitJonathan Gray
which introduced a bogus check that could lead to an infinite loop in some eDP setups.
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
ok guenther
2013-04-03Drop an unnecessary #includePhilip Guenther
reminded by schwarze@
2013-04-03Handle big time_t.Philip Guenther
Use clock_gettime(CLOCK_MONOTONIC) instead of gettimeofday() when measuring time intervals for debugging output. ok ratchov@
2013-04-03Set the stream orientation in open_{,w}memstream().Philip Guenther
Check it in the regress test ok mpi@
2013-04-03Handle big time_tPhilip Guenther
ok deraadt@
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
default compilation environment. ok espie@, millert@, guenther@
2013-04-02make sure we always point before the current offset.Eric Faurot
spotted by matthew@
2013-04-02Revert rev 1.21 to fix a race condition where multiple mkdir -p's tryingChristian Weisgerber
to create overlapping paths in parallel could error out. ok millert@
2013-04-02Use macros sotoinpcb() and intotcpcb() instead of casts. Use NULLAlexander Bluhm
instead of 0 for pointers. No binary change. OK mpi@
2013-04-02better implementation for tcp_read() that can get the packet length inEric Faurot
multiple read. prodded by deraadt@
2013-04-02- Have the tht(4) ioctl handler for SIOCSIFFLAGS set ENETRESETBrad 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-02Set the IFF_ALLMULTI flag as appropriate.Brad Smith
ok dlg@
2013-04-02Get 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-02Remove Evergreen ids people have incorrectly added to radeondrm.Jonathan Gray
There is currently no support for Evergreen/R800. ok mpi@
2013-04-02change log format to fix warningGilles Chehade
2013-04-02Instead of storing the link-level address of every interface in a globalMartin 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-02Let this work on gcc < 4, which don't accept /dev/null as a valid input file.Miod Vallat
2013-04-02syncTheo de Raadt
2013-04-02Handle big time_tPhilip Guenther
ok deraadt@
2013-04-02handle large time_tTheo de Raadt
2013-04-02Pull in <sys/_types.h> instead of <machine/_types.h> in prep for the futurePhilip Guenther
ok deraadt@
2013-04-02for parsing time values, fall back to atoll() for time_tTheo de Raadt
ok guenther
2013-04-02kill useless castTheo de Raadt
2013-04-02handle larger time_tTheo de Raadt
ok guenther
2013-04-02handle large time_t in DEBUG codeTheo de Raadt
2013-04-02handle time_t which is not u_int32_tTheo de Raadt
ok guenther