Age | Commit message (Expand) | Author |
2002-11-08 | Don't uvm_useracc the user sigcontext in sys_sigreturn and then access | Miod Vallat |
2002-11-05 | Add a WEAK_ALIAS macro, to be used by libc/libc_r shortly. | Miod Vallat |
2002-11-01 | Working atomic locks on vax for libc_r. | Miod Vallat |
2002-10-27 | Typo in comment | Miod Vallat |
2002-10-23 | Add a trivial va_copy() macro to all architectures but powerpc | Todd C. Miller |
2002-10-19 | Kill register. | Hugh Graham |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-10-07 | this removes the functionality of adding allocated | Michael Shalayeff |
2002-10-06 | No more need to initialize the result list before uvm_pglistalloc. | Artur Grabowski |
2002-09-28 | Add support for OS defined halt action on Pele and Spitfire. | Hugh Graham |
2002-09-21 | Add support for OS defined halt action on Cheetah and Omega. | Hugh Graham |
2002-09-18 | From NetBSD and in line with recent local changes: | Hugh Graham |
2002-09-17 | Work around a vax-specific problem where mmap()ing large amount of memory | Miod Vallat |
2002-09-17 | Switch device register routine from last match to first match. Fixes | Hugh Graham |
2002-09-12 | Change the PMAP_{MAP,UNMAP}_POOLPAGE api to take a vm_page as argument | Artur Grabowski |
2002-09-10 | Change the pmap_zero_page and pmap_copy_page API to take the struct vm_page * | Artur Grabowski |
2002-08-11 | Restore support for loading elf boot: | Hugh Graham |
2002-08-09 | Get rid of remaining __P usage (except for imported code); | Jason Peel |
2002-08-09 | Add an explicit dependancy of assym.h to Makefile. | Miod Vallat |
2002-07-31 | fake out ELF stuff | Theo de Raadt |
2002-07-31 | Temporarily comment ELF support in the bootblocks, until this port is | Miod Vallat |
2002-07-30 | Add SIZE_MAX define. This is the same as SIZE_T_MAX but more portable. | Todd C. Miller |
2002-07-21 | Support OS selectable halt action on the VAXstation 4000's. | Hugh Graham |
2002-07-21 | Attempt to distinguish 4000 700A from 4000 705A. Results are so far | Hugh Graham |
2002-07-21 | Vector 0x0 doesn't seem to be useful, so ignore it for now. | Hugh Graham |
2002-07-20 | Instead of copying out the signal trampoline on top of the stack, create | Artur Grabowski |
2002-07-10 | proper cdev_decl(ksyms), fix ksyms's broken functions | Michael Shalayeff |
2002-06-24 | hello missing cdevsw entries | Hugh Graham |
2002-06-23 | uid_t is unsigned | Theo de Raadt |
2002-06-22 | Add ${PIPE} to CFLAGS | Todd C. Miller |
2002-06-12 | bdevtomaj worked well, but is no longer needed. | Hugh Graham |
2002-06-12 | No longer need these getdev routines. | Hugh Graham |
2002-06-12 | cnputc() will take care of the necessary cr->cr/lf translation, so don't | Miod Vallat |
2002-06-11 | Prune some more dead code. | Hugh Graham |
2002-06-11 | Nuke unused function. | Hugh Graham |
2002-06-11 | Oops, no need for 1k lpgsz support on the ramdisk. | Hugh Graham |
2002-06-11 | New boot code, mostly from ragge's work in NetBSD. | Hugh Graham |
2002-06-10 | sleep() -> tsleep() | Miod Vallat |
2002-06-08 | protect biodone with splbio | Artur Grabowski |
2002-06-07 | Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@ | Thomas Nordin |
2002-06-03 | spell transceiver correctly | Theo de Raadt |
2002-05-25 | Add a board type for VXT2000+. Info gathered by Daniel SZILAGYI. | Hugh Graham |
2002-05-23 | remove the defines for iodone -> biodone and iowait -> biowait. | Artur Grabowski |
2002-05-18 | Rename the MD db_stack_trace_cmd to db_stack_trace_print. Add an argument | Artur Grabowski |
2002-05-16 | Add systrace support to all the remaining architectures. | Miod Vallat |
2002-05-16 | Fix a long standing problem on vax: on "arithmetic fault" exceptions, | Miod Vallat |
2002-05-11 | Avoid multiple definitions of macros in float.h and limits.h. This | Todd C. Miller |
2002-05-11 | Enable dz at uba, since it seems to move characters back and forth | Hugh Graham |
2002-05-06 | Increase MAXPHYS from 63K to 64K which brings it in line with all our | Todd C. Miller |
2002-04-29 | Use netisr_dispatch. | Miod Vallat |