Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-14 | Add support for inflating multiple concatenated file like GNU gzip does. | Todd C. Miller | |
Problem noticed by lebel@, OK mickey@ | |||
2003-11-14 | Tests for new boolean operations. | Otto Moerbeek | |
2003-11-14 | Implement 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-14 | The BN_add_word() bug has been squashed, so we don't need a workaround | Otto Moerbeek | |
any more. | |||
2003-11-14 | Enable pci address fixup, include a workaround for the fact that | Dale 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-14 | Allow bootloader to parse RDB labeled disks, it is now possible to | Dale Rahn | |
boot OpenBSD from a shared MorphOS/OpenBSD/... disk. Documentation and updated install script to come. | |||
2003-11-14 | More obsolete code/define removal. | Dale Rahn | |
2003-11-14 | Remove very old, defunct defines. | Dale Rahn | |
2003-11-14 | the the; rohee@ | Miod Vallat | |
2003-11-14 | typos from Jared Yanovich; | Jason McIntyre | |
2003-11-14 | update BNF for set debug too, again catched by mpech@ | Henning Brauer | |
2003-11-14 | in 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-14 | catch up with pfctl changes | Henning Brauer | |
2003-11-14 | document "set debug" | Henning Brauer | |
ok jmc@ cedric@ | |||
2003-11-14 | allow the debuglevel to be set from pf.conf (set debug) | Henning Brauer | |
ok cedric@ | |||
2003-11-14 | cleanup and minor fixes for the client code; from Simon Wilkinson | Markus Friedl | |
2003-11-14 | Bring in *disksubr.c for proper compilation. | Miod Vallat | |
2003-11-14 | Don't include KAME link-local interface ID in HMAC. | Ryan Thomas McBride | |
from itojun@ | |||
2003-11-14 | correct detects Transmeta cpu. | Kevin Lo | |
ok mickey@ | |||
2003-11-14 | Breath life back into AmigaDOS filesystem once again. It is used on pegasos. | Dale Rahn | |
2003-11-13 | One byte can't hold a value > 255. | Alexander Yurchenko | |
Spotted by Mr. GCC3. | |||
2003-11-13 | Add 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-13 | Fix print test | Otto Moerbeek | |
2003-11-13 | When using print, do not leave garbage on the dc stack. | Otto Moerbeek | |
2003-11-13 | Exponentiation operatator ^ is right associative. | Otto Moerbeek | |
2003-11-13 | sync | Otto Moerbeek | |
ok millert@ | |||
2003-11-13 | common cleaning. | Dale Rahn | |
2003-11-13 | Couple of typos in poll changes. ok millert@ | Dale Rahn | |
2003-11-13 | remove obsolete files | Markus Friedl | |
2003-11-13 | More leftovers after uvm_useracc() removal; from NetBSD. | Miod Vallat | |
2003-11-12 | remove -g for i386 | Markus Friedl | |
2003-11-12 | make verb agree with subject, and kill some whitespace; | Jason McIntyre | |
2003-11-12 | Be 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-12 | kill some .Pp's before displays; | Jason McIntyre | |
ok otto@ | |||
2003-11-12 | Don't hold on to the bind() while we loop around waiting to see if we can | Todd C. Miller | |
make our connection. Adapted from FreeBSD via danh@ | |||
2003-11-12 | update SSHFP validation. ok markus@ | Jakob Schlyter | |
2003-11-12 | When called with -q, pass -q to ssh; suppresses SSH2 banner. ok markus@ | Darren Tucker | |
2003-11-11 | crank minor for ERR_release_err_state_table | Markus Friedl | |
2003-11-11 | merge 0.9.7c; minor bugsfixes; | Markus Friedl | |
API addition: ERR_release_err_state_table [make includes before you build libssl/libcrypto] | |||
2003-11-11 | import 0.9.7c | Markus Friedl | |
2003-11-11 | import 0.9.7c | Markus Friedl | |
2003-11-11 | import 0.9.7c | Markus Friedl | |
2003-11-11 | Some 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-11 | some POSIX Xr's: mlock(2), mlockall(2), mmap(2); | Jason McIntyre | |
2003-11-11 | Add test for some non-portable syntactic sugar. | Otto Moerbeek | |
2003-11-11 | Some 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-11 | Some 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-11 | sync the field names with what's in the man page; | Jason McIntyre | |
from Kurt Seifried; ok millert@ | |||
2003-11-11 | Do not free() stack variables; reported by Mario Lang (mlang at delysid dot org) | Miod Vallat | |
2003-11-11 | Better fix to the library name parsing. now correctly handles | Dale 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@ |