| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | introduce cngrab/cnungrab stub calls in some places where they make sense | avg | 2011-12-17 | 3 | -0/+10 |
* | kern cons: introduce infrastructure for console grabbing by kernel | avg | 2011-12-17 | 15 | -0/+192 |
* | Address warnings found by clang. | tuexen | 2011-12-17 | 1 | -36/+28 |
* | More fixes for correct printf length modifiers usr.bin/gprof. | dim | 2011-12-17 | 2 | -4/+4 |
* | In usr.bin/gprof/aout.c, use the correct printf length modifier for a | dim | 2011-12-17 | 1 | -1/+1 |
* | In contrib/ee/ee.c, fix a few warnings about format strings not being | dim | 2011-12-17 | 1 | -7/+7 |
* | In usr.bin/csup/proto.c, use the correct printf length modifier to print | dim | 2011-12-17 | 1 | -1/+2 |
* | In usr.bin/csup/auth.c, use the correct number of bytes for zeroing the | dim | 2011-12-17 | 1 | -3/+4 |
* | In contrib/bzip2/bzip2recover.c, use the correct printf length modifier | dim | 2011-12-17 | 1 | -1/+1 |
* | Adter r228571 unbreak architectures with strict alignment rules | bz | 2011-12-17 | 1 | -7/+7 |
* | Remove now redundant mac argument. | bschmidt | 2011-12-17 | 4 | -14/+8 |
* | Fix some net80211 enum nits: | bschmidt | 2011-12-17 | 25 | -161/+168 |
* | Fixed some of markup. | ru | 2011-12-17 | 1 | -19/+18 |
* | In usr.bin/mt/mt.c, the c_code member of struct commands should really | dim | 2011-12-17 | 1 | -1/+1 |
* | In sbin/devd/devd.h, 'event_proc' and 'eps' are declared as structs. In | dim | 2011-12-17 | 1 | -2/+2 |
* | Disable yet another clang warning when WARNS <= 3. | dim | 2011-12-17 | 1 | -1/+1 |
* | In usr.bin/tar/tree.c, if you really want to poke to NULL, you must use | dim | 2011-12-17 | 1 | -1/+1 |
* | In sbin/dhclient, since we know the size of the source strings anyway, | dim | 2011-12-17 | 2 | -3/+3 |
* | In sbin/dhclient, work around warnings about the size argument to | dim | 2011-12-17 | 2 | -6/+12 |
* | Use both NO_WFORMAT and NO_WARRAY_BOUNDS for sbin/ipf, it would be too | dim | 2011-12-17 | 1 | -0/+2 |
* | In sbin/atm/atmconfig/diag.c, fix a few warnings about format strings | dim | 2011-12-17 | 1 | -4/+4 |
* | Use NO_WCAST_ALIGN for sbin/gbde, this is more appropriate to fix the | dim | 2011-12-17 | 1 | -5/+3 |
* | Allow this to work on embedded systems without Open Firmware by making | nwhitehorn | 2011-12-16 | 1 | -35/+67 |
* | Use NO_WARRAY_BOUNDS for sbin/routed/rtquery. | dim | 2011-12-16 | 1 | -0/+1 |
* | Add a NO_WARRAY_BOUNDS setting to bsd.sys.mk, only applicable to clang, | dim | 2011-12-16 | 1 | -0/+3 |
* | Zero BSS on start, in case the ELF loader that started the kernel did not | nwhitehorn | 2011-12-16 | 1 | -0/+11 |
* | In contrib/gperf/src/output.cc, use the correct printf length modifier | dim | 2011-12-16 | 1 | -1/+1 |
* | In sbin/fsdb/fsdbutil.c, work around a clang false positive with printf | dim | 2011-12-16 | 1 | -2/+3 |
* | In sbin/camcontrol/camcontrol.c, fix a few warnings about format strings | dim | 2011-12-16 | 1 | -7/+7 |
* | Define YY_NO_INPUT when building libbinutils, to prevent warnings about | dim | 2011-12-16 | 1 | -0/+1 |
* | Fix the incompatible enum conversions in libexec/ypxfr in another, more | dim | 2011-12-16 | 3 | -22/+24 |
* | Revert r228592, as the non-messy way of fixing ypxfr breaks other yp | dim | 2011-12-16 | 4 | -7/+8 |
* | In cddl/contrib/opensolaris/cmd/dtrace/dtrace.c, fix some obtuse | dim | 2011-12-16 | 1 | -1/+4 |
* | In cddl/contrib/opensolaris/tools/ctf/cvt/ctfmerge.c, a size_t is passed | dim | 2011-12-16 | 1 | -1/+1 |
* | In games/factor/factor.c, fix a warning about a format string not being | dim | 2011-12-16 | 1 | -1/+1 |
* | Fix some obtuse fprintf tricks in bin/ed. | dim | 2011-12-16 | 2 | -18/+20 |
* | Catch up with new driver ioctls in cxgbe. | np | 2011-12-16 | 1 | -0/+175 |
* | Fire a kevent if necessary after seeking on a regular file. This fixes a | jhb | 2011-12-16 | 1 | -0/+1 |
* | Attempt to fix the numerous incompatible enum conversions in | dim | 2011-12-16 | 4 | -8/+7 |
* | Fix typos in the comments about clang warnings in several | dim | 2011-12-16 | 3 | -4/+4 |
* | In contrib/telnet/telnetd/utility.c, fix a few warnings about format | dim | 2011-12-16 | 1 | -4/+4 |
* | Unfortunately, clang gives warnings about sendmail code that cannot be | dim | 2011-12-16 | 1 | -0/+7 |
* | In libexec/rbootd/utils.c, use the correct printf length modifiers for | dim | 2011-12-16 | 1 | -3/+3 |
* | In libexec/pppoed/pppoed.c, use the correct printf length modifier for a | dim | 2011-12-16 | 1 | -2/+2 |
* | Unfortunately, clang gives warnings about sendmail code that cannot be | dim | 2011-12-16 | 1 | -0/+7 |
* | In libexec/bootpd/tools/bootptest/print-bootp.c, use the correct printf | dim | 2011-12-16 | 1 | -1/+1 |
* | Style cleanups by jh@. | pfg | 2011-12-16 | 9 | -26/+28 |
* | In libexec/getty/chat.c, replace && with & in chat_send(). The intent | dim | 2011-12-16 | 1 | -1/+1 |
* | In libexec/bootpd/bootpgw/bootpgw.c, add a cast for the remaining | dim | 2011-12-16 | 1 | -1/+1 |
* | In cddl/contrib/opensolaris/lib/libdtrace/common/dt_handle.c, some | dim | 2011-12-16 | 1 | -2/+4 |