summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-09-11s/vm_offset_t/vaddr_t/gMichael Shalayeff
1999-09-11s/vm_offset_t/vaddr_t/gMichael Shalayeff
1999-09-10art@ added access arg to pmap_enter. Not used herekstailey
1999-09-10let the DOINGSOFTDEP macro always return 0 if FFS_SOFTUPDATES is notArtur Grabowski
defined. It will do that anyway, but this way the compiler can optimize better.
1999-09-10roundup(foo, NBPG) -> round_page(foo)Artur Grabowski
1999-09-10roundup(foo, CLBYTES) -> clrnd(round_page(foo))Artur Grabowski
1999-09-10use 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-10use round_page(foo) instead of roundup(foo, NBPG)Artur Grabowski
1999-09-10undo previouskstailey
1999-09-10undo previouskstailey
1999-09-10include sys/exec.h before sys/exec_elf.hkstailey
1999-09-10include sys/exec.h before sys/exec_elf.hArtur Grabowski
1999-09-10include sys/exec.h (which includes machine/exec.h) before sys/exec_elf.hArtur Grabowski
to get the define for _KERN_DO_ELF
1999-09-10temp fixkstailey
1999-09-10s/vm_offset_t/vaddr_t/gMichael Shalayeff
1999-09-10s/vm_offset_t/vaddr_t/gMichael Shalayeff
1999-09-10keep the name short since evcnt* stuff is limitted to 8 chars totalMichael Shalayeff
1999-09-10utilize uvm_pagealloc_contig()Michael Shalayeff
1999-09-10fixup 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-10ELF64kstailey
1999-09-10Don'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-10Put files in /usr/libexec/cvs and /usr/libdata/cvs; suggestion from ToddThorsten Lockert
Miller <todd.miller@courtesan.com>
1999-09-10Add option to set the repository to read-only on the command line; fromThorsten Lockert
Artur Grabowski <art@stacken.kth.se>
1999-09-10Integrate local changesThorsten Lockert
1999-09-10Latest version from Cyclic; skipped filesThorsten Lockert
1999-09-10Latest version from CyclicThorsten Lockert
1999-09-10Describe the fact that a separate clock is wanted for statistics andThorsten Lockert
profiling, and how we would like it to work. With help from Marc Espie
1999-09-09Bug-fix: thinkoMarc Espie
1999-09-09Keep wdc_isa.c happy.Marc Espie
1999-09-09New atapi->scsi interface.Marc Espie
Kill acd.
1999-09-09... and activate subdirMarc Espie
1999-09-09Put the loadbsd amigaos binary into our repository to easeMarc Espie
make release. Corresponding wrapper. New loadbsd.8 man page. New binary itself (gcc 2.95.1 runs under amigaos now)
1999-09-09typo: inbould -> inbound; mason@netbsd.orgAaron Campbell
1999-09-09add tadpole stuffJason Wright
1999-09-09Xr tctrl(4)Jason Wright
1999-09-09tadpole microcontroller man pageJason Wright
1999-09-09Xr pnozzJason Wright
1999-09-09add force and tadpole as clones we happen to run onJason Wright
add pnozz
1999-09-09man page for pnozz (Weitek p9100 on tadpoles)Jason Wright
1999-09-08syncJakob Schlyter
1999-09-08Cyclades Cyclom-8YoPJakob Schlyter
1999-09-08Remove PCVT_SCROLLBACK option and make it on by default.Aaron Campbell
1999-09-08TAILQ_FOREACH now is in queue.hMarc Espie
1999-09-08Document most of the new macros,Marc Espie
clarify structure comparison (from Free)
1999-09-08Some new macros:Marc Espie
- import SLIST from FreeBSD - import *_FOREACH, *_EMPTY... from FreeBSD - add FOREACH_REVERSE, and various *_REPLACE
1999-09-08Better stack usage, bugfix from current.Marc Espie
Fri Aug 27 09:36:17 1999 Andreas Schwab <schwab@suse.de> * function.c (assign_stack_temp_for_type): Fix change of Mar 5 for the fact that ALIGN is measured in bits, not bytes.
1999-09-08flags_to_string() and string_to_flags() should take pointers to a u_intTodd C. Miller
not a u_long. Fixes PR #910.
1999-09-07ELF64kstailey
1999-09-07add PSW_BITS for printf's sakeMichael Shalayeff
1999-09-07make inittodr() whine some sane thingsMichael Shalayeff