summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | In usr.sbin/keyserv, fix some implicit enum conversions, and use thedim2011-12-172-12/+12
* | In usr.sbin/iostat/iostat.c, use printf format specifiers fromdim2011-12-171-8/+9
* | In usr.sbin/i2c/i2c.c, fix a few warnings about format strings not beingdim2011-12-171-2/+2
* | In usr.sbin/ctm/ctm_dequeue/ctm_dequeue.c, cast a printf field widthdim2011-12-171-1/+1
* | Use NO_WCAST_ALIGN for usr.sbin/cpucontrol; because this is only builtdim2011-12-171-0/+2
* | In usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.h, use the correctdim2011-12-171-2/+2
* | Use NO_WCAST_ALIGN for usr.sbin/boot0cfg; because this is only built fordim2011-12-171-0/+2
* | In usr.sbin/bluetooth/sdpd/server.c, don't use the size of a pointer asdim2011-12-171-1/+1
* | In usr.bin/vmstat/vmstat.c, cast several printf field widths to int, anddim2011-12-171-8/+10
* | Fix unused parameter warnings.tuexen2011-12-1737-364/+342
* | Unfortunately, clang gives warnings about sendmail code that cannot bedim2011-12-171-0/+7
* | In contrib/telnet/telnet/utilities.c, fix a few warnings about formatdim2011-12-171-4/+4
* | In usr.bin/netstat/atalk.c, work around a clang false positive withdim2011-12-171-1/+1
* | Use NO_WCAST_ALIGN for usr.bin/ncplist, as there are many potentialdim2011-12-171-0/+1
* | On start most of sysctl_kern_proc functions use the same pattern:trociny2011-12-172-112/+94
* | In usr.bin/mail/cmd1.c, use the correct printf length modifier for adim2011-12-172-2/+2
* | Additional icache paranoia: non-PLT relocations can modify the text segment.nwhitehorn2011-12-172-2/+9
* | 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
OpenPOWER on IntegriCloud