Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-09-11 | s/vm_offset_t/vaddr_t/ s/vm_size_t/vsize_t/ | Michael Shalayeff | |
1999-09-11 | s/vm_offset_t/vaddr_t/g | Michael Shalayeff | |
1999-09-11 | s/vm_offset_t/vaddr_t/g | Michael Shalayeff | |
1999-09-10 | art@ added access arg to pmap_enter. Not used here | kstailey | |
1999-09-10 | let the DOINGSOFTDEP macro always return 0 if FFS_SOFTUPDATES is not | Artur Grabowski | |
defined. It will do that anyway, but this way the compiler can optimize better. | |||
1999-09-10 | roundup(foo, NBPG) -> round_page(foo) | Artur Grabowski | |
1999-09-10 | roundup(foo, CLBYTES) -> clrnd(round_page(foo)) | Artur Grabowski | |
1999-09-10 | use clrnd(round_page(size)) instead of roundup(size, CLBYTES). | Artur Grabowski | |
They do the same thing, but the former is noticeably faster on sparc | |||
1999-09-10 | use round_page(foo) instead of roundup(foo, NBPG) | Artur Grabowski | |
1999-09-10 | undo previous | kstailey | |
1999-09-10 | undo previous | kstailey | |
1999-09-10 | include sys/exec.h before sys/exec_elf.h | kstailey | |
1999-09-10 | include sys/exec.h before sys/exec_elf.h | Artur Grabowski | |
1999-09-10 | include sys/exec.h (which includes machine/exec.h) before sys/exec_elf.h | Artur Grabowski | |
to get the define for _KERN_DO_ELF | |||
1999-09-10 | temp fix | kstailey | |
1999-09-10 | s/vm_offset_t/vaddr_t/g | Michael Shalayeff | |
1999-09-10 | s/vm_offset_t/vaddr_t/g | Michael Shalayeff | |
1999-09-10 | keep the name short since evcnt* stuff is limitted to 8 chars total | Michael Shalayeff | |
1999-09-10 | utilize uvm_pagealloc_contig() | Michael Shalayeff | |
1999-09-10 | fixup the uvm_map() call in the uvm_pagealloc_contig() w/ | Michael Shalayeff | |
right uvm_map flags values, also fix the error ondition check. couple of spaces vs tabs in the same code spot. art@ ok | |||
1999-09-10 | ELF64 | kstailey | |
1999-09-09 | Keep wdc_isa.c happy. | Marc Espie | |
1999-09-09 | New atapi->scsi interface. | Marc Espie | |
Kill acd. | |||
1999-09-09 | ... and activate subdir | Marc Espie | |
1999-09-09 | Put the loadbsd amigaos binary into our repository to ease | Marc Espie | |
make release. Corresponding wrapper. New loadbsd.8 man page. New binary itself (gcc 2.95.1 runs under amigaos now) | |||
1999-09-08 | sync | Jakob Schlyter | |
1999-09-08 | Cyclades Cyclom-8YoP | Jakob Schlyter | |
1999-09-08 | Remove PCVT_SCROLLBACK option and make it on by default. | Aaron Campbell | |
1999-09-08 | Some new macros: | Marc Espie | |
- import SLIST from FreeBSD - import *_FOREACH, *_EMPTY... from FreeBSD - add FOREACH_REVERSE, and various *_REPLACE | |||
1999-09-07 | ELF64 | kstailey | |
1999-09-07 | add PSW_BITS for printf's sake | Michael Shalayeff | |
1999-09-07 | make inittodr() whine some sane things | Michael Shalayeff | |
1999-09-07 | silence -Wall | Brad Smith | |
1999-09-07 | rewrite to define bit positions; more bits from the pa1.1 manual | Michael Shalayeff | |
1999-09-07 | print pri | Jason Wright | |
1999-09-07 | Forgotten detach commit, to make detach of xircom realport work | Niklas Hallqvist | |
1999-09-07 | update the comment about how the srmmu works (some names were wrong) | Artur Grabowski | |
1999-09-07 | allow powerdown via tctrl driver for tadpole; from NetBSD | Jason Wright | |
1999-09-07 | this is what it was supposed to be in the last commit | Michael Shalayeff | |
1999-09-07 | add tadpole microcontroller device driver; from NetBSD | Jason Wright | |
power the tft down on screenblank | |||
1999-09-06 | ATAPISCSI, CD-ROM, ISO-9660 fs, ksyms | kstailey | |
1999-09-06 | unbreak pmap_enter | Artur Grabowski | |
1999-09-06 | unbreak things after the pmap_enter change | Artur Grabowski | |
1999-09-06 | Some XFree86 3.9.15 drivers need to access the BIOS of the VGA boards | Matthieu Herrb | |
So widen the range allowed to be mmap()ed by the aperture driver to the whole 640k-1Mo area. | |||
1999-09-06 | remove debugging cruft | Jason Wright | |
1999-09-06 | p9100 console driver for tadpole 3g[sx] (based on cgthree.c and netbsd's | Jason Wright | |
driver). Needs clean-up. | |||
1999-09-06 | Add scrollback support to the pcvt (i386 only) console driver. | Aaron Campbell | |
Press LEFT_SHIFT+PGUP/PGDN to navigate. Number of buffered pages is currently only configurable by editing sys/arch/i386/isa/pcvt/pcvt_hdr.h and changing the SCROLLBACK_PAGES constant. You must add "option PCVT_SCROLLBACK" to your kernel config file to enable this support, or uncomment it from sys/arch/i386/conf/GENERIC. Known issues: - Few little buglets when switching line (font) or column modes in scon(1). - Can't hold down LEFT_SHIFT+PGUP/PGDN keys. This will be fixed... Idea from Linux, code by me. | |||
1999-09-05 | Use stathz to calculate CPU time when available; fixes CPU calculation | Thorsten Lockert | |
problems when stathz runs at different speed than hz/profhz. | |||
1999-09-05 | Support for ATAPI tapes, works but still has some rough edges. Some style. | Niklas Hallqvist | |
1999-09-05 | style | Niklas Hallqvist | |