Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-23 | some phrases just belong together - like goats and latex | Bob Beck | |
2001-08-23 | Use ipsec_id_string as the section name for IKE mode config. | Niklas Hallqvist | |
2001-08-23 | Correct ipsec_id_string buffer and length handling. | Niklas Hallqvist | |
2001-08-23 | end request with 0, not NULL | Camiel Dobbelaar | |
2001-08-23 | Compile on old systems, my version. | Niklas Hallqvist | |
2001-08-23 | RSA-enabling is not necessary anymore. | Niklas Hallqvist | |
2001-08-23 | minor cleanup | Kevin Steves | |
2001-08-23 | fix usage; ok markus@ | Kevin Steves | |
2001-08-23 | end request with 0, not NULL | Camiel Dobbelaar | |
ok markus@ | |||
2001-08-23 | adapt to how our scheduler works. | Artur Grabowski | |
2001-08-23 | Add show_scsipi_xs and show_scsipi_cmd. Closes PR#2008 | Constantine Sapuntzakis | |
2001-08-23 | ignore EEXIST for SPDADD on KAME; ok ho@ | Markus Friedl | |
2001-08-23 | sparc64 needs crtbegin and crtend | Artur Grabowski | |
2001-08-23 | sparc64 is ELF. | Artur Grabowski | |
2001-08-23 | Kill very odd use of __CONCAT: completely unneeded, obfuscated, and | Marc Espie | |
not even ANSI (concatenation does not produce a valid token). Found out by heko@. | |||
2001-08-23 | sync | Constantine Sapuntzakis | |
2001-08-23 | VT82C686A -> VT82C686 (in user-visible description) | Constantine Sapuntzakis | |
closed PR#2019 | |||
2001-08-23 | UID_MAX and GID_MAX | Artur Grabowski | |
2001-08-23 | weak_alias and warn_references | Artur Grabowski | |
2001-08-23 | setjmp.h, trivial. | Artur Grabowski | |
2001-08-23 | ieeefp.h from sparc | Artur Grabowski | |
2001-08-23 | Check for OF_mapintr() failure appears to be backwards; diff mailed to NetBSD. | Jason Wright | |
2001-08-23 | Allow wd to be root and some cleanup. | Artur Grabowski | |
2001-08-23 | wd | Artur Grabowski | |
2001-08-23 | sync w/ netbsd | Markus Friedl | |
2001-08-23 | Remove DEBUG, it's too chatty. | Artur Grabowski | |
2001-08-23 | pciide works. | Artur Grabowski | |
2001-08-23 | Add missing commas after auth_getitem and auth_setitem in NAME section. | Todd C. Miller | |
Problem found by makewhatis -p / espie. | |||
2001-08-23 | fix args in stream -> raw conversion. | Artur Grabowski | |
I just love the knights who say NiH! | |||
2001-08-23 | recieve -> receive | Aaron Campbell | |
2001-08-23 | suppress printf() on non-multicast interface. | Jun-ichiro itojun Hagino | |
suppress ipv6 initialization for IFT_PFLOG. | |||
2001-08-23 | We can now move timeout_init into main(). | Artur Grabowski | |
2001-08-23 | retreive -> retrieve | Aaron Campbell | |
2001-08-23 | sync | Theo de Raadt | |
2001-08-23 | daemon.none is wrong | Camiel Dobbelaar | |
2001-08-23 | initialize the channel timeout earlier. | Artur Grabowski | |
2001-08-23 | Add another EPERM condition to ERRORS: if a hard link is attempted for a file | Aaron Campbell | |
that's flagged immutable or append-only, it will fail. | |||
2001-08-23 | Add a CAVEATS section explaining that a hard link cannot be made to a file | Aaron Campbell | |
flagged immutable or append-only; pjanzen@ ok | |||
2001-08-23 | Remove more. | Artur Grabowski | |
2001-08-23 | Remove even more old timeout tentacles. | Artur Grabowski | |
2001-08-23 | switch to the optimised AES reference code from | Markus Friedl | |
http://www.esat.kuleuven.ac.be/~rijmen/rijndael/rijndael-fst-3.0.zip | |||
2001-08-23 | sparc64 really benefits from knowing exactly what mappings to sync | Artur Grabowski | |
on bus_dmamap_sync, so it will have the same call footprint as in NetBSD. Rather than converting the whole world to the new arguments we will slowly convert everything that sparc64 needs with ifdef __HAVE_NEW_BUS_DMAMAP_SYNC Once most relevant drivers are converted we can start implementing the new bus_dmamap_sycn on other archs. | |||
2001-08-23 | Remove even more leftovers from old timeouts. | Artur Grabowski | |
2001-08-23 | fix a comment | Artur Grabowski | |
2001-08-23 | Some reordering in the code caused hw_ok to never be set to 1 | Artur Grabowski | |
which causes some CMD Technology controllers to never attach properly. | |||
2001-08-23 | Uncomment hme, it works. | Artur Grabowski | |
Add commented out IDE entries, doesn't work yet. | |||
2001-08-23 | Provide temporary compatibility with old machine ID binaries for some time. | Miod Vallat | |
2001-08-23 | Remove the old timeout legacy code. | Miod Vallat | |
2001-08-23 | Convert the last old-timeout, tested by beck@ | Miod Vallat | |
2001-08-23 | typo fixes (/var/rnu -> /var/run) by itojun. | Kenjiro Cho | |