summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-07-12Add PnP stuff. Should compile, doubt if it works 100%. Worked forTobias 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-12We will need these flags soon enough...Tobias Weingartner
1997-07-12Add sha1 digest support.Todd C. Miller
1997-07-12Add some more extent stuff, in preperation of PnP. Huh? Did ITobias 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-12Use new-style man macros.Todd C. Miller
1997-07-12md5(1) is now capable of doing md4, md5 and sha1 digests. CurrentlyTodd C. Miller
only md5 and sha1 are used.
1997-07-12#include <md5.h> not "md5.h"Todd C. Miller
1997-07-12Add SHA1End, SHA1File, SHA1Data helper functions like in md5(3).Todd C. Miller
1997-07-12fixed tiny bug in pad values and hmac inner hash lengths. should work now.Niels Provos
1997-07-12mention usage of SHA1Final with null pointerNiels Provos
1997-07-12Add missing sc->sc_dev.dv_xname arg to isa_intr_establish().Todd C. Miller
1997-07-12Minor style points.Todd C. Miller
1997-07-11reflect changes in kernel ipsecNiels Provos
1997-07-11obsolete.Niels Provos
1997-07-11argh. commited wrong fileNiels Provos
1997-07-11put old esp/ah and new esp/ah in different files.Niels Provos
generalised way of handling transforms.
1997-07-11cosmetic changes; netbsdNiels Provos
1997-07-11From Steven Campbel: Allocate a bigger address space for VRAM. This allowsgene
at least the Q840av to boot and maybe others.
1997-07-11Rename REWIND to DOREWIND to avoid colliding with the SCSI opcode of theThorsten Lockert
same name
1997-07-11Todd kant spel.Todd C. Miller
1997-07-11Install sha1(3) and links.Todd C. Miller
1997-07-11#include <sha1.h> not #include "sha1.h"Todd C. Miller
1997-07-11Use term type of sun--works better than the ansi-m in our termcap.Todd C. Miller
1997-07-11Add KERNFS, PROCFS, NULLFSTodd C. Miller
1997-07-11Allow media to be removed on last close even if the device used was theThorsten Lockert
no-rewind device. Ensure we re-detect media on first open even if media was present at boot.
1997-07-11Do not force FOLLOW (to follow symbolic links) when creating new filesThorsten Lockert
1997-07-11Man page for SHA1*Todd C. Miller
1997-07-11Remove #if 0'd codeTodd C. Miller
1997-07-10A -> AnTodd C. Miller
1997-07-10Be consistent wrt unsigned vs. u_*Todd C. Miller
1997-07-10add insert char capability (and no bickering about it being ANSI 8c{)]kstailey
1997-07-10sync with NETBSD 30/3/97 + adapating aria.cNiels Provos
1997-07-10Use new SHA1* functions.Todd C. Miller
1997-07-10Different sha1 functions (taken from netinet's if_sha1.c) thatTodd C. Miller
are more consistent with md4/md5 functions.
1997-07-10Need err.h for warnx proto.Todd C. Miller
1997-07-10fix vga_copycols(9)kstailey
1997-07-10NULLkstailey
1997-07-10Take out some devices unused in the install. Alpha boot floppy now fits.Todd C. Miller
1997-07-10Add more system users. From Marshall M. Midden <m4@umn.edu>Todd C. Miller
1997-07-10add a bunch of ${config_shell} or $(SHELL) so that also libgmp configuresThomas Graichen
and builds fine in a fresh ctm'ed or whatever tree without expecting any scripts to be executable
1997-07-10fix backward scrollingkstailey
1997-07-10More comment stripping to squeeze a few more bytes...Todd C. Miller
1997-07-09disk_unbusy() does not call panic()kstailey
1997-07-09Do not lose our ethernet addressNiklas Hallqvist
1997-07-09Use syslog(3), not fprintf(3) for error messages.kstailey
OSF is not the only OS that uses USER_PROCESS in ut_type.
1997-07-09Don't do needless sync and change -fast to -check in unmount_fs()Todd C. Miller
1997-07-09Don't include sync(1)Todd C. Miller
1997-07-09Don't use sync(1)Todd C. Miller
1997-07-09Real raminst.conf lives in ramdisk dir.Todd C. Miller
1997-07-09Take out DEBUG and DIAGNOSTIC to make thigns fit.Todd C. Miller