Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | sync vax | Hugh Graham | |
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-17 | check /etc/shells, too | Markus Friedl | |
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 | implement "permitopen" key option, restricts -L style forwarding to | Markus Friedl | |
to specified host:port pairs. based on work by harlan@genua.de | |||
2001-03-16 | 0x9f == BSDI, ok millert@ | Markus Friedl | |
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 | Add ssh files; Phil.Pennock@globnix.org | Todd C. Miller | |
2001-03-16 | Add ~/.ssh/id_dsa and ~/.ssh/id_rsa to the "must be owned by user and | Todd C. Miller | |
not readable by other" block. Remove ~/.ssh/random_seed as it is not used in OpenSSH. Add ~/.ssh/authorized_keys2, and ~/.ssh/known_hosts to the "must be owned by user and not writable" block. | |||
2001-03-16 | Some more pmap improvements from NetBSD. | Artur Grabowski | |
2001-03-16 | zero vga_config after alloc | Michael Shalayeff | |
2001-03-16 | discourage strcat/strcpy | Markus Friedl | |
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 | fix memset and whitespace | Markus Friedl | |
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 | Revise globbing for get/put to be more shell-like. In particular, | Damien Miller | |
"get/put file* directory/" now works. ok markus@ | |||
2001-03-16 | add a _kvm_pa2off() for vax | Brandon Creighton | |
2001-03-16 | More tree syncing. | Hugh Graham | |
2001-03-16 | Until such time as bloat prohibits, squeeze vi onto vax ramdisk. | Hugh Graham | |
How decadent. | |||
2001-03-16 | Add magic for vax-elf and vax-olf. At this time roughly as likely to be | Hugh Graham | |
seen in the wild as unicorns, and ultraviolet griffins, respectively. | |||
2001-03-16 | Add the VAX magic number. | Hugh Graham | |
2001-03-16 | deprecate USE_BZIP2 & USE_ZIP | Brad Smith | |
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 | vwaitforio | Constantine Sapuntzakis | |
2001-03-16 | cleanup | Constantine Sapuntzakis | |
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 | |