summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Added comments about the apparently-magic rational function used inbde2005-12-151-1/+15
* Add support for writing VIA metadata.sos2005-12-152-19/+202
* o Rewrite bge_encap() to use bus_dmamap_load_mbuf_sg(9), inlining theglebius2005-12-151-82/+55
* Add bge(4) support for big-endian architectures(part 1/2).yongari2005-12-152-88/+139
* Remove one more reference to usbd.conf.iedowse2005-12-151-1/+0
* Remove usbd(8) and all references to it. It is no longer necessaryiedowse2005-12-1532-1597/+15
* When using m_dup(9) to copy more than MHLEN bytes of data, don't create anemaste2005-12-141-1/+2
* Fix a bunch of SYSCTL_INT() that should have been SYSCTL_ULONG() tomux2005-12-144-10/+10
* Fix stale comment.jhb2005-12-142-4/+2
* Whitespace.jhb2005-12-141-2/+2
* Add Via VT8251 support.brueffer2005-12-141-2/+2
* Spelling fixes and minor nit.wilko2005-12-141-3/+3
* add control for packet burstingsam2005-12-142-1/+30
* make packet bursting configurable (default to on if device is capable)sam2005-12-145-1/+17
* Add support for the nForce2/3/4 SMBus controllers which all contain twojhb2005-12-141-25/+160
* Fix the name of the country I was born.maxim2005-12-141-1/+1
* o Now when SIG_IGN signal action for SIGCHLD reap zombiesmaxim2005-12-141-0/+2
* Add RAID0+1 and RAID5 support to VIA RAID code.sos2005-12-142-3/+28
* Add support for VIA VT8251 southbridge.sos2005-12-142-23/+20
* Correct calculation of RAID0 sizes on VIA RAID arrays.sos2005-12-142-7/+9
* o Correct usage(): delete command takes as argument array not channel.maxim2005-12-141-1/+1
* Mega update to the LSI MegaRAID driver:scottl2005-12-147-286/+950
* Add support for creating span ports so that one can snoop bridged trafficthompsa2005-12-144-1/+187
* Style fixs, add missing word 'signal'.davidxu2005-12-141-4/+5
* display a bssid that's zero with the -v optionsam2005-12-141-1/+1
* When creating neighbor entries for an ahdemo bss apply the localsam2005-12-141-0/+9
* when creating an ahdemo bss use any requested bssid; otherwise use zerosam2005-12-141-0/+5
* allow setting the bssid in any modesam2005-12-141-3/+0
* Eradicate caddr_t from the VFS API.des2005-12-1413-33/+33
* Nuke vnodeop_desc.vdesc_transports, which has been unused since the dawndes2005-12-142-8/+1
* Fix the Tigon I/II driver to support 64-bit DMA. In the process, convert itscottl2005-12-142-99/+347
* Add a new 'show lock' command to ddb. If the argument has a valid lockjhb2005-12-133-3/+111
* Hide DDB-specific functions inside check for #ifdef DDB.rodrigc2005-12-131-3/+2
* Add a -c option to control caddr_t replacement (which was commented out indes2005-12-131-2/+24
* fix include pathsam2005-12-131-1/+1
* updatesam2005-12-131-0/+6
* fix include pathnamessam2005-12-131-4/+4
* Add a script that converts K&R-style function definitions to ANSI style.des2005-12-133-0/+147
* Optimize by not doing excessive conversions for handling the sign bit.bde2005-12-132-15/+9
* Assert that the page that is given to vm_page_free_toq() does not have anyalc2005-12-131-0/+2
* MFamd64 rev 1.223: Use the TSC to implement DELAY() if not marked brokenpeter2005-12-132-0/+30
* Revert previous commit. The BIOS braindamage is even worse than Ijhb2005-12-132-9/+6
* Fixed some especially horrible style bugs (indentation that is neitherbde2005-12-132-12/+14
* Print user, system and real time upon exit.des2005-12-131-0/+13
* [mdoc] add missing space before a punctuation type argument.ru2005-12-136-8/+8
* In Linux, kernel parameters passed to ioctl are by value, while in FreeBSDdelphij2005-12-131-5/+5
* Don't check the CPUID_APIC bit in the cpu_features flags field to determinejhb2005-12-132-6/+9
* Sort .Xr by section number.davidxu2005-12-138-14/+14
* /* You're not supposed to hit this problem */phk2005-12-131-2/+2
* Add a new feature for optimizining ipfw rulesets - substitution of theglebius2005-12-133-51/+62
OpenPOWER on IntegriCloud