summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-11-14Add support for inflating multiple concatenated file like GNU gzip does.Todd C. Miller
Problem noticed by lebel@, OK mickey@
2003-11-14Tests for new boolean operations.Otto Moerbeek
2003-11-14Implement new boolean operations 'N' (not), 'G' (equals), '(' (less)Otto Moerbeek
and '{' (less or equal). These operations push their result back to the stack. Used by soon to appear boolean operations in bc(1). man page tweaks and ok jmc@
2003-11-14The BN_add_word() bug has been squashed, so we don't need a workaroundOtto Moerbeek
any more.
2003-11-14Enable pci address fixup, include a workaround for the fact thatDale Rahn
the ISA space address shows up in the PCI address space register, and that ISA space is outside of the PCI address range.
2003-11-14Allow bootloader to parse RDB labeled disks, it is now possible toDale Rahn
boot OpenBSD from a shared MorphOS/OpenBSD/... disk. Documentation and updated install script to come.
2003-11-14More obsolete code/define removal.Dale Rahn
2003-11-14Remove very old, defunct defines.Dale Rahn
2003-11-14the the; rohee@Miod Vallat
2003-11-14typos from Jared Yanovich;Jason McIntyre
2003-11-14update BNF for set debug too, again catched by mpech@Henning Brauer
2003-11-14in print_status:Henning Brauer
-print debuglevel "Loud", this was omitted before (catched by mpech@) -use the fine PF_DEBUG_* defines instead of magic numbers ok markus
2003-11-14catch up with pfctl changesHenning Brauer
2003-11-14document "set debug"Henning Brauer
ok jmc@ cedric@
2003-11-14allow the debuglevel to be set from pf.conf (set debug)Henning Brauer
ok cedric@
2003-11-14cleanup and minor fixes for the client code; from Simon WilkinsonMarkus Friedl
2003-11-14Bring in *disksubr.c for proper compilation.Miod Vallat
2003-11-14Don't include KAME link-local interface ID in HMAC.Ryan Thomas McBride
from itojun@
2003-11-14correct detects Transmeta cpu.Kevin Lo
ok mickey@
2003-11-14Breath life back into AmigaDOS filesystem once again. It is used on pegasos.Dale Rahn
2003-11-13One byte can't hold a value > 255.Alexander Yurchenko
Spotted by Mr. GCC3.
2003-11-13Add support for RDB partitioned disks. Not bootable yet.Dale Rahn
This also reorganizes the code into <fs>disksubr.c done to prevent copyright pollution and possibly allow for additional reuseable code.
2003-11-13Fix print testOtto Moerbeek
2003-11-13When using print, do not leave garbage on the dc stack.Otto Moerbeek
2003-11-13Exponentiation operatator ^ is right associative.Otto Moerbeek
2003-11-13syncOtto Moerbeek
ok millert@
2003-11-13common cleaning.Dale Rahn
2003-11-13Couple of typos in poll changes. ok millert@Dale Rahn
2003-11-13remove obsolete filesMarkus Friedl
2003-11-13More leftovers after uvm_useracc() removal; from NetBSD.Miod Vallat
2003-11-12remove -g for i386Markus Friedl
2003-11-12make verb agree with subject, and kill some whitespace;Jason McIntyre
2003-11-12Be sure to cast the wsdisplay accessops cookie into the adequate structure;Miod Vallat
prevents wsconscfg from panic'ing the system. Reported by ``kluxis''.
2003-11-12kill some .Pp's before displays;Jason McIntyre
ok otto@
2003-11-12Don't hold on to the bind() while we loop around waiting to see if we canTodd C. Miller
make our connection. Adapted from FreeBSD via danh@
2003-11-12update SSHFP validation. ok markus@Jakob Schlyter
2003-11-12When called with -q, pass -q to ssh; suppresses SSH2 banner. ok markus@Darren Tucker
2003-11-11crank minor for ERR_release_err_state_tableMarkus Friedl
2003-11-11merge 0.9.7c; minor bugsfixes;Markus Friedl
API addition: ERR_release_err_state_table [make includes before you build libssl/libcrypto]
2003-11-11import 0.9.7cMarkus Friedl
2003-11-11import 0.9.7cMarkus Friedl
2003-11-11import 0.9.7cMarkus Friedl
2003-11-11Some syntactic sugar (all non-portable extensions):Otto Moerbeek
- a line comment, starting with # - opening brace of define statement may be on next line - return expression, equivalent to return (expression) tweaks and ok jmc@
2003-11-11some POSIX Xr's: mlock(2), mlockall(2), mmap(2);Jason McIntyre
2003-11-11Add test for some non-portable syntactic sugar.Otto Moerbeek
2003-11-11Some syntactic sugar (all non-portable extensions):Otto Moerbeek
- a line comment, starting with # - opening brace of define statement may be on next line - return expression, equivalent to return (expression) tweaks and ok jmc@
2003-11-11Some syntactic sugar (all non-portable extensions):Otto Moerbeek
- a line comment, starting with # - opening brace of define statement may be on next line - return expression, equivalent to return (expression)
2003-11-11sync the field names with what's in the man page;Jason McIntyre
from Kurt Seifried; ok millert@
2003-11-11Do not free() stack variables; reported by Mario Lang (mlang at delysid dot org)Miod Vallat
2003-11-11Better fix to the library name parsing. now correctly handlesDale Rahn
libpython2.2.so.0.0 vs libpython2.1.so.0.0. Clean up a potential memory leak if the filename is not a valid library. ok brad@