Age | Commit message (Expand) | Author |
2002-06-09 | convert sleep() calls to tsleep(). | Miod Vallat |
2002-06-09 | fix the use of "cuz" in the tree; these are all in comments | Jason Peel |
2002-06-07 | Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@ | Thomas Nordin |
2002-06-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt |
2002-05-30 | protect biodone with splbio. | Artur Grabowski |
2002-05-23 | remove the defines for iodone -> biodone and iowait -> biowait. | Artur Grabowski |
2002-05-16 | Add systrace support to all the remaining architectures. | Miod Vallat |
2002-04-29 | Define placeholders for art's splassert() debugging stuff on all arches. | Miod Vallat |
2002-04-29 | wierd -> weird | Peter Valchev |
2002-04-28 | Use the prototypes defined via cdev_decl() macros, instead of rolling our | Miod Vallat |
2002-04-28 | Use netisr_dispatch | Miod Vallat |
2002-04-25 | Use more symbolic constants rather than magic values... | Miod Vallat |
2002-04-25 | Factorize more common m68k definitions. | Miod Vallat |
2002-04-24 | Introduce a new file, machine/internal_types.h, to hold that specific arch | Marc Espie |
2002-04-16 | Same .text vs .data issue as for mvme68k. | Miod Vallat |
2002-03-23 | Add variables for config(8) -e time tweak of systemV shared memory | Marc Espie |
2002-03-15 | Cosmetic changes only, primarily making comments line up nicely after the | Todd C. Miller |
2002-03-14 | remove ambiguity in version,ostype,osversion,osrelease and their constanity, ... | Michael Shalayeff |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-24 | Don't generate noise before entering DDB from keyboard. | Miod Vallat |
2002-02-23 | Factorize most of the pmap_bootstrap() guts used by pmap_motorola users, | Miod Vallat |
2002-02-17 | Patch from Daniel Lucq <daniel@lucq.org> | Mats O Jansson |
2002-02-15 | Don't cast nonexistent return value from splx to (void). ok art@ | Thomas Nordin |
2002-02-10 | spelling | Theo de Raadt |
2002-02-04 | Cleanup mountroot-related definitions. | Miod Vallat |
2002-01-23 | move mb_map allocation to mbinit() | Artur Grabowski |
2002-01-23 | move definition of mb_map from zillions of machdep.c to uipc_mbuf.c | Artur Grabowski |
2002-01-16 | Replace resource maps with extents. | Miod Vallat |
2002-01-16 | Don't include <sys/map.h> when you don't need what's in it. | Miod Vallat |
2002-01-10 | Switch m68k arches that do not exist in 68060 models back to pmap_motorola. | Miod Vallat |
2001-12-24 | Harmonize and complete wrt cross-compilation. | Miod Vallat |
2001-12-20 | Temporarily revert the pmap_motorola changes, as they may account for | Miod Vallat |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-12-17 | Decrease splvm() level to the splimp() level. | Miod Vallat |
2001-12-14 | Remove the ugly protection_codes[] array, only used by the pte_prot() | Miod Vallat |
2001-12-14 | Sync compilation flags definition accross m68k-based arches. | Miod Vallat |
2001-12-11 | Remove declarations that already exist in <sys/conf.h> | Miod Vallat |
2001-12-10 | No need to include <sys/dmap.h> and define related variables. | Miod Vallat |
2001-12-06 | No need to keep dummy fields in cpu_disklabel structures. | Miod Vallat |
2001-12-06 | Declare SYS_exit for all m68k locore.s'es | Miod Vallat |
2001-12-06 | Define proper macros for FP frame offsets rather than magic numbers. | Todd C. Miller |
2001-12-06 | fix typo I introduced during ksyms addition | Todd C. Miller |
2001-12-06 | Sprinkle pmap_update() calls (based on NetBSD) | Todd C. Miller |
2001-12-06 | Sync with NetBSD: | Todd C. Miller |
2001-12-06 | MAPPEDCOPY no more. | Miod Vallat |
2001-12-06 | Reality updated: no nedd to speak about "old" machines and "current" machines | Miod Vallat |
2001-12-05 | VM_KMEM_SIZE no longer needed. | Artur Grabowski |
2001-12-05 | make nkmempages dynamic based on memory. okay art@ from netbsd: | Niels Provos |
2001-11-30 | Not needed anymore. | Miod Vallat |