summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't provide a mutex in the S/G list dma tag since it will never be defered.scottl2003-08-091-7/+9
* Add code to cope more with strange conditions after careful study ofimp2003-08-091-14/+42
* CBB_SOCKET_STAT_ is too long. Change it to CBB_STATE_. Also, makeimp2003-08-092-31/+44
* When allocating memory, align it to the minimum alignment required forimp2003-08-092-0/+5
* Add comments about some alignment that looks a little strange.imp2003-08-091-2/+9
* Minor fixes to a couple of comments.imp2003-08-091-2/+2
* Background: When proc_rwmem() wired and mapped a page, it also addedalc2003-08-091-30/+5
* Call bus_dmamap_create() to create the per-SRB buffer maps. Note that nonescottl2003-08-091-0/+12
* Also ifdef the variable which becomes unused w/o INET6, fixing the buildsilby2003-08-091-0/+2
* Add the POSIX 1003.1-2001 posix_madvise() interface.bms2003-08-091-2/+12
* #ifdef INET6 the if_loop packet defrag; since only the ipv6 stack (might)silby2003-08-091-0/+2
* Add the PCI Id of the Intersil prism3 (mini-PCI) WLAN chip. The Vaiomarcel2003-08-081-0/+1
* Initialize bp->bio_driver1 in idad_strategy().mdodd2003-08-081-0/+1
* - Remove GIANT_REQUIRED from pipespace().alc2003-08-081-4/+0
* Copyin the thread mailbox flags from the correct locationdeischen2003-08-082-2/+2
* MFi386: revision 1.201.nyan2003-08-083-0/+3
* Default to 5 seconds before sleeping to give some machines time to stabilize.njl2003-08-081-1/+6
* MFi386 1.422 & 1.423: lock page queues in pmap_insert_entry().alc2003-08-081-0/+2
* MFi386 1.422 & 1.423: lock page queues in pmap_insert_entry().marcel2003-08-081-0/+2
* 0) preallocate per-interface context structures without the ifnet lock heldbillf2003-08-071-25/+38
* Add MELCO LPC3_CTX. This is the same as Buffalo card of the same nameimp2003-08-071-0/+1
* Sync to 1.62 of pccarddevsimp2003-08-071-5/+9
* MELCO has a similar product to Buffalo LPC3-CLX: named the same andimp2003-08-071-2/+4
* Fix logic in Makefile.i386,v 1.249: only back up ${DESTDIR}${KODIR}ru2003-08-071-4/+2
* MFI386: Acquire the page queues lock in pmap_insert_entry(), fromgallatin2003-08-071-1/+2
* Add support for "options PIM" in the kernel configuration file.hsu2003-08-072-0/+5
* This commit was generated by cvs2svn to compensate for changes in r118624,njl2003-08-071-1/+1
|\
| * Fix a bug that would result in a very long sleep. Change has beennjl2003-08-071-1/+1
* | New PIM header files.hsu2003-08-072-0/+197
* | 1. Basic PIM kernel supporthsu2003-08-077-169/+1704
* | td_dupfd just needs to be less than 0, it does not have to hold thejhb2003-08-072-2/+2
* | This commit was generated by cvs2svn to compensate for changes in r118617,njl2003-08-071-0/+1085
|\ \ | |/
| * Import the userland interface from acpica 0619njl2003-08-071-0/+1085
* | Update some argument-documenting comments to match reality.nectar2003-08-073-6/+9
* | This commit was generated by cvs2svn to compensate for changes in r118613,njl2003-08-072-0/+1293
|\ \ | |/
| * Import common/ files from acpica 0619njl2003-08-072-0/+1293
* | This commit was generated by cvs2svn to compensate for changes in r118611,njl2003-08-0727-0/+24646
|\ \ | |/
| * Import compiler/ files from acpica 0619njl2003-08-0727-0/+24646
* | Remove the user include of ctype.h and instead include it for each utilitynjl2003-08-071-1/+0
* | Remove nowerror from some files that no longer generate warnings.njl2003-08-071-3/+3
* | Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-0728-126/+126
* | Null terminate the OEM hint. This rids my laptop of the smiley face thatnjl2003-08-071-0/+1
* | Make open channels persist across ifconfig down and up. All channelsharti2003-08-073-21/+40
* | Comment out ctype.h. It's not ok to always include in the !_KERNEL casenjl2003-08-071-1/+1
* | The ktrace mutex does not need to be locked around the post of the ktracejhb2003-08-071-1/+1
* | Make the driver preserve open connections accross ifconfig downharti2003-08-074-26/+57
* | When configuring the interface down and up again try to re-open allharti2003-08-072-33/+77
* | We donot need `\n' for panic().non2003-08-071-1/+1
* | Better define the flags in the mcontext_t and properly set the flagsmarcel2003-08-072-35/+121
* | o Fix cut-n-paste whitespace corruption in previous commitmarcel2003-08-071-5/+12
OpenPOWER on IntegriCloud