summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add an extensible version of our *printf(3) implementation to libcphk2005-12-1611-1/+2210
* Use sf_buf_alloc() instead of vm_map_find() on exec_map to create thealc2005-12-163-61/+103
* In pipe_write(): when uiomove() fails, do not spin on it forever.delphij2005-12-161-0/+2
* MFC: sync with -current (interrupt handler API fixes, RT2500 deadlockwpaul2005-12-160-0/+0
* In ndis_rxeof_eth(), avoid acquiring the NDIS miniport block spinlock forwpaul2005-12-161-2/+4
* Fix PCI ID of the AMD-8111 System Management controller so it matchesru2005-12-161-1/+1
* Add descriptions for sysctl -d.emaste2005-12-161-5/+5
* Replace selwakeuppri with selwakeup, let scheduler figure outdavidxu2005-12-161-4/+4
* Cleanup __FreeBSD_version.glebius2005-12-161-5/+0
* Document the pfsync(4) specific maxupd parameter, with text mostly takenceri2005-12-161-1/+12
* Add jumbo frame support for architectures with strict alignment.yongari2005-12-161-12/+60
* Cleanup the strings for printing chipset names, saves quite some space.sos2005-12-162-183/+206
* It seems ciss should ignore overrun and underrun on a SCSI INQUIRYps2005-12-161-1/+4
* Make this compile on 64bit systems. It likely isn't correct, but that canscottl2005-12-161-1/+1
* Fix compiling on platforms with 64bit time_t.scottl2005-12-161-2/+2
* Don peril sensitive sunglasses and jack up the MAX_BPAGES limit to 8192scottl2005-12-161-1/+1
* With current pthread implementations, a mutex initialization willdavidxu2005-12-163-9/+19
* Use uintmax_t and %j to print bus dma segment members rather than castingjhb2005-12-151-6/+7
* Use %t (ptrdiff_t modifier) to print a couple of pointer differences ratherjhb2005-12-152-4/+3
* Make the SYNOPSIS section a bit more informative.joel2005-12-151-1/+12
* Make the SYNOPSIS section a bit more informative.joel2005-12-1515-38/+206
* It is not safe to use m_copypacket() here as the returned mbuf is readonly,thompsa2005-12-151-1/+6
* Install nextboot in /rescue as /rescue/nextboot rather thanjhb2005-12-151-1/+1
* VIA Tech V-RAID write support added.brueffer2005-12-151-1/+3
* Remove linux_mib_destroy() (which I actually added in between 5.0 and 5.1)jhb2005-12-155-12/+0
* 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
OpenPOWER on IntegriCloud