summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adter r228571 unbreak architectures with strict alignment rulesbz2011-12-171-7/+7
* Remove now redundant mac argument.bschmidt2011-12-174-14/+8
* Fix some net80211 enum nits:bschmidt2011-12-1725-161/+168
* Fixed some of markup.ru2011-12-171-19/+18
* In usr.bin/mt/mt.c, the c_code member of struct commands should reallydim2011-12-171-1/+1
* In sbin/devd/devd.h, 'event_proc' and 'eps' are declared as structs. Indim2011-12-171-2/+2
* Disable yet another clang warning when WARNS <= 3.dim2011-12-171-1/+1
* In usr.bin/tar/tree.c, if you really want to poke to NULL, you must usedim2011-12-171-1/+1
* In sbin/dhclient, since we know the size of the source strings anyway,dim2011-12-172-3/+3
* In sbin/dhclient, work around warnings about the size argument todim2011-12-172-6/+12
* Use both NO_WFORMAT and NO_WARRAY_BOUNDS for sbin/ipf, it would be toodim2011-12-171-0/+2
* In sbin/atm/atmconfig/diag.c, fix a few warnings about format stringsdim2011-12-171-4/+4
* Use NO_WCAST_ALIGN for sbin/gbde, this is more appropriate to fix thedim2011-12-171-5/+3
* Allow this to work on embedded systems without Open Firmware by makingnwhitehorn2011-12-161-35/+67
* Use NO_WARRAY_BOUNDS for sbin/routed/rtquery.dim2011-12-161-0/+1
* Add a NO_WARRAY_BOUNDS setting to bsd.sys.mk, only applicable to clang,dim2011-12-161-0/+3
* Zero BSS on start, in case the ELF loader that started the kernel did notnwhitehorn2011-12-161-0/+11
* In contrib/gperf/src/output.cc, use the correct printf length modifierdim2011-12-161-1/+1
* In sbin/fsdb/fsdbutil.c, work around a clang false positive with printfdim2011-12-161-2/+3
* In sbin/camcontrol/camcontrol.c, fix a few warnings about format stringsdim2011-12-161-7/+7
* Define YY_NO_INPUT when building libbinutils, to prevent warnings aboutdim2011-12-161-0/+1
* Fix the incompatible enum conversions in libexec/ypxfr in another, moredim2011-12-163-22/+24
* Revert r228592, as the non-messy way of fixing ypxfr breaks other ypdim2011-12-164-7/+8
* In cddl/contrib/opensolaris/cmd/dtrace/dtrace.c, fix some obtusedim2011-12-161-1/+4
* In cddl/contrib/opensolaris/tools/ctf/cvt/ctfmerge.c, a size_t is passeddim2011-12-161-1/+1
* In games/factor/factor.c, fix a warning about a format string not beingdim2011-12-161-1/+1
* Fix some obtuse fprintf tricks in bin/ed.dim2011-12-162-18/+20
* Catch up with new driver ioctls in cxgbe.np2011-12-161-0/+175
* Fire a kevent if necessary after seeking on a regular file. This fixes ajhb2011-12-161-0/+1
* Attempt to fix the numerous incompatible enum conversions indim2011-12-164-8/+7
* Fix typos in the comments about clang warnings in severaldim2011-12-163-4/+4
* In contrib/telnet/telnetd/utility.c, fix a few warnings about formatdim2011-12-161-4/+4
* Unfortunately, clang gives warnings about sendmail code that cannot bedim2011-12-161-0/+7
* In libexec/rbootd/utils.c, use the correct printf length modifiers fordim2011-12-161-3/+3
* In libexec/pppoed/pppoed.c, use the correct printf length modifier for adim2011-12-161-2/+2
* Unfortunately, clang gives warnings about sendmail code that cannot bedim2011-12-161-0/+7
* In libexec/bootpd/tools/bootptest/print-bootp.c, use the correct printfdim2011-12-161-1/+1
* Style cleanups by jh@.pfg2011-12-169-26/+28
* In libexec/getty/chat.c, replace && with & in chat_send(). The intentdim2011-12-161-1/+1
* In libexec/bootpd/bootpgw/bootpgw.c, add a cast for the remainingdim2011-12-161-1/+1
* In cddl/contrib/opensolaris/lib/libdtrace/common/dt_handle.c, somedim2011-12-161-2/+4
* In cddl/contrib/opensolaris/lib/libdtrace/common/dt_consume.c, somedim2011-12-161-3/+4
* In lib/libthread_db/arch/i386/libpthread_md.c, clang gives two incorrectdim2011-12-161-0/+6
* Rename ifcarp.c to carp.cglebius2011-12-162-1/+1
* - Rename if_carp.ko to carp.ko.glebius2011-12-164-6/+10
* Some formatting fixes.mav2011-12-161-14/+31
* Since size of struct in_aliasreq has just been changed in r228571,glebius2011-12-162-6/+1
* Fix format string Z --> z, since the former is a deprecated and (in FreeBSD)se2011-12-161-2/+2
* A major overhaul of the CARP implementation. The ip_carp.c was startedglebius2011-12-1627-1690/+1431
* Document 'findstack'.kib2011-12-161-1/+11
OpenPOWER on IntegriCloud