aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Stupid cut and paste error on a stats struct member, thanksJack F Vogel2009-09-031-1/+1
* Add ARP statistics to the kernel and netstat.George V. Neville-Neil2009-09-032-7/+51
* Round maxio for ATI SB600 to 64K.Alexander Motin2009-09-031-1/+1
* Expose the TF_REVERSE flag to the console driver.Ed Schouten2009-09-034-24/+14
* correct timeout for doing NOL processing; need a ticks-relative valueSam Leffler2009-09-031-1/+1
* on transition to SLEEP state mark the station in power save, not awakeSam Leffler2009-09-031-1/+1
* Add intermediate states for attaching and detaching that will beAttilio Rao2009-09-032-3/+22
* ATI SB600 can't handle 256 sectors transfers with FPDMA (NCQ).Alexander Motin2009-09-031-0/+3
* Move libteken out of the syscons directory.Ed Schouten2009-09-0318-8/+4
* Fix some bugs related to adaptive spinning:Attilio Rao2009-09-022-3/+12
* Fix confusing comments about default PAT entries.Jung-uk Kim2009-09-022-4/+4
* - Work around ACPI mode transition problem for recent NVIDIA 9400M chipsetJung-uk Kim2009-09-022-45/+133
* Improve HDA controller capabilities logging.Alexander Motin2009-09-023-6/+10
* Don't attempt to bind the current thread to the CPU an IRQ is bound toJohn Baldwin2009-09-022-18/+24
* Add counters for the i7 architecture which were accidentally leftGeorge V. Neville-Neil2009-09-012-3/+82
* In case an upper layer protocol tries to send a packet but theBjoern A. Zeeb2009-09-011-12/+10
* Delete whitespace not in i386/pmap.cAdrian Chadd2009-09-011-1/+0
* Fix mount reference leak when V_XSLEEP is specified to vn_start_write().Konstantin Belousov2009-09-011-1/+1
* Reintroduce the r196640, after fixing the problem with my testing.Konstantin Belousov2009-09-019-81/+127
* Migrate to use cpuset_t.Adrian Chadd2009-09-011-5/+4
* Merge in the pat_works work from sys/i386/i386/pmap.c - primarily to reduceAdrian Chadd2009-09-011-65/+74
* Fix broken build.Adrian Chadd2009-09-011-0/+1
* Revert previous commit; that was left-over junk in the tree.Adrian Chadd2009-08-311-0/+2
* Shuffle pagezero() into the same location as in sys/i386/i386/pmap.c.Adrian Chadd2009-08-312-18/+16
* Make sure rx descriptor ring align on 16 bytes. I guess thePyun YongHyeon2009-08-311-2/+4
* On resume in sta mode program the beacon timers so when roaming (andSam Leffler2009-08-311-1/+10
* This patch fixes the following issues:Qing Li2009-08-311-5/+48
* Simplify pmap_change_attr() a bit:John Baldwin2009-08-312-30/+9
* Improve pmap_change_attr() so that it is able to demote a large (2/4MB)John Baldwin2009-08-312-52/+181
* Partially revert 196524: this part of change should not be committed asXin LI2009-08-311-20/+25
* Backport the 'dirtying dbuf' panic fix from newer ZFS version.Pawel Jakub Dawidek2009-08-314-22/+40
* Make the mnt_writeopcount and mnt_secondary_writes counters,Konstantin Belousov2009-08-311-2/+4
* Remove spurious pfs_unlock().Konstantin Belousov2009-08-311-1/+0
* As part of r196609, a call to "rtalloc" did not take the fib intoQing Li2009-08-311-1/+1
* Add missing mountpoint vnode locking.Pawel Jakub Dawidek2009-08-301-0/+5
* add core dump support to blkfrontKip Macy2009-08-301-2/+87
* Fix build with INVARIANTS.Alexander Motin2009-08-301-1/+1
* Short ATA command format has 28bit address, not 36bit.Alexander Motin2009-08-304-12/+12
* ATA_FLUSHCACHE is a 36bit format command, not 48.Alexander Motin2009-08-301-4/+4
* MFp4:Alexander Motin2009-08-302-55/+180
* MFp4:Alexander Motin2009-08-301-5/+31
* Make sure FreeBSD binaries without .note.ABI-tag section workBjoern A. Zeeb2009-08-305-10/+19
* Prefix on-link verification is being performed on staticallyQing Li2009-08-301-0/+9
* Reverse r196640 and r196644 for now.Konstantin Belousov2009-08-299-127/+81
* Dispose the kernel stack of the proper thread.Konstantin Belousov2009-08-291-1/+1
* Swap the start/end virtual addresses in pmap_invalidate_cache_range().Robert Noland2009-08-292-4/+4
* Remove the altkstacks, instead instantiate threads with kernel stackKonstantin Belousov2009-08-299-81/+127
* Mark the fake pages constructed by the OBJT_SG pager valid. This wasJohn Baldwin2009-08-291-0/+1
* Connect bwi up to the build. While there are some problems with thisWarner Losh2009-08-292-0/+3
* Fix a few panics in linuxulator + VIMAGE due to curvnet not being set.Marko Zec2009-08-282-1/+10