Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-09-21 | pctr & ksyms | kstailey | |
1999-09-21 | Whoops, forgot to adjust a comparison when fixing the off-by-one error. | Aaron Campbell | |
1999-09-20 | fix for new frame.h | Michael Shalayeff | |
1999-09-20 | fix uvm_pagealloc() call | Michael Shalayeff | |
1999-09-20 | fix after frame.h changes | Michael Shalayeff | |
1999-09-20 | kvm is larger; crank NMBCLUSTERS and NKMEMCLUSTERS | Theo de Raadt | |
1999-09-20 | crank default limits | Theo de Raadt | |
1999-09-20 | delay for longer after each zsputc | Theo de Raadt | |
1999-09-20 | permit config file overriding of NKPDE | Theo de Raadt | |
1999-09-19 | Remove umass to avoid problems since the driver is not yet in the tree. | Federico G. Schwindt | |
1999-09-18 | fix an off-by-one error | Aaron Campbell | |
1999-09-18 | Fix device existance check. | Jason Downs | |
1999-09-18 | Fix art's typo. | Jason Downs | |
1999-09-18 | clean unused stuff | Michael Shalayeff | |
1999-09-18 | rewrite | Michael Shalayeff | |
add some more trap flags and fix T_USER wrt the pa1.1 specs | |||
1999-09-18 | PMAP_NEW, also kill last vm_{size,offset}_t's | Michael Shalayeff | |
1999-09-18 | hide c-code from asm | Michael Shalayeff | |
1999-09-18 | machine is hppa | Michael Shalayeff | |
define UPAGES through USHIFT | |||
1999-09-17 | grown i386 kvm to 512MB | Theo de Raadt | |
1999-09-17 | Avoid aliasing problems in K&R C. | Marc Espie | |
1999-09-16 | signal fixes (csh runs) | kstailey | |
1999-09-15 | repairs | Michael Shalayeff | |
1999-09-15 | apply grammer fixes from pr#831; from kwesterback@home.com | Michael Shalayeff | |
although boot options (i.e. RB_* from the sys/reboot.h) should be described elsewhere. | |||
1999-09-14 | Document scrollback support. | Aaron Campbell | |
1999-09-14 | When switching line modes (i.e., by bringing in new character sets via | Aaron Campbell | |
loadfont(1)), free the scrollback buffer and reallocate it with the new row/col sizes. We must do this to ensure our future calculations are correct. | |||
1999-09-14 | Spelling, some from jj@it.kth.se | Marc Espie | |
1999-09-14 | amiga subdir | Marc Espie | |
1999-09-14 | don't panic when creating kernel threads | kstailey | |
1999-09-14 | signals | kstailey | |
1999-09-13 | isa0 at pcib?; netbsd via peter | 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 | Add COMPAT_NETBSD. Currently only works for ELF64. Many missing system calls. | kstailey | |
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-10 | art@ added access arg to pmap_enter. Not used here | kstailey | |
1999-09-10 | roundup(foo, NBPG) -> round_page(foo) | Artur Grabowski | |
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 | 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 | Remove PCVT_SCROLLBACK option and make it on by default. | Aaron Campbell | |
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 | rewrite to define bit positions; more bits from the pa1.1 manual | Michael Shalayeff | |