| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 1998-09-18 | Map the "backspace" key to "delete" and the "remove" key to | drochner | |
| "keypad-delete". (This is not completely clean; for me these keys make up perhaps a "function field", but no "keypad".) This is the mapping expected by applications. Proposed by Chris Jones via PR kern/6089 and Dave Sainty. | |||
| 1998-09-17 | LK201/LK401 support for wscons (only decoding for now). | drochner | |
| 1998-09-17 | Add definition for highest legal LK201 keycode. | drochner | |
| 1998-09-17 | wskbd map for LK201/LK401 | drochner | |
| 1998-08-10 | Kickoff xmit interrupts, needed on chip DC7201. | ragge | |
| 1998-07-21 | adapt to LANCE driver split | drochner | |
| 1998-07-05 | defopt INET, NETATALK. | jonathan | |
| 1998-07-04 | defopt DDB. | jonathan | |
| 1998-06-14 | Add catch function for keyboard. | ragge | |
| 1998-06-12 | Rework the way kernel include files are installed. In the new method, | cgd | |
| as with user-land programs, include files are installed by each directory in the tree that has includes to install. (This allows more flexibility as to what gets installed, makes 'partial installs' easier, and gives us more options as to which machines' includes get installed at any given time.) The old SYS_INCLUDES={symlinks,copies} behaviours are _both_ still supported, though at least one bug in the 'symlinks' case is fixed by this change. Include files can't be build before installation, so directories that have includes as targets (e.g. dev/pci) have to move those targets into a different Makefile. | |||
| 1998-05-23 | Fixed bug with lost characters in DDB output. | ragge | |
| 1998-05-21 | Support for DDB on DZ console. | ragge | |
| 1998-05-17 | Split the DZ11 driver into two parts; can now use the same driver on | ragge | |
| both unibus/qbus devices and vaxstations. | |||
| 1998-04-19 | Copy alpha/tc/mcclock_ioasic.c (duplicated in pmax/tc/mcclock_ioasic.c) | jonathan | |
| into sys/dev/dec and split into a clockfns layer and a "middle" layer for other DEC systems which use mcclocks with each onchip byte register padded out to a 32-bit word. Clone alpha/alpha/mcclock (also duplicated in pmax port) into sys/dev/dec, and ifdef for default clockrates on pmax and alpha. Use new machinery on pmax for ibus,ioasic attached mcclocks. | |||
| 1998-04-13 | t_wopen fixes. | ragge | |
| 1998-03-22 | Clone lk20.h (keycode definitions) to /sys/dev/dec. | jonathan | |
| Update source pmax files accordingly. cvs remove old pmax/dev/lk201.h. | |||
| 1998-03-21 | ubasetup() must be non-static. (used by QDSS) | ragge | |
| 1998-03-02 | Support for UVM on VAXen. | ragge | |
| 1998-01-24 | Remove __BROKEN_INDIRECT_CONFIG and change all drivers to use | ragge | |
| config_search instead. | |||
| 1998-01-18 | Make kernel compile & run again after latest config changes. | ragge | |
| 1998-01-12 | Update for changes to config. | thorpej | |
| 1998-01-12 | Adjust for config changes. | thorpej | |
| 1998-01-05 | RCSID Police. | perry | |
| 1997-10-05 | Copyright assigned to The NetBSD Foundation. | thorpej | |
| 1997-09-02 | Nuke the idea of <machine/options.h>. It completely defeats the purpose | thorpej | |
| of fine-grain option dependencies. | |||
| 1997-07-22 | Use new <dev/dec/clockvar.h> and and <dev/dec/mcclokvar.h>. | jonathan | |
| Garbage-collect original headers from sys/arch/alpha. | |||
| 1997-07-22 | pathname typo. | jonathan | |
| 1997-07-22 | Create sys/dev/dec and cleanup sys/dev/tc: | jonathan | |
| * Move clockvar.h (header file for generic clock code) to sys/dev/dec. * Move if_le_dec.c with DEC padded LANCE-dma (pmax/pmax, ioasic, vax 3400) to sys/dev/dec. Remove from sys/dev/tc. * Declare attribute le_dec_subr in /sys/dev/dec/files.dec, use if_le_dec.c when it's defined. * Move IOCTL asic declaration from pmax and Alpha MD machine files to sys/dev/tc/files.tc. * move TurboChannel and ioasic if_le attachments from pmax and Alpha machine config files to /sys/dev/tc/files.tc. Add le_dec_subr attribute. * Add if_le_dec attribute to if_le_ibus (pmax ds3100 pmax) LANCE attachment. | |||
| 1997-06-22 | Clone Alpha ``cpu-independent'' clock API headers into sys/dev/tc/, | jonathan | |
| to share them with pmax. | |||
| 1997-06-16 | include <machine/bus.h>. | jonathan | |
| 1997-06-15 | DECstation MIPS3 support: wbflush() is cpu-dependent, need declaration from | mhitch | |
| machine/locore.h. | |||
| 1997-04-07 | by default, provide RCS IDs for NetBSD/alpha kernel files in kernel binaries. | cgd | |
| This can be disabled (to save a bit of space) with the NO_KERNEL_RCSIDS options, which is present but commented out in the ALPHA config file. In ELF-format kernels, these strings are present in the kernel binary but are not loaded into memory. (In ECOFF-format kernels, there's no easy way to keep them from being loaded, so they _are_ loaded into memory.) | |||
| 1997-04-07 | clean up NetBSD RCS ID strings, include machine/options.h | cgd | |
| 1997-04-07 | clean up NetBSD RCS ID strings | cgd | |
| 1997-04-06 | clean up NetBSD RCS ID strings, include machine/options.h | cgd | |
| 1997-03-17 | #include <net/if_media.h> | thorpej | |
| 1997-03-15 | New ARP system, supports IPv4 over any hardware link. | is | |
| Some of the stuff (e.g., rarpd, bootpd, dhcpd etc., libsa) still will only support Ethernet. Tcpdump itself should be ok, but libpcap needs lot of work. For the detailed change history, look at the commit log entries for the is-newarp branch. | |||
| 1997-03-12 | enabled SQWE as well as PIE in reg B. | cgd | |
| 1997-02-04 | Support for DL11 (-compatible) async ctlr. | ragge | |
| Written by Ben Harris (bjh@mail.dotcom.fr). | |||
| 1996-12-08 | remove all traces of __BROKEN_INDIRECT_CONFIG (except in shared drivers) | cgd | |
| 1996-12-05 | update these so they compile whether or not __BROKEN_INDIRECT_CONFIG | cgd | |
| is defined. | |||
| 1996-10-13 | backout previous kprintf change | christos | |
| 1996-10-13 | backout previous kprintf change | christos | |
| 1996-10-13 | backout kprintf changes | christos | |
| 1996-10-11 | printf -> kprintf, sprintf -> ksprintf | christos | |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos | |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos | |
| 1996-09-02 | tty stop functions really should return void, not int, and certainly not both. | mycroft | |
| 1996-08-27 | change cfprint_t type definition to take a const char *, rather than | cgd | |
| a char *, because that's what was really intended, and because if the print function modifies the string, various things could become unhappy (so the string should _not_ be modified). | |||
| 1996-08-20 | Modified to get cleaner match/attach code for different parent buses. | ragge | |
| Fix so that resource wait queueing works. Changed all functions to take a pointer to uba_softc instead of unit number, except for ubareset(). This must be done later. | |||
