summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-09-19const this speedtab tooMichael Shalayeff
2004-09-19ressurect hpux_sig.c and implement just the different parts in arch/hpux_sig2.cMichael Shalayeff
2004-09-19constify speedtabs and make ttspeedtab() take a const struct speedtab *Michael Shalayeff
2004-09-19nop missing in bd slotPer Fogelstrom
2004-09-19do not blindly assume console has been mappedMichael Shalayeff
2004-09-19turn totalphysmem into physmem and name old physmem into smth it really isMichael Shalayeff
2004-09-18hierarchy is spelled hierarchy, from Jonathan GrayTed Unangst
2004-09-18off by one in checkTed Unangst
2004-09-18for unconfigured devices also print model numberMichael Shalayeff
2004-09-18My Bad.Bob Beck
2004-09-18syncTheo de Raadt
2004-09-18new fxp variant, noticed by freebsdBob Beck
2004-09-18syncTheo de Raadt
2004-09-18match the new IDTheo de Raadt
2004-09-18new device supportedTheo de Raadt
2004-09-18regen w/ proper rcsids and constMichael Shalayeff
2004-09-18support microcode being const; krw@ okMichael Shalayeff
2004-09-18repair build that reused y.tab.h for two different parsersMichael Shalayeff
2004-09-18Oops, copy a pointer to ac_if, not the first bytes of the struct itself.Ryan Thomas McBride
2004-09-18slightly 64 bit improvedPer Fogelstrom
2004-09-18use ret0 instead of r28 to match how it's done later in the codeMichael Shalayeff
2004-09-18add puc; ok miodPeter Valchev
2004-09-18do not match on elroy and mercury bridgesMichael Shalayeff
2004-09-18Store the carp interface ifp in PACKET_TAG_CARP instead of a pointer toRyan Thomas McBride
2004-09-18map rodata rdonly in case it gets pushed out of the text batcMichael Shalayeff
2004-09-18fix typo in puc(4) line comment (universial->universal)Peter Valchev
2004-09-18oopsMichael Shalayeff
2004-09-18- Record handles for memory and IO spaceBrad Smith
2004-09-18add Linksys PCM200Brad Smith
2004-09-17regenBrad Smith
2004-09-17add Linksys vendor ID and Linksys PCM200 IDBrad Smith
2004-09-17Clean up reference counting wrt state creation and destruction. FixesRyan Thomas McBride
2004-09-17In vmapbuf(), pass VM_PROT_READ | VM_PROT_WRITE as flags hints too.Miod Vallat
2004-09-17move MINCLSIZE back to preferring clusters; there is some fallout becauseTheo de Raadt
2004-09-17Now that we can check for pmap_extract() failure properly, do so.Miod Vallat
2004-09-17Long-due mips pmap potpourri:Miod Vallat
2004-09-17Crank MSIZE and NMBCLUSTERS, per other 64bit arches.Miod Vallat
2004-09-17Properly setup register ra in sendsig() in 64bit world.Miod Vallat
2004-09-17Kill an assembler warning.Miod Vallat
2004-09-17Remove option EON from kernel and options(4)Mathieu Sauve-Frankel
2004-09-17Some cleanup:Alexander Yurchenko
2004-09-16Clean up CARP_LOG macro and include the physical interfaceRyan Thomas McBride
2004-09-16handle route labels on RTM_CHANGE, ok mcbride, prodded my markus some time agoHenning Brauer
2004-09-16Remove remnants of dale's debugled() code, and quiet early boot process more.Miod Vallat
2004-09-16Correctly read the symbol table pointers passed by the boot code.Miod Vallat
2004-09-16Only one script text is necessary...Miod Vallat
2004-09-16ld.script for boot. cvs add is ok according to deraadt@Per Fogelstrom
2004-09-16Update boot with miods ELF64 symtab fixes and my 32 bit compilesPer Fogelstrom
2004-09-16Don't put parens around the call to pool_put but do use parens toTodd C. Miller
2004-09-16whitespace cleanupMarkus Friedl