summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1998-12-15Sync with NetBSD (no detach updates yet).Federico G. Schwindt
This should fix pcic_chip_socket_enable() to work on more machines.
1998-12-15Support for the m88k arch.Steve Murphree
1998-12-15This fixed a number of things. A serious bug in bugcrt.c's initial stackSteve Murphree
among other things.
1998-12-15Added sdcrt.c to make bootxx and bootsd work.Steve Murphree
1998-12-15Greatly improved tapeboot. From mvme68k.Steve Murphree
1998-12-15Commint for the first real mvme88k OpendBSDSteve Murphree
1998-12-15Commit for the first real OpenBSD mvme88k port.Steve Murphree
1998-12-15Commit for the first working mvme88k port.Steve Murphree
1998-12-15Commit for the first real OpenBSD mvme88k kernel.Steve Murphree
1998-12-15check for valid ip_hl too; route@infonexus.comTheo de Raadt
1998-12-14ss20 machines which claim to have SBUS_BURST_64 are lyingTheo de Raadt
1998-12-14Do clamping of dvma burst size like everything elseJason Wright
1998-12-14remove bogus^H^H^H^H^Hconstant cache line size definitionMichael Shalayeff
1998-12-14add lan_station_id structMichael Shalayeff
1998-12-13be more careful with media handlingsTheo de Raadt
1998-12-13implement some more of those write_multi routines; also some 64 bit onesMichael Shalayeff
1998-12-13define HPA regionMichael Shalayeff
1998-12-13use PDC_ALIGNMENT; oopsMichael Shalayeff
1998-12-13PDC_ALIGNMENT; remove global chasdataMichael Shalayeff
1998-12-13define PDC arguments alignmentMichael Shalayeff
1998-12-13take advantage of IO space equal mappingMichael Shalayeff
1998-12-10Several 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-10vfs_unmountall: retry to unmount all remaining filesystems when one unmount ↵Artur Grabowski
failed
1998-12-09sncTheo de Raadt
1998-12-09and a gusTheo de Raadt
1998-12-09syncTheo de Raadt
1998-12-09new USR modemTheo de Raadt
1998-12-08fix kvtop() according to the recent changes of mapping IO space equallyMichael Shalayeff
1998-12-05There's still a good bit of lock debugging that needs to happen. Don'tConstantine Sapuntzakis
turn it on by default or people will be getting too many panics.
1998-12-05some locore.SMichael Shalayeff
1998-12-05define INT_IO and INT_ALL masks for spl*() macros to useMichael Shalayeff
1998-12-05some db_machdep.hMichael Shalayeff
1998-12-05do elf and som, no a.out and ecoffMichael Shalayeff
1998-12-05some cleanupMichael Shalayeff
1998-12-05btlb_insert() now returns slot number, heartbeat() and cpu_gethpa(to get ↵Michael Shalayeff
cpu#0 HPA) prototypes
1998-12-05fake bus_space_barrier()Michael Shalayeff
1998-12-05MD swapX macros, not enabled yetMichael Shalayeff
1998-12-05dumb mcont() for nowMichael Shalayeff
1998-12-05Reinstate supposed dead codeConstantine Sapuntzakis
1998-12-05Finally, enable lock checking for FFS, which has full-blown lock support.Constantine Sapuntzakis
1998-12-05Make sure the VLOCKSWORK diagnostic flag is correctly maintained.Constantine Sapuntzakis
1998-12-05Updated generated filesConstantine Sapuntzakis
1998-12-05Updated vnode_if specificiationConstantine Sapuntzakis
1998-12-05Framework for generating automatic test code for locking disciplineConstantine 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-05Dead code eliminationConstantine Sapuntzakis
1998-12-05block map IO space, check for btlb_insert return; s/DEBUG/PMAPDEBUG/gMichael Shalayeff
1998-12-05finally, i block mapped the io space, so bus.h is kind of fake now, just *(h ↵Michael Shalayeff
+ o) pointer arithmetic
1998-12-04Disable TCP_SACK and TCP_FACK until such time as they don't cause connectionJason Downs
problems between different revisions of OpenBSD.
1998-12-04consider limits, in fdavail(); michaels@inet.noTheo de Raadt
1998-12-04VFS-Lite2 requires stricter locking around vnode buffer queues. vinvalbufConstantine Sapuntzakis
had insufficient protection