summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Restore the ability to use clang as an external compiler. This wasgrehan2015-02-181-3/+4
* Make sure that the flags for the XPT_DEV_ADVINFO CCB are initializedken2015-02-187-5/+14
* If malloc() sleeps, Giant is dropped. Recheck for another threadkib2015-02-181-5/+16
* Add LIBXO.marcel2015-02-181-0/+1
* Clean up a bit of the INET/INET6 mess wrt options.imp2015-02-182-16/+4
* Cleanup the way we include some files (in this case EISA) based onimp2015-02-185-31/+12
* Populate new KERN_OPTS from all the opt_*.h files inimp2015-02-183-28/+64
* Add copyright statement I should have had on these files in 2006,imp2015-02-183-2/+81
* filedesc: obtain a stable copy of credentials in fget_unlockedmjg2015-02-181-4/+4
* Fix UP build.kib2015-02-181-1/+2
* Bump revision again after my Fortuna change.delphij2015-02-181-2/+2
* - fortuna.c: catch up with r278927 and fix a buffer overflow by using thedelphij2015-02-182-1/+7
* Match the right backlight driver.jhibbits2015-02-182-2/+13
* Don't set the write bit if we're just reading.jhibbits2015-02-181-4/+3
* sfxge: fix broken MCDI_EV_FIELD() macroarybchik2015-02-183-8/+8
* sfxge: support variable-length response to MCDI GET_BOARD_CFGarybchik2015-02-183-7/+19
* sfxge: add driver context member with number of event queuesarybchik2015-02-182-7/+13
* sfxge: add driver context member with number of receive queuesarybchik2015-02-182-13/+13
* sfxge: add driver context member with number of transmit queuesarybchik2015-02-183-38/+27
* sfxge: add TCP segment size to sfxge_tso_statearybchik2015-02-181-5/+6
* On my Lenovo T400, a Atheros 2413 has a problem powering upimp2015-02-182-17/+50
* Remove drti.o's dependency on libelf. This makes it possible to add DTracemarkj2015-02-186-75/+86
* Fix a typo in ipv6_down().rpaulo2015-02-181-1/+1
* libc: clean some set-but-not-used errors.pfg2015-02-183-7/+1
* filedesc: simplify fget_unlocked & friendsmjg2015-02-178-51/+92
* bump the rev... ZFS is the first fall out of this bug, but there mightjmg2015-02-171-2/+2
* ministat(1): replace malloc + memset with calloc.pfg2015-02-171-4/+2
* Fix a bug where this function overflowed it's buffer... This wasjmg2015-02-171-2/+10
* release: use xz via pipe when compressing the tarballs.rpaulo2015-02-174-36/+34
* Even more fixes to !INET and !INET6 kernels.glebius2015-02-171-17/+14
* Fix compilation of LINT-NOINET kernel target after r278886.hselasky2015-02-171-2/+5
* note that you should update your kernel due to RNG issue, and whatjmg2015-02-171-0/+8
* du(1): replace malloc + memset with calloc.pfg2015-02-171-5/+2
* Use anonymous unions and structs to organize shared space in mbuf(9),glebius2015-02-172-16/+12
* Make use of the newly introduced macros.loos2015-02-171-33/+19
* Replace hardcoded sizes by sizeof() and nitems().loos2015-02-171-14/+13
* Fix the display of negative temperatures.loos2015-02-171-7/+14
* Set the #address-cells and #size-cells properties on I2C controllers ofloos2015-02-171-0/+4
* Use anonymous unions to add possibility to put mbufs into queue(3)glebius2015-02-172-2/+22
* Globally enable -fms-extensions when building kernel with gcc, and removeglebius2015-02-1713-16/+12
* lldb: workaround to permit cross-arch core file debuggingemaste2015-02-171-1/+4
* hd64570.h was installed, so add it here now that it is gone.imp2015-02-171-0/+2
* When the new random adaptor code was brought it in r273872, a call tojmg2015-02-174-15/+16
* ulimit(3): simplify.pfg2015-02-171-10/+8
* Update elftoolchain to upstream revision 3163emaste2015-02-1727-41/+84
* Add tests for account and password expiration.brd2015-02-171-0/+111
* compress,gzip,xz: Preserve timestamps with nanosecond precision.jilles2015-02-173-10/+12
* Pull the ARM ddb unwind code out to a new file. This will allow it to beandrew2015-02-174-333/+395
* Fix compilation of the SDP driver and a compile warning after r278886.hselasky2015-02-175-7/+11
* Add the mnt_lockref field to the ddb(4) 'show mount' commandngie2015-02-171-0/+1
OpenPOWER on IntegriCloud