summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-03-16no need to include sys/conf.h w/ machine/conf.h; from David KrauseMichael Shalayeff
2002-03-16 This should've been commited yesterday, before the funmap change.Vincent Labrecque
2002-03-16Add missing auth_close() and login_close() calls.Todd C. Miller
2002-03-16 Make these special buffers readonly by default. ok art@Vincent Labrecque
2002-03-16Add CAVEATS section similar to authenticate.3Todd C. Miller
2002-03-16o Don't allow password-less accounts to login (like in 2.9 and below)Todd C. Miller
2002-03-16Avoid potential corruption of passwd pointer auth_approval().Todd C. Miller
2002-03-16Avoid potential corruption of passwd pointer auth_approval().Todd C. Miller
2002-03-16Add missing login_close() call.Todd C. Miller
2002-03-16Add CAVEATS section that details which functions call getpw* soTodd C. Miller
2002-03-16auth_approval() calls getpwnam() which can modify the stashed passwdTodd C. Miller
2002-03-16BSD license. from Daniel Kouril via Dug Song. ok markus@Kevin Steves
2002-03-16split auth_rhosts_rsa(), ok provos@Markus Friedl
2002-03-16Log extra info for ATAPI devicesConstantine Sapuntzakis
2002-03-16The new code logs the control signals on the IDE bus. You can extract the logConstantine Sapuntzakis
2002-03-16 map undo_dump to the "undo-list" command.Vincent Labrecque
2002-03-16skip inflateEnd if inflate fails; ok provos@Markus Friedl
2002-03-16Add auth_getpwd MLINKTodd C. Miller
2002-03-16o Document auth_getpwd()Todd C. Miller
2002-03-16 add readonly buffer supportVincent Labrecque
2002-03-16PTRACE fallout.Artur Grabowski
2002-03-16and in the filesMichael Shalayeff
2002-03-16separate out interrupt handling stuffMichael Shalayeff
2002-03-16Don't set st->st_offs when st is NULL.Artur Grabowski
2002-03-16How to enable automake.Marc Espie
2002-03-16semi-current config from gcc, seems to work better for us too; espie@ okMichael Shalayeff
2002-03-16move cdev_decl out and kill some ugly print and some spacesMichael Shalayeff
2002-03-16 better error message when we find unmatched braces. (i.e. "braces" is moreVincent Labrecque
2002-03-15increment minor due to security fixTodd C. Miller
2002-03-15and this is how it will look for the gecko boyMichael Shalayeff
2002-03-15here will be a wscons-gardenMichael Shalayeff
2002-03-15Missing splxArtur Grabowski
2002-03-15proper file depsMichael Shalayeff
2002-03-15rewrite a pmap to use multilevel page tables.Michael Shalayeff
2002-03-15Try 'local-mac-address' before myetheraddr(). This allows us to correctlyJason Wright
2002-03-15build really really smallMichael Shalayeff
2002-03-15fix a comment a littleMichael Shalayeff
2002-03-15fix binutils entry; pt out by Diana Eichert <deicher@sandia.gov>Michael Shalayeff
2002-03-15syncJason Wright
2002-03-15add lpt/lpaJason Wright
2002-03-15Add lpt device entry pointJason Wright
2002-03-15dohMichael Shalayeff
2002-03-15dunno, smth like thisMichael Shalayeff
2002-03-15No more need to define __POOL_EXPOSEArtur Grabowski
2002-03-15regs get/set for pmdbMichael Shalayeff
2002-03-15a few missing rcsidsMichael Shalayeff
2002-03-15it's a startMichael Shalayeff
2002-03-15Oops. Adapt to one more change in PT_IO.Artur Grabowski
2002-03-15Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do thingsTodd C. Miller
2002-03-15Kill some #if __STDC__ used with 8bit function args; we live in an ANSI worldTodd C. Miller