Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-10-29 | more cpus and devices | Michael Shalayeff | |
1998-10-29 | fix pdccngetc() input handling | Michael Shalayeff | |
1998-10-29 | print \n when we've got timed out waiting for an operator | Michael Shalayeff | |
input, so the 'booting' progress will be shown on the next line making that consistant w/ the 'boot' command look. | |||
1998-10-28 | Partial merge from netBSD 102498. Seems to fix autonegotation difficulties | Constantine Sapuntzakis | |
on Bay Networks FA310TX card. | |||
1998-10-28 | - fix three bugs pointed out in Stevens, i.a. updating timestamps correctly | Niels Provos | |
- fix a 4.4bsd-lite2 bug, when tcp options are present the maximum segment size is not updated correctly, so that fast recovery forces out a segment which is split in two segments by tcp_output(), the fix is adpated from FreeBSD, the effective mss is recorded after option negotiation in 3way handshake. [I was able to fix this on time spent at Center for Information Technology Integration (citi.umich.edu)] | |||
1998-10-28 | Changes from NetBSD, clean up, avoid hanging if the codec is out to lunch. | Jason Downs | |
1998-10-28 | More conversion routines, from NetBSD | Jason Downs | |
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 | |