| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the semantics of the debug.ktr.alq_enable control so that when you | julian | 2010-04-14 | 1 | -24/+30 |
* | Add sge(4) man page and hook up sge(4) to the build. | yongari | 2010-04-14 | 5 | -3/+129 |
* | Add a missing fragment in the tx msix handler to invoke | jfv | 2010-04-14 | 2 | -16/+31 |
* | Add sge(4) to the list of supported network interface. | yongari | 2010-04-14 | 1 | -0/+1 |
* | We don't need the definition for in_cksum repeated here since we get | imp | 2010-04-14 | 1 | -1/+0 |
* | Add driver for Silicon Integrated Systems SiS190/191 Fast/Gigabit Ethernet. | yongari | 2010-04-14 | 9 | -0/+2110 |
* | Make this directory more regular. Since it is one we control, use the | imp | 2010-04-14 | 4 | -14/+3 |
* | ld_gs_base is executing with stack containing only the frame, | kib | 2010-04-14 | 1 | -1/+0 |
* | mdoc: order prologue macros consistently by Dd/Dt/Os | uqs | 2010-04-14 | 323 | -323/+323 |
* | Add and expand $FreeBSD$ keyword to allow committing to this file. | uqs | 2010-04-14 | 1 | -1/+1 |
* | Add armeb-*-freebsd* to the list of known architectures. This is like | imp | 2010-04-14 | 1 | -0/+4 |
* | Add note about TARGET_ARCH | imp | 2010-04-14 | 1 | -0/+1 |
* | Make this code a little more portable by wrapping the mtx calls into | rpaulo | 2010-04-14 | 2 | -23/+33 |
* | mdoc: don't abuse Bo/Pc to get what looks like an interval | uqs | 2010-04-14 | 1 | -1/+1 |
* | mdoc: remove .Pp where not needed | uqs | 2010-04-14 | 5 | -12/+0 |
* | Remove multiqueue stack related stuff form lem, it is | jfv | 2010-04-14 | 1 | -159/+5 |
* | For early ALI chips do not announce I/O sizes that require unsupported | mav | 2010-04-14 | 1 | -1/+4 |
* | Linux puts a blank line between each CPU. | emaste | 2010-04-14 | 1 | -1/+1 |
* | Eliminate duplicate comment | kevlo | 2010-04-14 | 1 | -1/+0 |
* | Destroy the pmap 'pm_mutex' in pmap_release() otherwise we will panic | neel | 2010-04-14 | 1 | -0/+1 |
* | Revert the vm_machdep.c part of r205072. | neel | 2010-04-14 | 1 | -18/+2 |
* | The sequence number is now a node under which the MCA records are | marcel | 2010-04-13 | 1 | -10/+26 |
* | Populate the sysctl tree with any MCA records we collected. | marcel | 2010-04-13 | 2 | -48/+90 |
* | Only compile in uart_cpu_$MACHINE.c if it exists. I'm not sure how | imp | 2010-04-13 | 2 | -4/+2 |
* | Allerheilingen -> Allerheiligen | edwin | 2010-04-13 | 1 | -1/+1 |
* | Add Agere ET1011 PHY which is found on Belkin F5D5055 USB | yongari | 2010-04-13 | 2 | -1/+6 |
* | - Ignore and report duplicate and empty device names in devfs_populate_loop() | jh | 2010-04-13 | 2 | -0/+24 |
* | Change the (generic) argument to ia64_store_mca_state() from the | marcel | 2010-04-13 | 1 | -7/+8 |
* | Nuke the descriptions about ipv6_firewall_* as they were unified | ume | 2010-04-13 | 1 | -33/+1 |
* | o s/u_int64_t/uint64_t/g | marcel | 2010-04-13 | 1 | -13/+12 |
* | Use enums in the aac_command_status_table rather than duplicating the same | emaste | 2010-04-13 | 1 | -36/+36 |
* | Change printf() calls to uprintf() for sigreturn() and trap() complaints | kib | 2010-04-13 | 5 | -18/+29 |
* | fix copyright format, as requested by Joel Dahl | luigi | 2010-04-13 | 6 | -7/+14 |
* | make code compile with KTR | luigi | 2010-04-13 | 1 | -11/+4 |
* | use correct .PATH, remove unused CFLAGS | luigi | 2010-04-13 | 1 | -3/+2 |
* | Align the declaration for sa_sigaction with POSIX. | kib | 2010-04-13 | 1 | -2/+2 |
* | Update the list of the process flags for P_WKILLED. | kib | 2010-04-13 | 1 | -1/+2 |
* | Handle a case in kern_openat() when vn_open() change file type from | kib | 2010-04-13 | 1 | -15/+2 |
* | Remove XXX comment. Add another comment, describing why f_vnode assignment | kib | 2010-04-13 | 1 | -1/+6 |
* | Simplify vm_thread_swapin(). | alc | 2010-04-13 | 1 | -4/+2 |
* | The Quanta Q101 modem has a different type of cdrom driver disk, | kevlo | 2010-04-13 | 2 | -0/+2 |
* | Sync up to SDM 2.2. | marcel | 2010-04-13 | 1 | -4/+22 |
* | Sync some minor items with the upstream driver. Should have no functional | emaste | 2010-04-13 | 4 | -4/+8 |
* | Whitespace cleanup, in advance of next sync with Adaptec's driver. No | emaste | 2010-04-13 | 7 | -102/+102 |
* | - Add an entry for myself to committers-ports.dot | sahil | 2010-04-12 | 1 | -0/+3 |
* | Simplify how we select which architectures to add gdbserver for. If | imp | 2010-04-12 | 1 | -2/+1 |
* | Doh! Last minute changes bites me in the butt.... | imp | 2010-04-12 | 1 | -1/+1 |
* | bce, bwi, bwn, mfi, mpt and siba_bwn all now compile that arm and mips | imp | 2010-04-12 | 1 | -12/+6 |
* | Bring in geom_sched, support for scheduling disk I/O requests | luigi | 2010-04-12 | 15 | -0/+3664 |
* | Remove svn:executable prop. | rpaulo | 2010-04-12 | 1 | -0/+0 |