| Commit message (Expand) | Author | Age | Files | Lines |
* | Note that sio is required. | mjacob | 2002-06-14 | 2 | -2/+4 |
* | - Fixup / remove obsolete comments. | jhb | 2002-06-07 | 1 | -16/+12 |
* | Fix typo in the BSD copyright: s/withough/without/ | schweikh | 2002-06-02 | 7 | -7/+7 |
* | Move the definition of ElfN_Hashelt to common headers. The only platform | dfr | 2002-05-30 | 1 | -11/+0 |
* | Add declarations of suword32 and suword64. Add implementations of one or | dfr | 2002-05-26 | 1 | -0/+2 |
* | Make sure there's a statement after the out: label in clockattach(). | des | 2002-05-26 | 1 | -0/+2 |
* | Make the run queue parameters machine dependent. Optimize 64 bit | jake | 2002-05-25 | 1 | -0/+58 |
* | - Apparently, the Alpha ABI mandates that arguments be passed sign-extended | jhb | 2002-05-17 | 1 | -4/+1 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 1 | -2/+2 |
* | Fixup unaligned bwx instructions (ldwu, stw). This may fix some mysterious | gallatin | 2002-05-16 | 1 | -7/+25 |
* | Move MI stuff out of MD param.h files. | phk | 2002-05-14 | 1 | -38/+0 |
* | Remove the unused definitions of ctod() and dotc(). | phk | 2002-05-14 | 1 | -4/+0 |
* | These were repo-copied to dump_machdep.c. | jake | 2002-05-13 | 1 | -116/+0 |
* | Restore the ability to take crashdumps on alpha. This was cut and pasted | gallatin | 2002-05-11 | 2 | -0/+232 |
* | Temporarily disable Jeff's fix for atomic_cmpset_32() to zero-extend the | jhb | 2002-05-11 | 1 | -0/+2 |
* | Remove ## concatination in the CFGREAD and CFGWRITE macros, as gcc3 complains | gallatin | 2002-05-10 | 1 | -2/+2 |
* | Opps, remove added bogon. | obrien | 2002-05-10 | 1 | -1/+1 |
* | Gcc 3.1 varargs support. | obrien | 2002-05-10 | 3 | -10/+42 |
* | Only saying you're launching other CPUs if there are more than one to launch. | mjacob | 2002-05-08 | 1 | -1/+1 |
* | zapnot the signed bits in atomic_cmpset_32. Previously this did not work with | jeff | 2002-05-08 | 1 | -0/+1 |
* | Typo fix: detects -> detect. | jmallett | 2002-05-03 | 2 | -2/+2 |
* | Remove two unused headers (<machine/frame.h> and <machine/psl.h>). | peter | 2002-05-01 | 1 | -2/+0 |
* | Don't export timecounter structures under debug. with sysctl, they | phk | 2002-04-30 | 1 | -6/+0 |
* | Tidy up some loose ends. | peter | 2002-04-29 | 3 | -55/+7 |
* | MFi386 1.222: Remove vm_map_growstack() and acquisition and release of Giant | alc | 2002-04-27 | 1 | -17/+2 |
* | Don't use the symbol name to lookup the symbol value when we can use | marcel | 2002-04-25 | 1 | -11/+10 |
* | Since WITNESS doesn't just do mutexes, remove "mutex" from the WITNESS | rwatson | 2002-04-18 | 2 | -2/+2 |
* | Fix a compiler warning I missed in the last commit. | ticso | 2002-04-17 | 1 | -1/+1 |
* | Revive dec_axppci_33_intr_route for LCA. | ticso | 2002-04-17 | 2 | -48/+27 |
* | Clear the error flags in the LCA_IOC_STAT0 register after | ticso | 2002-04-17 | 1 | -0/+18 |
* | Rework the kernel environment subsystem. We now convert the static | mux | 2002-04-17 | 1 | -0/+3 |
* | I am not sure why ## was used in this macro, as w/o the string concatenation | obrien | 2002-04-17 | 1 | -2/+2 |
* | Remove code that updates vm->vm_ssize. This duplicates work already | alc | 2002-04-16 | 1 | -20/+0 |
* | Remove the .stab directives. I do not understand what is different about | obrien | 2002-04-15 | 2 | -4/+1 |
* | Fix an "oops!" that turned out to be mostly harmless (but gave a warning). | peter | 2002-04-15 | 1 | -3/+3 |
* | Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]() | peter | 2002-04-15 | 1 | -10/+10 |
* | Modernize SCM ID. | obrien | 2002-04-14 | 1 | -4/+1 |
* | Add comment that sigreturn() is MPSAFE. | alc | 2002-04-13 | 1 | -0/+3 |
* | Rework logic of syscalls that modify process credentials as described in | jhb | 2002-04-13 | 1 | -4/+16 |
* | Turn on TGA support. | obrien | 2002-04-13 | 2 | -0/+2 |
* | Quiet GCC 3.1 warning. | obrien | 2002-04-13 | 1 | -1/+1 |
* | Include <sys/cdefs.h> for definition of __BSD_VISIBLE. | mike | 2002-04-12 | 1 | -0/+1 |
* | Add a comment that osigreturn() is MPSAFE. | alc | 2002-04-11 | 1 | -0/+2 |
* | LCA based systems can't handle more than 16 devices on pci bus 0. | ticso | 2002-04-11 | 1 | -1/+1 |
* | Remove the hack for segsz_t from <sys/types.h>; use the normal | mike | 2002-04-10 | 1 | -0/+1 |
* | Add manifest constants: _LITTLE_ENDIAN, _BIG_ENDIAN, _PDP_ENDIAN, and | mike | 2002-04-10 | 1 | -6/+15 |
* | GC various bits and pieces of USERCONFIG from all over the place. | phk | 2002-04-09 | 1 | -12/+0 |
* | GC the "dumplo" variable, which is no longer used. | phk | 2002-04-07 | 1 | -1/+0 |
* | o Eliminate the use of grow_stack() and useracc() from sendsig(), osendsig(), | alc | 2002-04-05 | 3 | -68/+44 |
* | Spell "privileges" correctly. | eric | 2002-04-05 | 1 | -2/+2 |