summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Unconditionally support the AMD64 GART HW.obrien2004-08-198-34/+2
* Move listing of DTC 3290 to aha(4).simon2004-08-193-4/+2
* For IPv6 access pointer to tcpcb only after we have checked it is valid.andre2004-08-192-2/+8
* Add a newline.njl2004-08-191-1/+1
* Temporary bandaid to help sparc64 systems with ATA disks boot. Recentkensmith2004-08-191-1/+3
* Add bioq_takefirst().phk2004-08-192-6/+13
* Fix spelling error in my last blurb.andre2004-08-191-1/+1
* - Note that Adaptec 3940UW won't be recognised by the 164sx SRMwilko2004-08-191-1/+4
* 86 new vendor ID's from USB.org, and 3 corrections of existing vendor ID's.obrien2004-08-192-9/+88
* Put in a note about the ipfw to pfil_hooks conversion and the requirementandre2004-08-191-0/+8
* Disable interrupts after using pmap_enter() to add the identity mapping.njl2004-08-191-1/+1
* Give a useful error message if someone tries to compile IPFIREWALL into theandre2004-08-191-0/+4
* Add comment that IPFIREWALL now requires option PFIL_HOOKS.andre2004-08-191-0/+1
* Note that IPFIREWALL depends on PFIL_HOOKS compiled into the kernel as well.andre2004-08-191-1/+4
* Do not unconditionally ignore IPDIVERT and IPFIREWALL_FORWARD when buildingandre2004-08-192-4/+0
* Bring back the sysctl 'net.inet.ip.fw.enable' to unbreak the startup scriptsandre2004-08-194-0/+11
* Add debugging to rman_manage_region() as well. This is useful since wenjl2004-08-191-0/+2
* Reword recent addition about memory moving.alfred2004-08-191-5/+4
* Add my birthday.clsung2004-08-191-0/+1
* Remove GIANT_REQUIRED from setugidsafety() as knote_fdclose() no longerrwatson2004-08-191-2/+0
* Add a HARDWARE section and bump the document datebrueffer2004-08-191-1/+12
* Remove an unnecessary .It.maxim2004-08-191-1/+0
* Catch up to recent API changes including the removal of the signal_caughtjhb2004-08-191-12/+25
* A volume can be up if it has a degraded RAID5 plex.le2004-08-191-1/+7
* Now that the return value semantics of cv's for multithreaded processesjhb2004-08-196-77/+79
* Bump document date.des2004-08-191-1/+1
* Generalize the UFS bad magic value used to determine when a filesystemjhb2004-08-193-7/+12
* Document NO_PF and NO_AUTHPFbrueffer2004-08-191-0/+7
* Meet the 6.0-CURRENT era. While here, teach mdoc(7) about the upcomingru2004-08-191-1/+3
* Meet the new era of 6.0-CURRENT.ru2004-08-191-2/+2
* Add a NO_BOOT knob to prevent building the boot blocks and loader.des2004-08-193-0/+6
* Always quote variables in tests, to ensure correct evaluation even whendes2004-08-191-7/+7
* Print the patch file name in the warning message for missing patch files.des2004-08-191-1/+1
* Clean up, add update_releng_[45].rc.des2004-08-191-2/+6
* RELENG_5 is now available.des2004-08-192-2/+6
* Branches of interest are RELENG_4_{8,9,10}.des2004-08-192-1/+5
* Comment out the timeout setting; it doesn't work properly.des2004-08-191-0/+1
* add options MPROF_BUFFERS and MPROF_HASH_SIZE that adjust the sizes ofjmg2004-08-194-0/+22
* Acquire and release Giant around a call to VOP_BMAP(). (This is aalc2004-08-191-0/+2
* Add UNP_UNLOCK_ASSERT() to asser that the UNIX domain socket subsystemrwatson2004-08-191-2/+10
* Push down pcbinfo and inpcb locking from udp_send() into udp_output().rwatson2004-08-191-25/+35
* In in_pcbrehash(), do assert the inpcb lock as well as the pcbinfo lock.rwatson2004-08-191-1/+1
* We really don't want to receive spoil event for synchroniztion consumers.pjd2004-08-182-2/+0
* Bring ia64 back from the dead. After a call one needs to restore themarcel2004-08-181-1/+1
* Skip entries for GBDE swap devices if they are commented out in /etc/fstab.thomas2004-08-182-12/+20
* Do not override the class provided dumpconf function.phk2004-08-181-1/+2
* Clarify that realloc and reallocf may move the memory allocation.alfred2004-08-181-3/+7
* Pretty print some informational messages.le2004-08-181-1/+4
* Fix a stupid bug in the drive taste function: when checking if ale2004-08-181-28/+10
* Initialize iobase from the resource allocated by bus_alloc_resource_any()gibbs2004-08-181-2/+2
OpenPOWER on IntegriCloud