summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add missing function prototype in r199671.yongari2009-11-221-0/+2
* Initialise variable before use.thompsa2009-11-225-0/+5
* Improve High Speed slot allocation mechanism by moving the computation to thethompsa2009-11-227-71/+209
* Implement TSO for BCM5755 or newer controllers. Some controllersyongari2009-11-222-32/+149
* Fix two long standing bugs on bge(4). Most pre BCM5755 controllersyongari2009-11-222-1/+33
* Garbage collect some code that was never compiled in to handle Altivecnwhitehorn2009-11-221-6/+0
* For MSI case, interrupt is not shared and we don't need to forceyongari2009-11-222-10/+106
* Cache Rx producer/Tx consumer index as soon as we know status blockyongari2009-11-221-20/+27
* Rearrange bge_start_locked to see we can send more frames byyongari2009-11-221-24/+26
* Controller does not write Rx descriptors, remove BUS_DMASYNC_PREREAD.yongari2009-11-221-4/+2
* Use capability pointer to access PCIe registers rather thanyongari2009-11-222-31/+45
* Due to newly added PCIe capabilities fallback code for finding theyongari2009-11-221-37/+17
* Fix typo introduced in r199011.yongari2009-11-221-1/+1
* Remove extra white space.yongari2009-11-222-13/+13
* Fix various things about SIGINT handling:jilles2009-11-226-6/+25
* When -n is specified, attempt to turn hostnames found in utmp into IPume2009-11-221-11/+31
* sh: Ensure the same command input file is on top after executing a builtin.jilles2009-11-224-0/+60
* Release over-agressive WDMA0 mode timings as close to spec as chip can.mav2009-11-221-1/+1
* Fix Intel PATA UDMA timings setting, affecting write performance.mav2009-11-221-2/+2
* Add some missing WDMA/UDMA modes.mav2009-11-221-0/+11
* The output of perror(1) is now showing local messages for localesedwin2009-11-221-0/+2
* trap: do not consider a bad signal name a fatal error.jilles2009-11-212-3/+18
* Add a test for r199631.stefanf2009-11-211-0/+15
* Handle current work directories of arbitrary length. The argument to cdstefanf2009-11-211-22/+29
* sh: Some changes to stderr flushing:jilles2009-11-217-14/+16
* Add a few very basic tests for cd -{L,P} and pwd -{L,P}.stefanf2009-11-211-12/+22
* Fix minor resource leak in a function.netchild2009-11-211-0/+2
* Add a note that wpa_supplicant(8) may require a full world build todougb2009-11-211-0/+4
* Add an experimental and rudimentary JIT optimizer to reduce unncessaryjkim2009-11-214-98/+287
* On the return path from F_RDAHEAD and F_READAHEAD fcntls, do notkib2009-11-201-2/+3
* Patch the experimental NFS server is a manner analagous tormacklem2009-11-203-19/+29
* General style cleanup, no functional change.jkim2009-11-203-99/+72
* Revert the previous change to pthread_once() stub in libc. It is actuallyjhb2009-11-203-7/+3
* Only Tx checksum offloading is supported now. Remove experimentalyongari2009-11-201-1/+1
* Add __FBSDID.yongari2009-11-201-1/+3
* Add IPv4/TCP/UDP Tx checksum offloading support. It seems theyongari2009-11-202-6/+43
* Because we know received bytes including CRC there is no reason toyongari2009-11-201-4/+2
* Add initial endianness support. It seems the controller supportsyongari2009-11-201-14/+14
* Remove unnecessary structure packing.yongari2009-11-201-4/+4
* Replace gmt_is_set and the gmt_mutex lock with a pthread_once_t variable andjhb2009-11-201-12/+13
* Add an internal _once() method. This works identical to pthread_once(3)jhb2009-11-204-2/+78
* Correct copyright date in the BPF regression test.jkim2009-11-201-1/+1
* Adjust BPF JIT compiler regression tests to catch up with r199603.jkim2009-11-207-20/+35
* - Allocate scratch memory on stack instead of pre-allocating it withjkim2009-11-206-87/+98
* Always allocate PCI/ISA interrupts as shareable so that sharedmarcel2009-11-201-0/+1
* Fix minor memory leak in a function.netchild2009-11-201-1/+3
* Fix minor resource leak in a function which was introduced by changing annetchild2009-11-201-1/+3
* tsec: Use IFQ_DRV macros for managing interface packet queue.raj2009-11-201-3/+3
* Always use 64-bit LBAs for disk addresses in zfsboot and gptzfsboot tojhb2009-11-202-14/+14
* remove volume alignment (was previously not correctly implemented)thompsa2009-11-201-13/+7
OpenPOWER on IntegriCloud