Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-25 | Remove cursor register address constants, code should (and does) use dc503reg.h | Miod Vallat | |
instead. | |||
2006-07-25 | Assembly versions of kvtopte() and kvtophys(), better than what gcc | Miod Vallat | |
outputs; from NetBSD | |||
2006-07-20 | Here cometh the blinkenlichten on VAXens. | Miod Vallat | |
Register information from NetBSD (except for KA53), logic from OpenBSD/sparc. | |||
2006-07-20 | Kill an autoconf abuse introduced with Cheetah support, and pass real | Miod Vallat | |
attachment information to mainbus children. Makes it much cleaner to attach both ibus and vsbus on those machines. | |||
2006-07-19 | Remove long dead meat and irrelevant defines. No functional change. | Miod Vallat | |
2006-06-11 | Working kernel crash dumps. | Miod Vallat | |
2006-06-04 | When VM_PHYSSEG_MAX is 1, use VM_PSTRAT_RANDOM for VM_PHYSSEG_STRAT, this | Miod Vallat | |
makes uvm_page.o smaller. | |||
2006-06-02 | Implement splassert() on vax. | Miod Vallat | |
2006-06-01 | Change spl4() to spl7() to raise-only semantics. | Miod Vallat | |
2006-05-30 | Define meaningful values for IPL_ levels, which directly map to the spl | Miod Vallat | |
operation. Will allow a vax implementation of splassert(). | |||
2006-04-17 | Remove unused struct mdproc fields. | Miod Vallat | |
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 | IPL_IMP -> IPL_VM | Brad Smith | |
2006-03-12 | remove splimp. | Brad Smith | |
2006-03-04 | Typos grab bag of the month, eyeballed by jmc@ | Miod Vallat | |
2006-02-22 | Remove unused _{ins,rem}que functions - they were not even implemented on | Miod Vallat | |
all architectures. | |||
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-10 | Remove duplicate _C_LABEL define. OK miod@ | 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 | |
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. | |||
2006-01-04 | add sysctl machdep.console_device support | Martin Reindl | |
2006-01-02 | Kill enablertclock. | Miod Vallat | |
2006-01-01 | Don't need to include machine/types.h here. OK and tested by miod@ | Todd C. Miller | |
2005-12-20 | Vax does not need to __HAVE_PMAP_PHYSSEG. | Miod Vallat | |
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 | 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-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-11-08 | use atop() | Martin Reindl | |
2005-11-06 | Kill deprecated vm_offset_t and vm_size_t types on vax. | Miod Vallat | |
2005-06-30 | oops, used USRPTSIZE incorrectly | Theo de Raadt | |
2005-06-29 | 40MB virtual address space in p0; start mmap's 8MB into the data segment | Theo de Raadt | |
ok tdeval | |||
2005-05-25 | comment typo | Jason Wright | |
2005-04-19 | nothing uses spllowersoftclock() anymore | Michael Shalayeff | |
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-03-31 | Reduce MAX and Default DATA Segment sizes to leave more MMAP space for | Thierry Deval | |
use by mmap_malloc. This change and MMAP(2) malloc need some care to rebuild the system. I definitely suggest using a snapshot when it appears in the coming days. For the daring people : - update src - build and install new kernel, no reboot yet - build and install new libc - build and install new gcc - build and install new make - build and install new binutils - reboot - make build (thanks martin@) | |||
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@ ↵ | Michael Shalayeff | |
testing | |||
2004-11-26 | Kill __HAVE_EVCOUNT, now that all architectures provide them. | Miod Vallat | |
2004-10-16 | Provide a dummp __swap64md() on MD_SWAP architectures; needed by nm(1) now. | Miod Vallat | |
2004-08-06 | rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubs | Theo de Raadt | |
on all other architectures. remove last architecture dependent #ifdef from uvm code. | |||
2004-08-06 | provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ ok | Michael Shalayeff | |
2004-07-13 | #define __HAVE_PMAP_DIRECT and use it. requested by art | Ted Unangst | |
2004-07-07 | new-style interrupt counters. based on initial work by hugh. ok miod | Theo de Raadt | |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist | |
2004-06-09 | rename POOLPAGE macros to pmap_map_direct | Ted Unangst | |
break out uvm_km_page bits for this case, no thread here lots of testing tech@, deraadt@, naddy@, mickey@, ... |