summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-05-21add creator at mainbus and wsdisplay at creatorJason Wright
2002-05-21man page for the creatorJason Wright
2002-05-21Remove some debugging code and generally clean things up.Jason Wright
2002-05-21Get the initial cursor position correct so we don't start back at 0,0 whenJason Wright
wsdisplay attaches.
2002-05-21Support for kcore on alpha.Artur Grabowski
Based on a diff from Mattias Amnefelt <mattiasa at e.kth.se>, which was in turn based on code in NetBSD, but I rewrote all the relevant pieces to have less alignment errors and follow gdb code style. fgs@ ok.
2002-05-21Implement splassert just like it's on sparc.Artur Grabowski
This also requires a change to rename {PIL,IPL}_IMP to {PIL,IPL}_VM. XXX - We should get rid of PIL_*.
2002-05-21Remove last vestiges of rcons and now it appears to work.Jason Wright
2002-05-21Use rasops alloc_attr in alloc_screen so it doesn't crash when a screen isJason Wright
added.
2002-05-21Junk gcc's deprecated __FUNCTION__. Use standard __func__ instead.Marc Espie
ok dhartmei@
2002-05-21Move enum definitions to global scope. Local scope is meaningless, andMarc Espie
interferes with C99's anonymous stuff. ok millert@
2002-05-21create /etc/authpf and /var/authpf dirsTheo de Raadt
2002-05-21cleanTheo de Raadt
2002-05-21Skeleton driver for the Creator/Creator3D framebuffer (doesn't do muchJason Wright
except provide an entry point for mmap'n from userland so I can figure out how it works). Many thanks to Matt Potter <matt@vertrauen.org> for providing a card.
2002-05-21Merge openssl-0.9.7-stable-SNAP-20020519Bob Beck
2002-05-21fake sync (not yet using MAKEDEV.md)Theo de Raadt
2002-05-21remove MAKEDEV.local finallyTheo de Raadt
2002-05-21KNFTheo de Raadt
2002-05-20Add a check for negative values in struct timeval after the timersub().Todd C. Miller
Just treat it like a zero value. Also check for errno != EINTR when select() returns -1.
2002-05-20Do not blindly call wsdisplay routines if no wsdisplay device is activeMiod Vallat
and the user presses a magic key. ok mickey@
2002-05-20Pull in useful bits from NetBSD and make our lp* easier to diff andTodd C. Miller
do some minor cleanup of my own: o IPv6 support o ANSI function headers o use getopt() o synce usage() with man pages o passes -Wall on both 32bit and 64bit platforms o add an option to set the max number of children lpd will fork off o add an lpd option to bind to specific addresses instead of INADDR_ANY. o allow user to specify how long to wait for a connection to remote servers o more strlcpy() and snprintf() usage o Use FOO_FILENO constants instead of hard-coding 0-2 o Add some keeps to man the page SYNOPSIS to avoid options being split
2002-05-20raise RTF_HOST for IPv6 /128 destination. from umeJun-ichiro itojun Hagino
2002-05-20blob for splassert.Artur Grabowski
suggested by deraadt@.
2002-05-20Allow SIOCSIFMTU on gif interfaces.Artur Grabowski
From Mattias Amnefelt mattiasa at e.kth.se. niels@ ok.
2002-05-20doc new splassert sysctl behavior.Artur Grabowski
2002-05-20Add one more level to the kern.splassert sysctl.Artur Grabowski
0 - do nothing. 1 - small message on error (function name and the levels). 2 - big message on error (function name, levels and traceback (if possible)). 3 - panic. After suggestion from deraadt@.
2002-05-20update user list; spotted by hshoexer@yerbouti.franken.deTheo de Raadt
2002-05-20fix XrTheo de Raadt
2002-05-20Eliminate md_questions(). It was used only to control the setting ofKenneth R Westerback
machdep.allowaperture. Remove the setting of machdep.allowaperture from md_installboot(). Add MDXAPERTURE variable to relevant architectures. Add a new function set_machdep_allowaperture(). It is called *after* install_sets() (which changes when the X Window question is asked), and if MDXAPERTURE is present modifies sysctl.conf. Shrinks overall size for i386, macppc, sparc64 (which used md_questions for machdep.allowaperture) but increases size a bit for other architectures since set_machep_allowaperture is in install.sub.
2002-05-20ignore corrupted prom headers w/ length exceeding the scanned isa hole ↵Michael Shalayeff
region; reported by Jason Spence <jspence@lightconsulting.com> for Toshiba Satellite 3005-S303. add a note on a more aggressive course of action
2002-05-20byebye ecoffrdsetroot left over; miod@ ok.Federico G. Schwindt
2002-05-20syncMichael Shalayeff
2002-05-20save the old onfault where the handler expects it to be, do not zero out on ↵Michael Shalayeff
exit, but restore
2002-05-20force alignment on the netisr and sir by mobving 'em into .dataMichael Shalayeff
and allocating space in the locore (ldcw require a 16byte alignment). inform gcc that ldcw will change the memory (in asm()). fix spl handling in the soft intrs piece.
2002-05-20make sure runing addr gets properly aligned after 0-level page table allocationMichael Shalayeff
2002-05-20make it compile w/ debugging onMichael Shalayeff
2002-05-20make sure all the funky stack we allocate are properly alligned, the ↵Michael Shalayeff
trap_phys is still uncertain, but it's at the beginning of the section (;
2002-05-20gateway page could be cachable, it's not written into.Michael Shalayeff
whaen changing protection on the page reset the dirty bit along w/ the write, save it to the pv-header.
2002-05-20minimum pdc stack is 9k, define it to be 16k hereMichael Shalayeff
2002-05-20define BSS() macro to allocate vars in the .bss like other archs doMichael Shalayeff
2002-05-20fix a typo; from David Krause <openbsd@davidkrause.com>Michael Shalayeff
2002-05-20Move verbiage about '!' and '!foo' at prompts to welcome_banner() fromKenneth R Westerback
separate here document. This moves it before first questions are asked, which makes more sense. Replace 'especially on a PC' with 'especially on a machine', since it is displayed on all installs/upgrades regardless of architecture.
2002-05-20gateway is not fixated on the pid in the tlb, make it a not-care value in itlbhMichael Shalayeff
2002-05-20do not free the kernel page dirs, they are hard to account for sometimes; ↵Michael Shalayeff
also some dprintfs here and there
2002-05-20hardclock() is not called until clock has been initializedMichael Shalayeff
2002-05-19there is an sti man thereMichael Shalayeff
2002-05-192.11.2 are in the tree now, 10x to federico dudeMichael Shalayeff
2002-05-19 o End a sentence with a period, not a comma; Hans-Joerg HoexerTodd C. Miller
o Start all sentences on a new line (me)
2002-05-19KNF againTheo de Raadt
2002-05-19KNFTheo de Raadt
2002-05-19KNFTheo de Raadt