| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the following knobs for quotas if they are enabled: | mpp | 2007-01-20 | 2 | -3/+6 |
* | MFP4: Move default setting to the end of isp_reset instead of the | mjacob | 2007-01-20 | 7 | -93/+138 |
* | Add a section about RSTP support. | thompsa | 2007-01-20 | 1 | -17/+33 |
* | - Display the media instance numbers and allow the user to set the active | marius | 2007-01-20 | 2 | -3/+32 |
* | - In miibus_attach() remove IFM_IMASK from the dontcare_mask of the | marius | 2007-01-20 | 1 | -2/+17 |
* | - Don't set MIIF_NOISOLATE so ukphy(4) can be used in configurations with | marius | 2007-01-20 | 1 | -3/+1 |
* | - Change the PCI-X registers constants to be relative to the PCI-X PCI | jhb | 2007-01-19 | 3 | -22/+88 |
* | Major revamp of ULE's cpu load balancing: | jeff | 2007-01-19 | 1 | -237/+290 |
* | Add a reference too pthread_cancel(3). | cognet | 2007-01-19 | 1 | -0/+1 |
* | Remove remnants from the sparc64 origin of this file and which are | marius | 2007-01-19 | 1 | -5/+0 |
* | Convert the remainder of the low hanging fruits regarding including | marius | 2007-01-19 | 24 | -139/+141 |
* | Cope gracefully with device_get_children returning an error. | imp | 2007-01-19 | 1 | -2/+5 |
* | Make DK-HOSTMASTER show contact info for .dk domains. | phk | 2007-01-19 | 1 | -0/+2 |
* | On FreeBSD/arm, any value > 50 bits will result in a rediculously huge | imp | 2007-01-19 | 1 | -2/+2 |
* | Use eaccess() instead of access() for the type builtin, like we do for the | stefanf | 2007-01-18 | 1 | -1/+1 |
* | - Add a uart_rxready() and corresponding device-specific implementations | marius | 2007-01-18 | 7 | -48/+45 |
* | A less draconian fix to the build. | mjacob | 2007-01-18 | 1 | -3/+1 |
* | - Probe the CS4231 in USIII machines. | marius | 2007-01-18 | 1 | -6/+4 |
* | Temporarily comment out the KASSERT that broke the kernel build. | obrien | 2007-01-18 | 1 | -0/+2 |
* | - Rename UPA_BUS_SPACE to NEXUS_BUS_SPACE; besides an UPA bus, nexus(4) | marius | 2007-01-18 | 5 | -42/+42 |
* | Add missing comma. | joel | 2007-01-18 | 1 | -1/+1 |
* | Revise the ng_ppp(4) node, so that code flow is more clear. All non-link | glebius | 2007-01-18 | 1 | -514/+805 |
* | Remove the compat shims for the ISA old-stlye in{b,w,l}()/out{b,w,l}() | marius | 2007-01-18 | 6 | -189/+0 |
* | Wrap the EISA-specific parts of the dpt(4) and si(4) back-ends in | marius | 2007-01-18 | 5 | -0/+23 |
* | On sparc64 also use the fillw() this header provides for ia64 so | marius | 2007-01-18 | 1 | -2/+4 |
* | Forced commit to note that rev. 1.100 added support for | kib | 2007-01-18 | 0 | -0/+0 |
* | - most all includes (#include <>) migrate to the sctp_os_bsd.h file | rrs | 2007-01-18 | 28 | -883/+193 |
* | Add support for LINUX_O_DIRECT, LINUX_O_DIRECT and LINUX_O_NOFOLLOW flags | kib | 2007-01-18 | 1 | -17/+46 |
* | Fix definitions of kilobits etc. | ru | 2007-01-18 | 1 | -21/+25 |
* | Set topology change propagation on all ports _except_ the caller. | thompsa | 2007-01-18 | 1 | -1/+1 |
* | Revert previous change. | rodrigc | 2007-01-18 | 1 | -1/+1 |
* | Oops... Revert previous commit because "installathon" is really a contest's | delphij | 2007-01-18 | 1 | -1/+1 |
* | Fix a typo. | delphij | 2007-01-18 | 1 | -1/+1 |
* | Forward declare __pcpu as a pointer type instead of an array type to | rodrigc | 2007-01-18 | 1 | -1/+1 |
* | Document the loader tunables which control hard process memory limits. | bms | 2007-01-17 | 1 | -1/+21 |
* | Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form. | delphij | 2007-01-17 | 6 | -8/+8 |
* | Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form. | delphij | 2007-01-17 | 7 | -10/+10 |
* | "If I only had a brain..." | des | 2007-01-17 | 1 | -1/+1 |
* | Correct errors in previous commit. I didn't realize that ${CPUTYPE} is | des | 2007-01-17 | 1 | -6/+6 |
* | - Add a small section on boot-time configuration. | joel | 2007-01-17 | 1 | -3/+30 |
* | On i386, make "prescott" an alias for "nocona" (instead of the other way | des | 2007-01-17 | 2 | -6/+11 |
* | Fix a buffer overflow iff USB_DEBUG is set, hw.usb.ums.debug is > 5 and the | markus | 2007-01-17 | 1 | -3/+4 |
* | Add PCI Id's for upcoming controllers. | scottl | 2007-01-17 | 1 | -1/+3 |
* | Add 3436 file system regression tests in 184 files. | pjd | 2007-01-17 | 189 | -0/+7978 |
* | Create bus dma tags for both the PCI bus and the IXP425 root bus. Set the | cognet | 2007-01-17 | 4 | -4/+31 |
* | - Add bounce pages for arm, largely based on the i386 implementation. | cognet | 2007-01-17 | 5 | -33/+632 |
* | Add a 3rd entry in the cache, which keeps the end position | trhodes | 2007-01-16 | 2 | -3/+19 |
* | Remove hptlock from the static witness table, now that it's a regular sleep | ssouhlal | 2007-01-16 | 1 | -1/+0 |
* | Resurrect upa(4), now used for the subordinate/slave UPA bridge and | marius | 2007-01-16 | 2 | -0/+515 |
* | - Merge sys/sparc64/creator/creator_upa.c into sys/dev/fb/creator.c. | marius | 2007-01-16 | 5 | -647/+452 |