summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-04-30Our gas isn't ready for 64 bit constants used in expressionsNiklas Hallqvist
1997-04-30guarantee termination for faked disklabels, no endless loopsNiels Provos
1997-04-30fix assorted problems with miniroot stuffgrr
1997-04-30Add /etc/virc.Jason Downs
1997-04-30Fix typoThorsten Lockert
1997-04-30Be more careful about possible type promotionThorsten Lockert
1997-04-30Make possible truncation of long value more explicitThorsten Lockert
1997-04-30Remove unused variablesThorsten Lockert
1997-04-30Be specific about using unsigned valuesThorsten Lockert
1997-04-30Be more careful with mixing typesThorsten Lockert
1997-04-30Remove dead code and variablesThorsten Lockert
1997-04-30Don't do pointer arithmetic on void pointersThorsten Lockert
1997-04-30Be silent about unused argumentsThorsten Lockert
1997-04-29Add the entries powerpc port. These have not been examined closely, butDale 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-29Add ${SHAREDIR}, ${SHAREGRP}, ${SHAREOWN} and ${SHAREMODE}, they are usedThorsten Lockert
by ports
1997-04-29Got it to fit in default 5MB againNiklas Hallqvist
1997-04-29Fix miniroot. Add a quantum disk provided by dima@openbsd.org,Niklas Hallqvist
Cleanup so all Quantum disks are now Capitalized.
1997-04-29possible buf oflowTheo de Raadt
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.