summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix some "in in" typos in comments.Christian Brueffer2008-03-264-4/+4
* Enable the automatic creation of superpage reservations.Alan Cox2008-03-261-2/+2
* split out tty create part of ucom_attach into ucom_attach_tty soSam Leffler2008-03-252-7/+13
* add some CDMA modemsSam Leffler2008-03-251-0/+9
* Implement taskqueue_block() and taskqueue_unblock(). These functions allowScott Long2008-03-252-1/+30
* Add 64-bit array support for RAIDs > 2TB. This corresponds to ~ AdaptecEd Maste2008-03-254-5/+17
* add __noinlineSam Leffler2008-03-251-0/+6
* expose if_purgemaddrs, it will be used by the vap code unless someoneSam Leffler2008-03-252-2/+2
* IFM_IEEE80211_IBSSMASTER hasn't been used in many years; replace itSam Leffler2008-03-251-2/+2
* enable dynamic addition of "show all" commandsSam Leffler2008-03-253-2/+15
* Regen.John Baldwin2008-03-254-6/+21
* Add entries for the cpuset-related system calls. The existing system callsJohn Baldwin2008-03-251-0/+12
* Correct data direction flags in aac_bio_command() in theEd Maste2008-03-251-2/+2
* Fix build.Ruslan Ermilov2008-03-251-2/+2
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.Ruslan Ermilov2008-03-2535-250/+121
* Regen after changing prototypes of cpuset_{get,set}affinity().Ruslan Ermilov2008-03-256-14/+14
* Fixed type of the fourth argument of cpuset_{get,set}affinity(2) to be size_t.Ruslan Ermilov2008-03-254-18/+17
* Check for a NULL free buffer pointer in BPF before invokingRobert Watson2008-03-251-1/+1
* Add support for Marvell Libertas 88W8335 based PCI network adapters.Weongyo Jeong2008-03-257-0/+4705
* Rewrite node to support multiple hooks, alike to ng_l2tp, to use one pairAlexander Motin2008-03-242-241/+284
* Belatedly add BPF_JITTER in NOTES for supported architectures.Jung-uk Kim2008-03-243-0/+12
* Fix build with option BPF_JITTER.Jung-uk Kim2008-03-242-1/+3
* Remove redundant inclusions of net/bpfdesc.h.Jung-uk Kim2008-03-242-2/+0
* change inp_wlock_assert to inp_lock_assertKip Macy2008-03-243-22/+26
* Diff reduction to Adaptec's driver (around build 15317): catch up with aEd Maste2008-03-246-153/+128
* o add M_PROTO[678]; they'll be needed by net80211 vap codeSam Leffler2008-03-241-37/+37
* - Const'ify the bus_stream_asi and bus_type_asi arrays.Marius Strobl2008-03-242-14/+13
* - Take advantage of bus_dmamap_load_mbuf_sg(9).Marius Strobl2008-03-242-94/+71
* - Const'ify the dc_devs array.Marius Strobl2008-03-242-85/+84
* Split the registers into two halves in preparation for SBus support.Marius Strobl2008-03-244-212/+285
* Diff reduction to Adaptec driver build 15317 (refactoring and code shuffling):Ed Maste2008-03-241-187/+206
* Fix a bug that when getting/dumping the soft lifetime we reportedBjoern A. Zeeb2008-03-241-1/+1
* Import change from KAME, rev. 1.362 kame/kame/sys/netkey/key.cBjoern A. Zeeb2008-03-241-1/+1
* Bump the FreeBSD version for zerocopy bpf buffers and changes to theChristian S.J. Peron2008-03-241-1/+1
* Introduce support for zero-copy BPF buffering, which reduces theChristian S.J. Peron2008-03-248-122/+1229
* remove unneccessary tcbinfo lock acquisitions - set tp to null affter calling...Kip Macy2008-03-241-4/+2
* - Greatly simplify vget() by removing the guarantee that any newJeff Roberson2008-03-241-32/+18
* - Don't acquire the vnode interlock in _vn_lock() unless no lock typeJeff Roberson2008-03-241-19/+13
* - Remove an old comment; vnodes have been working without Giant forJeff Roberson2008-03-241-3/+3
* Label inp as unused in the non-INVARIANTS caseKip Macy2008-03-241-2/+2
* First pass at (possibly futile) microoptimizing of cpu_switch. ResultsPeter Wemm2008-03-231-75/+116
* Correct an error in pmap_mincore() when applied to a 2MB page mapping:Alan Cox2008-03-231-3/+3
* Export TDP_KTHREAD to asm files.Peter Wemm2008-03-231-0/+1
* Move pcb_flags to make trivially better use of cache lines.Peter Wemm2008-03-231-1/+1
* Protect the setting of the fsbase/gsbase MSR registers and thePeter Wemm2008-03-231-0/+2
* Insulate inpcb consumers outside the stack from the lock type and offset with...Kip Macy2008-03-234-73/+142
* To date, we have assumed that the TLB will only set the PG_M bit in aAlan Cox2008-03-231-38/+17
* Yield the cpu in the kernel while iterating the list of theKonstantin Belousov2008-03-233-0/+9
* Prevent the overflow in the calculation of the next page directory.Konstantin Belousov2008-03-232-0/+24
* MSI handling on some RealTek chips are broken so disable it byPyun YongHyeon2008-03-231-1/+1