aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Discussed at-length on -arch.Devin Teske2012-11-282-42/+142
* Add support for the (relatively) new object type OBJT_MGTDEVICE toAlan Cox2012-11-281-0/+4
* Update some definitions or make them match NetBSD's headers.Pedro F. Giffuni2012-11-282-6/+20
* Call if_free() with the correct vnet context if and only if ifp_vnetAdrian Chadd2012-11-281-2/+7
* Until I figure out what to do here, remind myself that this needs someAdrian Chadd2012-11-281-0/+10
* Pull out the debugging code from the critical path and make sure itAdrian Chadd2012-11-281-37/+37
* Partially bring r242520 to ext2fs.Pedro F. Giffuni2012-11-281-0/+12
* Complete r243631 by applying the remainder of kern_mbuf.c that gotAndre Oppermann2012-11-271-16/+18
* Fix r243627 by testing against the head socket instead of the socketAndre Oppermann2012-11-271-1/+1
* Base the mbuf related limits on the available physical memory orAndre Oppermann2012-11-275-25/+88
* Update comment to prefer M_NOWAIT over M_DONTWAIT andAndre Oppermann2012-11-271-2/+2
* Fix a race on listen socket teardown where while draining theAndre Oppermann2012-11-271-4/+21
* Remove unused and unnecessary CSUM_IP_FRAGS checksumming capability.Andre Oppermann2012-11-275-8/+5
* fix a panic resulting from a stray '&'Bernhard Schmidt2012-11-271-1/+1
* Add DELACK to list of timers.Andre Oppermann2012-11-271-1/+1
* Pass allocated unit number to make_dev, otherwise kernel panics later whileDavid Xu2012-11-271-1/+1
* * Fix another culprit of my "committed from the wrong directory" nonsense;Adrian Chadd2012-11-271-2/+12
* Add kern.capmode_coredump sysctl/tunable to allow processes in capability modePawel Jakub Dawidek2012-11-271-2/+13
* - Add NOCAPCHECK flag to namei that allows lookup to work even if the processPawel Jakub Dawidek2012-11-274-2/+8
* Regenerate after r243610.Pawel Jakub Dawidek2012-11-271-1/+1
* Allow to use kill(2) in capability mode, but process can send a signal onlyPawel Jakub Dawidek2012-11-272-0/+13
* Allow to modify kern.sugid_coredump and kern.corefile from loader.conf.Pawel Jakub Dawidek2012-11-271-0/+2
* More style fixes.Pawel Jakub Dawidek2012-11-271-4/+4
* Style fixes (mostly whitespaces).Pawel Jakub Dawidek2012-11-271-35/+39
* Correct some debugging output.Adrian Chadd2012-11-271-1/+1
* Make sure that tcp_timer_activate() correctly sees TCP_OFFLOAD (or not).Navdeep Parhar2012-11-271-0/+1
* Do not enable data cache until later in kernel init. Stale bits inOleksandr Tymoshenko2012-11-271-1/+1
* Better safe than sorry: reinitialize eh after ng_ether(4) andGleb Smirnoff2012-11-271-0/+2
* Take first active vnode correctly.David Xu2012-11-271-1/+1
* Fix buildAdrian Chadd2012-11-271-0/+2
* Auto size the tcbhashsize structure based on max sockets.Alfred Perlstein2012-11-271-4/+61
* Improve the TDMA debugging:Adrian Chadd2012-11-271-2/+123
* Add in specific TDMA logging types.Adrian Chadd2012-11-271-0/+49
* Fix the TDMA nexttbtt programming for 802.11n chips.Adrian Chadd2012-11-271-4/+17
* Add a note about the magic values here; don't change them.Adrian Chadd2012-11-271-0/+5
* When programming the beacon timer configuration, be very explicit aboutAdrian Chadd2012-11-271-4/+13
* Allow this file to build on FreeBSD.Juli Mallett2012-11-271-0/+2
* Add NOTES and Makefile in order to generate LINT. NOTES contains prettyMarcel Moolenaar2012-11-272-0/+95
* Allow building LINT by defining both SAMPLE_AT_RESET on the one handMarcel Moolenaar2012-11-271-3/+4
* Don't include arm/xscale/i8134x/i81342reg.h when we're compiling LINT.Marcel Moolenaar2012-11-271-1/+7
* Remove print_kernel_section_addr(). All statements in that functionMarcel Moolenaar2012-11-271-13/+0
* Don't define intr_disable and intr_restore as macros. The macrosMarcel Moolenaar2012-11-271-8/+24
* Unbreak building a kernel with EHCI: there's no ehci_atmelarm.c.Marcel Moolenaar2012-11-261-1/+0
* Fix problem with the Samsung 840 PRO series SSD detection.Alexander Motin2012-11-261-0/+8
* drbr_enqueue() awlays consumes mbuf, no matter did itGleb Smirnoff2012-11-261-27/+13
* Re-initialize eh pointer after m_adj()Gleb Smirnoff2012-11-261-0/+1
* Add support for sctp_peeloff() also in the front states of theMichael Tuexen2012-11-261-6/+2
* Find the endpoint for an incoming packet also if the endpointMichael Tuexen2012-11-261-1/+2
* MFV r243395:Martin Matuska2012-11-262-1/+9
* Allow shutdown() to be used on fds returned from sctp_peeloff().Michael Tuexen2012-11-261-1/+2