Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-20 | Try again with local variable to avoid alignment issues. | Kenneth R Westerback | |
"The dosparts member of cpu_disklabel was not used for any persistant data. Eliminate it, and just use the data being read in while processing MBR and EBR records. Should be no functional change. ok weingart@ deraadt@" | |||
2006-10-18 | back out disksubr changes ... since they violate strict alignment on | Theo de Raadt | |
some architectures (kaboom); that will be fixed in the next iteration hopefully! | |||
2006-10-17 | The dosparts member of cpu_disklabel was not used for any persistant | Kenneth R Westerback | |
data. Eliminate it, and just use the data being read in while processing MBR and EBR records. Should be no functional change. ok weingart@ deraadt@ | |||
2006-10-04 | Zap bad144 bad sector info in disklabels. Sparsely used if at all for | Kenneth R Westerback | |
a few obsolete and easily replaced disk models. And didn't work anyway according to Bob, who has tried. ok beck@ | |||
2006-08-12 | Make all DEV_BSIZE definitions consistant by using (1 << DEV_BSHIFT) | Kenneth R Westerback | |
in the six cases using "512". As DEV_BSHIFT is always 9, this should be a no-op. "no objections" miod@ "I can't see any problem doing this." pedro@ | |||
2006-07-07 | Unroll DLT_* logic into simple 'look for native disklabel, then try | Kenneth R Westerback | |
DOS MBR' logic. Leave DOS MBR logic inside #if defined(DISKLABEL_I386) blocks until impact on install media can be evaluated. Eliminates most remnants of cross-endian, cross-architecture disklabel processing attempts. Fix some mips64 issues with last commit, found by kettenis@. No functional change. | |||
2006-07-03 | Eliminate most of the #if/#endif maze in alpha, hppa, hppa64, and mips64 | Kenneth R Westerback | |
disklabel code that was intended to support cross-endian and cross-architecture use of disklabels. Never actually used except for Alpha<->Amiga moves that now can't happen anyway. Leave native and DOS MBR disklabel code. Tested on alpha and hppa. No functional change. | |||
2006-06-26 | Clean up some inconsistancies in definitions around DOS MBR code. No | Kenneth R Westerback | |
functional change. ok deraadt@ | |||
2006-06-19 | Zap Amiga bits of disklabel.h now that Amiga bits of readdisklabel() are | Kenneth R Westerback | |
gone. 'go ahead' deraadt@ | |||
2006-06-11 | Amiga is no longer amoung us. Some architectures were too sentimental | Kenneth R Westerback | |
to cut all ties when it left for the attic. Eliminate (theoretical) ability to read Amiga disklabels on those architectures. mips64 compile tested by miod@ "whack away" deraadt@ "my amiga runs 3.2" niklas@ | |||
2006-06-04 | Shrink VM_PHYSSEG_MAX to 1 on platforms where physical memory is contiguous | Miod Vallat | |
and there is only one call to uvm_page_physload(). | |||
2006-04-09 | #ifdef lint wraps for va_start | Theo de Raadt | |
2006-03-19 | remove unused bdbtofsb(bn) macro | Martin Reindl | |
found by drahn@ | |||
2006-03-12 | remove splimp. | Brad Smith | |
2006-01-13 | Make size_t, ssize_t, intptr_t and uintptr_t consistent amongst our | Todd C. Miller | |
architectures. They are now defined as unsigned long, long, long and unsigned long respectively. | |||
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 | |
Add new sys/_types.h header Include machine/_types.h or sys/_types.h where applicable | |||
2006-01-06 | Merge machine/ansi.h and machine/types.h into machine/_types.h and | Todd C. Miller | |
rename the types using the __ protected namespace (e.g. __size_t). Idea from FreeBSD. | |||
2005-12-22 | Bad commit, breaks hppa64. Prompted by deraadt@ | Marco Peereboom | |
2005-12-21 | Add MACHINE_STACK_ALIGN define. | Marco Peereboom | |
2005-12-19 | Fix hppa ldcw alignment issue. | Marco Peereboom | |
Help deraadt, tedu, kettenis Ok tedu, kettenis | |||
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-14 | Make clock_t consistent across platforms as a 32 bit int. OK deraadt@ | Todd C. Miller | |
2005-12-13 | nuke unused BTOPKERNBASE define | Martin Reindl | |
pointed out by miod@ | |||
2005-12-13 | First step in include files overhaul. Use __FOO_VISIBLE (as defined | Todd C. Miller | |
in sys/cdefs.h) instead of _FOO_SOURCE. Also fix several namespace pollution issues, including the byte order defines. OK deraadt@ | |||
2005-11-28 | use atop(), remove last traces of Mach macros from hppa and hppa64 | Martin Reindl | |
2005-11-24 | add lint-specific hacks. at the same time, clean out a lot of ancient | Theo de Raadt | |
cruft for old compilers and environments. there may be a 2nd round of polishing after this; ok miod and others | |||
2005-10-26 | no more hppa_round_page() and hppa_trunc_page() macros | Martin Reindl | |
ok mickey@ | |||
2005-07-31 | Get rid of unused SINCR and SSIZE constants. | Miod Vallat | |
2005-05-26 | Implement PT_STEP for hppa. | Mark Kettenis | |
ok mickey@ | |||
2005-05-24 | add pci ints routing table entry struct | Michael Shalayeff | |
2005-05-24 | wrap into nice defines | Martin Reindl | |
ok mickey@ | |||
2005-05-10 | no reason to use long as we are most definately all 32bit | Michael Shalayeff | |
2005-04-19 | nothing uses spllowersoftclock() anymore | Michael Shalayeff | |
2005-04-19 | No more a.out symbols support in ddb. | Miod Vallat | |
2005-04-14 | internal _BSD_WCTRANS_T_, _BSD_MSTATE_T_, _BSD_WCTYPE_T_ types. | Marc Espie | |
2005-04-11 | use MD #define to choose stackgap size per-architecture. on sparc, special | Theo de Raadt | |
case sun4c/sun4 -- because address space is more constrained | |||
2005-04-07 | duh. space vs tab | Michael Shalayeff | |
2005-04-07 | 64bit-friendly pdc.h and iomod.h and correspondent changes elsewhere | Michael Shalayeff | |
2005-04-07 | put a memmory barrier onto the sync_caches() | Michael Shalayeff | |
2005-03-26 | oops. it's 2005 now! | Michael Shalayeff | |
2005-03-26 | md parts for hpux_compa code; some problems w/ signals delivery still exist | Michael Shalayeff | |
2005-01-23 | generate .size for asm objects too (and kill *end labels) | Michael Shalayeff | |
2005-01-17 | proper fault address selection (list all possible pc-based traps) | Michael Shalayeff | |
2005-01-09 | typo | Michael Shalayeff | |
2005-01-06 | A really working SET_PC_REGS(); ok mickey@ | Miod Vallat | |
2005-01-06 | undo moronic french breakage | Michael Shalayeff | |
2005-01-06 | SET_PC_REGS, tested by miod@ | Marc Espie | |