Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-10-28 | Add a couple of names from NetBSD | Jason Downs | |
1998-10-28 | sync | Theo de Raadt | |
1998-10-28 | more devices without compat-id; WOFerry+@CMU.EDU | Theo de Raadt | |
1998-10-28 | sync | Theo de Raadt | |
1998-10-28 | more devices without compat-id; WOFerry+@CMU.EDU | Theo de Raadt | |
1998-10-24 | make 8mb installs work | Theo de Raadt | |
1998-10-21 | The qec global reset should only be allowed to happen once per qec card, not | Jason Wright | |
once per channel init. | |||
1998-10-21 | sync | Theo de Raadt | |
1998-10-21 | further shrinking | Theo de Raadt | |
1998-10-21 | sync | Theo de Raadt | |
1998-10-21 | shorten names; add more realtek | Theo de Raadt | |
1998-10-21 | sync | Theo de Raadt | |
1998-10-21 | sync | Theo de Raadt | |
1998-10-20 | when transmitting we cannot totally fill the circular buffer (i.e. | Theo de Raadt | |
we can't use up all of the remaining sc->txslot[chan].bfree free bytes) because that would cause the circular buffer read pointer to become equal to the write pointer, thus signaling 'empty buffer' to the hardware and stopping the transmitter. spotted and fixed by Kenjiro Cho <kjc@csl.sony.co.jp> | |||
1998-10-20 | o Only read the per-channel status reg if the global int mask says something | Jason Wright | |
interesting happened. o Base all interrupt decisions on per-channel status reg. | |||
1998-10-19 | Use register definitions from AMD databook. | Jason Wright | |
1998-10-19 | qec+qe support & OpenBSD tags for everyone | Jason Wright | |
1998-10-19 | Support for the qec+qe (SBus QuadEthernet board) | Jason Wright | |
1998-10-19 | Garbage collect an unused variable. | Jason Wright | |
1998-10-16 | revert pmax machdep.c too (Warner missed this one) | Todd C. Miller | |
1998-10-15 | Back out PEFO's trap change. It breaks everybody, it seems. | imp | |
1998-10-15 | shrink ramdisk filesystem | Theo de Raadt | |
1998-10-14 | o include ch.h so that NCH is defined | imp | |
o spell ksyms with with two s's | |||
1998-10-14 | openfirmware root was moved to attach at mainbus some time back, this | Dale S. Rahn | |
config file was missed when that change was made. | |||
1998-10-14 | sync | Federico G. Schwindt | |
1998-10-14 | pretty print message | Theo de Raadt | |
1998-10-13 | In vrele, vget, reinstate to following order | Constantine Sapuntzakis | |
- VNODE gets placed on free list - VOP_INACTIVE is called This was the original order. It was changed in an earlier patch due to a race condition in non-locking FSes (like NFS) between getnewvnode and inactive. However, the modified order had its own race conditions, so it turned out not to be a good choice. | |||
1998-10-13 | sync | Theo de Raadt | |
1998-10-13 | another modem without a pnp compatid | Theo de Raadt | |
1998-10-13 | Remove NULL deref condition | Niklas Hallqvist | |
1998-10-13 | More fixes for huge (>2GB) files. | Constantine Sapuntzakis | |
1998-10-12 | While It would be a really nice thing to have nested interrupts, | Dale S. Rahn | |
getting all of the complexities captured in the code before release is not going to be possible, maybe after release this will be fixed. Regressing to 1.8 (version before allowing nested interrupts). | |||
1998-10-11 | When copying several lines from one file to another, do not delete the lines | Dale S. Rahn | |
from the first file. (the last commit of this file had several lines missing.) | |||
1998-10-11 | Fix from Kirk McKusick to make sure that clustering works correctly across | Constantine Sapuntzakis | |
the 2GB file boundary. | |||
1998-10-11 | bad ioctls return EINVAL; garath@code.ridgefield.org | Theo de Raadt | |
1998-10-11 | sync | Jason Downs | |
1998-10-11 | Add another modem w/o the compat ID. | Jason Downs | |
1998-10-10 | sync | Theo de Raadt | |
1998-10-10 | another sb card that does not set the compat field | Theo de Raadt | |
1998-10-10 | sync | Theo de Raadt | |
1998-10-10 | shrink | Theo de Raadt | |
1998-10-10 | sync | Jason Downs | |
1998-10-10 | add ATI Rage Pro and SoundBlaster PCI64 IDs. | Jason Downs | |
1998-10-10 | add tl(4) ethernet driver | Theo de Raadt | |
1998-10-10 | Sync with FreeBSD; add ioctls. | Jason Downs | |
1998-10-10 | Sync with FreeBSD; add support for bt878/879, more cards, more tuners... | Jason Downs | |
1998-10-10 | Merged versions of GENERIC and MIX as well as RAMDISK and RAMDISKMIX. | Dale S. Rahn | |
1998-10-10 | Remove debugging printfs. | Dale S. Rahn | |
1998-10-10 | add OpenBSD tags | Jason Wright | |
1998-10-10 | sync | Jason Wright | |