summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Retire unused TCP_SACK_DEBUG.andre2007-04-048-8/+0
* In tcp_dooptions() skip over SACK options if it is a SYN segment.andre2007-04-042-0/+4
* Replace custom file descriptor array sleep lock constructed using a mutexrwatson2007-04-0424-345/+325
* Use *_EMPTY macros when appropriate.delphij2007-04-044-47/+47
* Make DMA tags per-queue to facilate parallel mappingskmacy2007-04-042-61/+110
* m_extadd does not appear to do the right thing for the case of clusterskmacy2007-04-041-0/+39
* Include string.h for non-kernel builds to get proper memcpy prototype.kan2007-04-041-0/+1
* Include string.h for non-kernel builds to get proper strcpy, strlenkan2007-04-041-0/+1
* Do not assign result of (char *) cast to u_char * variable.kan2007-04-041-1/+1
* add helper functions for mapping size to zonez and typeskmacy2007-04-041-37/+63
* fix typokmacy2007-04-041-1/+1
* style fixes and make sure that the lock is treated as released in the sharers...kmacy2007-04-041-4/+5
* Fixes to sx for newsx - fix recursed case and move out of inlinekmacy2007-04-032-22/+37
* move lock_profile calls out of the macros and into kern_mutex.ckmacy2007-04-032-25/+27
* Since we switched to using monatomically increasing timestamps,julian2007-04-031-0/+9
* skip call to _lock_profile_obtain_lock_success entirely if acquisition time i...kmacy2007-04-032-16/+15
* Add dl_iterate_phdr function prototype and corresponding dl_phdr_infokan2007-04-031-1/+21
* Remove unneccessary LO_CONTESTED flagkmacy2007-04-032-10/+6
* Fix use after free bug: use temporary variable to hold next entry in linkedrwatson2007-04-031-2/+3
* Add root_mount_wait() function which can be used to wait until the rootpjd2007-04-032-10/+59
* - fixed several places where we did not release INP locks.rrs2007-04-0317-221/+387
* - Fix a bug in the TSO transmit routine where frames which hadgallatin2007-04-031-1/+3
* Since the driver uses mutexes, remove splusb() and splx().kevlo2007-04-031-5/+0
* Correct PT_GNU_EH_FRAME definition.kan2007-04-031-1/+1
* Don't use a time-limiting loop that's defined in terms of the baudratemarcel2007-04-031-13/+7
* Don't expose the uart_ops structure directly, but instead havemarcel2007-04-0221-76/+184
* Loop on sdcard init. This helps if one hasn't plugged in the cardimp2007-04-021-1/+2
* Fix a fd leak in socketpair():jhb2007-04-021-2/+7
* Enable MSI support on RELENG_6.jkim2007-04-021-3/+3
* MFP4: Turn emul_lock into a mutex.jkim2007-04-024-18/+18
* - Split out the part of SYSCALL_MODULE_HELPER() that builds a 'structjhb2007-04-022-15/+21
* Don't go to a whole lot of extra work to handle the race where the newjhb2007-04-021-25/+2
* Revert busy refcount back to int. As a side note, multiple openariff2007-04-021-1/+1
* Disable seq_modevent(). The implementation is incomplete, and causingariff2007-04-021-0/+4
* Use our own timer for watchdog instead of if_watchdog/if_timeryongari2007-04-022-8/+24
* No need to track every closing instance, and put busy counter to restariff2007-04-021-4/+4
* Freeze the simq, not the devq, if we run out of command slots. This fixesscottl2007-04-021-5/+4
* Provide hint / tunable for possible asynchronous USB execution. Asyncariff2007-04-021-3/+32
* - Don't wakeup() unnecessarily, so the behavior of dead interrupt orariff2007-04-021-8/+15
* Temporarily desupport simultaneous target and initiator mode.mjacob2007-04-027-20/+44
* Handle errors from bus_setup_intr().netchild2007-04-011-2/+4
* Tell the user when the setup of the interrupt handler failed and returnnetchild2007-04-017-23/+61
* ng_node and ng_worklist locks both migrated from being spinning locks towkoszek2007-04-011-2/+6
* More style nits.pjd2007-04-011-9/+9
* Tell a statistic checker that not checking the return value of the probingnetchild2007-04-011-1/+1
* Make it obvious that we don't care about the return value ofnetchild2007-04-011-1/+1
* Style nit.pjd2007-04-011-1/+1
* I think the code I'm removing here is completely bogus.pjd2007-04-011-3/+0
* Change #include <machine/pcpu.h> to #include <sys/pcpu.h>rodrigc2007-04-011-1/+1
* If nooption SMP on powerpc, also nooption ADAPTIVE_SX, which depends onrwatson2007-04-011-0/+1
OpenPOWER on IntegriCloud