summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-04-29Use the new style to build vnds. General 2.1 cleanup.Niklas Hallqvist
1997-04-29sparc needs more than 5MB in its miniroot, so use 8MBNiklas Hallqvist
1997-04-29oopsTheo de Raadt
1997-04-29careful buffer handlingTheo de Raadt
1997-04-29Minor annoyance, synch with what we actually have in our conf directory:gene
including GENERICSBC and TIGER. OpenBSD doesn't have an OCELOT.
1997-04-29mention that write updates timestampskstailey
1997-04-29Add the 2nd ss device found in sparc's MAKEDEVNiklas Hallqvist
1997-04-29Fix syntax problems, workaround sh bugsNiklas Hallqvist
1997-04-29Reality update. Sparc is there.Niklas Hallqvist
1997-04-29Reality update. Sparc is there.Niklas Hallqvist
1997-04-29turn off DMA, it doesn't workkstailey
1997-04-29To get the manpages installed, you can't override the installNiklas Hallqvist
target. Instead override realinstall.
1997-04-29something is wrong with this level of randomness; let 2.1 go out with this ↵Theo de Raadt
"problem"
1997-04-29The 2.1 version of dev/pci/ncr.c isn't ready for arc yetNiklas Hallqvist
1997-04-29Fix typo.dima
1997-04-29lfs diesTheo de Raadt
1997-04-29disable the datacache on Apollo cards for this release it would seem.michaels
1997-04-29ok.Michael Shalayeff
1997-04-29.mk changes faster then i type....Michael Shalayeff
1997-04-28From NetBSD (lukem):Todd C. Miller
Cleanup parser of ftp://[user:pass@]host[:port]/[dir/][file Should be more robust now. Fixes NetBSD PR #3520.
1997-04-28Document dc flag from NetBSD (mellon)Todd C. Miller
1997-04-28- cast usages of *printf() to void since we don't check return valTodd C. Miller
- move an assert to be *before* a strcpy() where it can do some good. - integrate NetBSD fixes for 64-bit machines (NetBSD PR #3450, Ross Harvey) - add lite2 tags
1997-04-28Deal with $TERM not being set (like in single user mode).Todd C. Miller
1997-04-28Use strtoul() not strtol() when assigning to an unsigned long.Todd C. Miller
1997-04-28Added faddr/laddr on the pfkeycb, for completeness.Angelos D. Keromytis
1997-04-282.1Niklas Hallqvist
1997-04-282.1Niklas Hallqvist
1997-04-282.1Niklas Hallqvist
1997-04-282.1Niklas Hallqvist
1997-04-282.1Niklas Hallqvist
1997-04-28Kernel release is 2.1.Jason Downs
1997-04-28Add getsecs(). Use biostime & biosdate routines.Tobias Weingartner
Parse and convert to seconds since epoch. Please test, there is a new command "time", which should print the current time (according to the BIOS) on the console.
1997-04-28Clean up terminal type handling.Jason Downs
1997-04-28Modernize protyped, switch to libtermlib.Jason Downs
1997-04-28Back out newer .USE code as it caused problems. I've done a "make build"Todd C. Miller
without problems and the problem Theo saw before is gone.
1997-04-28The type of a pointer to const characters is not the same as a const pointerNiklas Hallqvist
to non-const characters. Besides, the prototypes for copyin and friends, as well as timeout/untimeout takes void *, not caddr_t (char *), so I matched them. Slight KNF. This change makes it pass -Wcast-qual.
1997-04-28indentTheo de Raadt
1997-04-28Previous patch didn't make much sense. We now set the initial NFS xidAngelos D. Keromytis
(for requests) to some random value, and then increase that by a small (1-255) random value for each requests.
1997-04-27Random/unique NFS xids.Angelos D. Keromytis
1997-04-27buf oflow paranoiaTheo de Raadt
1997-04-27Randomize RPC xid.Angelos D. Keromytis
1997-04-27Typo and return value for arc4random().Angelos D. Keromytis
1997-04-27Even more reality. md.alpha is also fairly completeNiklas Hallqvist
1997-04-27re-randomize xid on reuse of a CLIENT *; pointed out by adam@math.tau.ac.ilTheo de Raadt
1997-04-27handle hex-like hostnamesTheo de Raadt
1997-04-27better failure msg; martin@rumolt.teuto.deTheo de Raadt
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP changes.Todd C. Miller
For some reason the previous commit did not grab these.
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-04-27Further towards realityNiklas Hallqvist
1997-04-27Bring the sets closer to reality. mi & md.amiga is fairly completeNiklas Hallqvist
the others need more work for sure. Maybe we will not use the sets anyhow, but still I want this out of my tree.