Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-07-13 | Added -encap flag for flushing, added a missing break; in flushing X25 | Angelos D. Keromytis | |
entries. | |||
1997-07-13 | Typo correction. | Angelos D. Keromytis | |
1997-07-13 | Show the new field in the encap sockaddrs. | Angelos D. Keromytis | |
1997-07-13 | Get rid of pause | Tobias Weingartner | |
1997-07-13 | Sync with the new audio changes. | Angelos D. Keromytis | |
1997-07-13 | Merge in NetBSD and 4.4BSD-lite2 changes as well as some of my own. | Todd C. Miller | |
- handle long lines safely (from NetBSD) - use puts/fputs and putchar/putc when it makes sense - use err/errx and warn/warnx when it makes sense - make return() and sizeof() style consisten - some more buffer safety | |||
1997-07-13 | sync to NETBSD_CURRENT_970711. | Jason Downs | |
1997-07-13 | Save mmuid and use it to print out 425/433 model types. | Jason Downs | |
1997-07-13 | APCI support and new CPU configuration from NetBSD. | Jason Downs | |
Fix all of the include refs. Bump version number to 2.1. | |||
1997-07-12 | Add PnP stuff. Should compile, doubt if it works 100%. Worked for | Tobias Weingartner | |
my SB at one point, but it's been a while... Thanks Theo for giving me this code. It still needs a lot of work, all my fault... ;-) | |||
1997-07-12 | We will need these flags soon enough... | Tobias Weingartner | |
1997-07-12 | Add sha1 digest support. | Todd C. Miller | |
1997-07-12 | Add some more extent stuff, in preperation of PnP. Huh? Did I | Tobias Weingartner | |
say PnP? Anyways, this stuff just adds the ability to register the extents on creation, etc, etc... Someone needs to add a DDB command "show extent", to make this really usefull... ;-) | |||
1997-07-12 | Use new-style man macros. | Todd C. Miller | |
1997-07-12 | md5(1) is now capable of doing md4, md5 and sha1 digests. Currently | Todd C. Miller | |
only md5 and sha1 are used. | |||
1997-07-12 | #include <md5.h> not "md5.h" | Todd C. Miller | |
1997-07-12 | Add SHA1End, SHA1File, SHA1Data helper functions like in md5(3). | Todd C. Miller | |
1997-07-12 | fixed tiny bug in pad values and hmac inner hash lengths. should work now. | Niels Provos | |
1997-07-12 | mention usage of SHA1Final with null pointer | Niels Provos | |
1997-07-12 | Add missing sc->sc_dev.dv_xname arg to isa_intr_establish(). | Todd C. Miller | |
1997-07-12 | Minor style points. | Todd C. Miller | |
1997-07-11 | reflect changes in kernel ipsec | Niels Provos | |
1997-07-11 | obsolete. | Niels Provos | |
1997-07-11 | argh. commited wrong file | Niels Provos | |
1997-07-11 | put old esp/ah and new esp/ah in different files. | Niels Provos | |
generalised way of handling transforms. | |||
1997-07-11 | cosmetic changes; netbsd | Niels Provos | |
1997-07-11 | From Steven Campbel: Allocate a bigger address space for VRAM. This allows | gene | |
at least the Q840av to boot and maybe others. | |||
1997-07-11 | Rename REWIND to DOREWIND to avoid colliding with the SCSI opcode of the | Thorsten Lockert | |
same name | |||
1997-07-11 | Todd kant spel. | Todd C. Miller | |
1997-07-11 | Install sha1(3) and links. | Todd C. Miller | |
1997-07-11 | #include <sha1.h> not #include "sha1.h" | Todd C. Miller | |
1997-07-11 | Use term type of sun--works better than the ansi-m in our termcap. | Todd C. Miller | |
1997-07-11 | Add KERNFS, PROCFS, NULLFS | Todd C. Miller | |
1997-07-11 | Allow media to be removed on last close even if the device used was the | Thorsten Lockert | |
no-rewind device. Ensure we re-detect media on first open even if media was present at boot. | |||
1997-07-11 | Do not force FOLLOW (to follow symbolic links) when creating new files | Thorsten Lockert | |
1997-07-11 | Man page for SHA1* | Todd C. Miller | |
1997-07-11 | Remove #if 0'd code | Todd C. Miller | |
1997-07-10 | A -> An | Todd C. Miller | |
1997-07-10 | Be consistent wrt unsigned vs. u_* | Todd C. Miller | |
1997-07-10 | add insert char capability (and no bickering about it being ANSI 8c{)] | kstailey | |
1997-07-10 | sync with NETBSD 30/3/97 + adapating aria.c | Niels Provos | |
1997-07-10 | Use new SHA1* functions. | Todd C. Miller | |
1997-07-10 | Different sha1 functions (taken from netinet's if_sha1.c) that | Todd C. Miller | |
are more consistent with md4/md5 functions. | |||
1997-07-10 | Need err.h for warnx proto. | Todd C. Miller | |
1997-07-10 | fix vga_copycols(9) | kstailey | |
1997-07-10 | NULL | kstailey | |
1997-07-10 | Take out some devices unused in the install. Alpha boot floppy now fits. | Todd C. Miller | |
1997-07-10 | Add more system users. From Marshall M. Midden <m4@umn.edu> | Todd C. Miller | |
1997-07-10 | add a bunch of ${config_shell} or $(SHELL) so that also libgmp configures | Thomas Graichen | |
and builds fine in a fresh ctm'ed or whatever tree without expecting any scripts to be executable | |||
1997-07-10 | fix backward scrolling | kstailey | |