summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-09-28multiple calls to pidfile(3) are actually ok, but there are problems if you ↵Jakob Schlyter
change the basename
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
ok mickey@, dm@
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
code is just there for debugging so it doesn't need to be pretty or really correct. In most cases it's just a bunch of printfs that only the author understands for two hours after writing them. Remove all that noise to make this file actually readable and as a bouns fix a bug where any user could crash the kernel (not really crash, but triggering ddb from userland is equivalent to crash in my world even if you can just press 'c').
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
detected by mihaak@lecturax.tmfweb.nl
2001-09-28zs serial now works on some systems. Does not work with modemsDale Rahn
on some newer system due to power control issues. Has carrier detect problems with incoming (getty) on most/all systems. Outgoing seems to work fine (unless modem power issues prevent).
2001-09-28Commit a ugly, widespread change.Dale Rahn
Problem: no MI soft interrupts. Bad solution: use old hack that was never fully implemented to hook in zs soft interrupts. This allows zs to work almost reasonably. Still has issues with getty (carrier detect) and modems on newer machines (power control). Post 3.0 this must be cleaned up with real soft interrupts.
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
SYSV structs. To be used by ipcs(1). Based on work by simonb@netbsd.org
2001-09-28more emacs regexps in -g mode. Ok millert@Marc Espie
With this, some autoconf 2.52 scripts are now working completely.
2001-09-27Overhaul /tmp handling; collaboration with solar@openwall.comTodd C. Miller
o nuke cpmod stuff since we have no cpmod(1) o don't allow user togzexe sed (it is a dependency) o repair gzexe of files with whitespace in the name o use mktemp -d and make a temp dir, not temp file which allows the basename of the command that is actually executed to have the expected value instead of a mktemp name.
2001-09-27Use POSIX :space: character class as suggested by solar@openwall.comTodd C. Miller
Also add a sepatate case for --suffix= to keep the regex exact
2001-09-27Disable getty on tty00 for macppc, on most machines this will beDale Rahn
connected to a modem.
2001-09-27weird testcases...Marc Espie
2001-09-27pass all properties of builtins when defn...Marc Espie
2001-09-27Two workarounds for the zs serial driver.Dale Rahn
Enable Interrupts (recieve/status) initially. Code currently does not enable them elsewhere. Use a timeout to scedule the soft interrupt, since no MI soft interrupt scheme works yet. This will have issues with high receive rates.
2001-09-27Simplify comstart a bit.Artur Grabowski
2001-09-27Use mktemp(1) to avoid potential /tmp racesTodd C. Miller
2001-09-27Enable #if 0'd code in comcnputc() so serial console works correctly;Todd C. Miller
art@openbsd.org
2001-09-27psycho_bus_[a|b] are essentially the same function; use a helper to avoid typosJason Wright
attempt to extract the faulting address from the iommu in the newly defined psycho_bus_error() function
2001-09-27If first mktemp succeeds and second fails, be sure to remove the first temp ↵Todd C. Miller
file before exiting
2001-09-27syncTheo de Raadt
2001-09-27Add missing "and semaphores" at the end of the description of the -T optionTodd C. Miller
2001-09-27o Add an extra byte for out_line and out_name in struct myutmp so weTodd C. Miller
can treat these as normal C strings. Fixes PR 2092 o KNF and ANSI fixes o Avoid strncpy() since well-meaning folks will try to convert to strlcpy() even when it is not sensible to do so. o Document the fact that the rwho protocol only supports up to 8 chars for a username.
2001-09-27some fixes and cleanups some from dfa@solo.ee, some pointedMichael Shalayeff
out by pjanzen@ .
2001-09-27don't talk about compile-time optionsCamiel Dobbelaar
ok markus@
2001-09-27The skip steps array was one element short (since adding steps for af).Daniel Hartmeier
This invoked undefined behaviour under the proper circumstances.
2001-09-27When zs is fully working, it should be tty00 for macppc.Dale Rahn
2001-09-27style fixes from Alexander Yurchenko <grange@grange.ru>Grigoriy Orlov
2001-09-27oopsTheo de Raadt
2001-09-27hush gcc warningJim Rees