| Commit message (Expand) | Author | Age | Files | Lines |
* | Add sf(4) | brueffer | 2004-08-24 | 1 | -0/+1 |
* | - move list of supported adapters into a HARDWARE section | brueffer | 2004-08-24 | 1 | -21/+23 |
* | Always pick up giant before returning from an ioctl call. | sos | 2004-08-24 | 1 | -2/+4 |
* | Revert previous revision, 1.7, as removal of GIANT_REQUIRED was made | rwatson | 2004-08-24 | 1 | -0/+2 |
* | MT4 if_fwsubr.c:1.6: | rwatson | 2004-08-24 | 1 | -2/+0 |
* | Replace the current implementations of ftw() and nftw() with the OpenBSD | tjr | 2004-08-24 | 4 | -284/+254 |
* | Fix make search entries. | blackend | 2004-08-24 | 1 | -2/+2 |
* | Properly check malloc returns. | sos | 2004-08-24 | 1 | -10/+19 |
* | Fix a typo (attacked -> attached). | roam | 2004-08-24 | 1 | -1/+1 |
* | Conditional acquisition of socket buffer mutexes when testing socket | rwatson | 2004-08-24 | 1 | -35/+16 |
* | Set the description to NULL in the right detach routine. This should | imp | 2004-08-24 | 1 | -1/+1 |
* | Make sure to properly initialize 'size' to sizeof(sin) before passing | rwatson | 2004-08-24 | 1 | -0/+1 |
* | Fixed a misspelling of the hook name. | ru | 2004-08-24 | 2 | -2/+2 |
* | Add a basic kqueue + UNIX domain socket pair regression test to do some | rwatson | 2004-08-24 | 2 | -0/+340 |
* | Pick up changes in rev 1.8 of src/sys/dev/ic/mpt_netbsd.c from NetBSD. | dwhite | 2004-08-24 | 1 | -1/+3 |
* | It is now an error to call pmap_unuse_pt without the paddr of the pde | peter | 2004-08-24 | 1 | -3/+1 |
* | Oops, I forgot to have the idle loop call mp_grab_cpu_hlt() on the amd64 | peter | 2004-08-24 | 1 | -0/+4 |
* | struct tm.tm_year is listed as 'years since 1900', and is signed. On | peter | 2004-08-24 | 1 | -0/+3 |
* | Even in a 80 column, fixed point font, there's plenty of room for all | imp | 2004-08-23 | 1 | -1/+2 |
* | In the SYNOPSIS section, move the bus_dmamem_alloc function prototype | imp | 2004-08-23 | 1 | -3/+3 |
* | Remove checking of single exit flag in thread_user_enter(), this is | davidxu | 2004-08-23 | 1 | -12/+0 |
* | Commit Doug White and Alan Cox's fix for the cross-ipi smp deadlock. | peter | 2004-08-23 | 6 | -24/+27 |
* | Allow to set kern.geom.mirror.timeout from /boot/loader.conf. | pjd | 2004-08-23 | 1 | -0/+1 |
* | Fix 'show' command for pipes and queues. | pjd | 2004-08-23 | 1 | -1/+7 |
* | Until I can get a clearer architecture from PHK about why he wants | mjacob | 2004-08-23 | 1 | -0/+2 |
* | Add a blanket note about 5.x being the same as 6.0 and vice versa for | imp | 2004-08-23 | 1 | -3/+10 |
* | Two items: | imp | 2004-08-23 | 1 | -2/+4 |
* | Compare the addresses of two RAID5 work packets directly instead | le | 2004-08-23 | 1 | -1/+1 |
* | Wordsmithing in the hardware section. | brueffer | 2004-08-23 | 1 | -2/+2 |
* | Autogenerate entries for ixgb(4) | brueffer | 2004-08-23 | 2 | -0/+4 |
* | Add ixgb, remove isp and mpt (work on all supported platforms) | brueffer | 2004-08-23 | 1 | -2/+1 |
* | Rework sysresource management. Instead of having each sysresource object | njl | 2004-08-23 | 3 | -124/+141 |
* | Add a BUS_GET_RESOURCE_LIST method for nexus. | njl | 2004-08-23 | 1 | -0/+10 |
* | Forced commit to document: | obrien | 2004-08-23 | 0 | -0/+0 |
* | My recent measurement shows that CPU_DISABLE_CMPXCHG is no longer necessary | sobomax | 2004-08-23 | 1 | -3/+5 |
* | Make sure we allocate at least enough space for the TCB for variant I TLS. | dfr | 2004-08-23 | 1 | -0/+2 |
* | So here I am, also born in USSR. | danfe | 2004-08-23 | 1 | -0/+1 |
* | Don't try to translate the control message unless we're certain it's | des | 2004-08-23 | 1 | -1/+2 |
* | Update documentation to match reality: glob() sorts its result according | tjr | 2004-08-23 | 1 | -4/+4 |
* | Restore FD_DEBUG for pc98. | nyan | 2004-08-23 | 1 | -0/+4 |
* | s/the on/on the/ | blackend | 2004-08-23 | 1 | -1/+1 |
* | o Fix whitespace bug introduced in the previous commit. | sobomax | 2004-08-23 | 2 | -24/+8 |
* | o Extend boot output: print out mimimum/maximum performance value and number | sobomax | 2004-08-23 | 2 | -2/+38 |
* | Add missing GEOM classes, which are aware of geom(8). | pjd | 2004-08-23 | 1 | -0/+6 |
* | Make this compile again in the standalone and the MODULES_WITH_WORLD | imp | 2004-08-23 | 1 | -1/+5 |
* | Remove in6_prefix.[ch] and the contained router renumbering capability. | rwatson | 2004-08-23 | 8 | -1328/+0 |
* | Temporarily back out r1.74 as it seems to cause a number of regressions | kan | 2004-08-23 | 1 | -12/+5 |
* | Pass a correct lowaddr to bus_dma_tag_create(), lnc(4) cards can only | mux | 2004-08-22 | 1 | -1/+1 |
* | Style update: use newer style function prototypes in if_sl.c in | rwatson | 2004-08-22 | 1 | -38/+15 |
* | Move the cow field between wire_count and hold_count. This is the | marcel | 2004-08-22 | 1 | -1/+1 |