summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add sf(4)brueffer2004-08-241-0/+1
* - move list of supported adapters into a HARDWARE sectionbrueffer2004-08-241-21/+23
* Always pick up giant before returning from an ioctl call.sos2004-08-241-2/+4
* Revert previous revision, 1.7, as removal of GIANT_REQUIRED was maderwatson2004-08-241-0/+2
* MT4 if_fwsubr.c:1.6:rwatson2004-08-241-2/+0
* Replace the current implementations of ftw() and nftw() with the OpenBSDtjr2004-08-244-284/+254
* Fix make search entries.blackend2004-08-241-2/+2
* Properly check malloc returns.sos2004-08-241-10/+19
* Fix a typo (attacked -> attached).roam2004-08-241-1/+1
* Conditional acquisition of socket buffer mutexes when testing socketrwatson2004-08-241-35/+16
* Set the description to NULL in the right detach routine. This shouldimp2004-08-241-1/+1
* Make sure to properly initialize 'size' to sizeof(sin) before passingrwatson2004-08-241-0/+1
* Fixed a misspelling of the hook name.ru2004-08-242-2/+2
* Add a basic kqueue + UNIX domain socket pair regression test to do somerwatson2004-08-242-0/+340
* Pick up changes in rev 1.8 of src/sys/dev/ic/mpt_netbsd.c from NetBSD.dwhite2004-08-241-1/+3
* It is now an error to call pmap_unuse_pt without the paddr of the pdepeter2004-08-241-3/+1
* Oops, I forgot to have the idle loop call mp_grab_cpu_hlt() on the amd64peter2004-08-241-0/+4
* struct tm.tm_year is listed as 'years since 1900', and is signed. Onpeter2004-08-241-0/+3
* Even in a 80 column, fixed point font, there's plenty of room for allimp2004-08-231-1/+2
* In the SYNOPSIS section, move the bus_dmamem_alloc function prototypeimp2004-08-231-3/+3
* Remove checking of single exit flag in thread_user_enter(), this isdavidxu2004-08-231-12/+0
* Commit Doug White and Alan Cox's fix for the cross-ipi smp deadlock.peter2004-08-236-24/+27
* Allow to set kern.geom.mirror.timeout from /boot/loader.conf.pjd2004-08-231-0/+1
* Fix 'show' command for pipes and queues.pjd2004-08-231-1/+7
* Until I can get a clearer architecture from PHK about why he wantsmjacob2004-08-231-0/+2
* Add a blanket note about 5.x being the same as 6.0 and vice versa forimp2004-08-231-3/+10
* Two items:imp2004-08-231-2/+4
* Compare the addresses of two RAID5 work packets directly insteadle2004-08-231-1/+1
* Wordsmithing in the hardware section.brueffer2004-08-231-2/+2
* Autogenerate entries for ixgb(4)brueffer2004-08-232-0/+4
* Add ixgb, remove isp and mpt (work on all supported platforms)brueffer2004-08-231-2/+1
* Rework sysresource management. Instead of having each sysresource objectnjl2004-08-233-124/+141
* Add a BUS_GET_RESOURCE_LIST method for nexus.njl2004-08-231-0/+10
* Forced commit to document:obrien2004-08-230-0/+0
* My recent measurement shows that CPU_DISABLE_CMPXCHG is no longer necessarysobomax2004-08-231-3/+5
* Make sure we allocate at least enough space for the TCB for variant I TLS.dfr2004-08-231-0/+2
* So here I am, also born in USSR.danfe2004-08-231-0/+1
* Don't try to translate the control message unless we're certain it'sdes2004-08-231-1/+2
* Update documentation to match reality: glob() sorts its result accordingtjr2004-08-231-4/+4
* Restore FD_DEBUG for pc98.nyan2004-08-231-0/+4
* s/the on/on the/blackend2004-08-231-1/+1
* o Fix whitespace bug introduced in the previous commit.sobomax2004-08-232-24/+8
* o Extend boot output: print out mimimum/maximum performance value and numbersobomax2004-08-232-2/+38
* Add missing GEOM classes, which are aware of geom(8).pjd2004-08-231-0/+6
* Make this compile again in the standalone and the MODULES_WITH_WORLDimp2004-08-231-1/+5
* Remove in6_prefix.[ch] and the contained router renumbering capability.rwatson2004-08-238-1328/+0
* Temporarily back out r1.74 as it seems to cause a number of regressionskan2004-08-231-12/+5
* Pass a correct lowaddr to bus_dma_tag_create(), lnc(4) cards can onlymux2004-08-221-1/+1
* Style update: use newer style function prototypes in if_sl.c inrwatson2004-08-221-38/+15
* Move the cow field between wire_count and hold_count. This is themarcel2004-08-221-1/+1
OpenPOWER on IntegriCloud