Age | Commit message (Expand) | Author |
2006-08-13 | Fix EV6 processor minor type: 0 is reserved and thus all entries were | Michael Knudsen |
2006-08-11 | Use d_secperunit rather than 0x1fffffff as the default value for | Kenneth R Westerback |
2006-07-16 | On LX164 systems (and maybe others), isa video boards are reported by | Miod Vallat |
2006-07-12 | do not include uvm_extern.h twice | Martin Reindl |
2006-07-11 | Remove DISKLABEL_ALL, DISKLABEL_ALPHA, leave DISKLABEL_I386 in | Kenneth R Westerback |
2006-07-09 | Remove DLT_* logic from Alpha as well, being careful to keep the | Kenneth R Westerback |
2006-07-03 | Eliminate most of the #if/#endif maze in alpha, hppa, hppa64, and mips64 | Kenneth R Westerback |
2006-07-01 | Eliminate redundant get_le() in favour of letoh32(). Add letoh32() | Kenneth R Westerback |
2006-06-20 | fix memory reporting on alphas with 2GB or more; ok miod | Theo de Raadt |
2006-06-19 | Reset pcb_onfault around uvm_fault() calls. | Miod Vallat |
2006-06-15 | Rework the interrupt code, shaving some cycles off in the process. | Brad Smith |
2006-06-11 | Amiga is no longer amoung us. Some architectures were too sentimental | Kenneth R Westerback |
2006-06-07 | One last occurence of an inline sigexit() in sendsig. | Miod Vallat |
2006-05-25 | gas will error out with a number of "Error: unassigned file number 1" | Brad Smith |
2006-04-13 | Use PAGE_SIZE rather than NBPG. | Brad Smith |
2006-04-13 | Don't use NBPG. | Brad Smith |
2006-03-19 | Do not compile misaligned access recovery code if option SMALL_KERNEL; | Miod Vallat |
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-03-15 | Nuke dk_establish(), no longer used. | Miod Vallat |
2006-03-04 | Typos grab bag of the month, eyeballed by jmc@ | Miod Vallat |
2006-02-26 | Provide a buffer large enough for its contents in pal_opname(). ok deraadt@ | Miod Vallat |
2006-02-25 | ok, the miod thing can go back in, tree builds | Theo de Raadt |
2006-02-24 | NO_IEEE ifndef is still needed for RAMDISKBIG at least | Theo de Raadt |
2006-02-23 | Better dependency rules in files.alpha, also point to cpuconf.c in the | Miod Vallat |
2006-02-23 | Only compile badaddr() if we have support for TurboChannel, apecs, cia or lca, | Miod Vallat |
2006-02-07 | convert pmap_phys_address() to a define, consistent with other archs; | Martin Reindl |
2006-01-26 | Fix character range check in local atoi() function. krw@ "looks correct" | Aaron Campbell |
2006-01-17 | Do not invoke resettodr() on shutdown if we have been sitting in ddb. | Miod Vallat |
2005-12-27 | Remove unused sw_nblks field of struct swdevt. Then, remove swapconf() | Miod Vallat |
2005-12-25 | Ensure child_return() leaves registers the same way a successfull system | Miod Vallat |
2005-12-22 | 'spoofonly' does not mean what I thought it meant. The whole point is | Kenneth R Westerback |
2005-12-12 | One procfs.h leftover there, too. | Miod Vallat |
2005-12-11 | Replace procfs_domem() with a similar interface, process_domem(), which lives | Miod Vallat |
2005-11-23 | fix DEBUG build | Martin Reindl |
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller |
2005-11-15 | enable bktr(4) and radio(4) on alpha | Robert Nagy |
2005-11-12 | no longer require boot_osflags being set to 'a' in the SRM for going multiuse... | Martin Reindl |
2005-11-03 | use splvm() here instead of splimp(). in currently unused MULTIPROCESSOR code. | Brad Smith |
2005-10-30 | Remove unused pcb field (this should have been part of the fetch(9)/store(9) | Miod Vallat |
2005-10-28 | no more Mach-macros | Martin Reindl |
2005-10-17 | Rename ncpus to alpha_ncpus so that MI ncpus matches the number of | Miod Vallat |
2005-09-27 | Don't try to read the DOS label from the device if spoofonly is 1. | Kenneth R Westerback |
2005-09-15 | In syscall(), do not recompute the struct proc * after the syscall has | Miod Vallat |
2005-09-15 | Change child_return() to record a proper ktrace record for vfork child | Miod Vallat |
2005-08-06 | If a process has trashed its stack, use sigexit() instead of psignal() to | Miod Vallat |
2005-06-17 | Override cpu_switch() with a faster version if we can use BWX instructions. | Miod Vallat |
2005-05-09 | fixes and updates for root device detection from NetBSD: | Martin Reindl |
2005-05-09 | - add alpha optimized in4_cksum | Brad Smith |
2005-04-28 | shrink extra verbose crud | Theo de Raadt |