summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | In usr.sbin/sade/install.c and usr.sbin/sade/label.c, fix a few warningsdim2011-12-181-2/+2
* | In usr.sbin/sa/db.c, avoid warnings about assigning two const chardim2011-12-181-2/+2
* | In usr.sbin/rpc.ypupdated/yp_dbupdate.c, since intmax_t is signed, justdim2011-12-181-1/+1
* | In usr.sbin/rpc.ypupdated/yp_dbupdate.c, include stdint.h, so intmax_tdim2011-12-181-0/+1
* | In usr.sbin/rpc.ypupdated/yp_dbupdate.c, use the appropriate printfdim2011-12-181-1/+1
* | Disable another clang warning (-Wempty-body) when WARNS <= 2.dim2011-12-181-1/+1
* | Disable yet another clang warning (-Wconversion) when WARNS <= 3.dim2011-12-181-1/+2
* | In usr.sbin/route6d/route6d.c, use the correct printf length modifierdim2011-12-181-1/+1
* | In usr.sbin/pw/pw_user.c, use the correct printf length modifier for adim2011-12-171-1/+1
* | In contrib/pnpinfo/pnpinfo.c, remove an extraneous parameter from thedim2011-12-171-1/+1
* | In usr.sbin/pmccontrol/pmccontrol.c, fix a few warnings about formatdim2011-12-171-2/+2
* | In usr.sbin/pkg_install/updating/main.c, use the size of the destinationdim2011-12-171-2/+2
* | du: Allow multiple -HLP options, the last one wins.jilles2011-12-172-20/+17
* | Revert r228650, and work around the clang false positive with printfdim2011-12-172-1/+6
* | In usr.bin/csup/auth.c, cast time_t to intmax_t instead, and use thedim2011-12-171-2/+2
* | Fix style and white spaces.trociny2011-12-171-14/+14
* | Use NO_WCAST_ALIGN for usr.sbin/ndiscvt; because this is only built fordim2011-12-172-0/+2
* | In usr.sbin/lpr/lpd/printjob.c, use the correct printf length modifiersdim2011-12-171-2/+4
* | In usr.sbin/lpr/filters/lpf.c, use a less obtuse way of clearing thedim2011-12-171-1/+2
* | 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
OpenPOWER on IntegriCloud