| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use local variable 'p' in a debug statement.. we removed it. | julian | 2002-09-23 | 2 | -2/+2 |
* | oops don't do dthe copy range in a new KSE. There isn't one any more. | julian | 2002-09-23 | 1 | -0/+2 |
* | Add implementations of wscanf() and related functions: fwscanf(), swscanf(), | tjr | 2002-09-23 | 10 | -6/+1538 |
* | Introduce to the !program specification a capability similar to the one | dcs | 2002-09-23 | 2 | -2/+25 |
* | Implement the %lc, %ls and %[ conversions, which read sequences of wide | tjr | 2002-09-23 | 2 | -16/+137 |
* | The character argument for __ungetwc() should be wint_t instead of wchar_t. | tjr | 2002-09-23 | 1 | -1/+1 |
* | Slightly rearrange a code in rev. 1.164: | maxim | 2002-09-23 | 1 | -4/+8 |
* | Remove a bunch of stuff that is surplus now | julian | 2002-09-23 | 2 | -85/+1 |
* | PIC_GOTOFF is OBE. | peter | 2002-09-23 | 3 | -7/+0 |
* | - Include sys/ktr.h so that vnode_if.h can define trace points. | jeff | 2002-09-23 | 1 | -0/+1 |
* | use __packed, rather than __attribute__((packed)). | peter | 2002-09-23 | 2 | -8/+6 |
* | Use some macro evil to create the functions for using sysctl(3) to get each | jmallett | 2002-09-23 | 1 | -83/+38 |
* | Alfred got me thinking. Provide stubs for lint, and let the compilers | peter | 2002-09-23 | 1 | -5/+11 |
* | use __packed/__aligned rather than GCC-specific __attribute__. | alfred | 2002-09-23 | 3 | -16/+16 |
* | White space commit... | julian | 2002-09-23 | 1 | -63/+63 |
* | s/__attribute__((__packed__))/__packed/g | alfred | 2002-09-23 | 9 | -50/+50 |
* | I cannot win. I still managed to use #define<space> twice instead of | peter | 2002-09-23 | 1 | -2/+2 |
* | Add ability to make threads that run on > 1 cpu | julian | 2002-09-23 | 2 | -41/+191 |
* | Don't use compatability syscall wrappers in emulation code. | mini | 2002-09-23 | 7 | -25/+64 |
* | slightly clean up the thread_userret() and thread_consider_upcall() calls. | julian | 2002-09-23 | 4 | -29/+53 |
* | Check to see if we should print a space, rather than using the annoying | jmallett | 2002-09-23 | 1 | -12/+12 |
* | Add a __section(x) macro as well. Use this in linker_set.h. ie: | peter | 2002-09-23 | 2 | -4/+7 |
* | Add code to create > 1 KSe per process. | julian | 2002-09-23 | 1 | -16/+39 |
* | At great personal risk, add a __packed and __aligned(x) define that | peter | 2002-09-23 | 9 | -8/+14 |
* | - Automatically generate and insert KTR points in all VOPs. | jeff | 2002-09-23 | 1 | -0/+24 |
* | Indentation does not define a block.. you need breces {} as well.. | julian | 2002-09-23 | 1 | -1/+3 |
* | Wads more cleanup... | mjacob | 2002-09-23 | 1 | -176/+233 |
* | - Hold the credential of the caller and use it in all subsequent vn ops. | jeff | 2002-09-23 | 1 | -6/+7 |
* | Recognize the single channel 2Gb card (FC919)- thanks to LSI Logic for | mjacob | 2002-09-23 | 1 | -2/+14 |
* | We do not need to expose mpt_notify outside of mpt_freebsd.c. | mjacob | 2002-09-23 | 1 | -1/+0 |
* | When freeing a request, zero out the sequence number. | mjacob | 2002-09-23 | 1 | -2/+3 |
* | Remove ISP_DMA_ADDR_T definition. | mjacob | 2002-09-23 | 1 | -10/+17 |
* | Add MBOX_INIT_REQ_QUEUE_A64/MBOX_INIT_RES_QUEUE_A64 definitions. | mjacob | 2002-09-23 | 1 | -0/+6 |
* | Delete a whole bunch of compatability defines that we dont use anymore. | peter | 2002-09-23 | 2 | -12/+0 |
* | Redo dma tag creation to correctly reflect the boundary and segment | mjacob | 2002-09-23 | 1 | -8/+7 |
* | Re-specify the bus space creation such that if we have ISP_DAC_SUPPORTED | mjacob | 2002-09-23 | 1 | -8/+12 |
* | Fix buglet in A64 CTIO3 structure copy. | mjacob | 2002-09-23 | 1 | -1/+1 |
* | Remove ISP_DMA_ADDR_T define (see ispvar.h) | mjacob | 2002-09-23 | 1 | -1/+4 |
* | If we have a 1240 or an ULTRA2 or better card, use MBOX_INIT_RES_QUEUE_A64 | mjacob | 2002-09-23 | 1 | -22/+49 |
* | A SCSI_DELAY of zero is a legitimate value to have. | mjacob | 2002-09-23 | 1 | -2/+4 |
* | Note that the large Hitachi's are also CAM_QUIRK_HILUNS | mjacob | 2002-09-23 | 1 | -0/+8 |
* | Be careful not to define GCC-specific optimizations in the non-GCC | mike | 2002-09-23 | 6 | -12/+66 |
* | Use the system pselect(3). | mike | 2002-09-23 | 1 | -1/+1 |
* | - Correct the name in the header guards. | jeff | 2002-09-23 | 1 | -3/+3 |
* | The ahc driver should only have one devclass, not one for each bus | scottl | 2002-09-22 | 4 | -9/+10 |
* | Fix a couple of longstanding typos which would have made a | jdp | 2002-09-22 | 1 | -1/+2 |
* | Follow the lead of recent changes in the 3com Linux driver by | jdp | 2002-09-22 | 1 | -46/+3 |
* | Set up the BCM570x chip's DMA Read/Write Control register more | jdp | 2002-09-22 | 1 | -2/+10 |
* | Attempt to fix the error reported by the alpha tinderbox. A pointer | iedowse | 2002-09-22 | 2 | -4/+4 |
* | o Fix a typo. | maxim | 2002-09-22 | 1 | -3/+3 |