Age | Commit message (Expand) | Author |
2006-10-03 | Don't load bad144 bad sector information into disklabels for archs that | Kenneth R Westerback |
2006-07-29 | fix typo in comment | Jasper Lievisse Adriaanse |
2006-07-07 | Unroll DLT_* logic into simple 'look for native disklabel, then try | Kenneth R Westerback |
2006-07-03 | Eliminate most of the #if/#endif maze in alpha, hppa, hppa64, and mips64 | Kenneth R Westerback |
2006-06-26 | Clean up some inconsistancies in definitions around DOS MBR code. No | Kenneth R Westerback |
2006-06-20 | Define an empty pmap_collect(). | Miod Vallat |
2006-06-19 | Zap Amiga bits of disklabel.h now that Amiga bits of readdisklabel() are | Kenneth R Westerback |
2006-06-11 | Amiga is no longer amoung us. Some architectures were too sentimental | Kenneth R Westerback |
2006-06-06 | Define R5k/R10k extra trap codes. | Miod Vallat |
2006-05-29 | clean userland namespace a bit more; ok miod | Theo de Raadt |
2006-05-14 | use __mips64__ | Robert Nagy |
2006-03-19 | remove unused bdbtofsb(bn) macro | Martin Reindl |
2006-02-27 | mips requires strict alignment; spotted after a discussion on undeadly; | Miod Vallat |
2006-01-14 | Revert 1.12 and go back to 32K MAXPHYS; 64k MAXPHYS exposes subtle bugs | Miod Vallat |
2006-01-13 | Make size_t, ssize_t, intptr_t and uintptr_t consistent amongst our | Todd C. Miller |
2006-01-10 | Remove duplicate _C_LABEL define. OK miod@ | Todd C. Miller |
2006-01-09 | Use protected version of register_t in struct sigcontext for the | Todd C. Miller |
2006-01-08 | Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2 | Todd C. Miller |
2006-01-06 | Don't redefine SIZE_MAX | Todd C. Miller |
2006-01-06 | Adapt things to use __type_t instead of _BSD_TYPE_T_ | Todd C. Miller |
2006-01-06 | Merge machine/ansi.h and machine/types.h into machine/_types.h and | Todd C. Miller |
2006-01-04 | Crank MAXPHYS to 64KB again and remove bogus comment. | Miod Vallat |
2006-01-02 | Kill enablertclock. | Miod Vallat |
2005-12-20 | __attribute__ ((__packed_)) -> __packed | Miod Vallat |
2005-12-16 | do not use a label_t in the pcb. label_t may not exist in all contexts, | Theo de Raadt |
2005-12-14 | make va_arg() map to nothing; ok millert | Theo de Raadt |
2005-12-14 | convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@ | Todd C. Miller |
2005-12-13 | nuke unused BTOPKERNBASE define | Martin Reindl |
2005-12-13 | First step in include files overhaul. Use __FOO_VISIBLE (as defined | Todd C. Miller |
2005-11-29 | backout miod's change because he did not compile libc. | Theo de Raadt |
2005-11-28 | Remove older-than-gramps poor man's assym.h defines; .S files do not even need | Miod Vallat |
2005-11-24 | add lint-specific hacks. at the same time, clean out a lot of ancient | Theo de Raadt |
2005-11-23 | there is no vtophys here | Michael Shalayeff |
2005-11-06 | byebye Mach macros | Martin Reindl |
2005-09-12 | Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bit | Miod Vallat |
2005-08-07 | Remove advertising clause from UCB licenses; ok deraad@ | Miod Vallat |
2005-07-31 | Get rid of unused SINCR and SSIZE constants. | Miod Vallat |
2005-04-29 | So mips64 is our first arch that switches to using new MI | Alexander Yurchenko |
2005-04-19 | Nuke DB_NO_AOUT, and have platforms with a.out symbols explicitely provide | Miod Vallat |
2005-04-16 | internal _BSD_WCTRANS_T_, _BSD_MSTATE_T_, _BSD_WCTYPE_T_ types. | Miod Vallat |
2005-04-11 | use MD #define to choose stackgap size per-architecture. on sparc, special | Theo de Raadt |
2005-01-31 | Un-__P. | Alexander Yurchenko |
2005-01-18 | Move rm7000.h file from sgi to mips64. | Alexander Yurchenko |
2005-01-04 | SET_PC_REGS, arches tested between me and miod. | Marc Espie |
2004-11-28 | MAXSLP is not really an MD-configurable define so move it to param.h; miod@ t... | Michael Shalayeff |
2004-11-26 | Kill __HAVE_EVCOUNT, now that all architectures provide them. | Miod Vallat |
2004-11-11 | say hello to XKSEG0 and XKSEG1! | Per Fogelstrom |
2004-11-11 | up default data size so things doesn't blow up to easy | Per Fogelstrom |
2004-10-20 | Fix some 64 bit address problems. | Per Fogelstrom |
2004-10-18 | Move exec.h out from sgi to share it with other mips64 ports; with | Alexander Yurchenko |