Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-10-24 | s/DEBUG/SPKR_DEBUG/g | Michael Shalayeff | |
1997-10-08 | define from smp spec | Tobias Weingartner | |
1997-10-07 | make it compile | Michael Shalayeff | |
1997-10-01 | patch another version dependency. this one should be fixed right! XXX | Theo de Raadt | |
1997-09-24 | Revert, as we won't have enough time to test this fully before release. | Niklas Hallqvist | |
1997-09-22 | Use vm_page_alloc_memory API. Some cleanup. | Niklas Hallqvist | |
1997-09-18 | set t_dev before tty_attach(), so that pstat -s doesn't see a dev_t of 0 | Theo de Raadt | |
when the device has not been opened yet. | |||
1997-09-11 | toast BDB; netbsd | Theo de Raadt | |
1997-09-03 | fix cua/tty locking | Theo de Raadt | |
1997-08-29 | Print "IntelliMouse" at probe time if "option INTELLIMOUSE" is in da house. | kstailey | |
Move init code to pmsopen() since pmsclose() clobbers it. | |||
1997-08-29 | M$ IntelliMouse support | kstailey | |
1997-07-25 | Typo (from NetBSD #2622) | Tobias Weingartner | |
1997-07-23 | Add AppleTalk netisr. Only tested (indeed, only compiled) on mac68k port. | denny | |
Add options NETATALK to your config to try it out. | |||
1997-07-07 | Mirror com changes | Niklas Hallqvist | |
1997-06-30 | install libs mode 444 like other libs | kstailey | |
1997-06-25 | remove _STANDALONE | Michael Shalayeff | |
be carefull about leap years (; | |||
1997-06-17 | Use a blank screen screensaver by default (for energy-saver monitors). | dm | |
1997-05-30 | sigh | Theo de Raadt | |
1997-05-30 | argh | Theo de Raadt | |
1997-05-30 | glidepoint & hot-swap support; koji@math.human.nagoya-u.ac.jp | Theo de Raadt | |
1997-05-30 | add koi8 support | Michael Shalayeff | |
from Roman Palagin <romanp@mutant.mybody.ryazan.ru> | |||
1997-05-29 | add S3 ViRGE detect | Michael Shalayeff | |
1997-05-29 | -Wall w/ PCVT_EMU_MOUSE | Michael Shalayeff | |
1997-05-22 | sync with sys/param.h changes | Todd C. Miller | |
1997-05-04 | Add newer S3 chipsets that pcvt supports. Fix from William Wisner | Todd C. Miller | |
<wisner@gryphon.com>. Closes PR#180. | |||
1997-04-17 | more equipment bits! | Michael Shalayeff | |
1997-04-17 | Do interrupt time accounting by running interrupt handlers with a seperate | Thorsten Lockert | |
code segment selector (otherwise identical to the standard kernel code selector); idea by Dave Richards <richards@zso.dec.com> | |||
1997-04-15 | support more S3 chipsets. done by comparing against SuperCode; | Theo de Raadt | |
wisner@gryphon.com | |||
1997-04-11 | If someone pressed a nonprintable character in getsn (eg in boot -c) the | Mats O Jansson | |
speaker would be turned on but not off. So don't allow sysbeep until timers works. -moj | |||
1997-03-30 | Previous commit was in error, definition of MANDIR was correct | Todd C. Miller | |
but there's no need to redefine MANDIR at all since we are installing man pages in the system man page dir. Therefore, we just pull in MANDIR from bsd.own.mk. | |||
1997-03-30 | /usr/share/man/cat -> /usr/share/man | Todd C. Miller | |
NetBSD PR #3401 | |||
1997-03-03 | Add a little ioctl at 4am to set the screen blanking. | Jason Downs | |
1997-02-08 | Provide more information on FP exceptions | Thorsten Lockert | |
1997-02-01 | add type & union sigval args to sendsig/trapsignal | Theo de Raadt | |
1997-01-27 | select subsystem si_pid becomes si_selpid, to not conflict against ↵ | Theo de Raadt | |
user/kernel siginfo si_pid #define | |||
1997-01-27 | add another parameter to trapsignal() and sendsig() -- fault addr to be | Theo de Raadt | |
delivered with in the siginfo information | |||
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1997-01-04 | Remove extra blank line | Niklas Hallqvist | |
1996-12-29 | add some comments to some things we removed to get also more broken | Thomas Graichen | |
keyboards working | |||
1996-12-21 | -Wall madness. | Todd C. Miller | |
1996-12-20 | add missing #ifdef COMPAT_10 | Thomas Graichen | |
1996-12-18 | Make pccom compile. This stull really needs to be merged into the | Todd C. Miller | |
normal com driver. | |||
1996-12-12 | 32 bit cleanup, because this code is going to be copied by other ports soon | Theo de Raadt | |
1996-12-11 | TS_WOPEN on cua close, like com.c | Theo de Raadt | |
1996-12-05 | Implement a few more escape sequences that BSD/OS has defined for pccons; | Thorsten Lockert | |
fixes NetBSD PR 2947. Note that some of the new sequences are accepted but ignored | |||
1996-12-04 | DESTDIR fixing | Theo de Raadt | |
1996-11-30 | bus changes | Jason Downs | |
1996-11-28 | Adaption to new bus.h from NetBSD. Various driver has been updated to | Niklas Hallqvist | |
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes. | |||
1996-11-12 | s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road | Niklas Hallqvist | |
possibly taken in small steps | |||
1996-11-09 | Proper break handling | Thorsten Lockert | |