aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert previous commit. It's not part of the ppc(4) changes.Marcel Moolenaar2006-04-241-1/+0
* o Move ISA specific code from ppc.c to ppc_isa.c -- a bus front-Marcel Moolenaar2006-04-2422-2753/+593
* Add another Intel CPU feature flag, xTPR (Send Task Priority Messages).Jung-uk Kim2006-04-242-2/+2
* Check if deterministic cache parameters leaf is valid before use.Jung-uk Kim2006-04-242-2/+4
* Remove the sab(4) manpage.Marcel Moolenaar2006-04-242-85/+0
* Remove the sab(4) driver. It is superseded by scc(4).Marcel Moolenaar2006-04-242-1478/+0
* Adjust dangerous-shared-cache-detection logic from "all shared dataColin Percival2006-04-242-4/+4
* Inherit LOCAL_CREDS option from listen socket for sockets returnedMaxim Konovalov2006-04-241-0/+2
* Add attribution: the quote comes from Perlis's Paradigms of AI ProgrammingDiomidis Spinellis2006-04-241-0/+1
* Move AHC_REG_PRETTY_PRINT and AHD_REG_PRETTY_PRINT belowXin LI2006-04-244-12/+12
* Instead of calling tcp_usr_detach() from tcp_usr_abort(), break outRobert Watson2006-04-241-52/+64
* MFp4: Add the ipend() method to the serdev I/F to allow umbrellaMarcel Moolenaar2006-04-231-0/+15
* MFp4: Calculate the divisor before setting the DLAB bit. ThisMarcel Moolenaar2006-04-231-2/+2
* Note FreeBSD-SA-06:14.fpu.ascXin LI2006-04-232-0/+10
* Assert that sockets passed into soabort() not be SQ_COMP or SQ_INCOMP,Robert Watson2006-04-231-1/+3
* Add some new options to mac_bsdestended. We can now match on:David Malone2006-04-239-267/+1352
* style(9) treatment following fixups.Robert Watson2006-04-231-200/+212
* Eliminate unnecessary use of labels in error unwinding cases; result isRobert Watson2006-04-231-35/+26
* Acquire natm mutex after traversing so_pcb, not before, as the protocolRobert Watson2006-04-231-5/+7
* Add missing 'not' to SQ_COMP comment.Robert Watson2006-04-231-1/+1
* Move handling of SQ_COMP exception case in sofree() to the top of theRobert Watson2006-04-231-17/+5
* Update natm PCB debugging code:Robert Watson2006-04-231-17/+12
* Modify in6_pcbpurgeif0() to accept a pcbinfo structure rather than a pcbRobert Watson2006-04-233-8/+10
* Replace isn_mtx direct use with ISN_*() lock macros so that lockingRobert Watson2006-04-232-10/+18
* Remove multiple _get_curthread() calls.David Xu2006-04-231-4/+1
* MFen 1.911 -> 1.914Xin LI2006-04-231-97/+161
* - Mark MFC'd items.Hiroki Sato2006-04-222-180/+278
* MFother arches :Olivier Houchard2006-04-221-24/+10
* Introduce a new TCP mutex, isn_mtx, which protects the initial sequenceRobert Watson2006-04-222-6/+12
* Assert the inpcb lock when rehashing an inpcb.Robert Watson2006-04-221-0/+5
* Remove pcbinfo locking from in_setsockaddr() and in_setpeeraddr();Robert Watson2006-04-221-6/+4
* Revert part of previous commit. In alpha_platform_alloc_ide_intr(),Marcel Moolenaar2006-04-221-6/+1
* Oops, correct the weak reference (s/fclose/fcloseall).Daniel Eischen2006-04-221-1/+1
* Bump __FreeBSD_version to reflect the addition of fcloseall() to libc.Daniel Eischen2006-04-221-1/+1
* Now that libc has fcloseall(), remove _cleanup() from the listDaniel Eischen2006-04-221-1/+0
* Add a prototype for fcloseall().Daniel Eischen2006-04-221-0/+1
* Add fcloseall() to libc. This removes the need to export _cleanup().Daniel Eischen2006-04-225-4/+60
* Correct two typos in comments.Christian Brueffer2006-04-221-2/+2
* Clean up, comment out non-base utilities, fix up comments.Tom Rhodes2006-04-221-34/+14
* Add support for (latest) VIA VT8251 (rev. 0x07) audio controller.Ariff Abdullah2006-04-221-9/+45
* Revert previous to this file before an actual request is made.Tom Rhodes2006-04-221-0/+12
* document the various bus_space_*_stream_? functions...John-Mark Gurney2006-04-222-6/+336
* Fix a typo.Joseph Koshy2006-04-221-2/+2
* Print td_name instead of p_comm if td_name is non-empty forJohn Baldwin2006-04-212-1/+3
* Use LIST_FOREACH().John Baldwin2006-04-211-1/+1
* o Do recrack(arguments) for commands which actually take NAME asMaxim Konovalov2006-04-213-10/+12
* Free allocated environment variables after use.Jung-uk Kim2006-04-211-4/+12
* Don't try to kill embryonic processes in killpg1(). This preventsPaul Saab2006-04-211-2/+3
* Remove unnecessary assignment.Jung-uk Kim2006-04-211-1/+1
* Redo some code based upon issues found by Coverity.Matt Jacob2006-04-214-20/+16