Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-26 | Move in foreign OS support. The OpenBSD repository is now the official | Niklas Hallqvist | |
isakmpd home. | |||
2001-01-26 | Merge with EOM 1.18 | Niklas Hallqvist | |
author: niklas Sync with OpenBSD changes by smurph | |||
2001-01-26 | Merge with EOM 1.54 | Niklas Hallqvist | |
author: ho Only include <gmp.h> with MP_FLAVOUR_GMP. Sync with OpenBSD. | |||
2001-01-26 | Merge with EOM 1.57 | Niklas Hallqvist | |
author: ho Lifetime is KILOBYTES not BYTES. Noticed by <jj@dynarc.se> | |||
2001-01-26 | Merge with EOM 1.139 | Niklas 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-26 | apps/certpatch/certpatch.c: Merge with EOM 1.11 | Niklas 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-26 | Merge with EOM 1.57 | Niklas Hallqvist | |
author: niklas Remove unused constant | |||
2001-01-26 | Clarify that the proctitle is set to "progname: fmt", not "progname:fmt". | Aaron Campbell | |
2001-01-26 | fix compile error by including compat_dir.h | Marco S Hyman | |
2001-01-26 | Fix arg count | brian | |
2001-01-26 | Allow ``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-26 | If 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-25 | protos | Theo de Raadt | |
2001-01-25 | KNF | Theo de Raadt | |
2001-01-25 | egrep -a to permit working with binary data in dmesg | Theo de Raadt | |
2001-01-25 | constify cpuid tables | Michael Shalayeff | |
2001-01-25 | Clarify that local variable declarations should be sorted by size largest to | Aaron Campbell | |
smallest; smart@monkey.org | |||
2001-01-25 | fix comment. | Brad Smith | |
2001-01-25 | call _exit() in signal handler | Theo de Raadt | |
2001-01-25 | alpha is (will be) ELF. | Artur Grabowski | |
2001-01-25 | Update for elf. | Artur Grabowski | |
alpha won't work until all ELF stuff is commited anyway. | |||
2001-01-25 | Make this elf-size independent. | Artur Grabowski | |
config -e works on my alpha. | |||
2001-01-25 | Make nlist elf-size independent. | Artur Grabowski | |
2001-01-25 | This is not how we'll do dynamic libraries on alpha anyway. | Artur Grabowski | |
Zap dead code. | |||
2001-01-25 | ELf-size independent nlist. | Artur Grabowski | |
2001-01-25 | print cpu speed in GHz rounded to 2 digits after point | Michael Shalayeff | |
2001-01-25 | detect Transmeta cpus | Theo de Raadt | |
2001-01-25 | spelling | Todd T. Fries | |
2001-01-25 | fill in rval[1] return value for non signal return other than 0 (normal). | Dale Rahn | |
Found when playing with threads. | |||
2001-01-25 | make code for searching in pcibios's addr allocation | Michael Shalayeff | |
extents common for both io and mem and private to pcibios. | |||
2001-01-25 | put pci_intr_fixup.h into pcibiosvar.h; billions of tiny headers for nothing | Michael Shalayeff | |
2001-01-24 | put pci_addr_fixup.h into pcibiosvar.h as well, | Michael Shalayeff | |
all it had were a struct and a proto. | |||
2001-01-24 | elliminate pci_bus_fixup.h by moving | Michael Shalayeff | |
pci_bus_fixup() proto into pcibiosvar.h | |||
2001-01-24 | Grammar: somewhere -> sometime | Aaron Campbell | |
2001-01-24 | Fix a few mdoc/formatting nits. | Aaron Campbell | |
2001-01-24 | indent | Aaron Campbell | |
2001-01-24 | Optimization 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-24 | Always do MACHINE_NEW_NONCONTIG, not based on UVM or not. | Dale Rahn | |
2001-01-24 | Attempt to update powerpc pmap module to MACHINE_NEW_NONCONTIG | Dale 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-24 | Remove block of "#if 0"ed code. | Dale Rahn | |
2001-01-24 | pass the address of the current instruction to allow better "pc relative" | Dale Rahn | |
disassembly. | |||
2001-01-24 | missing freeaddrinfo(); ok markus@ | Kevin Steves | |
2001-01-24 | Don't use rename to backup the file to a ~ file. We need to make a | Todd C. Miller | |
copy instead so the original is edited in place for things like cron and vipw. | |||
2001-01-24 | Include err.h for warnx. | Artur Grabowski | |
2001-01-24 | NULL-terminate the nlist | Artur Grabowski | |
2001-01-24 | sync | Theo de Raadt | |
2001-01-24 | another ati card | Theo de Raadt | |
2001-01-24 | machdep.unaligned_sigbus has changed the default. | Artur Grabowski | |
2001-01-24 | Not killing an application when the application does something wrong | Artur Grabowski | |
encourages not fixing the application. SIGBUS on unaligned access. | |||
2001-01-24 | Some machdep sysctls. | Artur Grabowski | |