summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Allow to use Time DPA20B 1GB MP3 Player [1]mnag2006-01-131-0/+16
* Add sosend_dgram(), a greatly reduced and simplified version of sosend()rwatson2006-01-132-2/+158
* 1) move all link state detection code from bge_tick_locked() to bge_link_upd()oleg2006-01-131-60/+101
* Fix the interrupt race for real. Don't register the interrupt until afterscottl2006-01-131-22/+35
* Disable interrupts while we are setting up the handler. The interrupt reallyscottl2006-01-131-0/+7
* Joyport blacklist. Either we're facing with broken hardwareariff2006-01-131-2/+15
* XXX a comment in uipc_usrreq.c that requires updating.rwatson2006-01-131-0/+2
* When sending export datagram from interrupt thread, use NG_QUEUEglebius2006-01-121-15/+15
* Provide additional macros for sending netgraph items, which allowglebius2006-01-121-9/+17
* - Print also node ID in ktr(9) messages. [1]glebius2006-01-121-29/+33
* * fix bst.status. We mark some bits, but forgot to reset all of thembruno2006-01-121-16/+17
* Do not force queueing on peer hooks. This was important only forglebius2006-01-121-14/+0
* Include the bridge interface itself in the special arp handling.thompsa2006-01-121-1/+1
* Remove old debugging leftover.glebius2006-01-122-11/+1
* Belated __FreeBSD_version bump for improvements to the Linux ldconfigbrooks2006-01-121-1/+1
* Mark appropriate commands with NGM_READONLY and NGM_HASREPLY andglebius2006-01-121-7/+7
* Novel idea, don't print a string if it is NULL!alfred2006-01-121-1/+2
* In the splnet(9) times netgraph(4) was synchronous and if a messageglebius2006-01-121-18/+32
* In moduledir_readhints() cast the value returned by sizeof() to ssize_tmarius2006-01-121-1/+2
* - The inline asm in this file uses output operands before all inputmarius2006-01-121-5/+5
* Fix wording in last commit.glebius2006-01-121-1/+1
* Move linux support to the linux section.obrien2006-01-121-1/+1
* Fix broken playback capabilities to prevent impending disaster.ariff2006-01-111-1/+1
* Add the RB_NFIND() macro, which is useful for red-black tree searchesjasone2006-01-111-0/+31
* Add ktr(9) hooks to easier tracing of the netgraph item flow throughglebius2006-01-111-2/+36
* Correct insecure temporary file usage in texindex. [06:01]cperciva2006-01-111-1/+1
* - Locking fixes. Release lock while chn_intr().ariff2006-01-111-1/+16
* Get rid of the bogus IFP2FC() macro and use IFP2FWC(). IFP2FC()brooks2006-01-111-7/+5
* When deregistering a bus, attempt to flush out all outstandingiedowse2006-01-111-8/+111
* The interlock in taskqueue_terminate() is completely wrong for taskqueuesscottl2006-01-111-5/+1
* Significant performance improvements for the if_em driver:scottl2006-01-112-19/+203
* Don't use the ALLOCNOW flag for tags that will only be used for staticscottl2006-01-101-2/+2
* add nfsclient/, nfs4client/, and rpc/ directories to therees2006-01-101-1/+2
* Move the old BSD4.3 tty compatibility from (!BURN_BRIDGES && COMPAT_43)phk2006-01-1017-38/+24
* More thorough fixes to enable inverted external amplifier sense flag.ariff2006-01-101-5/+12
* Add functions and macros and refactor code to make it easier to managescottl2006-01-102-117/+117
* Remove code describing pre 5.x systemimp2006-01-101-19/+0
* Don't free the ap object if it was never created.scottl2006-01-101-1/+2
* Hook ufoma module to build.takawata2006-01-101-0/+1
* Add marker vnodes to ensure that all vnodes associated with the mount point aretegge2006-01-0913-66/+196
* If the lock passed to getdirtybuf() is the softdep lock then the backgroundtegge2006-01-091-0/+13
* Broaden scope of softdep_worklist_busy rwlock protection of softdep processingtegge2006-01-091-1/+19
* Obtain mount point lock before restarting sync loop if vget() failed.tegge2006-01-091-0/+1
* o Fix typo in the define: s/MRAK_INT_GEN/MARK_INT_GEN/. The typomaxim2006-01-092-2/+2
* Add ufoma drivers in 'files', too.takawata2006-01-091-0/+1
* Add FOMA (NTT DoCoMo 3G mobile phone system) driver.takawata2006-01-092-0/+1115
* Update monitoring support:sam2006-01-093-40/+96
* add flag to tag frames w/ a known bad FCSsam2006-01-091-0/+1
* Turn on inverted external amplifier sense flags for ICH4/82801DB.ariff2006-01-091-0/+10
* added a note about the assumption for m->m_pkthdr.rcvifsuz2006-01-091-0/+8
OpenPOWER on IntegriCloud