Age | Commit message (Expand) | Author |
2014-01-21 | dtucker@ pointed out i suck at grep. | David Gwynne |
2014-01-04 | Add rnddata[] placeholders to make these boot blocks build again. | Miod Vallat |
2013-12-18 | Provide MI symbol _STACKALIGNBYTES | Theo de Raadt |
2013-12-08 | reflect reality, mark as NOOBJ | Marc Espie |
2013-11-27 | Instead of comparing the lower and higher addresses of all the multicast | Martin Pieuchot |
2013-11-24 | Increase NMBCLUSTERS a bit. Riding upon the kernel memory saved by the pmap | Miod Vallat |
2013-11-24 | Increase MAXDSIZ to 128MB, and BRKSIZ to 16MB, now that we can afford this. | Miod Vallat |
2013-11-24 | Rework pmap to use dynamic P0 and P1 region allocation, instead of allocating | Miod Vallat |
2013-11-20 | Update comments mentioning `resource maps' to mention `extents' instead. | Miod Vallat |
2013-11-20 | replace bare use of disksort with bufqs. | David Gwynne |
2013-11-15 | Make vax stand build cross-build friendly. | Masao Uebayashi |
2013-11-13 | Honor RB_TIMEBAD on vax too as other ports. | Masao Uebayashi |
2013-11-01 | Use %lu to print u_long, not %lld. | Kenneth R Westerback |
2013-10-21 | Add load_font and list_font accessops to all rasops-based wsdisplay drivers. | Miod Vallat |
2013-10-20 | Use C99 named initializers for struct wsdisplay_accessops fields. | Miod Vallat |
2013-10-17 | Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries. | Miod Vallat |
2013-10-17 | Remove support for a.out and ecoff. We only do elf now. | Theo de Raadt |
2013-10-15 | We do not produce "core" files, so they do not need to be deleted. they | Theo de Raadt |
2013-10-15 | Rewrite the awk script that generates the data for option DDB_STRUCT: | Philip Guenther |
2013-10-14 | XXsize() returns daddr_t, so calculate the return value in a daddr_t | Kenneth R Westerback |
2013-09-30 | Unbreak after am7990/lance split. | Miod Vallat |
2013-09-28 | In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddb | Miod Vallat |
2013-09-24 | Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following: | Miod Vallat |
2013-09-21 | Create process map holes with UVM_INH_SHARE so that they don't get lost in | Miod Vallat |
2013-08-15 | fix getsecs() prototypes, vax still boots with 64-bit time_t; ok miod@ | Otto Moerbeek |
2013-08-08 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-08-07 | We uniformly define size_t to be unsigned long and ssize_t to be long. Make | Mark Kettenis |
2013-07-13 | unify register_t to long on all platforms | Theo de Raadt |
2013-07-13 | Rework multiline string literal to appease gcc3. | Miod Vallat |
2013-07-07 | Fix pmap_extract() to actually only return TRUE for mappings which have the | Miod Vallat |
2013-07-06 | Forgot to commit this file during the a.out->ELF transition. | Miod Vallat |
2013-07-05 | VAX ELF boot block bits, and version crank. | Miod Vallat |
2013-07-05 | VAX ELF kernel bits. | Miod Vallat |
2013-07-05 | VAX ELF userland bits. Consists mostly of register prefix additions. | Miod Vallat |
2013-07-05 | Take II, this time without flubbing off_t: : move several internal | Philip Guenther |
2013-07-04 | backout previous; off_t must be signed and there might be other C++ API | Otto Moerbeek |
2013-07-04 | To ease future changes, move several internal type definitions that are | Philip Guenther |
2013-07-03 | Do not scribble to a page after uvm_pagefree()'ing it. | Miod Vallat |
2013-07-01 | Replace magic number in USRPTSIZE with the proper computation based upon | Miod Vallat |
2013-06-30 | Shortly run at ipl 1 in cpu_idle_cycle(), to let SIMH recognize the system | Miod Vallat |
2013-06-29 | Minor fixes to let this build with gcc 3. | Miod Vallat |
2013-06-29 | Turn mfpr() and mtpr() into inline functions. | Miod Vallat |
2013-06-29 | Pass -D_LOCORE when building .S files. | Miod Vallat |
2013-06-23 | Stop using -traditional-cpp on gcc3/4 platforms. | Miod Vallat |
2013-06-13 | ovbcopy begone | Theo de Raadt |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-06-09 | Fix resident_count accounting. Resident count would be incremented when | Miod Vallat |
2013-06-03 | changes for isc fuse support. not enabled. ok beck deraadt. | Ted Unangst |
2013-06-01 | cleanup and consolidate the spinlock_lock (what a name!) code. | Ted Unangst |
2013-05-29 | remove non-existing kernel configurations | Jasper Lievisse Adriaanse |