summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-04-21Fix comments.Miod Vallat
2002-04-21Get rid of duplicate definitions with <m68k/cpu.h>Miod Vallat
2002-04-21Add a maxusers line, and comment out xd lines.Miod Vallat
2002-04-21Regen.Miod Vallat
2002-04-21Add ramdisk nodes to MAKEDEV.Miod Vallat
2002-04-21Add ramdisk support.Miod Vallat
2002-04-21Change disklabel policy, and allow writing disklabel to any media that doesMiod Vallat
not carry MacOS fingerprints. Media shared with MacOS will still use the Apple partition map information, and no native BSD disklabel will be allowed on it.
2002-04-21typoMichael Shalayeff
2002-04-21Fix perlbdebguts, perlboot, and perlbot man pages. Noticed by TheoTodd C. Miller
in the sets.
2002-04-21syncTheo de Raadt
2002-04-21better buf's mapping and less magic constants in checking for io space ↵Michael Shalayeff
cachability
2002-04-21map io rw, not rwx and dmamem uncached (until sync does the flush)Michael Shalayeff
2002-04-21Document fractional delays.Hugh Graham
2002-04-21Add support for fractional delay values. Useful for fast updatesHugh Graham
without spinning top. Cleared by millert.
2002-04-21where is the config file now...Theo de Raadt
2002-04-21minor cleanups, i thinkTheo de Raadt
2002-04-21same cleanup as elsewhereTheo de Raadt
2002-04-21simpleroot no longer usedTheo de Raadt
2002-04-21squish it downTheo de Raadt
2002-04-21remove junk not neededTheo de Raadt
2002-04-21use arch -ks instead of arch -s (on them all)Theo de Raadt
2002-04-21remove crudTheo de Raadt
2002-04-21shortenTheo de Raadt
2002-04-21avoid SYMLINK on binariesTheo de Raadt
2002-04-21spelling in error message; ok markus@Kevin Steves
2002-04-21document default AFSTokenPassing no; ok deraadt@Kevin Steves
2002-04-21Speak English please.Todd C. Miller
2002-04-21simpler manpage generation, using make's features.Marc Espie
ok millert@
2002-04-21Use PR_, not M_ flags to pool_get.Artur Grabowski
2002-04-21remove some crudTheo de Raadt
2002-04-21strip scripts; remove some crudTheo de Raadt
2002-04-21use arch -ks; strip the MAKEDEVTheo de Raadt
2002-04-21bit by bit i will fix this madnessTheo de Raadt
2002-04-21strip more carefully; guess what -- upgrade fits nowTheo de Raadt
2002-04-21remove MD terminal crud; done elsewhere nowTheo de Raadt
2002-04-21strip scripts when putting them on the mediaTheo de Raadt
2002-04-21scsi command not neededTheo de Raadt
2002-04-21syncTheo de Raadt
2002-04-21use M correctlyTheo de Raadt
2002-04-21simplifyTheo de Raadt
2002-04-21few tweaksTheo de Raadt
2002-04-21Symbol version string need not start with 'V'; from NetBSD (onoe)Todd C. Miller
2002-04-21remove generated files, must blow the obj dir before build now; beck@ okMichael Shalayeff
2002-04-20Build pdisk for mac68k as well.Miod Vallat
2002-04-20more meat and fixens from the weissman dudeMichael Shalayeff
2002-04-20CLK_TCK is not needed in the modern world; from espie@Michael Shalayeff
2002-04-20Move normalization messages from log level 'urgent' to 'misc'.Daniel Hartmeier
2002-04-20- the set-colors OF call takes a packed array of colors value,Matthieu Herrb
remove the extra padding byte in the vgafb_color struct. - store the initial colormap in vc->vc_cmap_{red,green,blue} so that it can be fetched by a WSDISPLAYIO_GETCMAP ioctl - fix the definition of the magenta color in the initial colormap. Ok, drahn@
2002-04-20Split out a new function askpass() and as a resultKenneth R Westerback
greatly simplify both getresp() and the code around obtaining passwords. Shrinks, simplifies and makes the code clearer. From espie@. ok deraadt@ and espie@.
2002-04-20All calls to pool_get(9) should use PR_xx flags, not M_xx.Federico G. Schwindt
millert dhartmei ok.