Age | Commit message (Expand) | Author |
2006-10-28 | We don't currently write a disklabel into an OpenBSD ('A6') DOS MBR | Kenneth R Westerback |
2006-10-21 | Don't try to spoof 0 length DOS MBR/EBR partitions. By skipping | Kenneth R Westerback |
2006-10-21 | Some KNF cleanup. | Kenneth R Westerback |
2006-10-21 | We have a pointer (pp), so use it in the DOSPTYP_UNUSED case rather | Kenneth R Westerback |
2006-10-20 | Try again with local variable to avoid alignment issues. | Kenneth R Westerback |
2006-10-18 | back out disksubr changes ... since they violate strict alignment on | Theo de Raadt |
2006-10-17 | The dosparts member of cpu_disklabel was not used for any persistant | Kenneth R Westerback |
2006-10-10 | Don't spoof a Free/NetBSD MBR partition as the 'a' partition in a | Kenneth R Westerback |
2006-10-04 | unused variable | Theo de Raadt |
2006-10-04 | More tidying up after bad144. Remove references in comments and | Kenneth R Westerback |
2006-10-04 | Zap bad144 bad sector info in disklabels. Sparsely used if at all for | Kenneth R Westerback |
2006-09-16 | Revert new check for DOS partitions running past d_secperunit (e.g. | Kenneth R Westerback |
2006-08-20 | When spoofing an MSDOS disklabel, don't create partitions with a final | Kenneth R Westerback |
2006-08-17 | fix tyop. | Michael Knudsen |
2006-08-17 | tsk tsk, krw did not test compile this | Theo de Raadt |
2006-08-17 | Check d_secpercyl in all readdisklable() functions, and have all of | Kenneth R Westerback |
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 |