summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1999-08-17mention RIPEMD-160 in body, fix dateTodd C. Miller
1999-08-17mem_access_fault4m: init ftype earlier to avoid passing junk to trapsignalArtur Grabowski
1999-08-17Use ``set openmode passive'' in the ssh VPN examplebrian
1999-08-17Set the close-on-exec flag for all unused descriptors whenbrian
1999-08-17we're lucky that the return values from VOP_INACTIVE are ignoredArtur Grabowski
1999-08-17clearer descriptionAaron Campbell
1999-08-17consistencyAaron Campbell
1999-08-17There was a line missing in the commit from rev 1.6 that resulted inTodd C. Miller
1999-08-17initialize an incorrectly uninitialized variableArtur Grabowski
1999-08-17initialize an incorrectly uninitialized variableArtur Grabowski
1999-08-17New cpu_fork API to take a stack in which you point the child's stackpointerNiklas Hallqvist
1999-08-17More <sys/file.h> vs. <fcntl.h> and open() flags fixes.Todd C. Miller
1999-08-17Fix a problem if midi at ym is defined but not mpu.Federico G. Schwindt
1999-08-16Consistify so "rup host" and "rup -d host" produce similarly formatted output.Aaron Campbell
1999-08-16point at isinff and isnanfTheo de Raadt
1999-08-16doc isinff() and isnanf()Theo de Raadt
1999-08-16syncTheo de Raadt
1999-08-16Sync with NetBSD. Mostly FreeBSD related changes.Federico G. Schwindt
1999-08-16remove space.Federico G. Schwindt
1999-08-16fix includesArtur Grabowski
1999-08-16include unistd.hArtur Grabowski
1999-08-16fix includesArtur Grabowski
1999-08-16inculde com_err.hArtur Grabowski
1999-08-16inculude ctype.h for islower()Artur Grabowski
1999-08-16include ctype.h for isspace() and fix some declarationsArtur Grabowski
1999-08-16main() returns an int and include stdio.h to get prototype for putsArtur Grabowski
1999-08-16slight cleanupArtur Grabowski
1999-08-16printf format fixesArtur Grabowski
1999-08-16we need to include sys/wait.h since we use waitpid hereArtur Grabowski
1999-08-16more precise SYNOPSIS syntaxAaron Campbell
1999-08-16add a missing strerror. (there was already a %s in the format string)Artur Grabowski
1999-08-16don't cast third argument to kvm_read to char *. (it's void *)Artur Grabowski
1999-08-16free later; tg@freebsdTheo de Raadt
1999-08-16use O_* defines for open(2) flags and include fcntl.hTodd C. Miller
1999-08-16nuke unused variableTodd C. Miller
1999-08-16manufacturer and product are 16 bits, 0xffff is the special caseTheo de Raadt
1999-08-16don't need sys/file.h now that we include fcntl.hTodd C. Miller
1999-08-16missing fcntl.hTodd C. Miller
1999-08-16Remove unneeded ifdefs.Federico G. Schwindt
1999-08-16Document the current state of CD-ROM booting.Jason Downs
1999-08-16Kill meaningless reset printf().Jason Downs
1999-08-16Explicitly include <sys/types.h> and some minor style points.Todd C. Miller
1999-08-16prototype mismatch for RMD160Update()Todd C. Miller
1999-08-16Add cdboot...Jason Downs
1999-08-16Implement real CD booting, aka SYS_CDBOOT, the LIF file small enough toJason Downs
1999-08-16bsd.rd is uncompressed, bsd.rd.gz is compressed.Jason Downs
1999-08-16Allow the twiddler to be disabled via a global.Jason Downs
1999-08-16Remove unneeded ifdefs.Federico G. Schwindt
1999-08-16Remove unnecessary code. Shorten dmesg output.Federico G. Schwindt
1999-08-16Remove netbsd ifdefs.Federico G. Schwindt