summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Align netgraph message fields ready for 64-bit (and 128 bit :-) machines.julian2004-08-204-10/+14
* Fix a stupid typo which prevented an ipfw KLD unload from successfully cleaningandre2004-08-201-1/+1
* build libthr on amd64.davidxu2004-08-191-2/+1
* Adjust code to support AMD64, on AMD64, thread needs to set fsbase bydavidxu2004-08-193-7/+31
* Add AMD64 support code.davidxu2004-08-192-0/+106
* When unloading ipfw module use callout_drain() to make absolutely sure thatandre2004-08-191-1/+1
* - Remove note about device listings going away.simon2004-08-193-54/+30
* Add a HARDWARE section which lists supported devices based on thesimon2004-08-191-1/+14
* Add a HARDWARE section which lists supported devices.simon2004-08-191-95/+188
* Add a HARDWARE section which lists supported devices.simon2004-08-192-68/+75
* 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
OpenPOWER on IntegriCloud