| Commit message (Expand) | Author | Age | Files | Lines |
* | In est_acpi_info(), initialize count before passing its pointer to | gibbs | 2008-03-01 | 1 | -0/+1 |
* | Fix lockstatus sorting on the top list. | attilio | 2008-03-01 | 1 | -1/+1 |
* | Connect lockmgr_args(9) to the build. | attilio | 2008-03-01 | 1 | -0/+1 |
* | - Add the informations for lockmgr_args(9) | attilio | 2008-03-01 | 1 | -3/+22 |
* | Update lockmgr manpage with last lockmgr modifies: | attilio | 2008-03-01 | 1 | -6/+9 |
* | Bump __FreeBSD_version in order to reflect: | attilio | 2008-03-01 | 1 | -1/+1 |
* | - Handle buffer lock waiters count directly in the buffer cache instead | attilio | 2008-03-01 | 13 | -70/+88 |
* | Add support for the libalias redirect functionality. | mav | 2008-03-01 | 3 | -3/+746 |
* | Xref uchcom(4). | brueffer | 2008-03-01 | 1 | -1/+2 |
* | Manpage for the uchcom(4) driver, adapted from the one in NetBSD. | brueffer | 2008-03-01 | 2 | -0/+95 |
* | Add audit_prefixes to two more globally visible functions in the Audit | rwatson | 2008-03-01 | 3 | -7/+7 |
* | Move the HARDWARE section below the DESCRIPTION section, like it is | brueffer | 2008-03-01 | 1 | -10/+10 |
* | Rename globally exposed symbol send_trigger() to audit_send_trigger(). | rwatson | 2008-03-01 | 4 | -6/+7 |
* | Change data formating in debug code. | jfv | 2008-03-01 | 1 | -12/+12 |
* | An error in the poll routine turned up during LINT build | jfv | 2008-03-01 | 1 | -1/+1 |
* | Missing braces in link routine. | jfv | 2008-03-01 | 1 | -1/+2 |
* | Somehow missed the stanza for 575 in the em driver | jfv | 2008-03-01 | 1 | -2/+0 |
* | Missed some code that is ifdef STRICT_ALIGN :( | jfv | 2008-03-01 | 1 | -1/+1 |
* | Temporarily comment out new entries due to build problems, to be resolved nex... | jfv | 2008-03-01 | 1 | -3/+3 |
* | Add entries for em, igb, and ixgbe adapters. | jfv | 2008-03-01 | 1 | -0/+4 |
* | Remove a dereference. It was unintended and a no-op. | scf | 2008-03-01 | 1 | -20/+30 |
* | Last change was incomplete, instantiate the igb variable... | jfv | 2008-02-29 | 1 | -0/+4 |
* | Add igb driver to the build | jfv | 2008-02-29 | 1 | -0/+1 |
* | Follow-up improvements to the handling of false positives: If the | marcel | 2008-02-29 | 1 | -3/+32 |
* | Need to add define of FAST interrupts as default | jfv | 2008-02-29 | 1 | -0/+3 |
* | Hook ipfw_nat to the build. | piso | 2008-02-29 | 1 | -0/+1 |
* | Move ipfw's nat code into its own kld: ipfw_nat. | piso | 2008-02-29 | 6 | -553/+741 |
* | Detail the em/igb split so no one gets confused. | jfv | 2008-02-29 | 1 | -0/+6 |
* | This change introduces a split to the Intel E1000 driver, now rather than | jfv | 2008-02-29 | 50 | -1173/+16276 |
* | explain that you must set a default transmit key for WEP | sam | 2008-02-29 | 1 | -1/+7 |
* | Add a 'c7' CPUTYPE for VIA C7 CPUs that is 'c3-2' with the addition of | jhb | 2008-02-29 | 1 | -0/+2 |
* | With the recent change to enable CPU brands from the VIA chips, the | jhb | 2008-02-29 | 1 | -24/+41 |
* | Add files to remove when MK_GCOV, MK_IPX or MK_NCP are defined. | antoine | 2008-02-29 | 1 | -9/+57 |
* | Use the easily-greppable copyright notice template from | philip | 2008-02-29 | 7 | -119/+119 |
* | A fix for other ways of triggering joe@'s bug. | fanf | 2008-02-29 | 1 | -9/+12 |
* | Allow #if defined SYM as well as #if defined(SYM). Fix an abort | fanf | 2008-02-29 | 1 | -18/+31 |
* | Merged from sys/dev/sio/sio.c revision 1.472 | nyan | 2008-02-29 | 1 | -1/+1 |
* | MFi386: revision 1.43 | nyan | 2008-02-29 | 1 | -0/+7 |
* | MFi386: revision 1.658 | nyan | 2008-02-29 | 1 | -0/+19 |
* | MFi386: revision 1.55. | nyan | 2008-02-29 | 1 | -4/+27 |
* | Fix adhoc mode to scan all available channels for a bss to join | sam | 2008-02-29 | 1 | -42/+63 |
* | Workaround GMAC hardware hang of Yukon II on the receipt of pause | yongari | 2008-02-29 | 2 | -2/+6 |
* | Add support for kgdb's 'detach' command. | grehan | 2008-02-29 | 1 | -0/+5 |
* | Better handle false positives. The MBR differs from the boot sector | marcel | 2008-02-28 | 1 | -6/+24 |
* | Validate the id16 values gathered from ACPI (previously a TODO item). | rpaulo | 2008-02-28 | 1 | -17/+59 |
* | Zero sc->vnode if mdsetcred() fails. | philip | 2008-02-28 | 1 | -0/+1 |
* | - Check for the extended CPUID registers on VIA CPUs so we can get the | jhb | 2008-02-28 | 1 | -2/+2 |
* | Tweak the verbose disk printing a bit: | jhb | 2008-02-28 | 1 | -59/+51 |
* | MFi386: | nyan | 2008-02-28 | 2 | -57/+2 |
* | Rev 1.72 fixed a bug where if /boot.config changed the console its contents | jhb | 2008-02-28 | 2 | -4/+6 |