Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-29 | Use the new style to build vnds. General 2.1 cleanup. | Niklas Hallqvist | |
1997-04-29 | sparc needs more than 5MB in its miniroot, so use 8MB | Niklas Hallqvist | |
1997-04-29 | oops | Theo de Raadt | |
1997-04-29 | careful buffer handling | Theo de Raadt | |
1997-04-29 | Minor annoyance, synch with what we actually have in our conf directory: | gene | |
including GENERICSBC and TIGER. OpenBSD doesn't have an OCELOT. | |||
1997-04-29 | mention that write updates timestamps | kstailey | |
1997-04-29 | Add the 2nd ss device found in sparc's MAKEDEV | Niklas Hallqvist | |
1997-04-29 | Fix syntax problems, workaround sh bugs | Niklas Hallqvist | |
1997-04-29 | Reality update. Sparc is there. | Niklas Hallqvist | |
1997-04-29 | Reality update. Sparc is there. | Niklas Hallqvist | |
1997-04-29 | turn off DMA, it doesn't work | kstailey | |
1997-04-29 | To get the manpages installed, you can't override the install | Niklas Hallqvist | |
target. Instead override realinstall. | |||
1997-04-29 | something is wrong with this level of randomness; let 2.1 go out with this ↵ | Theo de Raadt | |
"problem" | |||
1997-04-29 | The 2.1 version of dev/pci/ncr.c isn't ready for arc yet | Niklas Hallqvist | |
1997-04-29 | Fix typo. | dima | |
1997-04-29 | lfs dies | Theo de Raadt | |
1997-04-29 | disable the datacache on Apollo cards for this release it would seem. | michaels | |
1997-04-29 | ok. | Michael Shalayeff | |
1997-04-29 | .mk changes faster then i type.... | Michael Shalayeff | |
1997-04-28 | From 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-28 | Document dc flag from NetBSD (mellon) | Todd C. Miller | |
1997-04-28 | - cast usages of *printf() to void since we don't check return val | Todd 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-28 | Deal with $TERM not being set (like in single user mode). | Todd C. Miller | |
1997-04-28 | Use strtoul() not strtol() when assigning to an unsigned long. | Todd C. Miller | |
1997-04-28 | Added faddr/laddr on the pfkeycb, for completeness. | Angelos D. Keromytis | |
1997-04-28 | 2.1 | Niklas Hallqvist | |
1997-04-28 | 2.1 | Niklas Hallqvist | |
1997-04-28 | 2.1 | Niklas Hallqvist | |
1997-04-28 | 2.1 | Niklas Hallqvist | |
1997-04-28 | 2.1 | Niklas Hallqvist | |
1997-04-28 | Kernel release is 2.1. | Jason Downs | |
1997-04-28 | Add 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-28 | Clean up terminal type handling. | Jason Downs | |
1997-04-28 | Modernize protyped, switch to libtermlib. | Jason Downs | |
1997-04-28 | Back 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-28 | The type of a pointer to const characters is not the same as a const pointer | Niklas 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-28 | indent | Theo de Raadt | |
1997-04-28 | Previous patch didn't make much sense. We now set the initial NFS xid | Angelos D. Keromytis | |
(for requests) to some random value, and then increase that by a small (1-255) random value for each requests. | |||
1997-04-27 | Random/unique NFS xids. | Angelos D. Keromytis | |
1997-04-27 | buf oflow paranoia | Theo de Raadt | |
1997-04-27 | Randomize RPC xid. | Angelos D. Keromytis | |
1997-04-27 | Typo and return value for arc4random(). | Angelos D. Keromytis | |
1997-04-27 | Even more reality. md.alpha is also fairly complete | Niklas Hallqvist | |
1997-04-27 | re-randomize xid on reuse of a CLIENT *; pointed out by adam@math.tau.ac.il | Theo de Raadt | |
1997-04-27 | handle hex-like hostnames | Theo de Raadt | |
1997-04-27 | better failure msg; martin@rumolt.teuto.de | Theo de Raadt | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP changes. | Todd C. Miller | |
For some reason the previous commit did not grab these. | |||
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd 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-27 | Further towards reality | Niklas Hallqvist | |
1997-04-27 | Bring the sets closer to reality. mi & md.amiga is fairly complete | Niklas 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. |