Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-12-20 | Use IOV_MAX, not the deprecated UIO_MAXIOV | Todd C. Miller | |
1998-12-20 | The "end" symbol should be a long, not an int to make 64-bit machines happy. ↵ | Todd C. Miller | |
This allows us to remove a bogus cast of int * to long * later on. | |||
1998-12-20 | sync | Theo de Raadt | |
1998-12-20 | another modem... | Theo de Raadt | |
1998-12-20 | sync | Theo de Raadt | |
1998-12-20 | new dev | Theo de Raadt | |
1998-12-19 | make alpha ramdisk fit | Theo de Raadt | |
1998-12-19 | Remove irq 5 and 7 from irqmask. These are commonly used by soundcard devices. | Federico G. Schwindt | |
1998-12-19 | compile with -DDEBUG | Niklas Hallqvist | |
1998-12-19 | one more flag for xmas | Michael Shalayeff | |
1998-12-19 | for sense code "Logical Unit Is in Process Of Becoming Ready", make | Theo de Raadt | |
the sense code evaluation function return ERESTART with xs->error = XS_BUSY; then higher up catch this case and drop into the scbusy tsleep code. For exabyte 8500 units, this makes st opening reprobe repeatedly, rather than fail with an EIO while the tape is being loaded. | |||
1998-12-17 | Disable 3c574 until all the MII code required is added. | Federico G. Schwindt | |
1998-12-17 | sync | Theo de Raadt | |
1998-12-17 | new card; dave@dtsp.co.nz | Theo de Raadt | |
1998-12-16 | Part of remove to get rid of unwanted directories | Steve Murphree | |
1998-12-16 | cast multipliers in boot record byte offset calculation to | Michael Shalayeff | |
off_t to avoid overflow for partitions starting at high cylinders. spotted and tested by WHS <wouters@cistron.nl>, 10x! | |||
1998-12-16 | sync | Theo de Raadt | |
1998-12-16 | crunch this much smaller | Theo de Raadt | |
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 | |