summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-05-04GDB 6.3 (excluding .info files)Michael Shalayeff
1998-05-04make includes for libossaudioNiels Provos
1998-05-04build libossaudioNiels Provos
1998-05-04LETS_GET_BIGTheo de Raadt
1998-05-04Use cpuspeed (and hard coded values) to print clock speed on '040 models.Jason Downs
1998-05-04it is disgusting when something gets put into the source tre incorrectly,Theo de Raadt
but 3 days later still isn't fixed.
1998-05-04Never remove a mail spool, as we may not have proper prics, just truncate. ↵Todd C. Miller
Also block signals in a few critical areas
1998-05-04mention diskless(8)Todd C. Miller
1998-05-04s/NULL/NUL/Theo de Raadt
1998-05-04Gross hack to make boe boot block install work, should be erratta for 2.3/pmaxTodd C. Miller
1998-05-03don't lose errors from socket()David Leonard
1998-05-03First stab at defining virtual space for rPC44 for X11imp
1998-05-03Remove the "conv-sync" line as I could not create a viable simplrootTodd C. Miller
to boot from with it. Also mention that the scsi controller can get gronked if you interrupt the initialization and tell how to unwedge it.
1998-05-03Don't use option MADHATTER. It is rather silly, and there is no reason notgene
to pull in the internal video mappings for these models. Includes support for internal video on the LC475, Centris and Quadras in the 600s, and Q800 and Q900 models. Poof. We support far more than NetBSD.
1998-05-03Fallout from recent merge of macinfo.h to cpu.h.gene
Also, fallout from interrupt glue structure becoming mroe dynamic using locore-changeable variables to store ipl levels.
1998-05-03Fallout from new cpu.h work.gene
Also, in the cpu.h merge, we grabbed a few new machine classes. Add MRG mappings for several of them.
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.