summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add code to wait for USB shutdown to be executed at system shutdown.hselasky2011-12-191-1/+15
* opensolaris compat: fix vcmn_err so that panic(9) produces a proper messageavg2011-12-191-8/+14
* Add missing unlock of USB controller's lock, whenhselasky2011-12-191-0/+12
* In usr.bin/vacation/Makefile, fix a typo in the comment about clangdim2011-12-191-1/+1
* Unfortunately, clang gives warnings about sendmail code that cannot bedim2011-12-191-0/+7
* Remove if_carp.ko. /boot/kernel should be upgraded atomically.glebius2011-12-191-2/+0
* Unbreak the build after r228697 adding the { } block to make clear whichbz2011-12-191-1/+2
* o Convert IPv6 read-only stats sysctls to the read-write ones.maxim2011-12-193-11/+17
* o Sort .Xrs.maxim2011-12-191-2/+2
* Repair breakage after r228697: since m4 now uses pow(3), it needs -lm.dim2011-12-181-1/+1
* Reimplement support for the ** (exponent) gnu extension, make it available th...bapt2011-12-183-2/+10
* Use lex's standard way of not generating unused function.pjd2011-12-182-3/+3
* Don't use function name as format string.pjd2011-12-181-1/+1
* Fix compilation on sparc64 by actually supplying the bus_dma_tag_t membermarius2011-12-181-1/+1
* Revert r228603, and add the workaround to sbin/fsdb/Makefile instead.dim2011-12-182-3/+6
* Upgrade to OpenPAM Lycopsida.des2011-12-18159-26261/+27403
|\
| * Vendor import of OpenPAM Lycopsida.des2011-12-18158-26267/+27411
| * Merge upstream r432:des2010-03-221-2/+1
| * Merge upstream r421: grammar nit in pam.conf(5).des2009-10-091-1/+1
| * Merge upstream r418: remove static build autodetection.des2008-12-131-8/+7
| * Flatten and clean up.des2008-12-13159-0/+0
* | Support infrastructure for X11 on PS3.nwhitehorn2011-12-184-8/+49
* | Add version header to output file.nwhitehorn2011-12-181-0/+1
* | Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form.pluknet2011-12-181-1/+1
* | From time to time people report space map corruption resulting in panicpjd2011-12-181-1/+25
* | Implement replying of ACLs updates. ACL changes should go to ZIL onlypjd2011-12-182-13/+16
* | Forgot to add usr.sbin/sade/label.c in the previous commit.dim2011-12-181-1/+1
* | 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
OpenPOWER on IntegriCloud