| Commit message (Expand) | Author | Age | Files | Lines |
* | Add security.jail.mount_allowed sysctl, which allows to mount and | pjd | 2007-04-05 | 3 | -0/+25 |
* | When KVA is exhausted, try the vm_lowmem event for the last time before | pjd | 2007-04-05 | 1 | -4/+14 |
* | Fix a problem for file systems that don't implement VOP_BMAP() operation. | pjd | 2007-04-05 | 1 | -0/+2 |
* | Hide lbolt under _SOLARIS_C_SOURCE in preparation for ZFS import. | pjd | 2007-04-05 | 1 | -0/+2 |
* | Add PCI IDs for the HP RMP3 serial port. This is often used as | marcel | 2007-04-05 | 1 | -0/+1 |
* | Remove extern struct pcb stoppcbs[] declaration from this file. | kan | 2007-04-05 | 1 | -2/+0 |
* | Whitespace nits. | des | 2007-04-05 | 2 | -4/+4 |
* | Fix mb_ctor_clust and mb_dtor_clust to reference the appropriate zone, | kmacy | 2007-04-04 | 1 | -29/+37 |
* | Add INP_INFO_UNLOCK_ASSERT() and use it in tcp_input(). Also add some | andre | 2007-04-04 | 3 | -0/+9 |
* | Move last tcpcb initialization for the inbound connection case from | andre | 2007-04-04 | 3 | -20/+7 |
* | Some local and style(9) cleanups. | andre | 2007-04-04 | 2 | -36/+41 |
* | Retire unused TCP_SACK_DEBUG. | andre | 2007-04-04 | 8 | -8/+0 |
* | In tcp_dooptions() skip over SACK options if it is a SYN segment. | andre | 2007-04-04 | 2 | -0/+4 |
* | Replace custom file descriptor array sleep lock constructed using a mutex | rwatson | 2007-04-04 | 24 | -345/+325 |
* | Use *_EMPTY macros when appropriate. | delphij | 2007-04-04 | 4 | -47/+47 |
* | Make DMA tags per-queue to facilate parallel mappings | kmacy | 2007-04-04 | 2 | -61/+110 |
* | m_extadd does not appear to do the right thing for the case of clusters | kmacy | 2007-04-04 | 1 | -0/+39 |
* | Include string.h for non-kernel builds to get proper memcpy prototype. | kan | 2007-04-04 | 1 | -0/+1 |
* | Include string.h for non-kernel builds to get proper strcpy, strlen | kan | 2007-04-04 | 1 | -0/+1 |
* | Do not assign result of (char *) cast to u_char * variable. | kan | 2007-04-04 | 1 | -1/+1 |
* | add helper functions for mapping size to zonez and types | kmacy | 2007-04-04 | 1 | -37/+63 |
* | fix typo | kmacy | 2007-04-04 | 1 | -1/+1 |
* | style fixes and make sure that the lock is treated as released in the sharers... | kmacy | 2007-04-04 | 1 | -4/+5 |
* | Fixes to sx for newsx - fix recursed case and move out of inline | kmacy | 2007-04-03 | 2 | -22/+37 |
* | move lock_profile calls out of the macros and into kern_mutex.c | kmacy | 2007-04-03 | 2 | -25/+27 |
* | Since we switched to using monatomically increasing timestamps, | julian | 2007-04-03 | 1 | -0/+9 |
* | skip call to _lock_profile_obtain_lock_success entirely if acquisition time i... | kmacy | 2007-04-03 | 2 | -16/+15 |
* | Add dl_iterate_phdr function prototype and corresponding dl_phdr_info | kan | 2007-04-03 | 1 | -1/+21 |
* | Remove unneccessary LO_CONTESTED flag | kmacy | 2007-04-03 | 2 | -10/+6 |
* | Fix use after free bug: use temporary variable to hold next entry in linked | rwatson | 2007-04-03 | 1 | -2/+3 |
* | Add root_mount_wait() function which can be used to wait until the root | pjd | 2007-04-03 | 2 | -10/+59 |
* | - fixed several places where we did not release INP locks. | rrs | 2007-04-03 | 17 | -221/+387 |
* | - Fix a bug in the TSO transmit routine where frames which had | gallatin | 2007-04-03 | 1 | -1/+3 |
* | Since the driver uses mutexes, remove splusb() and splx(). | kevlo | 2007-04-03 | 1 | -5/+0 |
* | Correct PT_GNU_EH_FRAME definition. | kan | 2007-04-03 | 1 | -1/+1 |
* | Don't use a time-limiting loop that's defined in terms of the baudrate | marcel | 2007-04-03 | 1 | -13/+7 |
* | Don't expose the uart_ops structure directly, but instead have | marcel | 2007-04-02 | 21 | -76/+184 |
* | Loop on sdcard init. This helps if one hasn't plugged in the card | imp | 2007-04-02 | 1 | -1/+2 |
* | Fix a fd leak in socketpair(): | jhb | 2007-04-02 | 1 | -2/+7 |
* | Enable MSI support on RELENG_6. | jkim | 2007-04-02 | 1 | -3/+3 |
* | MFP4: Turn emul_lock into a mutex. | jkim | 2007-04-02 | 4 | -18/+18 |
* | - Split out the part of SYSCALL_MODULE_HELPER() that builds a 'struct | jhb | 2007-04-02 | 2 | -15/+21 |
* | Don't go to a whole lot of extra work to handle the race where the new | jhb | 2007-04-02 | 1 | -25/+2 |
* | Revert busy refcount back to int. As a side note, multiple open | ariff | 2007-04-02 | 1 | -1/+1 |
* | Disable seq_modevent(). The implementation is incomplete, and causing | ariff | 2007-04-02 | 1 | -0/+4 |
* | Use our own timer for watchdog instead of if_watchdog/if_timer | yongari | 2007-04-02 | 2 | -8/+24 |
* | No need to track every closing instance, and put busy counter to rest | ariff | 2007-04-02 | 1 | -4/+4 |
* | Freeze the simq, not the devq, if we run out of command slots. This fixes | scottl | 2007-04-02 | 1 | -5/+4 |
* | Provide hint / tunable for possible asynchronous USB execution. Async | ariff | 2007-04-02 | 1 | -3/+32 |
* | - Don't wakeup() unnecessarily, so the behavior of dead interrupt or | ariff | 2007-04-02 | 1 | -8/+15 |