| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix static const order | Sam Leffler | 2008-12-13 | 1 | -2/+2 |
| * | remove duplicate case | Sam Leffler | 2008-12-13 | 1 | -2/+1 |
| * | remove conflicting decl | Sam Leffler | 2008-12-13 | 1 | -3/+1 |
| * | Add more CPUID bits from AMD CPUID Specification Rev. 2.28. | Jung-uk Kim | 2008-12-12 | 4 | -16/+32 |
| * | It seems usb2 needs the devtable regenerated after editing usbdevs. | Andrew Thompson | 2008-12-12 | 2 | -21/+63 |
| * | Sort the PCI device's and make the catch-all for new Dell | Doug Ambrisko | 2008-12-12 | 1 | -6/+6 |
| * | The TWINKLECAM entry is under CHICONY2, remove MICRODIA. | Andrew Thompson | 2008-12-12 | 1 | -4/+1 |
| * | Use correct AIPTEK2 name for vendor 0x04fc, now that the PENCAM_MEGA_1_3 | Andrew Thompson | 2008-12-12 | 1 | -1/+1 |
| * | Reviewed by: (Dieter)freebsd@sopwith.solgatos.com | Sean Bruno | 2008-12-12 | 2 | -22/+68 |
| * | Add in some more device ID's and a generic catch-all. | Doug Ambrisko | 2008-12-12 | 1 | -0/+3 |
| * | Expose symbol `PMC_FN_USER_CALLCHAIN' to assembler code. | Joseph Koshy | 2008-12-12 | 2 | -0/+16 |
| * | Move the check for the ending char in the partition name where | Luigi Rizzo | 2008-12-12 | 1 | -5/+6 |
| * | Add a field to disambiguate between multiple threads awaiting | Joseph Koshy | 2008-12-12 | 1 | -0/+1 |
| * | Uio_yield() already does DROP_GIANT/PICKUP_GIANT, no need to repeat this | Konstantin Belousov | 2008-12-12 | 1 | -2/+0 |
| * | Reference the vmspace of the process being inspected by procfs, linprocfs | Konstantin Belousov | 2008-12-12 | 3 | -5/+31 |
| * | The userland_sysctl() function retries sysctl_root() until returned | Konstantin Belousov | 2008-12-12 | 2 | -3/+9 |
| * | Remove the offer to install Linux compatibility on i386 in the mainline | Ken Smith | 2008-12-12 | 4 | -31/+0 |
| * | Begin the sysinstall cleanup. Remove the support for configuring OSF | Ken Smith | 2008-12-12 | 4 | -25/+0 |
| * | Do not leak defs_de_interlock on error. | Konstantin Belousov | 2008-12-12 | 1 | -1/+3 |
| * | fix support and capabilities | Kip Macy | 2008-12-12 | 1 | -4/+5 |
| * | - Drop a reference to an older 'kdb' debugger that FreeBSD never had. | John Baldwin | 2008-12-12 | 1 | -7/+2 |
| * | Bump __FreeBSD_version for the new VOP_VPTOCNP addition. | Joe Marcus Clarke | 2008-12-12 | 1 | -1/+1 |
| * | RTF_RNH_LOCKED needs to be passed in the flags arg not report, | Kip Macy | 2008-12-12 | 1 | -1/+1 |
| * | Pass RTF_RNH_LOCKED to rtalloc1 sunce the node head is locked, this avoids a | Andrew Thompson | 2008-12-12 | 1 | -1/+1 |
| * | Consider processes attaching/detaching from tun(4) devices as being link | Christian S.J. Peron | 2008-12-12 | 1 | -0/+2 |
| * | It seems there are still issues on multicast perfect filtering. | Pyun YongHyeon | 2008-12-12 | 1 | -1/+1 |
| * | Add a man page for VOP_VPTOCNP. | Joe Marcus Clarke | 2008-12-12 | 2 | -0/+111 |
| * | Implement VOP_VPTOCNP for devfs. Directory and character device vnodes are | Joe Marcus Clarke | 2008-12-12 | 1 | -0/+65 |
| * | Add a simple VOP_VPTOCNP implementation for deadfs which returns EBADF. | Joe Marcus Clarke | 2008-12-12 | 1 | -0/+1 |
| * | Add a new error VOP, VOP_ENOENT. This function will simply return ENOENT. | Joe Marcus Clarke | 2008-12-12 | 1 | -0/+2 |
| * | Add a new VOP, VOP_VPTOCNP, which translates a vnode to its component name | Joe Marcus Clarke | 2008-12-12 | 3 | -24/+95 |
| * | Remove superfluous return statements from the end of void functions. | Andrew Thompson | 2008-12-11 | 68 | -1305/+0 |
| * | Format and wrap function declarations. | Andrew Thompson | 2008-12-11 | 66 | -776/+1058 |
| * | Add entry for if_transmit and if_qflush | Kip Macy | 2008-12-11 | 1 | -1/+20 |
| * | Add kqueue()-support to pseudo-terminal master devices. | Ed Schouten | 2008-12-11 | 1 | -0/+107 |
| * | Add entries for some Option, Sierra and Stelera 3G cards. | Andrew Thompson | 2008-12-11 | 1 | -0/+8 |
| * | Don't forget to add "npts" to rlimit_ident[] as well. | Ed Schouten | 2008-12-11 | 1 | -1/+2 |
| * | Fix a leak introduced in r185902. We should free the devspec if | Paul Saab | 2008-12-11 | 1 | -0/+1 |
| * | Put a global variables, which were virtualized but formerly | Bjoern A. Zeeb | 2008-12-11 | 14 | -19/+37 |
| * | Put the VIMAGE options together in one place. | Bjoern A. Zeeb | 2008-12-11 | 1 | -1/+1 |
| * | Order #includes - also to reduce diffs with vimage branches in p4. | Bjoern A. Zeeb | 2008-12-11 | 1 | -5/+4 |
| * | Use the correct INIT_VNET_INET() as the virtualized variable here | Bjoern A. Zeeb | 2008-12-11 | 1 | -1/+1 |
| * | Add constants for fields in the local APIC error status register and a | John Baldwin | 2008-12-11 | 6 | -0/+44 |
| * | Error in case anyone tried to compile with both options VIMAGE and | Bjoern A. Zeeb | 2008-12-11 | 1 | -0/+4 |
| * | Whitespace changes only - tabs must have been converted to spaces | Bjoern A. Zeeb | 2008-12-11 | 1 | -5/+5 |
| * | Add missing "goto set_head" for SO_IPX_CHECKSUM; otherwise we fall through | Robert Watson | 2008-12-11 | 1 | -0/+1 |
| * | Push mips support into the tree. | Warner Losh | 2008-12-11 | 3 | -0/+30 |
| * | Push mips support into the tree. | Warner Losh | 2008-12-11 | 3 | -1/+32 |
| * | Push mips support for ld into the tree. | Warner Losh | 2008-12-11 | 5 | -0/+40 |
| * | Push mips support for as into the tree. | Warner Losh | 2008-12-11 | 3 | -0/+27 |