summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a note about the magic values here; don't change them.adrian2012-11-271-0/+5
* When programming the beacon timer configuration, be very explicit aboutadrian2012-11-271-4/+13
* Allow this file to build on FreeBSD.jmallett2012-11-271-0/+2
* Add NOTES and Makefile in order to generate LINT. NOTES contains prettymarcel2012-11-272-0/+95
* Allow building LINT by defining both SAMPLE_AT_RESET on the one handmarcel2012-11-271-3/+4
* Don't include arm/xscale/i8134x/i81342reg.h when we're compiling LINT.marcel2012-11-271-1/+7
* Remove print_kernel_section_addr(). All statements in that functionmarcel2012-11-271-13/+0
* Don't define intr_disable and intr_restore as macros. The macrosmarcel2012-11-271-8/+24
* Unbreak building a kernel with EHCI: there's no ehci_atmelarm.c.marcel2012-11-261-1/+0
* Pull in r168610 from upstream libc++:dim2012-11-263-0/+23
* Fix problem with the Samsung 840 PRO series SSD detection.mav2012-11-261-0/+8
* drbr_enqueue() awlays consumes mbuf, no matter did itglebius2012-11-261-27/+13
* Re-initialize eh pointer after m_adj()glebius2012-11-261-0/+1
* Fix typo in weekly line which made it to rotated after reaching > 1 Kb.glebius2012-11-261-1/+1
OpenPOWER on IntegriCloud