summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a knob to suppress logging of attempts to modifyglebius2005-12-181-6/+11
* - Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag inglebius2005-12-1810-23/+38
* Remove the KTR for hardclock completely. It seems to not be useful.njl2005-12-181-1/+0
* Restore KTR_CRITICAL but conditionally compile it in as KTR_SCHED.njl2005-12-181-2/+9
* Precision for AFMT_x24_yE and AFMT_x32_yE should be 24 and 32, respectively.ariff2005-12-181-2/+2
* Merged from sys/dev/sio/sio.c revision 1.463.nyan2005-12-181-0/+1
* Make our ELF64 type definitions match standards. In particular thismarcel2005-12-1815-91/+102
* Get in sync with current ELF definitions. In particular this means:marcel2005-12-183-48/+110
* Fix the ELF64_R_TYPE and ELF64_R_INFO macros. The symbol type is anmarcel2005-12-171-2/+2
* Correct a long-standing problem in elfN_map_insert(): In order to copy aalc2005-12-171-1/+1
* Use M_ZERO for the bridge_iflist to ensure there are no unexpected suprises.thompsa2005-12-171-1/+1
* Minor whitespace cleanup.thompsa2005-12-172-31/+31
* trim trailing ^Iobrien2005-12-171-17/+17
* Change from a callback in if_ethersubr to using EVENTHANDLER in order to detachthompsa2005-12-173-21/+67
* Clean up unused or poorly utilized KTR values. Remove KTR_FS, KTR_KGDB,njl2005-12-173-15/+15
* Backout pseudo nForce2/3/4 support. These devices (as well asru2005-12-161-160/+25
* - Use uintfptr_t rather than int for the kernel profiling index (though itjhb2005-12-161-3/+3
* Change the addupc_*() functions to use the uintfptr_t type for pc ratherjhb2005-12-162-4/+4
* GC some unused frame types.jhb2005-12-162-94/+0
* Style: The second argument to vm_map_find() should be NULL instead of 0.alc2005-12-161-1/+1
* 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
* 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
* 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
* Don peril sensitive sunglasses and jack up the MAX_BPAGES limit to 8192scottl2005-12-161-1/+1
* 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
* It is not safe to use m_copypacket() here as the returned mbuf is readonly,thompsa2005-12-151-1/+6
* Remove linux_mib_destroy() (which I actually added in between 5.0 and 5.1)jhb2005-12-155-12/+0
* 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
* 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
* 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
* 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
* 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-142-1/+152
OpenPOWER on IntegriCloud