| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert previous commit. It's not part of the ppc(4) changes. | Marcel Moolenaar | 2006-04-24 | 1 | -1/+0 |
| * | o Move ISA specific code from ppc.c to ppc_isa.c -- a bus front- | Marcel Moolenaar | 2006-04-24 | 22 | -2753/+593 |
| * | Add another Intel CPU feature flag, xTPR (Send Task Priority Messages). | Jung-uk Kim | 2006-04-24 | 2 | -2/+2 |
| * | Check if deterministic cache parameters leaf is valid before use. | Jung-uk Kim | 2006-04-24 | 2 | -2/+4 |
| * | Remove the sab(4) manpage. | Marcel Moolenaar | 2006-04-24 | 2 | -85/+0 |
| * | Remove the sab(4) driver. It is superseded by scc(4). | Marcel Moolenaar | 2006-04-24 | 2 | -1478/+0 |
| * | Adjust dangerous-shared-cache-detection logic from "all shared data | Colin Percival | 2006-04-24 | 2 | -4/+4 |
| * | Inherit LOCAL_CREDS option from listen socket for sockets returned | Maxim Konovalov | 2006-04-24 | 1 | -0/+2 |
| * | Add attribution: the quote comes from Perlis's Paradigms of AI Programming | Diomidis Spinellis | 2006-04-24 | 1 | -0/+1 |
| * | Move AHC_REG_PRETTY_PRINT and AHD_REG_PRETTY_PRINT below | Xin LI | 2006-04-24 | 4 | -12/+12 |
| * | Instead of calling tcp_usr_detach() from tcp_usr_abort(), break out | Robert Watson | 2006-04-24 | 1 | -52/+64 |
| * | MFp4: Add the ipend() method to the serdev I/F to allow umbrella | Marcel Moolenaar | 2006-04-23 | 1 | -0/+15 |
| * | MFp4: Calculate the divisor before setting the DLAB bit. This | Marcel Moolenaar | 2006-04-23 | 1 | -2/+2 |
| * | Note FreeBSD-SA-06:14.fpu.asc | Xin LI | 2006-04-23 | 2 | -0/+10 |
| * | Assert that sockets passed into soabort() not be SQ_COMP or SQ_INCOMP, | Robert Watson | 2006-04-23 | 1 | -1/+3 |
| * | Add some new options to mac_bsdestended. We can now match on: | David Malone | 2006-04-23 | 9 | -267/+1352 |
| * | style(9) treatment following fixups. | Robert Watson | 2006-04-23 | 1 | -200/+212 |
| * | Eliminate unnecessary use of labels in error unwinding cases; result is | Robert Watson | 2006-04-23 | 1 | -35/+26 |
| * | Acquire natm mutex after traversing so_pcb, not before, as the protocol | Robert Watson | 2006-04-23 | 1 | -5/+7 |
| * | Add missing 'not' to SQ_COMP comment. | Robert Watson | 2006-04-23 | 1 | -1/+1 |
| * | Move handling of SQ_COMP exception case in sofree() to the top of the | Robert Watson | 2006-04-23 | 1 | -17/+5 |
| * | Update natm PCB debugging code: | Robert Watson | 2006-04-23 | 1 | -17/+12 |
| * | Modify in6_pcbpurgeif0() to accept a pcbinfo structure rather than a pcb | Robert Watson | 2006-04-23 | 3 | -8/+10 |
| * | Replace isn_mtx direct use with ISN_*() lock macros so that locking | Robert Watson | 2006-04-23 | 2 | -10/+18 |
| * | Remove multiple _get_curthread() calls. | David Xu | 2006-04-23 | 1 | -4/+1 |
| * | MFen 1.911 -> 1.914 | Xin LI | 2006-04-23 | 1 | -97/+161 |
| * | - Mark MFC'd items. | Hiroki Sato | 2006-04-22 | 2 | -180/+278 |
| * | MFother arches : | Olivier Houchard | 2006-04-22 | 1 | -24/+10 |
| * | Introduce a new TCP mutex, isn_mtx, which protects the initial sequence | Robert Watson | 2006-04-22 | 2 | -6/+12 |
| * | Assert the inpcb lock when rehashing an inpcb. | Robert Watson | 2006-04-22 | 1 | -0/+5 |
| * | Remove pcbinfo locking from in_setsockaddr() and in_setpeeraddr(); | Robert Watson | 2006-04-22 | 1 | -6/+4 |
| * | Revert part of previous commit. In alpha_platform_alloc_ide_intr(), | Marcel Moolenaar | 2006-04-22 | 1 | -6/+1 |
| * | Oops, correct the weak reference (s/fclose/fcloseall). | Daniel Eischen | 2006-04-22 | 1 | -1/+1 |
| * | Bump __FreeBSD_version to reflect the addition of fcloseall() to libc. | Daniel Eischen | 2006-04-22 | 1 | -1/+1 |
| * | Now that libc has fcloseall(), remove _cleanup() from the list | Daniel Eischen | 2006-04-22 | 1 | -1/+0 |
| * | Add a prototype for fcloseall(). | Daniel Eischen | 2006-04-22 | 1 | -0/+1 |
| * | Add fcloseall() to libc. This removes the need to export _cleanup(). | Daniel Eischen | 2006-04-22 | 5 | -4/+60 |
| * | Correct two typos in comments. | Christian Brueffer | 2006-04-22 | 1 | -2/+2 |
| * | Clean up, comment out non-base utilities, fix up comments. | Tom Rhodes | 2006-04-22 | 1 | -34/+14 |
| * | Add support for (latest) VIA VT8251 (rev. 0x07) audio controller. | Ariff Abdullah | 2006-04-22 | 1 | -9/+45 |
| * | Revert previous to this file before an actual request is made. | Tom Rhodes | 2006-04-22 | 1 | -0/+12 |
| * | document the various bus_space_*_stream_? functions... | John-Mark Gurney | 2006-04-22 | 2 | -6/+336 |
| * | Fix a typo. | Joseph Koshy | 2006-04-22 | 1 | -2/+2 |
| * | Print td_name instead of p_comm if td_name is non-empty for | John Baldwin | 2006-04-21 | 2 | -1/+3 |
| * | Use LIST_FOREACH(). | John Baldwin | 2006-04-21 | 1 | -1/+1 |
| * | o Do recrack(arguments) for commands which actually take NAME as | Maxim Konovalov | 2006-04-21 | 3 | -10/+12 |
| * | Free allocated environment variables after use. | Jung-uk Kim | 2006-04-21 | 1 | -4/+12 |
| * | Don't try to kill embryonic processes in killpg1(). This prevents | Paul Saab | 2006-04-21 | 1 | -2/+3 |
| * | Remove unnecessary assignment. | Jung-uk Kim | 2006-04-21 | 1 | -1/+1 |
| * | Redo some code based upon issues found by Coverity. | Matt Jacob | 2006-04-21 | 4 | -20/+16 |