Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-12-15 | Sync with NetBSD (no detach updates yet). | Federico G. Schwindt | |
This should fix pcic_chip_socket_enable() to work on more machines. | |||
1998-12-15 | Support for the m88k arch. | Steve Murphree | |
1998-12-15 | This fixed a number of things. A serious bug in bugcrt.c's initial stack | Steve Murphree | |
among other things. | |||
1998-12-15 | Added sdcrt.c to make bootxx and bootsd work. | Steve Murphree | |
1998-12-15 | Greatly improved tapeboot. From mvme68k. | Steve Murphree | |
1998-12-15 | Commint for the first real mvme88k OpendBSD | Steve Murphree | |
1998-12-15 | Commit for the first real OpenBSD mvme88k port. | Steve Murphree | |
1998-12-15 | Commit for the first working mvme88k port. | Steve Murphree | |
1998-12-15 | Commit for the first real OpenBSD mvme88k kernel. | Steve Murphree | |
1998-12-15 | check for valid ip_hl too; route@infonexus.com | Theo de Raadt | |
1998-12-14 | ss20 machines which claim to have SBUS_BURST_64 are lying | Theo de Raadt | |
1998-12-14 | Do clamping of dvma burst size like everything else | Jason Wright | |
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 |