Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
1999-09-09 | tadpole microcontroller man page | 2 | -3/+61 | ||
1999-09-09 | Xr pnozz | 8 | -10/+18 | ||
1999-09-09 | add force and tadpole as clones we happen to run on | 1 | -2/+8 | ||
add pnozz | |||||
1999-09-09 | man page for pnozz (Weitek p9100 on tadpoles) | 2 | -3/+82 | ||
1999-09-08 | sync | 2 | -2/+9 | ||
1999-09-08 | Cyclades Cyclom-8YoP | 1 | -1/+2 | ||
1999-09-08 | Remove PCVT_SCROLLBACK option and make it on by default. | 6 | -50/+6 | ||
1999-09-08 | TAILQ_FOREACH now is in queue.h | 2 | -14/+2 | ||
1999-09-08 | Document most of the new macros, | 1 | -23/+257 | ||
clarify structure comparison (from Free) | |||||
1999-09-08 | Some new macros: | 1 | -31/+162 | ||
- import SLIST from FreeBSD - import *_FOREACH, *_EMPTY... from FreeBSD - add FOREACH_REVERSE, and various *_REPLACE | |||||
1999-09-08 | Better stack usage, bugfix from current. | 1 | -3/+4 | ||
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 | 1 | -4/+4 | ||
not a u_long. Fixes PR #910. | |||||
1999-09-07 | ELF64 | 1 | -15/+97 | ||
1999-09-07 | add PSW_BITS for printf's sake | 1 | -1/+5 | ||
1999-09-07 | make inittodr() whine some sane things | 1 | -5/+22 | ||
1999-09-07 | silence -Wall | 1 | -1/+2 | ||
1999-09-07 | rewrite to define bit positions; more bits from the pa1.1 manual | 1 | -47/+83 | ||
1999-09-07 | typos (appeared -> appeared in) | 2 | -4/+4 | ||
1999-09-07 | typo | 1 | -2/+2 | ||
1999-09-07 | +, millert@ ok | 1 | -2/+2 | ||
1999-09-07 | The descriptions of the -C and -N options were swapped. Also, mention | 1 | -13/+17 | ||
that /dev/ksysms is used in preference to /bsd. | |||||
1999-09-07 | print pri | 1 | -2/+2 | ||
1999-09-07 | Add {newline, usage()} to 'unknown command' message. | 1 | -2/+3 | ||
1999-09-07 | Forgotten detach commit, to make detach of xircom realport work | 1 | -2/+11 | ||
1999-09-07 | update the comment about how the srmmu works (some names were wrong) | 1 | -3/+3 | ||
1999-09-07 | allow powerdown via tctrl driver for tadpole; from NetBSD | 1 | -4/+14 | ||
1999-09-07 | this is what it was supposed to be in the last commit | 1 | -3/+3 | ||
1999-09-07 | add tadpole microcontroller device driver; from NetBSD | 6 | -15/+883 | ||
power the tft down on screenblank | |||||
1999-09-06 | succesfully -> successfully | 1 | -2/+2 | ||
1999-09-06 | succesful -> successful | 1 | -2/+2 | ||
1999-09-06 | ATAPISCSI, CD-ROM, ISO-9660 fs, ksyms | 1 | -4/+18 | ||
1999-09-06 | Send password to encrypt(1) via stdin. millert@ ok | 1 | -6/+11 | ||
1999-09-06 | superceded by style(9) | 1 | -315/+0 | ||
1999-09-06 | oops, thanks, Todd. | 1 | -3/+2 | ||
1999-09-06 | Remove STRSPACE limitations. | 4 | -48/+125 | ||
A bit wasteful, but not too intrusive. Also remove pushback buffer limitations, as this would be mostly useless otherwise. Incidentally, pushback buffer overflow detection in pbstr was wrong. | |||||
1999-09-06 | Use EOS pervasively. | 2 | -12/+13 | ||
1999-09-06 | Get rid of mktemp in the handling of diversion. | 4 | -44/+18 | ||
Simply put, mkstemp/unlink/rewind has the proper semantics under Unix, and so we don't have to keep track about temp file names and remove them. | |||||
1999-09-06 | synch | 1 | -2/+2 | ||
1999-09-06 | Misc minor changes: | 6 | -93/+48 | ||
- use err.h and kill oops, - use __progname and kill basename, - let indx use strstr - proper EOS decl | |||||
1999-09-06 | Optimize STREQ/STREQN some more | 1 | -3/+3 | ||
1999-09-06 | Typo | 1 | -2/+2 | ||
1999-09-06 | Corrected overflow logic in fullpath. | 1 | -11/+14 | ||
<subliminal FreeBSD/NetBSD>Oh yeah, baby, you want that one</subliminal :-> | |||||
1999-09-06 | Leech newer fat checking code from NetBSD. | 1 | -43/+45 | ||
1999-09-06 | unbreak pmap_enter | 1 | -5/+5 | ||
1999-09-06 | unbreak things after the pmap_enter change | 1 | -2/+2 | ||
1999-09-06 | Some XFree86 3.9.15 drivers need to access the BIOS of the VGA boards | 1 | -3/+3 | ||
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 | 1 | -3/+2 | ||
1999-09-06 | p9100 console driver for tadpole 3g[sx] (based on cgthree.c and netbsd's | 5 | -4/+501 | ||
driver). Needs clean-up. | |||||
1999-09-06 | Add scrollback support to the pcvt (i386 only) console driver. | 6 | -9/+267 | ||
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 | 1 | -5/+14 | ||
problems when stathz runs at different speed than hz/profhz. |