Age | Commit message (Expand) | Author |
2003-02-05 | LLADDR macro doesn't work here, so copy mac into the softc directly. | Hugh Graham |
2003-02-04 | Bring qe closer to NetBSD and make it compile. As yet untested. | Hugh Graham |
2003-02-03 | From NetBSD: Add functions to allocate mapped-in qbus memory. | Hugh Graham |
2003-01-21 | typos | margarida |
2003-01-09 | Remove fetch(9) and store(9) functions from the kernel, and replace the few | Miod Vallat |
2002-12-27 | Use model control capability to distinguish 8 from 16 line models, | Hugh Graham |
2002-12-25 | No need to define FOO?=foo for AS, CC, CPP and LD, as they are always already | Miod Vallat |
2002-12-24 | Received a christmas card from Diego and Wim -- thanks! | Hugh Graham |
2002-12-17 | Make SysV-style shared memory and semaphore limits sysctl'able. | Todd C. Miller |
2002-12-15 | Correctly report MicroVAX-30 as a MicroVAX, not a VAXstation. | Miod Vallat |
2002-12-10 | VT100 emul is the default, and there is no point yet having more than one | Miod Vallat |
2002-12-05 | remove altq entries. | Kenjiro Cho |
2002-12-02 | Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack | Miod Vallat |
2002-11-29 | inconsistant spelling; torh@bogus.net | Theo de Raadt |
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 |