aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Support for USB fm radio.Alfred Perlstein2002-03-049-0/+541
* Add a bunch of cards from NetBSD and maybe other places.Warner Losh2002-03-041-0/+5
* Suspend and resume related patches from Toshikazu Ichinoseki <t.ichinoseki@ni...Orion Hodson2002-03-041-12/+85
* Call vm_pageq_remove_nowakeup() rather than duplicating it.Alan Cox2002-03-031-8/+2
* Fix bug in mb_alloc that made systems configured withBosko Milekic2002-03-031-3/+1
* Provide infrastructure for harvesting SWI entropy.Mark Murray2002-03-032-1/+5
* Massive lint-inspired cleanup.Mark Murray2002-03-037-73/+94
* * Include <sys/ucontext.h> so that this compiles again.Doug Rabson2002-03-031-12/+15
* Forgot this litte patch, scale the individual disk size from theSøren Schmidt2002-03-031-3/+3
* Major update of the ATA RAID code, part 3:Søren Schmidt2002-03-037-284/+407
* Add new command definition for rebuilding RAID arrays.Søren Schmidt2002-03-031-0/+1
* Add two IrDA controller ID: IBM TP240(Probably NSC compatible), and SMC IrCCTakanori Watanabe2002-03-031-0/+2
* Check the version of ex_anon (a `struct xucred') before using it toDima Dorfman2002-03-031-0/+10
* Get the generic name rightWarner Losh2002-03-031-1/+1
* Remove some long dead code.Alan Cox2002-03-021-9/+0
* MFi386: revision 1.394.Yoshihiro Takahashi2002-03-021-1/+1
* MFi386: revision 1.498.Yoshihiro Takahashi2002-03-022-4/+4
* Fix lock leakage and late unlock.Seigo Tanimura2002-03-022-3/+4
* Deverbosified previous 2 commits (removed the rotted list of reasons whyBruce Evans2002-03-021-3/+1
* Fixed a printf format error.Bruce Evans2002-03-021-1/+3
* Make 128-bit WEP (aka 104-bit WEP) work with Prism based cards.Brooks Davis2002-03-021-3/+6
* Make it compile again.Matt Jacob2002-03-011-1/+1
* Fix mcpcia.c so it compiles again.Matt Jacob2002-03-011-1/+2
* Add support for VT8233.Orion Hodson2002-03-012-75/+200
* We don't need KTR_COMPILE in assym.s, its already in opt_global.h. AddJake Burkholder2002-03-011-1/+4
* Use a better trace class for ktr traces in the tlb fault handlers, which areJake Burkholder2002-03-012-104/+108
* missing splxHajimu UMEMOTO2002-03-011-0/+1
* (when new sa is preferred than old sa)Hajimu UMEMOTO2002-03-011-9/+9
* Fix syntax error, where this was not compile tested after style(9)'ing.David E. O'Brien2002-03-011-1/+1
* Catch up to change in tte format.Jake Burkholder2002-03-011-3/+3
* Use vnode_if.awk rather than vnode_if.plDavid E. O'Brien2002-03-013-6/+8
* Return vnode_if back to its AWK roots.David E. O'Brien2002-03-011-272/+216
* - Move a comment from being on the same line as a #ifdef to the lineAndrew R. Reiter2002-02-287-7/+14
* Make it a bit clearer where this file is to be used and where itMark Murray2002-02-282-0/+4
* add inlines for bswap*.Andrew Gallatin2002-02-281-5/+38
* recover from namespace collision caused by un-static'ing pci_alloc_resource()Andrew Gallatin2002-02-288-8/+8
* Adjust the includes a bit.Mark Murray2002-02-281-4/+3
* - Set inc_isipv6 in tcp6_usr_connect().Hajimu UMEMOTO2002-02-282-0/+2
* - In nd6_rtrequest(), ignored a route when it is created by cloning andHajimu UMEMOTO2002-02-281-0/+21
* cpu_switch now works, for kthreads at least.Benno Rice2002-02-283-39/+78
* Various cleanups.Benno Rice2002-02-282-48/+44
* - Prevent the decrementer interrupt handler from nesting.Benno Rice2002-02-283-6/+48
* - Modify pmap_activate so it only marks the pmap as active.Benno Rice2002-02-284-0/+37
* In sosend(), enforce the socket buffer limits regardless of whetherIan Dowse2002-02-281-1/+1
* Add -D_KERNEL to CFLAGS for ntohl().Yoshihiro Takahashi2002-02-281-1/+1
* Remove the now unused NTOHL() family of macros.Mike Barcroft2002-02-281-10/+0
* Change two occurrences of HTONS() to use htons().Mike Barcroft2002-02-281-2/+2
* GC an unused variable in cpu_fork().Benno Rice2002-02-282-2/+0
* Warning fix. (Very basic - add the right include so that rdtsc() getsMark Murray2002-02-281-0/+1
* - Fix panic() message and a couple style nits that snuck in from theAndrew R. Reiter2002-02-285-15/+15