summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-08-19Sync with NetBSD.Federico G. Schwindt
1999-08-19don't install /usr/share/misc/style as it is being replaced by a man pageTodd C. Miller
1999-08-19From FreeBSD with changes from /usr/share/misc/styleTodd C. Miller
1999-08-19syncTheo de Raadt
1999-08-19pnpdevs.hTheo de Raadt
1999-08-19another ethernet cardTheo de Raadt
1999-08-19undo damage aaron didTheo de Raadt
1999-08-19test vendor id against PCMCIA_VENDOR_INVALID, not against 0David Leonard
1999-08-19increase size of register copies for debuggingDavid Leonard
1999-08-19revert to spin waiting on mailboxesDavid Leonard
1999-08-19extend debugging to 16-bit pioDavid Leonard
1999-08-19-remove some more staticsDavid Leonard
-don't loop hoping for piggybacked interrupts if the card is ejected mid-read -tried padding the mbufs to see if that helps receive -put in structure for hardware header (contains signal strength I think) still not completely working, but things are happening
1999-08-19syncTheo de Raadt
1999-08-19shortenTheo de Raadt
1999-08-18syncDavid Leonard
1999-08-18"-1" -> "PCMCIA_PRODUCT_INVALID"David Leonard
1999-08-18sysbeep/pciide/atapiscsikstailey
1999-08-18Boot block changes.Jason Downs
1999-08-18Default to loading bsd.rd from $OSREV/hp300/bsd.rd.Jason Downs
1999-08-18Mention ``alias enable no'', not ``alias enable off''.brian
1999-08-18some ifndef UVMArtur Grabowski
1999-08-18formattingAaron Campbell
1999-08-18comma splices, formatting nits, et alAaron Campbell
1999-08-18Fix a printf() so `id' and `id username' produce similar output; inspired byAaron Campbell
NetBSD, millert@ok.
1999-08-18syncTheo de Raadt
1999-08-18another cardTheo de Raadt
1999-08-18Remove unneeded code. Use u_int16_t.Federico G. Schwindt
1999-08-18regenFederico G. Schwindt
1999-08-18add some RangeLAN2 devicesDavid Leonard
1999-08-18make most functions staticDavid Leonard
use defines from pcmciadevs remove some futile debugging and ancient detach code print configure message in `the new way' fix compile error where 'sc' wasn't defined
1999-08-18enable ie0Michael Shalayeff
1999-08-18cleanupMichael Shalayeff
1999-08-17factor out ie device definition; niklas@ okMichael Shalayeff
1999-08-17typoNiklas Hallqvist
1999-08-17Implement a minimum idle time value as an optional second argumentbrian
to ``set timeout''. This is useful for situations where your minimum call charge is (say) 5 minutes (like mine is)
1999-08-17doesn't count down from 99 anymoreTodd C. Miller
1999-08-17missing flags in SYNOPSISTodd C. Miller
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
exec()ing other programs.
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
an uninitialized variable; art@stacken.kth.se
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
to, at the bottom or the top, depending on your architecture's stack growth direction. This is in preparation for Linux' clone(2) emulation. port maintainers, please check that I did the work right.
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