Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-05-02 | Set blksize to DEV_BSIZE, not 512. | Todd C. Miller | |
1998-05-02 | correct a fat32 write lockup; oki@yk.rim.or.jp | Theo de Raadt | |
1998-05-02 | If computed value for d_nsectors truncated to 0, set it to 32 and | Todd 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-02 | Add defaults for d_secsize and d_secpercyl if they are zero (should not happen) | Todd C. Miller | |
1998-05-02 | Fix problem with zip drive correctly this time. The real deal is | Todd 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-02 | type | Todd C. Miller | |
1998-05-02 | Fix pasto | Todd C. Miller | |
1998-04-30 | iommu flushing workaround is only needed on MS2 machines, apparently | Theo de Raadt | |
1998-04-30 | Updated sparc audio | Jason Wright | |
1998-04-30 | Only use scsi geometry to fake up a label if we were able to get | Todd C. Miller | |
the capacity. Fixes a panic with fictitious labels on zip drives. | |||
1998-04-30 | Fix a few missing changes from the last NetBSD merge. | Jason Wright | |
1998-04-28 | do not zap media flag on SIOCSIFFLAGS; ibo@ragnarok.val-axs.net & ms@xy.org | Theo de Raadt | |
1998-04-28 | Make kernel compile if we have IDE controller but no wd drive. | Angelos D. Keromytis | |
1998-04-28 | silence noisy probe() routines | Theo de Raadt | |
1998-04-27 | cleanup messages a bit | Theo de Raadt | |
1998-04-27 | Silence warning now that a_* is not long. | Todd C. Miller | |
1998-04-27 | sync | Theo de Raadt | |
1998-04-27 | shrink more | Theo de Raadt | |
1998-04-27 | sync | Theo de Raadt | |
1998-04-27 | simplify a few names; this is in every kernel | Theo de Raadt | |
1998-04-27 | Adapt to new bus_space functions after fixing namespace issues. | gene | |
1998-04-27 | Add bus_space.c. | gene | |
1998-04-27 | Correct namespace collisions for bus_space_probe and split out | gene | |
bus_space functions into a separate source file ala NetBSD. | |||
1998-04-26 | NetBSD merge | Niklas Hallqvist | |
1998-04-26 | Allow PF_LOCAL as the proto arg in socketpair(2). Previously, only | Todd C. Miller | |
PF_UNSPEC would work. Needed for general sanity as well as XPG4.2. | |||
1998-04-26 | Get audio framework from MI-land, scrap the local variant. Some NetBSD merging | Niklas Hallqvist | |
1998-04-26 | $ | Niels Provos | |
1998-04-26 | remove another foul up of mine | Niels Provos | |
1998-04-26 | use a rel. path for compat/ossaudio | Niels Provos | |
1998-04-26 | correct copyright | Theo de Raadt | |
1998-04-26 | New audio adaption; netbsd | Niklas Hallqvist | |
1998-04-26 | 2nd try: compat ossaudio from NetBSD mostly by | Niels Provos | |
Lennart Augustsson <augustss@cs.chalmers.se> | |||
1998-04-26 | use osscompat for audio emulation. | Niels Provos | |
1998-04-26 | typo | Todd C. Miller | |
1998-04-26 | attach audio device to sound cards | Niels Provos | |
1998-04-26 | update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se> | Niels Provos | |
1998-04-26 | correct utimes() emulation | Theo de Raadt | |
1998-04-25 | close PR 459 | David Leonard | |
1998-04-25 | whitespace | Jason Downs | |
1998-04-25 | convert i386 to MNN | Michael Shalayeff | |
1998-04-25 | sync | Theo de Raadt | |
1998-04-25 | new realtek ethernet card | Theo de Raadt | |
1998-04-25 | Fix my messup in the last commit, thanks mickey | Niklas Hallqvist | |
1998-04-25 | fix some more printf's where a long arg was specified that is u_int32_t | Todd C. Miller | |
1998-04-25 | a.out fields are u_int32_t not long; fix warnings from printf. | Todd C. Miller | |
1998-04-25 | kcore.h stub, uses m68k include. | Jason Downs | |
1998-04-25 | Use generic m68k format kcore by default. | Jason Downs | |
1998-04-25 | typo | Niklas Hallqvist | |
1998-04-25 | sync | Theo de Raadt | |
1998-04-25 | readlink() 3rd param is size_t; XPG | Theo de Raadt | |