Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-30 | Our gas isn't ready for 64 bit constants used in expressions | Niklas Hallqvist | |
1997-04-30 | guarantee termination for faked disklabels, no endless loops | Niels Provos | |
1997-04-30 | fix assorted problems with miniroot stuff | grr | |
1997-04-30 | Add /etc/virc. | Jason Downs | |
1997-04-30 | Fix typo | Thorsten Lockert | |
1997-04-30 | Be more careful about possible type promotion | Thorsten Lockert | |
1997-04-30 | Make possible truncation of long value more explicit | Thorsten Lockert | |
1997-04-30 | Remove unused variables | Thorsten Lockert | |
1997-04-30 | Be specific about using unsigned values | Thorsten Lockert | |
1997-04-30 | Be more careful with mixing types | Thorsten Lockert | |
1997-04-30 | Remove dead code and variables | Thorsten Lockert | |
1997-04-30 | Don't do pointer arithmetic on void pointers | Thorsten Lockert | |
1997-04-30 | Be silent about unused arguments | Thorsten Lockert | |
1997-04-29 | Add the entries powerpc port. These have not been examined closely, but | Dale S. Rahn | |
cleaned up the checkflist considerably. The main problem that was left were files missing from the system, profiled libraries, some manpages, a few other things. This is first cut. | |||
1997-04-29 | Add ${SHAREDIR}, ${SHAREGRP}, ${SHAREOWN} and ${SHAREMODE}, they are used | Thorsten Lockert | |
by ports | |||
1997-04-29 | Got it to fit in default 5MB again | Niklas Hallqvist | |
1997-04-29 | Fix miniroot. Add a quantum disk provided by dima@openbsd.org, | Niklas Hallqvist | |
Cleanup so all Quantum disks are now Capitalized. | |||
1997-04-29 | possible buf oflow | Theo de Raadt | |
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. |