summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Using a long is the wrong type to represent the realmem and maxmbufmemandre2012-11-292-5/+5
* Fix hardcoded bpp valuegonzo2012-11-291-1/+1
* Mark non-returning function as sucheadler2012-11-291-1/+1
* Fix LINT build for arm: NOTES defines LDFLAGS by way of a make optionmarcel2012-11-292-2/+2
* Add support for AT&T Sierra Wireless USB 3G adaptereadler2012-11-292-0/+2
* - Update organization.dot to reflect that attilio resigned from corepgj2012-11-281-1/+1
* Regenerate usb.confhselasky2012-11-281-2/+13
* Discussed at-length on -arch.dteske2012-11-282-42/+142
* Add support for the (relatively) new object type OBJT_MGTDEVICE toalc2012-11-281-0/+4
* Update some definitions or make them match NetBSD's headers.pfg2012-11-282-6/+20
* cyrus-sasl 2.1.26 was released. In this version, the type of callbackume2012-11-281-7/+13
* Call if_free() with the correct vnet context if and only if ifp_vnetadrian2012-11-281-2/+7
* Until I figure out what to do here, remind myself that this needs someadrian2012-11-281-0/+10
* Don't allow minthreads > maxthreads.alfred2012-11-281-0/+4
* Fix typo.alfred2012-11-281-1/+1
* Pull out the debugging code from the critical path and make sure itadrian2012-11-281-37/+37
* Partially bring r242520 to ext2fs.pfg2012-11-281-0/+12
* Complete r243631 by applying the remainder of kern_mbuf.c that gotandre2012-11-271-16/+18
* Fix r243627 by testing against the head socket instead of the socketandre2012-11-271-1/+1
* Autoconfigure nfsd threads based on ncpu.alfred2012-11-271-20/+97
* Allow setting of NULL titles with f_dialog_[back]title().dteske2012-11-271-2/+2
* Change self-initialization to occur when loaded versus the previous behaviordteske2012-11-271-34/+5
* Comments.dteske2012-11-271-2/+2
* Base the mbuf related limits on the available physical memory orandre2012-11-275-25/+88
* Update comment to prefer M_NOWAIT over M_DONTWAIT andandre2012-11-271-2/+2
* Fix a race on listen socket teardown where while draining theandre2012-11-271-4/+21
* Remove unused and unnecessary CSUM_IP_FRAGS checksumming capability.andre2012-11-275-8/+5
* fix a panic resulting from a stray '&'bschmidt2012-11-271-1/+1
* Add DELACK to list of timers.andre2012-11-271-1/+1
* Respect NO_FSCHG and don't set 'schg' flag on passwd/yppasswd is defined.pjd2012-11-271-0/+2
* Pass allocated unit number to make_dev, otherwise kernel panics later whiledavidxu2012-11-271-1/+1
* * Fix another culprit of my "committed from the wrong directory" nonsense;adrian2012-11-271-2/+12
* Add kern.capmode_coredump sysctl/tunable to allow processes in capability modepjd2012-11-271-2/+13
* - Add NOCAPCHECK flag to namei that allows lookup to work even if the processpjd2012-11-274-2/+8
* Regenerate after r243610.pjd2012-11-271-1/+1
* Allow to use kill(2) in capability mode, but process can send a signal onlypjd2012-11-272-0/+13
* Allow to modify kern.sugid_coredump and kern.corefile from loader.conf.pjd2012-11-271-0/+2
* More style fixes.pjd2012-11-271-4/+4
* Style fixes (mostly whitespaces).pjd2012-11-271-35/+39
* Correct some debugging output.adrian2012-11-271-1/+1
* Make sure that tcp_timer_activate() correctly sees TCP_OFFLOAD (or not).np2012-11-271-0/+1
* Do not enable data cache until later in kernel init. Stale bits ingonzo2012-11-271-1/+1
* Better safe than sorry: reinitialize eh after ng_ether(4) andglebius2012-11-271-0/+2
* Take first active vnode correctly.davidxu2012-11-271-1/+1
* Fix buildadrian2012-11-271-0/+2
* Auto size the tcbhashsize structure based on max sockets.alfred2012-11-271-4/+61
* Add in a totally hacked up copy of the AR5416 descriptor decoding stuff,adrian2012-11-271-0/+470
* Improve the TDMA debugging:adrian2012-11-271-2/+123
* Add in specific TDMA logging types.adrian2012-11-271-0/+49
* Fix the TDMA nexttbtt programming for 802.11n chips.adrian2012-11-271-4/+17
OpenPOWER on IntegriCloud