summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-01-26Move in foreign OS support. The OpenBSD repository is now the officialNiklas Hallqvist
isakmpd home.
2001-01-26Merge with EOM 1.18Niklas Hallqvist
author: niklas Sync with OpenBSD changes by smurph
2001-01-26Merge with EOM 1.54Niklas Hallqvist
author: ho Only include <gmp.h> with MP_FLAVOUR_GMP. Sync with OpenBSD.
2001-01-26Merge with EOM 1.57Niklas Hallqvist
author: ho Lifetime is KILOBYTES not BYTES. Noticed by <jj@dynarc.se>
2001-01-26Merge with EOM 1.139Niklas Hallqvist
author: niklas Remove blank line author: ho Print warning with log_print, not log_error. author: ho Report if doi->get_spi() fails.
2001-01-26apps/certpatch/certpatch.c: Merge with EOM 1.11Niklas Hallqvist
regress/rsakeygen/rsakeygen.c: Merge with EOM 1.10 regress/x509/x509test.c: Merge with EOM 1.9 author: ho Only include <gmp.h> with MP_FLAVOUR_GMP.
2001-01-26Merge with EOM 1.57Niklas Hallqvist
author: niklas Remove unused constant
2001-01-26Clarify that the proctitle is set to "progname: fmt", not "progname:fmt".Aaron Campbell
2001-01-26fix compile error by including compat_dir.hMarco S Hyman
2001-01-26Fix arg countbrian
2001-01-26Allow ``set server closed'' to close the diagnostic socket.brian
Allow ``set server open'' to re-open the diagnostic socket. Handle SIGUSR1 by re-opening the diagnostic socket When receiving SIGUSR2 (and in ``set server none''), don't forget the socket details so that ``set server open'' and SIGUSR1 open it again. Don't create the diagnostic socket as uid 0 ! It's far to dangerous.
2001-01-26If executing the stuff from ppp.linkdown results in a state change,brian
don't continue adjusting the ipcp state machine. This allows ``down'' to work in ppp.linkdown - useful for a tunnel setup.
2001-01-25protosTheo de Raadt
2001-01-25KNFTheo de Raadt
2001-01-25egrep -a to permit working with binary data in dmesgTheo de Raadt
2001-01-25constify cpuid tablesMichael Shalayeff
2001-01-25Clarify that local variable declarations should be sorted by size largest toAaron Campbell
smallest; smart@monkey.org
2001-01-25fix comment.Brad Smith
2001-01-25call _exit() in signal handlerTheo de Raadt
2001-01-25alpha is (will be) ELF.Artur Grabowski
2001-01-25Update for elf.Artur Grabowski
alpha won't work until all ELF stuff is commited anyway.
2001-01-25Make this elf-size independent.Artur Grabowski
config -e works on my alpha.
2001-01-25Make nlist elf-size independent.Artur Grabowski
2001-01-25This is not how we'll do dynamic libraries on alpha anyway.Artur Grabowski
Zap dead code.
2001-01-25ELf-size independent nlist.Artur Grabowski
2001-01-25print cpu speed in GHz rounded to 2 digits after pointMichael Shalayeff
2001-01-25detect Transmeta cpusTheo de Raadt
2001-01-25spellingTodd T. Fries
2001-01-25fill in rval[1] return value for non signal return other than 0 (normal).Dale Rahn
Found when playing with threads.
2001-01-25make code for searching in pcibios's addr allocationMichael Shalayeff
extents common for both io and mem and private to pcibios.
2001-01-25put pci_intr_fixup.h into pcibiosvar.h; billions of tiny headers for nothingMichael Shalayeff
2001-01-24put pci_addr_fixup.h into pcibiosvar.h as well,Michael Shalayeff
all it had were a struct and a proto.
2001-01-24elliminate pci_bus_fixup.h by movingMichael Shalayeff
pci_bus_fixup() proto into pcibiosvar.h
2001-01-24Grammar: somewhere -> sometimeAaron Campbell
2001-01-24Fix a few mdoc/formatting nits.Aaron Campbell
2001-01-24indentAaron Campbell
2001-01-24Optimization base on looking at generated asm code.Dale Rahn
also change type of a variable from (void) * to (char *) since it is incremented as if a (char *).
2001-01-24Always do MACHINE_NEW_NONCONTIG, not based on UVM or not.Dale Rahn
2001-01-24Attempt to update powerpc pmap module to MACHINE_NEW_NONCONTIGDale Rahn
configuration. modernize for UVM. Does not yet work with UVM, but does seem more stable than older version with old VM. This may be in part due to a kludge that only uses the largest memory region instead of all of the memory regions. a bug in the MD MNN code is suspected.
2001-01-24Remove block of "#if 0"ed code.Dale Rahn
2001-01-24pass the address of the current instruction to allow better "pc relative"Dale Rahn
disassembly.
2001-01-24missing freeaddrinfo(); ok markus@Kevin Steves
2001-01-24Don't use rename to backup the file to a ~ file. We need to make aTodd C. Miller
copy instead so the original is edited in place for things like cron and vipw.
2001-01-24Include err.h for warnx.Artur Grabowski
2001-01-24NULL-terminate the nlistArtur Grabowski
2001-01-24syncTheo de Raadt
2001-01-24another ati cardTheo de Raadt
2001-01-24machdep.unaligned_sigbus has changed the default.Artur Grabowski
2001-01-24Not killing an application when the application does something wrongArtur Grabowski
encourages not fixing the application. SIGBUS on unaligned access.
2001-01-24Some machdep sysctls.Artur Grabowski