summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2002-04-20rewrite using the buffer_* API, fixes overflow; ok deraadt@Markus Friedl
2002-04-20add buffer_{get,put}_shortMarkus Friedl
2002-04-20No, afs requires explicit enablingTheo de Raadt
2002-04-20If $HOME/.cvspass does not exist and we're login, don't abort but createFederico G. Schwindt
the file. Based on a similar diff commited to cvs repository, except we don't warn if the file doesn't exist and we set cvsroot correctly in all the cases. tholo@ ok.
2002-04-20Correct the value for WI_RID_SYMBOL_PREAMBLE and addTodd C. Miller
WI_RID_P2_SHORT_PREAMBLE and WI_RID_P2_EXCLUDE_LONG_PREAMBLE. Unforturnately, the Prism2 preamble RIDs conflict with the Lucent WEP RIDs (and they don't seem to behave as I would expect anyway).
2002-04-20Add missing copyrightThorsten Lockert
2002-04-20use snprintf more; millert okTheo de Raadt
2002-04-20use _exit() in signal handler; millert okTheo de Raadt
2002-04-20machine/limits.h is not userland. Use limits.hMarc Espie
ok millert@
2002-04-20Sync with sbin/kbd/MakefileMiod Vallat
[sorry for breaking the tree on non-sparc non-wscons arches]
2002-04-20Get rid of "integrate" and "hide" bad taste modifiers, thus get non-DDBMiod Vallat
kernels to compile.
2002-04-20Raise the time limit from 5 seconds to 30 seconds.Artur Grabowski
5 seconds is not enough to compile those tests on sun4c (actually, the time limit should not be applied to compilation, but fixing that is a pain).
2002-04-19remove crudTheo de Raadt
2002-04-19indentTheo de Raadt
2002-04-19prune alphaTheo de Raadt
2002-04-19prune i386Theo de Raadt
2002-04-19pruneTheo de Raadt
2002-04-19build when NSWDISPLAY is undefined or 0; from brian@freebsd-services.comjasoni
2002-04-19syncTheo de Raadt
2002-04-19avoid cranking libc minors for another few weeksTheo de Raadt
2002-04-19create include dir first.Marc Espie
2002-04-19remove some #ifdef __arch64__, after agreement: we only ever run sparc64Marc Espie
as a 64 bits arch. Tests by jason@ and art@
2002-04-19syncTheo de Raadt
2002-04-19Do not depend upon <ansidecl.h> to compile.Miod Vallat
Conforming to espie's evil plans, and ok espie@ tdeval@
2002-04-19Do not commit kbd for arches where it provides no real support.Miod Vallat
While there, remove dead parts.