Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-18 | New TGA driver for alpha. Takes advantage of rasops code. | Nathan Binkert | |
This now gives a working console on alpha when using TGA. Code from NetBSD. | |||
2001-03-18 | Add rasops | Nathan Binkert | |
2001-03-18 | Import rasops from NetBSD. This gives improved performance for raster | Nathan Binkert | |
operations. | |||
2001-03-18 | Importing wsfont stuff from NetBSD. | Nathan Binkert | |
2001-03-18 | Initialize all the cpu_sets array, not just the first max_cpus entries. | Miod Vallat | |
This fixes the "ff1(users) == 21" panic when re-pmap_enter()ing the kernel_map, if option DIAGNOSTIC is set, and your kernel is configured for more cpus that you have on your board. | |||
2001-03-18 | Remove badwordaddr() prototype, cleanup, #if -> #ifdef police. | Miod Vallat | |
2001-03-18 | Correct prototype for guarded_access(). | Miod Vallat | |
2001-03-17 | Handle ftp services that don't ask for a password, only a username. | Bob Beck | |
This appears to be allowed by RFC and is apparently used by some banks in the netherlands (shudder). Patch courtesy Ramses de Beer <rbdebeer@yahoo.com>. | |||
2001-03-17 | mickey has been sniffing glue | Theo de Raadt | |
2001-03-16 | Add some more model subtypes from Antonio Carlini. | Hugh Graham | |
Won't try to match VAX_STYP_692 until we can find a 4000 70x and learn more about this model. | |||
2001-03-16 | Now that pmap_growkernel is implemented set NKMEMCLUSTERS to 32m again. | Artur Grabowski | |
millert@ ok. | |||
2001-03-16 | Use CIRCLEQ macros for mountlist. | Artur Grabowski | |
2001-03-16 | Oops. fix thinko in last. | Artur Grabowski | |
2001-03-16 | Use CIRCLEQ macros for mountlist. | Artur Grabowski | |
2001-03-16 | No need to extern mountlist_slock here. | Artur Grabowski | |
2001-03-16 | Initialize the mountlist_slock. | Artur Grabowski | |
2001-03-16 | Use CIRCLEQ macros for mountlist. | Artur Grabowski | |
2001-03-16 | Some more pmap improvements from NetBSD. | Artur Grabowski | |
2001-03-16 | zero vga_config after alloc | Michael Shalayeff | |
2001-03-16 | drop packets with link-local addresses, | Jun-ichiro itojun Hagino | |
if (internally-used) interface ID portion is already filled. sync with kame | |||
2001-03-16 | Pull in NetBSD Promise Ultra/100 support | Chris Cappuccio | |
(Now we actually program Ultra/100 modes instead of Ultra/66 modes on the Ultra/100 controller) This also fixes interrupt handling on the PDC20265/7 controller. I suspect this new interrupt routine for the PDC20255/7 controller should also be used on the PDC20262. | |||
2001-03-16 | Implement pmap_growkernel. From NetBSD. | Artur Grabowski | |
2001-03-16 | Use a lockmgr lock for keeping down the vslocked memory in sysctl | Artur Grabowski | |
instead of a home-brew equivalent. | |||
2001-03-16 | Add the VAX magic number. | Hugh Graham | |
2001-03-16 | The length fields of MOVC3 and MOVC5 have an upper limit of 65535 bytes. | Brandon Creighton | |
This fixes bcopy, copyin/copyout, and kcopy. Much testing was done by hugh@ and me to find the fastest replacement out of half a dozen candidates. Also, correct register masks in numerous places. | |||
2001-03-16 | More copyin bugs. | Constantine Sapuntzakis | |
2001-03-16 | Fix copyin argument order bug. Thanks to Dawson Engler and team. | Constantine Sapuntzakis | |
2001-03-16 | Locking bug on spechash. Thanks to Dawson Engler and team | Constantine Sapuntzakis | |
2001-03-16 | mislabeling | Theo de Raadt | |
2001-03-16 | Cleanup, get badwordaddr() from <machine/locore.h> | Miod Vallat | |
2001-03-16 | Cleanup, fix some typos. | Miod Vallat | |
2001-03-16 | Remove badwordaddr(). | Miod Vallat | |
2001-03-16 | More function prototypes. | Miod Vallat | |
Move badwordaddr() to a macro. | |||
2001-03-16 | Update the configuration procedure, to get in sync with other ports: | Miod Vallat | |
- support any number of partition (not a power of two) - better computation of swap and dump devices | |||
2001-03-16 | KNF, warning hunting. | Miod Vallat | |
2001-03-15 | Be more cross-compiler friendly. | Miod Vallat | |
Run mkdep on genassym.c. | |||
2001-03-15 | Fix races between timeouts and interrupts. | Constantine Sapuntzakis | |
Cleanup atapiscsi driver a bit by moving fields out of xfer. | |||
2001-03-15 | include <machine/cpu.h>, since schednetisr needs to do a splsoftnet | Brandon Creighton | |
2001-03-15 | Print a '*' in front of curproc in ps in ddb. | Artur Grabowski | |
2001-03-15 | Put back new timeouts. This time with correct timeout for compoll. | Artur Grabowski | |
2001-03-15 | wsdisplay/wskbd/wsmouse devices | Brandon Creighton | |
2001-03-15 | Move status reads to chopen- there's no need to hang up the boot | mjacob | |
process finding out the changer parameters. Print out changer parameters only if they're changed from the last read of changer parameters. This works for the first time, and for 99.9% of all other cases will be silent ever after. The only time this will then be chatty afterwards is if you change something within the changer (add a drive, etc.). | |||
2001-03-15 | bzzzt | Theo de Raadt | |
2001-03-15 | Add in missing prototype for comspeedcomspeed. | mjacob | |
2001-03-15 | typo | Theo de Raadt | |
2001-03-15 | back out new timeouts until I find out why they break alpha. | Artur Grabowski | |
2001-03-15 | support puc devices with higher speeds (not tested yet) | Theo de Raadt | |
2001-03-15 | regen | Aaron Campbell | |
2001-03-15 | Match CDC0000 to the wss driver and CDC0001 to joy. Thanks to | Aaron Campbell | |
violent@death.kiev.ua for testing. | |||
2001-03-15 | Triggered mechanism allows a handler to figure out whether a given | Constantine Sapuntzakis | |
timeout is actually executing. |