summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-05-03Associated fallout from removing macinfo.h and merging to cpu.h.gene
1998-05-03* Deprecate macinfo.h pulling all relevant defines into cpu.h.gene
* Move interrupt glue and associated stuff out to intr.h * Do some MIification. This brings us a lot closer to looking like the other ports.
1998-05-03Hmmm... $Id$ -> $OpenBSD$.gene
Looks like the Id tags were left over from RCSid's on the original files.
1998-05-03Right spelling of 'canonical'.gene
Also, clarify the -f option (clumsy grammar).
1998-05-02allow relative values via +/- prefixesTodd C. Miller
1998-05-024 new definitions .. look to using these definitions for revision informationTodd T. Fries
throughout the tree so we have 1 place to update instead of many.
1998-05-02Set blksize to DEV_BSIZE, not 512.Todd C. Miller
1998-05-02correct a fat32 write lockup; oki@yk.rim.or.jpTheo de Raadt
1998-05-02fix small typo, indent a "}" and add some AF_ examples that reflect what the ↵David Leonard
current kernel has in it
1998-05-02If computed value for d_nsectors truncated to 0, set it to 32 andTodd C. Miller
adjust d_ncylinders instead of just setting d_nsectors to 1 (which is not useful for putting a filesystem on a device).
1998-05-02Add defaults for d_secsize and d_secpercyl if they are zero (should not happen)Todd C. Miller
1998-05-02Fix problem with zip drive correctly this time. The real deal isTodd C. Miller
that the hp300 scsi subsystem does not glean d_secpercyl from the device so we have to calculate a reasonable value. In the case of a zip drive, the calculated value gets truncated to zero. This change adds a sanity check and forces the calculated d_secpercyl to be >= 1. Also includes some minor code reorg.
1998-05-02typeTodd C. Miller
1998-05-02Fix pastoTodd C. Miller
1998-05-02fix yet another malloc problem.Michael Shalayeff
malloc(2) states quite clear that "malloc() allocates uninitialized space" just one malloc'ed memory is cleared by this fix. do a 'sort -u /dev/null' w/ /etc/malloc.conf -> J> to reproduce.
1998-05-02put back warning for signed char array subscriptsTodd C. Miller
1998-05-02use stdlib.h for malloc(); uninitialized structure member defaults to NULL nowMichael Shalayeff
1998-05-01libossaudio from NetBSD mostly by Lennart Augustsson <augustss@cs.chalmers.se>Niels Provos
1998-04-30certain variables are in msec not usec nowTheo de Raadt
1998-04-30update man page to reality, from NetBSD, mostly by Lennart AugustssonNiels Provos
<augustss@cs.chalmers.se>.
1998-04-30From NetBSD: Lennart AugustssonNiels Provos
environment variable for default audioctl device
1998-04-30From NetBSD: Lennart Augustsson:Niels Provos
environment variable for default mixer device
1998-04-30use inet_ntoaTheo de Raadt
1998-04-30c++ compiler is called c++, of courseTheo de Raadt
1998-04-30iommu flushing workaround is only needed on MS2 machines, apparentlyTheo de Raadt
1998-04-30make y command 8 bit clean; Elmar.Bartel@informatik.tu-muenchen.deTheo de Raadt
1998-04-30Updated sparc audioJason Wright
1998-04-30WallTheo de Raadt
1998-04-30make ctype macros on char 0x82 and such workTheo de Raadt
1998-04-30Only use scsi geometry to fake up a label if we were able to getTodd C. Miller
the capacity. Fixes a panic with fictitious labels on zip drives.
1998-04-30Fix a few missing changes from the last NetBSD merge.Jason Wright
1998-04-29reflect realityDavid Leonard
1998-04-28NetBSD-based -Wall cleanupPaul Janzen
1998-04-28Let's actually reflect reality and provide useful information in manualJason Downs
pages.
1998-04-28Redo the way ONLY_FOR_ARCH was implemented. The new methodMarco S Hyman
allows things like "make clean" and a top level "make index" work regardless of the architecture upon which the command is issued.
1998-04-28Xr madvise not vadviseTheo de Raadt
1998-04-28copy the upgrade program to the ramdisk. Damn this should have been in 2.3Todd C. Miller
1998-04-28move globbing code into its own functionTodd C. Miller
1998-04-28use Xr more oftenTheo de Raadt
1998-04-28do not zap media flag on SIOCSIFFLAGS; ibo@ragnarok.val-axs.net & ms@xy.orgTheo de Raadt
1998-04-28use Xr more oftenTheo de Raadt
1998-04-28Make kernel compile if we have IDE controller but no wd drive.Angelos D. Keromytis
1998-04-28silence noisy probe() routinesTheo de Raadt
1998-04-27cleanup messages a bitTheo de Raadt
1998-04-27Silence warning now that a_* is not long.Todd C. Miller
1998-04-27grammarPaul Janzen
1998-04-27fix .Ev usageTodd C. Miller
1998-04-27Update gcc version and let Configure figure out how to convert a float toTodd C. Miller
a string by itself. Hard coding it seems to expose a Configure bug.
1998-04-27Add missing parens. Peter Galbavy <peter@wonderland.org>Todd C. Miller
1998-04-27Historically, talk pays no attention to hostnames, so if you've typedPaul Janzen
'talk aaa@b' and are waiting for a response, and user aaa@c tries to talk to you, you'll be transparently connected. Now, talk will print the hostname of the remote party if it's not the same host that you asked for.