Age | Commit message (Collapse) | Author | |
---|---|---|---|
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) | |||
1999-09-09 | typo: inbould -> inbound; mason@netbsd.org | Aaron Campbell | |
1999-09-09 | add tadpole stuff | Jason Wright | |
1999-09-09 | Xr tctrl(4) | Jason Wright | |
1999-09-09 | tadpole microcontroller man page | Jason Wright | |
1999-09-09 | Xr pnozz | Jason Wright | |
1999-09-09 | add force and tadpole as clones we happen to run on | Jason Wright | |
add pnozz | |||
1999-09-09 | man page for pnozz (Weitek p9100 on tadpoles) | Jason Wright | |
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 | TAILQ_FOREACH now is in queue.h | Marc Espie | |
1999-09-08 | Document most of the new macros, | Marc Espie | |
clarify structure comparison (from Free) | |||
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-08 | Better 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-08 | flags_to_string() and string_to_flags() should take pointers to a u_int | Todd C. Miller | |
not a u_long. Fixes PR #910. | |||
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 | typos (appeared -> appeared in) | Aaron Campbell | |
1999-09-07 | typo | Marc Espie | |
1999-09-07 | +, millert@ ok | David Leonard | |
1999-09-07 | The descriptions of the -C and -N options were swapped. Also, mention | Todd C. Miller | |
that /dev/ksysms is used in preference to /bsd. | |||
1999-09-07 | print pri | Jason Wright | |
1999-09-07 | Add {newline, usage()} to 'unknown command' message. | Hakan Olsson | |
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 | succesfully -> successfully | Aaron Campbell | |
1999-09-06 | succesful -> successful | Aaron Campbell | |