summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* White space commit...julian2002-09-231-63/+63
* s/__attribute__((__packed__))/__packed/galfred2002-09-239-50/+50
* I cannot win. I still managed to use #define<space> twice instead ofpeter2002-09-231-2/+2
* Add ability to make threads that run on > 1 cpujulian2002-09-232-41/+191
* Don't use compatability syscall wrappers in emulation code.mini2002-09-237-25/+64
* slightly clean up the thread_userret() and thread_consider_upcall() calls.julian2002-09-234-29/+53
* Check to see if we should print a space, rather than using the annoyingjmallett2002-09-231-12/+12
* Add a __section(x) macro as well. Use this in linker_set.h. ie:peter2002-09-232-4/+7
* Add code to create > 1 KSe per process.julian2002-09-231-16/+39
* At great personal risk, add a __packed and __aligned(x) define thatpeter2002-09-239-8/+14
* - Automatically generate and insert KTR points in all VOPs.jeff2002-09-231-0/+24
* Indentation does not define a block.. you need breces {} as well..julian2002-09-231-1/+3
* Wads more cleanup...mjacob2002-09-231-176/+233
* - Hold the credential of the caller and use it in all subsequent vn ops.jeff2002-09-231-6/+7
* Recognize the single channel 2Gb card (FC919)- thanks to LSI Logic formjacob2002-09-231-2/+14
* We do not need to expose mpt_notify outside of mpt_freebsd.c.mjacob2002-09-231-1/+0
* When freeing a request, zero out the sequence number.mjacob2002-09-231-2/+3
* Remove ISP_DMA_ADDR_T definition.mjacob2002-09-231-10/+17
* Add MBOX_INIT_REQ_QUEUE_A64/MBOX_INIT_RES_QUEUE_A64 definitions.mjacob2002-09-231-0/+6
* Delete a whole bunch of compatability defines that we dont use anymore.peter2002-09-232-12/+0
* Redo dma tag creation to correctly reflect the boundary and segmentmjacob2002-09-231-8/+7
* Re-specify the bus space creation such that if we have ISP_DAC_SUPPORTEDmjacob2002-09-231-8/+12
* Fix buglet in A64 CTIO3 structure copy.mjacob2002-09-231-1/+1
* Remove ISP_DMA_ADDR_T define (see ispvar.h)mjacob2002-09-231-1/+4
* If we have a 1240 or an ULTRA2 or better card, use MBOX_INIT_RES_QUEUE_A64mjacob2002-09-231-22/+49
* A SCSI_DELAY of zero is a legitimate value to have.mjacob2002-09-231-2/+4
* Note that the large Hitachi's are also CAM_QUIRK_HILUNSmjacob2002-09-231-0/+8
* Be careful not to define GCC-specific optimizations in the non-GCCmike2002-09-236-12/+66
* Use the system pselect(3).mike2002-09-231-1/+1
* - Correct the name in the header guards.jeff2002-09-231-3/+3
* The ahc driver should only have one devclass, not one for each busscottl2002-09-224-9/+10
* Fix a couple of longstanding typos which would have made ajdp2002-09-221-1/+2
* Follow the lead of recent changes in the 3com Linux driver byjdp2002-09-221-46/+3
* Set up the BCM570x chip's DMA Read/Write Control register morejdp2002-09-221-2/+10
* Attempt to fix the error reported by the alpha tinderbox. A pointeriedowse2002-09-222-4/+4
* o Fix a typo.maxim2002-09-221-3/+3
* cp -p could report success even if a file copy failed. This was due tomckay2002-09-221-3/+4
* Initialize fwsectors/fwheads to allow the DIOCGFWSECTORS andgrehan2002-09-221-2/+2
* Use mdmfs(8) rather than rolling our own RAM-disks.phk2002-09-226-24/+6
* Don't disklabel(8) the md(4) device, it is not needed, and we don't wantphk2002-09-223-22/+3
* Failure to rewrite the disklabel should not be fatal.phk2002-09-221-4/+2
* Fix misspellings, capitalization, and punctuation in comments. Minortruckman2002-09-223-90/+95
* Move the com_scr register address definition over with the other seven.phk2002-09-222-2/+1
* Modify vm_map_clean() (and thus the msync(2) system call) to supportmdodd2002-09-221-7/+10
* Add the remaining C99 wide character string to integer conversion functions.tjr2002-09-228-26/+558
* Turn off the "-O2 flag TRIGGERS KNOWN OPTIMIZER BUGS" warning.obrien2002-09-221-1/+1
* - Add the -i option to read in a saved ktr file output by KTR_ALQ.jeff2002-09-221-13/+41
* - Hook ALQ up to the build.jeff2002-09-221-0/+1
* - Add options ALQ and KTR_ALQ.jeff2002-09-221-0/+2
* - Add support for logging KTR via ALQ. This is optional and enabled by thejeff2002-09-222-3/+95
OpenPOWER on IntegriCloud