summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove pcbinfo locking from in_setsockaddr() and in_setpeeraddr();rwatson2006-04-221-6/+4
* Revert part of previous commit. In alpha_platform_alloc_ide_intr(),marcel2006-04-221-6/+1
* Bump __FreeBSD_version to reflect the addition of fcloseall() to libc.deischen2006-04-221-1/+1
* Add support for (latest) VIA VT8251 (rev. 0x07) audio controller.ariff2006-04-221-9/+45
* Revert previous to this file before an actual request is made.trhodes2006-04-221-0/+12
* Print td_name instead of p_comm if td_name is non-empty forjhb2006-04-212-1/+3
* Use LIST_FOREACH().jhb2006-04-211-1/+1
* Free allocated environment variables after use.jkim2006-04-211-4/+12
* Don't try to kill embryonic processes in killpg1(). This preventsps2006-04-211-2/+3
* Remove unnecessary assignment.jkim2006-04-211-1/+1
* Redo some code based upon issues found by Coverity.mjacob2006-04-214-20/+16
OpenPOWER on IntegriCloud