summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* move remaining sysctl into the kern.sched tree...jmg2006-04-261-1/+1
* Only use the low address for stats collection.ps2006-04-261-3/+1
* intercept public safety channels and do explicit mapping of freq->ieeesam2006-04-261-1/+14
* back out public safety-specific channel number mapping; we can't dosam2006-04-261-9/+1
* Reconstitute struct mac_policy_ops by breaking out individual functionrwatson2006-04-262-592/+1150
* Use the same method for detecting actual presence of AT-style keyboardsobomax2006-04-263-5/+61
* In in_pcbdrop(), fix !INVARIANTS build.marcel2006-04-251-2/+1
* honor fixed tx antenna when sending beacon framessam2006-04-251-1/+2
* - Overhaul the 'ps' command in ddb to be mostly readable again. :) It isjhb2006-04-251-55/+319
* Add some new commands to hopefully make it easier to diagnose lock-relatedjhb2006-04-251-0/+138
* Use db_lookup_thread() to lookup the thread for the passed in addressjhb2006-04-251-23/+5
* Add two helper functions: db_lookup_thread() and db_lookup_proc(). Theyjhb2006-04-252-0/+94
* o Replace disappeared URLs to Cisco docs by new ones, style.maxim2006-04-251-8/+14
* o Set to zero engine_type, engine_id and pad (cisco calls itmaxim2006-04-251-0/+3
* Remove last vestiges of sab(4).marius2006-04-251-1/+0
* Fix half of the current i386 tinderbox failure. max_bus_addr should be ajhb2006-04-251-1/+1
* Use PTOV() to convert physical addresses to appropriate virtual addressesjhb2006-04-251-2/+4
* If one removes the option from conf/options, one shouldmjacob2006-04-251-2/+0
* Rename 'last' to 'inp' in udp_append(): the name 'last' is due torwatson2006-04-251-15/+15
* Add synchronization to vm_pageq_add_new_page() so that it can be calledalc2006-04-251-3/+3
* make BGE_FAKE_AUTONEG a tunable.mr2006-04-252-6/+5
* Move lock assertions to top of in6_pcbladdr(): we still want them to runrwatson2006-04-252-3/+10
* Extend getsock() to return the struct file flags read while holding therwatson2006-04-251-18/+19
* Abstract inpcb drop logic, previously just setting of INP_DROPPED in TCP,rwatson2006-04-254-6/+33
* Bump up the NFS server dupreq cache limit to 2K (from 64). With a smallmohans2006-04-251-1/+1
* Check if reported HTT cores are physical cores. This commit does notjkim2006-04-252-0/+16
* Revert previous commit. It's not part of the ppc(4) changes.marcel2006-04-241-1/+0
* o Move ISA specific code from ppc.c to ppc_isa.c -- a bus front-marcel2006-04-2422-2753/+593
* Add another Intel CPU feature flag, xTPR (Send Task Priority Messages).jkim2006-04-242-2/+2
* Check if deterministic cache parameters leaf is valid before use.jkim2006-04-242-2/+4
* Remove the sab(4) driver. It is superseded by scc(4).marcel2006-04-242-1478/+0
* Adjust dangerous-shared-cache-detection logic from "all shared datacperciva2006-04-242-4/+4
* Inherit LOCAL_CREDS option from listen socket for sockets returnedmaxim2006-04-241-0/+2
* Move AHC_REG_PRETTY_PRINT and AHD_REG_PRETTY_PRINT belowdelphij2006-04-244-12/+12
* Instead of calling tcp_usr_detach() from tcp_usr_abort(), break outrwatson2006-04-241-52/+64
* MFp4: Add the ipend() method to the serdev I/F to allow umbrellamarcel2006-04-231-0/+15
* MFp4: Calculate the divisor before setting the DLAB bit. Thismarcel2006-04-231-2/+2
* Assert that sockets passed into soabort() not be SQ_COMP or SQ_INCOMP,rwatson2006-04-231-1/+3
* Add some new options to mac_bsdestended. We can now match on:dwmalone2006-04-232-35/+210
* style(9) treatment following fixups.rwatson2006-04-231-208/+220
* Eliminate unnecessary use of labels in error unwinding cases; result isrwatson2006-04-231-35/+26
* Acquire natm mutex after traversing so_pcb, not before, as the protocolrwatson2006-04-231-5/+7
* Add missing 'not' to SQ_COMP comment.rwatson2006-04-231-1/+1
* Move handling of SQ_COMP exception case in sofree() to the top of therwatson2006-04-231-17/+5
* Update natm PCB debugging code:rwatson2006-04-231-17/+12
* Modify in6_pcbpurgeif0() to accept a pcbinfo structure rather than a pcbrwatson2006-04-233-8/+10
* Replace isn_mtx direct use with ISN_*() lock macros so that lockingrwatson2006-04-232-10/+18
* MFother arches :cognet2006-04-221-24/+10
* Introduce a new TCP mutex, isn_mtx, which protects the initial sequencerwatson2006-04-222-6/+12
* Assert the inpcb lock when rehashing an inpcb.rwatson2006-04-221-0/+5
OpenPOWER on IntegriCloud