Age | Commit message (Expand) | Author |
2009-02-04 | Unify memory size reports a bit more: always report size in MB, and report | Miod Vallat |
2008-06-27 | Clear swap encryption keys before dumping a kernel image. | Miod Vallat |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-04-09 | Add new stub uvm_shutdown() and call it from the right place in MD boot() | Theo de Raadt |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-09-15 | replace ctob and btoc with ptoa and atop respectively | Martin Reindl |
2007-08-25 | Use ptoa((psize_t)...) and %lu to print memory sizes. | Mark Kettenis |
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt |
2007-05-29 | start of dumpconf() unification, which one day we can pray will be MI | Theo de Raadt |
2007-05-26 | Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@ | Pedro Martelletto |
2007-04-23 | Switch alpha to timecounters. | Artur Grabowski |
2007-04-18 | if possible, fill in hw.serialno; | Martin Reindl |
2007-04-13 | get alpha SMP into a state where it at least compiles: | Martin Reindl |
2007-02-26 | Zero rval[1] in setregs. | Miod Vallat |
2006-07-12 | do not include uvm_extern.h twice | Martin Reindl |
2006-06-20 | fix memory reporting on alphas with 2GB or more; ok miod | Theo de Raadt |
2006-06-15 | Rework the interrupt code, shaving some cycles off in the process. | Brad Smith |
2006-06-07 | One last occurence of an inline sigexit() in sendsig. | Miod Vallat |
2006-04-13 | Use PAGE_SIZE rather than NBPG. | Brad Smith |
2006-03-18 | Switch to a rpcc-based delay() implementation. From NetBSD. | Miod Vallat |
2006-03-15 | use sysctl_int_lower() for the aperture variable. This lets root close | Theo de Raadt |
2006-01-17 | Do not invoke resettodr() on shutdown if we have been sitting in ddb. | Miod Vallat |
2005-11-23 | fix DEBUG build | Martin Reindl |
2005-11-12 | no longer require boot_osflags being set to 'a' in the SRM for going multiuse... | Martin Reindl |
2005-10-17 | Rename ncpus to alpha_ncpus so that MI ncpus matches the number of | Miod Vallat |
2005-06-17 | Override cpu_switch() with a faster version if we can use BWX instructions. | Miod Vallat |
2005-04-28 | shrink extra verbose crud | Theo de Raadt |
2004-11-02 | Remove __HAVE_NWSCONS and related remnants of pre-wscons days; no functional | Miod Vallat |
2004-07-06 | assert is dumb dumb dumb; no objection from miod | Theo de Raadt |
2004-07-04 | turn off _KERN_DO_ECOFF unless COMPAT_OSF1 is enabled. This shrinks the | Theo de Raadt |
2004-06-08 | pull ncpus support from smp tree into main branch. | Marco S Hyman |
2004-03-10 | Ensure that we obey a user's ddb> boot reboot command even if the system | Tom Cosgrove |
2004-01-22 | dot_conv() is not used. | Miod Vallat |
2003-11-08 | Avoid a race condition while swapping in a process. | Thomas Nordin |
2003-08-10 | Do not trust and use uvm_useracc, but rather always check copy{in,out} for | Miod Vallat |
2003-06-03 | Make minaddr sane before calling uvm_km_suballoc() | Dale Rahn |
2003-05-11 | string cleaning; krw ok | Theo de Raadt |
2003-05-10 | string cleaning; ok beck dhartmei | Theo de Raadt |
2002-12-17 | Make SysV-style shared memory and semaphore limits sysctl'able. | Todd C. Miller |
2002-11-07 | Small simplification in sendsig. | Artur Grabowski |
2002-08-24 | aperture driver for alpha. It works here the same as on i386 | Matthieu Herrb |
2002-07-21 | remove unsued variables. | Artur Grabowski |
2002-07-20 | Instead of copying out the signal trampoline on top of the stack, create | Artur Grabowski |
2002-06-08 | Always keep the symbols, don't hand that memory to the VM system. | Artur Grabowski |
2002-06-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt |
2002-05-03 | le_ioasic.h is history | Todd C. Miller |
2002-04-28 | IEEE 754 floating point completion code, and implementation of the | Peter Valchev |
2002-04-25 | Cast and display memory sizes as long integers, to avoid displaying | Miod Vallat |
2002-03-23 | Add variables for config(8) -e time tweak of systemV shared memory | Marc Espie |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |