summaryrefslogtreecommitdiff
path: root/sys/arch/hpc
AgeCommit message (Expand)Author
2004-01-02Update the root window after showing the 'Last chance...' dialog.uwe
2003-12-25If "pause before boot" is not set (i.e. user will not be given lastuwe
2003-12-25Lowercase labels of the "Boot" and "Cancel" buttons.uwe
2003-12-23Trim trailing whitespace.uwe
2003-12-23Make the progress bar use the whole width between the Boot and Canceluwe
2003-12-23Set meaningful error_message is attachLoader fails.uwe
2003-12-23Trim trailing whitespace.uwe
2003-12-23Move IDC_OPT_AUTO_INPUT after IDC_OPT_AUTO to get the expected tab-order.uwe
2003-12-23Reverse the order of IDC_CONS_CHK* checkboxes so that they haveuwe
2003-12-23Widen the "root file system" group to line up with the controls above it.uwe
2003-12-23In MainTabWindow::layout don't touch the Z-order of IDC_MAIN_OPTION_*uwe
2003-12-23Trim trailing whitespace.uwe
2003-12-23Do not replace the boot log text completely on every print - thatuwe
2003-12-23Load ".symtab" section before ".strtab". The code to pack the symboluwe
2003-12-23Call UpdateWindow after user responded to the safety message dialog,uwe
2003-12-23Oops, add braces forgotten in 1.8.uwe
2003-12-21Fix indentation in previous.uwe
2003-12-21Move progress bar management to rootwindow.cpp so that hpcmenu.cppuwe
2003-12-18Add MB_ICONQUESTION style to the message box.uwe
2003-12-18Add MB_ICONWARNING style to the message box. Use explicit MB_OK.uwe
2003-12-18Tweak error message.uwe
2003-12-18Add MB_ICON* styles to message boxes. Use explicit MB_OK.uwe
2003-12-18Capitalize error messages. Consistently use "can't". Minor tweaks.uwe
2003-12-18Add MB_ICONEXCLAMATION style to the "Last chance..." dialog. Changeuwe
2003-12-17Provide dummy machine/mcontext.h.uwe
2003-12-16Add btodb() define.uwe
2003-12-16Add directory "res" to INCDIR_LIST and drop the "res/" prefix fromuwe
2003-12-16Protect __KERNEL_RCSID with #if !defined(_WIN32) for the sake ofuwe
2003-12-16Drop adler32.c from SRCFILE_LIST, it's no longer in sys/lib/libz.uwe
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-08Overhaul MBR handling (part 1):lukem
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-15__KERNEL_RCSID()lukem
2003-07-10Rename a large chunk of the make(1) variables which refer to alukem
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-05-10Change bounds_check_with_label() to take a pointer to the disk structure,thorpej
2003-05-04use "rm -f $@ ; ln -s ... $@" instead of "ln -sf ... $@"lukem
2003-05-03DMA, not dma nor Dma.wiz
2003-05-02Change return type of readdisklabel() to const char *dsl
2003-04-23Constify second argument of table_getnum().uwe
2003-04-23Fix dump_node() prototype.uwe
2003-04-16Nake return values from bounds_check_with_label() conform to the manbouyer
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-06-02move initialization of the "struct pglist" returned by uvm_pglistalloc()drochner
2002-05-12BUGFIX: SigmarionII can't resume.takemura
2002-05-03Fixed debug print.takemura
2002-04-14Fixed 8bpp problem of mq200.takemura
2002-03-25recompile.uch
2002-03-25add EditText to "option tab window" for user can put extra options touch