Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-05-29 | Added vme bus device drivers. MVME328, MVME376, MVME332 | Steve Murphree | |
1999-05-28 | Oops, missed in last commit: additional AUDIO definitions | Jason Wright | |
1999-05-28 | fix up audio_if interfaces and debugging code (allows switching between | Jason Wright | |
speaker/headphones again, etc). | |||
1999-05-28 | Support the 98543 in GM_DESCRIBE. Pointless, of course, but what the hell. | Jason Downs | |
1999-05-28 | fix the makefile; i'm evil | Michael Shalayeff | |
1999-05-27 | typo | Artur Grabowski | |
1999-05-25 | Move hilsoftinit() call to before interrupts are enabled, from NetBSD. | Jason Downs | |
1999-05-24 | Only do basic work in the ethernet interrupt context, and queue packets to | Jason Wright | |
be bridged. Do the real work in a scheduled netisr. | |||
1999-05-24 | more buf oflows | Aaron Campbell | |
1999-05-24 | fix buf oflow | Aaron Campbell | |
1999-05-23 | xircom ethernet fits! | Theo de Raadt | |
1999-05-23 | new swap stuff | Michael Shalayeff | |
1999-05-23 | getopt(3) returns -1, not EOF | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-05-23 | Add patch for Classic II video, from | Jason Downs | |
http://member.nifty.ne.jp/nyamada/netbsd/patch | |||
1999-05-22 | Add new vm_swap code for dynamic swap. From netbsd, munged some by me, and | Tobias Weingartner | |
others. syscall commit pending. | |||
1999-05-22 | pr/796 applied fix from Urazmetov Wasilx <Wasilx@forest.ihep.su> -moj | Mats O Jansson | |
1999-05-22 | reportedly 2000 works also | Theo de Raadt | |
1999-05-22 | fix f{d,i}cache wrt last cache line | Michael Shalayeff | |
1999-05-21 | s/globl/export/g | Michael Shalayeff | |
1999-05-21 | longer delay in pms probe for thinkpads; joshp@ioactive.com | Theo de Raadt | |
1999-05-21 | group all theMD f;ags together, add interrupt recursion one | Michael Shalayeff | |
1999-05-21 | zero the fpu_curproc on proc exit, clarify the cpu_swapout()'s job | Michael Shalayeff | |
1999-05-21 | define fpu_curproc | Michael Shalayeff | |
1999-05-21 | break bits, cleanup | Michael Shalayeff | |
1999-05-21 | do lazy context switches for FPU | Michael Shalayeff | |
fix break handling better context saving sequence some cleanup | |||
1999-05-21 | Don't turn off uart when closing cua device if tty is waiting. | Jim Rees | |
Instead just drop dtr briefly. | |||
1999-05-20 | fix some typos; kwesterback@home.com | Aaron Campbell | |
1999-05-18 | Enable Xircom ethernet and ICS 1890 Phy. The Xircom driver | Niklas Hallqvist | |
was a joint effort by niklas@openbsd.org, cstone@pobox.com & job@itsx.com | |||
1999-05-16 | attempting to unify m68k exec.h files. | Marc Espie | |
This is a straight copy of sun3 file, It's there to be used by cross-m68k-lds, and eventually so that m68k-aout archs include a common file instead of rolling their own. | |||
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
1999-05-13 | Compensate for the check for onwership of unicast packets in promiscuous | Jason Wright | |
mode being moved to if_ether.c. This is the last of the drivers hopefully. | |||
1999-05-12 | builtin -> built-in | Aaron Campbell | |
1999-05-12 | mask wrong code in uvm out, also bump VM_MAX_KERNEL_ADDRESS up to the io space | Michael Shalayeff | |
1999-05-12 | reuse niklas@'s disksubr.c, enhance for LIF handling | Michael Shalayeff | |
1999-05-10 | egcs -Wall warns unless & is used as a modifier in extended asms, e.g., | Marc Espie | |
constraints should begin "=&", not "&=". | |||
1999-05-10 | Use symbolic define for BYTE_ORDER. | Marc Espie | |
(don't forget that cpp is `lazy': #define A B #define B value #if A == value works, since A isn't extended before it's needed, by which time B is known) | |||
1999-05-09 | provide suport for an apm data segemnt in the lower memory bios | Michael Shalayeff | |
data segment area, also calculate the apm segment lenghts. niklas@ - ok | |||
1999-05-08 | Turn off sync when turning off video so that monitors will go into stand-by. | Jason Wright | |
1999-05-06 | cleanup | Michael Shalayeff | |
1999-05-06 | no lifvar.h anymore | Michael Shalayeff | |
1999-05-06 | needs machine/trap.h | Michael Shalayeff | |
1999-05-06 | comment | Michael Shalayeff | |
1999-05-06 | add lif_* prototypes | Michael Shalayeff | |
1999-05-06 | make it compile w/o EXEC_DEBUG | Michael Shalayeff | |
1999-05-05 | do dma_cachectl() | Michael Shalayeff | |
1999-05-05 | delay in power-off; minoura@dale.makoto.hauN.org | Theo de Raadt | |
1999-05-05 | some dma embrios | Michael Shalayeff | |
1999-05-05 | define gp in here, cleanup | Michael Shalayeff | |
1999-05-05 | secure the plug | Michael Shalayeff | |