summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* In the MAC Framework implementation, file systems have two per-mountpointrwatson2007-04-228-117/+55
* Remove the old software bit-banging MII interface, we started usingphk2007-04-222-334/+2
* Remove further cobwebs: Two layers of pointless substructures.phk2007-04-224-210/+142
* Remove MAC Framework access control check entry points made redundant withrwatson2007-04-2211-215/+387
* Initialize the physical next pointer in the tx descriptors when wephk2007-04-222-14/+16
* Don't rename fields with #define.phk2007-04-224-54/+36
* Further MAC test policy cleanup and enhancement:rwatson2007-04-221-141/+478
* Run if_vr(4) through FlexeLint and clean some of the cobwebs found.phk2007-04-224-202/+118
* Moves the PCB features and flags from sctp_pcb.h torrs2007-04-222-53/+54
* Perform overdue clean up mac_test policy:rwatson2007-04-221-719/+476
* - Somehow the disable fragment option got lost. We couldrrs2007-04-2212-57/+150
* Now that we're MPSAFE, tell namei() to acquire Giant if necessary.des2007-04-221-2/+4
* Allow MAC policy modules to control access to audit configuration systemrwatson2007-04-2111-8/+447
* Teach netinet6 to use PRIV_NETINET_REUSEPORT.rwatson2007-04-211-4/+2
* Attempt to rationalize NFS privileges:rwatson2007-04-213-13/+12
* Modify TLB invalidation handling.ups2007-04-212-60/+149
* MFp4:pjd2007-04-2110-50/+76
* Add support for specifying a minimal size for vm.kmem_size in the loader viasepotvin2007-04-216-5/+22
* Don't reinvent vm_page_grab().pjd2007-04-201-23/+3
* o Remove unncessary TOF_SIGLEN flag from struct tcpoptandre2007-04-203-8/+9
* Add more KASSERT's.andre2007-04-202-0/+8
* o Remove unused and redundant TCP option definitionsandre2007-04-203-15/+6
* Remove bogus check for accept queue length and associated failure handlingandre2007-04-204-35/+23
* Simplifly syncache_expand() and clarify its semantics. Zero is returnedandre2007-04-203-33/+20
* Only update TCP timestamp on SYN duplication if it is present onandre2007-04-201-1/+3
* o Plug memory leak in syncache_add() on MAC label allocation failure.andre2007-04-201-18/+12
* Added m_tag_copy_chain() call to copy original outgoing packet tags to all ofmav2007-04-201-0/+1
* Optimized packet distribution plan for the equal links case. Do notmav2007-04-201-13/+20
* - Changed sequence numbers processing to avoid incorrect timeout waitingmav2007-04-201-66/+65
* - Fixed mistakes in latency and xmitBytes calculation mathmav2007-04-201-6/+22
* Schedule the ithread on the same cpu as the interruptkmacy2007-04-201-2/+1
* Free cluster if we fail to create the dmamap.kmacy2007-04-201-3/+1
* Eliminate CID 1842 by comparing against (type != EXT_MBUF) => refcnt != NULLkmacy2007-04-201-1/+2
* Fix memory leak in m_collapse (CID 1843)kmacy2007-04-201-4/+7
* Add ofw bus methods to the ppc nexus driver. This will be used in futuregrehan2007-04-202-0/+112
* In some cases, like whenever devfs file times are zero, the fix(aa) will nottrhodes2007-04-201-1/+1
* Unbreak module / driver attach breakage. Both snd_envy24 and snd_envy24htariff2007-04-202-2/+2
* Retire the spl() markers. Add in some minor missed locking as a result.scottl2007-04-192-193/+31
* Inline cam_periph_lock|unlock to make debugging easier. Use morescottl2007-04-193-30/+21
* Fix a leaked lock in dashutdown.scottl2007-04-191-1/+3
* Up until now, the free SCB pool received only a small initial allocation,scottl2007-04-195-18/+24
* Avoid problems with make_dev.scottl2007-04-192-0/+4
* Oops, fix intsmb(4) attach. Don't overwrite the 'value' holding thejhb2007-04-191-2/+1
* Make inet6_rth_* family of functions more compliant with RFC3542:mtm2007-04-191-2/+4
* Zero the CCBs when mallocing them.scottl2007-04-191-2/+2
* Split the camisr into per-SIM done queues. This optimizes the locking ascottl2007-04-193-45/+49
* - AC97 quirk / patch cleanups. Most quirks doesn't work in general senseariff2007-04-194-20/+59
* - Fix mbuf/node leakage in drivers' raw_xmit().sephe2007-04-194-14/+39
* - More work on making send lock contention.rrs2007-04-1911-88/+214
* style nitphk2007-04-191-1/+2
OpenPOWER on IntegriCloud