summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-09-29using #define is wrong, use #optionTheo de Raadt
2001-09-29Don't sleep for 5 secs and then remove the temp dir and contents asTodd C. Miller
2001-09-29Put $TF in double-quotes since it could possibly contain spaces;Todd C. Miller
2001-09-29Mention that some alpha models only work from serial console.Miod Vallat
2001-09-29Merge remaining local changes, correct build issuesThorsten Lockert
2001-09-28Merge local changes; work in progressThorsten Lockert
2001-09-28and mention XP1000 in the right placeTheo de Raadt
2001-09-28Latest from Cyclic SoftwareThorsten Lockert
2001-09-28Latest from Cyclic SoftwareThorsten Lockert
2001-09-28Hack to work around bootpaths like:Jason Wright
2001-09-28cold is now staticly initialized.Miod Vallat
2001-09-28Variable declarations in .h files without extern keywords suck.Miod Vallat
2001-09-28Typos of the day.Miod Vallat
2001-09-28More cleaning, some style changes.Miod Vallat
2001-09-28"sys/foo.h" -> <sys/foo.h>Miod Vallat
2001-09-28No need duplicating defines.Miod Vallat
2001-09-28add pidfile(3) prototypeJakob Schlyter
2001-09-28multiple calls to pidfile(3) are actually ok, but there are problems if you c...Jakob Schlyter
2001-09-28add pidfile(3) - write a daemon pid file. ok deraadt@, millert@.Jakob Schlyter
2001-09-28sparc64 has shared libsJason Wright
2001-09-28Typo; spotted by Jussi Laako <jussi@jlaako.pp.fi>Heikki Korpela
2001-09-28bug: read user config first; report kaukasoi@elektroni.ee.tut.fiMarkus Friedl
2001-09-28proper values for long double type (from NetBSD)Jason Wright
2001-09-28proper values for ieee rounding modes (from NetBSD)Jason Wright
2001-09-28Almost half of this file was ifdef DEBUG. Everybody knows that debuggingArtur Grabowski
2001-09-28Support underscores in macro names and document it in the man page.Daniel Hartmeier
2001-09-28Fix a DIAGNOSTIC check.Artur Grabowski
2001-09-28Random cleanup (I don't like Ms in my tree).Artur Grabowski
2001-09-28QBITS is always defined, no point in having all those cofusing ifdefs.Artur Grabowski
2001-09-28Don't spam the console with userland alignemnt errors.Artur Grabowski
2001-09-28bzero private key after loading to smartcard; ok markus@Damien Miller
2001-09-28Remove debugging scaffoldingMarc Espie
2001-09-28Fix segv when smartcard communication error occurs during key load. ok markus@Damien Miller
2001-09-28Redundant prototypes.Artur Grabowski
2001-09-28upgrade twe to untested, add ami to brokenMichael Shalayeff
2001-09-28semicolon -> colonJan-Uwe Finck
2001-09-28zs serial now works on some systems. Does not work with modemsDale Rahn
2001-09-28Commit a ugly, widespread change.Dale Rahn
2001-09-28update sizesJason Wright
2001-09-28remove dups w/ conf.hMichael Shalayeff
2001-09-28sync;sync;syncJason Wright
2001-09-28remove dups w/ conf.hMichael Shalayeff
2001-09-28move cdev_decl(pf) into it's proper place, kill cdev_decl(ipl) at the same timeMichael Shalayeff
2001-09-28Use the new KERN_SYSVIPC_*_INFO sysctls; simonb@netbsd.orgTodd C. Miller
2001-09-28sysctl() support for getting the SYSV *info structs and the associatedTodd C. Miller
2001-09-28more emacs regexps in -g mode. Ok millert@Marc Espie
2001-09-27Overhaul /tmp handling; collaboration with solar@openwall.comTodd C. Miller
2001-09-27Use POSIX :space: character class as suggested by solar@openwall.comTodd C. Miller
2001-09-27Disable getty on tty00 for macppc, on most machines this will beDale Rahn
2001-09-27weird testcases...Marc Espie