Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-12-14 | remove bogus^H^H^H^H^Hconstant cache line size definition | Michael Shalayeff | |
1998-12-14 | add lan_station_id struct | Michael Shalayeff | |
1998-12-13 | be more careful with media handlings | Theo de Raadt | |
1998-12-13 | implement some more of those write_multi routines; also some 64 bit ones | Michael Shalayeff | |
1998-12-13 | define HPA region | Michael Shalayeff | |
1998-12-13 | use PDC_ALIGNMENT; oops | Michael Shalayeff | |
1998-12-13 | PDC_ALIGNMENT; remove global chasdata | Michael Shalayeff | |
1998-12-13 | define PDC arguments alignment | Michael Shalayeff | |
1998-12-13 | take advantage of IO space equal mapping | Michael Shalayeff | |
1998-12-10 | Several fixes to dounmount. | Artur Grabowski | |
- Check for MNT_UNMOUNT before doing the actual unmount. It shouldn't matter for normal unmounts that go through sys_unmount, because they won't be able to do a lookup on the mountpoint when it's being unmounted, but mfs calls dounmount directly (and there was still a race). - clear the MNT_UNMOUNT flag after reenabling the lock (almost impossible race). - clear the MNT_MWAIT flag after doing a wakeup on the mountpoint. | |||
1998-12-10 | vfs_unmountall: retry to unmount all remaining filesystems when one unmount ↵ | Artur Grabowski | |
failed | |||
1998-12-09 | snc | Theo de Raadt | |
1998-12-09 | and a gus | Theo de Raadt | |
1998-12-09 | sync | Theo de Raadt | |
1998-12-09 | new USR modem | Theo de Raadt | |
1998-12-08 | fix kvtop() according to the recent changes of mapping IO space equally | Michael Shalayeff | |
1998-12-05 | There's still a good bit of lock debugging that needs to happen. Don't | Constantine Sapuntzakis | |
turn it on by default or people will be getting too many panics. | |||
1998-12-05 | some locore.S | Michael Shalayeff | |
1998-12-05 | define INT_IO and INT_ALL masks for spl*() macros to use | Michael Shalayeff | |
1998-12-05 | some db_machdep.h | Michael Shalayeff | |
1998-12-05 | do elf and som, no a.out and ecoff | Michael Shalayeff | |
1998-12-05 | some cleanup | Michael Shalayeff | |
1998-12-05 | btlb_insert() now returns slot number, heartbeat() and cpu_gethpa(to get ↵ | Michael Shalayeff | |
cpu#0 HPA) prototypes | |||
1998-12-05 | fake bus_space_barrier() | Michael Shalayeff | |
1998-12-05 | MD swapX macros, not enabled yet | Michael Shalayeff | |
1998-12-05 | dumb mcont() for now | Michael Shalayeff | |
1998-12-05 | Reinstate supposed dead code | Constantine Sapuntzakis | |
1998-12-05 | Finally, enable lock checking for FFS, which has full-blown lock support. | Constantine Sapuntzakis | |
1998-12-05 | Make sure the VLOCKSWORK diagnostic flag is correctly maintained. | Constantine Sapuntzakis | |
1998-12-05 | Updated generated files | Constantine Sapuntzakis | |
1998-12-05 | Updated vnode_if specificiation | Constantine Sapuntzakis | |
1998-12-05 | Framework for generating automatic test code for locking discipline | Constantine Sapuntzakis | |
in DIAGNOSTIC mode. Added documentation to vfs_subr.c on locking needs of a couple calls. Improvements to the vinvalbuf patch. We need to start over after we let our pants down. | |||
1998-12-05 | Dead code elimination | Constantine Sapuntzakis | |
1998-12-05 | block map IO space, check for btlb_insert return; s/DEBUG/PMAPDEBUG/g | Michael Shalayeff | |
1998-12-05 | finally, i block mapped the io space, so bus.h is kind of fake now, just *(h ↵ | Michael Shalayeff | |
+ o) pointer arithmetic | |||
1998-12-04 | Disable TCP_SACK and TCP_FACK until such time as they don't cause connection | Jason Downs | |
problems between different revisions of OpenBSD. | |||
1998-12-04 | consider limits, in fdavail(); michaels@inet.no | Theo de Raadt | |
1998-12-04 | VFS-Lite2 requires stricter locking around vnode buffer queues. vinvalbuf | Constantine Sapuntzakis | |
had insufficient protection | |||
1998-12-04 | Add support for another ne2k compatible card, vendor unknown. | Federico G. Schwindt | |
1998-12-04 | regen | Michael Shalayeff | |
1998-12-04 | rm all of them | Michael Shalayeff | |
1998-12-04 | typo, some more numberless 800 machines | Michael Shalayeff | |
1998-12-04 | regen | Michael Shalayeff | |
1998-12-04 | typo | Michael Shalayeff | |
1998-12-03 | o Don't match pci product 0xae33, as it's a pciide controller; reported by ↵ | Jason Wright | |
mickey@ (pr 652). o use switch for matching pci products | |||
1998-12-03 | oh joy | Theo de Raadt | |
1998-12-02 | cogent-compatible adapters appearing in an adaptec ethernet block range | Theo de Raadt | |
1998-12-02 | use more memory for lance; performance enhancement | Theo de Raadt | |
1998-12-01 | remove the itrunc3 panic | Artur Grabowski | |
(if someone can convince me that the call to vinvalbuf won't keep the buffers for the metadata, I will put it back) | |||
1998-12-01 | define *reg structures; m-include protect; copyright | Michael Shalayeff | |