summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* A flushrs must be the first in an instruction group.marcel2003-05-272-0/+2
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though thescottl2003-05-2728-45/+56
* Have the unwinder allocate memory with M_NOWAIT. The unwinder ismarcel2003-05-271-1/+1
* Fix fu{byte|word*} and su{byte|word*}:marcel2003-05-273-298/+902
* Revision 1.99 of this file changed the allocation request frommarcel2003-05-261-1/+1
* This driver supports the 2920C not the 2920.gibbs2003-05-261-3/+3
* Consistently use #ifdef for testing AHC_TARGET_MODE.gibbs2003-05-261-9/+9
* aic79xx.c:gibbs2003-05-263-3/+3
* Correct/Simplify ignore wide residue message handlinggibbs2003-05-264-49/+42
* FIFOEMP can lag LAST_SEG_DONE in the Ultra2 and U160gibbs2003-05-261-2/+10
* Correct/Simplify ignore wide residue message handlinggibbs2003-05-265-65/+51
* Fix disabling of PCI parity error interrupts. We need to setgibbs2003-05-263-12/+21
* Change hadling of the Rev. A packetized lun output buggibbs2003-05-263-9/+13
* Add 7901B support.gibbs2003-05-261-12/+57
* Fixup spelling of "coalesce" and derivatives.gibbs2003-05-264-77/+77
* Remove stray K&R style function definition.gibbs2003-05-261-3/+2
* pkg_create incorrectly does not add trailing '\n' when it receiveslioux2003-05-262-1/+23
* Add a trailing '\n' character if none is found in the informationlioux2003-05-261-10/+19
* Fix two typos from the last commitscottl2003-05-262-2/+2
* Merge the following from the English version:rushani2003-05-267-125/+481
* De-orbit bus_dmamem_alloc_size from here too.scottl2003-05-261-34/+8
* Remember to close the read end of the pipe.des2003-05-261-0/+1
* Remove uninitialized local variable in favor of global.mdodd2003-05-261-2/+1
* De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways.scottl2003-05-2612-213/+32
* Decouple the thread stack [de]allocating functions from the 'dead threads list'mtm2003-05-264-7/+16
* Revise the unlock order in _pthread_join(). Also, if the joinedmtm2003-05-261-12/+6
* Return gracefully, rather than aborting, when the maximum concurrentmtm2003-05-256-10/+27
* Copy the va_list in sbuf_vprintf() before passing it to vsnprintf(),peter2003-05-251-1/+4
* - Create a new lock, umtx_lock, for use instead of the proc lock forjeff2003-05-251-6/+13
* Don't do silly thing if the disk_create() event gets canceled.phk2003-05-251-1/+3
* - Reset the free ent to NULL if we have consumed the last free entry. Thisjeff2003-05-251-0/+2
* _pthread_cancel() breaks the normal lock order of first locking themtm2003-05-253-4/+28
* Part of the last patch.mtm2003-05-252-9/+9
* Start locking up the active and dead threads lists. The active threadsmtm2003-05-257-127/+135
* The libthr code makes use of higher-level primitives (pthread_mutex_t andmtm2003-05-252-0/+14
* Add a pretty cheesy hack to avoid a gcc-3.2.2 ICE (internal compilerpeter2003-05-252-7/+4
* The struct mcontext has changed. It's using the register sets. Bringmarcel2003-05-251-1/+1
* Beat vnode locking in the NFS server code into submission. This changetruckman2003-05-253-114/+203
* Always set the hardware parse bit in the IPCB structure when thistruckman2003-05-251-6/+43
* Add textproc/opensp into $MINIMALDOCPORTS when openjade is used.kuriyama2003-05-251-1/+2
* Now that we define user mode as any IP address that isn't in themarcel2003-05-251-2/+1
* Ignore the 'must allocate below 1MB' flag for the TPL_BAR_REG. It isimp2003-05-241-0/+2
* Fix a source of instability specific to an EPC userland. We returnmarcel2003-05-242-14/+8
* Be more careful how we restore interrupts. Don't rewrite most of themarcel2003-05-241-3/+4
* Consistently us the same metric to differentiate between kernel modemarcel2003-05-242-3/+2
* Add __amd64__ ifdefs to enable the bootblock handling code, slices, etc.peter2003-05-2411-20/+20
* Add a temporary indirect patch for gcc when targeting amd64. This is topeter2003-05-242-2/+67
* Unconditionally restore ar.k7 (memory stack) and ar.k6 (register stack)marcel2003-05-242-4/+4
* mdoc(7) fixes.ru2003-05-247-77/+96
* libstdc++.so breaks on amd64 due to bogons in our build, so prevent thepeter2003-05-241-0/+5
OpenPOWER on IntegriCloud