Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-09-13 | establish irq after aic | Theo de Raadt | |
1999-09-13 | shorten lines | Theo de Raadt | |
1999-09-13 | use stronger language when pointing people at strtol() | Theo de Raadt | |
1999-09-12 | Fix rootdev handling, use disk checksums to find the device we were booted | Tobias Weingartner | |
from. Hopefully this will fix all the hangs/panics where the root device was not found. | |||
1999-09-12 | regen | kstailey | |
1999-09-12 | take out unimplemented calls | kstailey | |
1999-09-12 | regen | kstailey | |
1999-09-12 | Add COMPAT_NETBSD. Currently only works for ELF64. Many missing system calls. | kstailey | |
1999-09-12 | grammer | kstailey | |
1999-09-12 | style(9) | Niklas Hallqvist | |
1999-09-12 | correct exit value; noted by shinobi@monkey.org | Todd C. Miller | |
1999-09-12 | Change defaults to start sendmail using '-q30m'. This will not make | Jakob Schlyter | |
sendmail listen to requests on port 25, just process the queue every 30 minutes to take care of any unsent mail. OK millert@. | |||
1999-09-11 | define call frame offsets and argument access macros, add space for cr28 in ↵ | Michael Shalayeff | |
trapframe | |||
1999-09-11 | add 8x10 font for koi8, derived from the vt220-8x10, look and feel of low ↵ | Michael Shalayeff | |
part of the ancestor is extended to the upper (cyrillic) portion | |||
1999-09-11 | We do not use the ed driver anymore | Niklas Hallqvist | |
1999-09-11 | regen | Matthieu Herrb | |
1999-09-11 | add 3DFX Voodoo 3 | Matthieu Herrb | |
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-10 | Don't unlock the skeykeys file before the fclose since stdio may still have ↵ | Todd C. Miller | |
some data buffered. Closing the file is enough to unlock it. | |||
1999-09-10 | Put files in /usr/libexec/cvs and /usr/libdata/cvs; suggestion from Todd | Thorsten Lockert | |
Miller <todd.miller@courtesan.com> | |||
1999-09-10 | Add option to set the repository to read-only on the command line; from | Thorsten Lockert | |
Artur Grabowski <art@stacken.kth.se> | |||
1999-09-10 | Integrate local changes | Thorsten Lockert | |
1999-09-10 | Latest version from Cyclic; skipped files | Thorsten Lockert | |
1999-09-10 | Latest version from Cyclic | Thorsten Lockert | |
1999-09-10 | Describe the fact that a separate clock is wanted for statistics and | Thorsten Lockert | |
profiling, and how we would like it to work. With help from Marc Espie | |||
1999-09-09 | Bug-fix: thinko | Marc Espie | |
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) |