summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* In contrib/less, cast away const a bunch of times, to make it builddim2011-12-172-7/+7
* syscons: provide a first iteration of cngrab/cnungrab implementationavg2011-12-172-19/+37
* belatedly transfer copyrights from libkern/gets.c to kern_cons.cavg2011-12-171-0/+3
* retire libkern getsavg2011-12-173-79/+0
* Allow toggling of IFCAP_VLAN_HWCSUM for hardware that supports checksumbz2011-12-172-3/+5
* Unbreak the OCTEON1 kernel build after r228483 removing the left overbz2011-12-171-1/+0
* In usr.bin/indent/io.c, fix a few warnings about format strings not being lit...dim2011-12-171-2/+2
* move GETS_*ECHO* defintions from libkern.h to cons.havg2011-12-172-5/+5
* Another axe(4), found in ASUS zenbook.kevlo2011-12-172-0/+2
* Correct a logic error in usr.bin/hexdump/conv.c, found by clang.dim2011-12-171-2/+2
* Fix RTLD on PowerPC after r228435. Changing the order of init_pltgot()nwhitehorn2011-12-171-4/+11
* replace uses of libkern gets with cngetsavg2011-12-172-3/+4
* introduce cngets, a method for kernel to read a string from consoleavg2011-12-172-0/+50
* introduce cngrab/cnungrab stub calls in some places where they make senseavg2011-12-173-0/+10
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-1715-0/+192
* Address warnings found by clang.tuexen2011-12-171-36/+28
* More fixes for correct printf length modifiers usr.bin/gprof.dim2011-12-172-4/+4
* In usr.bin/gprof/aout.c, use the correct printf length modifier for adim2011-12-171-1/+1
* In contrib/ee/ee.c, fix a few warnings about format strings not beingdim2011-12-171-7/+7
* In usr.bin/csup/proto.c, use the correct printf length modifier to printdim2011-12-171-1/+2
* In usr.bin/csup/auth.c, use the correct number of bytes for zeroing thedim2011-12-171-3/+4
* In contrib/bzip2/bzip2recover.c, use the correct printf length modifierdim2011-12-171-1/+1
* 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
OpenPOWER on IntegriCloud