Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-21 | document default AFSTokenPassing no; ok deraadt@ | Kevin Steves | |
2002-04-21 | Speak English please. | Todd C. Miller | |
2002-04-21 | simpler manpage generation, using make's features. | Marc Espie | |
ok millert@ | |||
2002-04-21 | Use PR_, not M_ flags to pool_get. | Artur Grabowski | |
2002-04-21 | remove some crud | Theo de Raadt | |
2002-04-21 | strip scripts; remove some crud | Theo de Raadt | |
2002-04-21 | use arch -ks; strip the MAKEDEV | Theo de Raadt | |
2002-04-21 | bit by bit i will fix this madness | Theo de Raadt | |
2002-04-21 | strip more carefully; guess what -- upgrade fits now | Theo de Raadt | |
2002-04-21 | remove MD terminal crud; done elsewhere now | Theo de Raadt | |
2002-04-21 | strip scripts when putting them on the media | Theo de Raadt | |
2002-04-21 | scsi command not needed | Theo de Raadt | |
2002-04-21 | sync | Theo de Raadt | |
2002-04-21 | use M correctly | Theo de Raadt | |
2002-04-21 | simplify | Theo de Raadt | |
2002-04-21 | few tweaks | Theo de Raadt | |
2002-04-21 | Symbol version string need not start with 'V'; from NetBSD (onoe) | Todd C. Miller | |
2002-04-21 | remove generated files, must blow the obj dir before build now; beck@ ok | Michael Shalayeff | |
2002-04-20 | Build pdisk for mac68k as well. | Miod Vallat | |
2002-04-20 | more meat and fixens from the weissman dude | Michael Shalayeff | |
2002-04-20 | CLK_TCK is not needed in the modern world; from espie@ | Michael Shalayeff | |
2002-04-20 | Move 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-20 | Split out a new function askpass() and as a result | Kenneth 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-20 | All calls to pool_get(9) should use PR_xx flags, not M_xx. | Federico G. Schwindt | |
millert dhartmei ok. | |||
2002-04-20 | rewrite using the buffer_* API, fixes overflow; ok deraadt@ | Markus Friedl | |
2002-04-20 | add buffer_{get,put}_short | Markus Friedl | |
2002-04-20 | No, afs requires explicit enabling | Theo de Raadt | |
2002-04-20 | If $HOME/.cvspass does not exist and we're login, don't abort but create | Federico 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-20 | Correct the value for WI_RID_SYMBOL_PREAMBLE and add | Todd 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-20 | Add missing copyright | Thorsten Lockert | |
2002-04-20 | use snprintf more; millert ok | Theo de Raadt | |
2002-04-20 | use _exit() in signal handler; millert ok | Theo de Raadt | |
2002-04-20 | machine/limits.h is not userland. Use limits.h | Marc Espie | |
ok millert@ | |||
2002-04-20 | Sync with sbin/kbd/Makefile | Miod Vallat | |
[sorry for breaking the tree on non-sparc non-wscons arches] | |||
2002-04-20 | Get rid of "integrate" and "hide" bad taste modifiers, thus get non-DDB | Miod Vallat | |
kernels to compile. | |||
2002-04-20 | Raise 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-19 | remove crud | Theo de Raadt | |
2002-04-19 | indent | Theo de Raadt | |
2002-04-19 | prune alpha | Theo de Raadt | |
2002-04-19 | prune i386 | Theo de Raadt | |
2002-04-19 | prune | Theo de Raadt | |
2002-04-19 | build when NSWDISPLAY is undefined or 0; from brian@freebsd-services.com | jasoni | |
2002-04-19 | sync | Theo de Raadt | |
2002-04-19 | avoid cranking libc minors for another few weeks | Theo de Raadt | |
2002-04-19 | create include dir first. | Marc Espie | |
2002-04-19 | remove some #ifdef __arch64__, after agreement: we only ever run sparc64 | Marc Espie | |
as a 64 bits arch. Tests by jason@ and art@ | |||
2002-04-19 | sync | Theo de Raadt | |
2002-04-19 | Do not depend upon <ansidecl.h> to compile. | Miod Vallat | |
Conforming to espie's evil plans, and ok espie@ tdeval@ | |||
2002-04-19 | Do not commit kbd for arches where it provides no real support. | Miod Vallat | |
While there, remove dead parts. |