summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
1999-09-07silence -WallBrad Smith
1999-09-07rewrite to define bit positions; more bits from the pa1.1 manualMichael Shalayeff
1999-09-07typos (appeared -> appeared in)Aaron Campbell
1999-09-07typoMarc Espie
1999-09-07+, millert@ okDavid Leonard
1999-09-07The descriptions of the -C and -N options were swapped. Also, mentionTodd C. Miller
that /dev/ksysms is used in preference to /bsd.
1999-09-07print priJason Wright
1999-09-07Add {newline, usage()} to 'unknown command' message.Hakan Olsson
1999-09-07Forgotten detach commit, to make detach of xircom realport workNiklas Hallqvist
1999-09-07update the comment about how the srmmu works (some names were wrong)Artur Grabowski
1999-09-07allow powerdown via tctrl driver for tadpole; from NetBSDJason Wright
1999-09-07this is what it was supposed to be in the last commitMichael Shalayeff
1999-09-07add tadpole microcontroller device driver; from NetBSDJason Wright
power the tft down on screenblank
1999-09-06succesfully -> successfullyAaron Campbell
1999-09-06succesful -> successfulAaron Campbell
1999-09-06ATAPISCSI, CD-ROM, ISO-9660 fs, ksymskstailey
1999-09-06Send password to encrypt(1) via stdin. millert@ okAlex Feldman
1999-09-06superceded by style(9)Todd C. Miller
1999-09-06oops, thanks, Todd.Marc Espie
1999-09-06Remove STRSPACE limitations.Marc Espie
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-06Use EOS pervasively.Marc Espie
1999-09-06Get rid of mktemp in the handling of diversion.Marc Espie
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-06synchMarc Espie
1999-09-06Misc minor changes:Marc Espie
- use err.h and kill oops, - use __progname and kill basename, - let indx use strstr - proper EOS decl
1999-09-06Optimize STREQ/STREQN some moreMarc Espie
1999-09-06TypoMarc Espie
1999-09-06Corrected overflow logic in fullpath.Marc Espie
<subliminal FreeBSD/NetBSD>Oh yeah, baby, you want that one</subliminal :->
1999-09-06Leech newer fat checking code from NetBSD.Marc Espie
1999-09-06unbreak pmap_enterArtur Grabowski
1999-09-06unbreak things after the pmap_enter changeArtur Grabowski
1999-09-06Some XFree86 3.9.15 drivers need to access the BIOS of the VGA boardsMatthieu Herrb
So widen the range allowed to be mmap()ed by the aperture driver to the whole 640k-1Mo area.
1999-09-06remove debugging cruftJason Wright
1999-09-06p9100 console driver for tadpole 3g[sx] (based on cgthree.c and netbsd'sJason Wright
driver). Needs clean-up.
1999-09-06Add scrollback support to the pcvt (i386 only) console driver.Aaron Campbell
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-05Use stathz to calculate CPU time when available; fixes CPU calculationThorsten Lockert
problems when stathz runs at different speed than hz/profhz.