summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-05-22some b_iodone handlers and vwakeup require splbio.Artur Grabowski
2002-05-22splassert(IPL_BIO) in scsi_done (its children have this assumption).Artur Grabowski
2002-05-22oops, missed another fileTheo de Raadt
2002-05-21KNFTheo de Raadt
2002-05-21duplicated prototypeJun-ichiro itojun Hagino
2002-05-21minor KNF. plug a memory leak on reconfig.Jun-ichiro itojun Hagino
2002-05-21Document autobooting macppc, and how to use the openfirmware boot menuDale Rahn
2002-05-21public domainTodd C. Miller
2002-05-21Protect calls to biodone with splbio. Some functions calledArtur Grabowski
2002-05-21Better handling of negative timeval than last commit.Todd C. Miller
2002-05-21Enable the blanker now that the X stuff is fixedJason Wright
2002-05-21KNF before more major hackingTheo de Raadt
2002-05-21KNF; itojun okTheo de Raadt
2002-05-21Match kernel configJason Wright
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
2002-05-21Support for kcore on alpha.Artur Grabowski
2002-05-21Implement splassert just like it's on sparc.Artur Grabowski
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
2002-05-21Junk gcc's deprecated __FUNCTION__. Use standard __func__ instead.Marc Espie
2002-05-21Move enum definitions to global scope. Local scope is meaningless, andMarc Espie
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
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
2002-05-20Do not blindly call wsdisplay routines if no wsdisplay device is activeMiod Vallat
2002-05-20Pull in useful bits from NetBSD and make our lp* easier to diff andTodd C. Miller
2002-05-20raise RTF_HOST for IPv6 /128 destination. from umeJun-ichiro itojun Hagino
2002-05-20blob for splassert.Artur Grabowski
2002-05-20Allow SIOCSIFMTU on gif interfaces.Artur Grabowski
2002-05-20doc new splassert sysctl behavior.Artur Grabowski
2002-05-20Add one more level to the kern.splassert sysctl.Artur Grabowski
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
2002-05-20ignore corrupted prom headers w/ length exceeding the scanned isa hole region...Michael Shalayeff
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 e...Michael Shalayeff
2002-05-20force alignment on the netisr and sir by mobving 'em into .dataMichael Shalayeff
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 trap_phy...Michael Shalayeff