summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-10-14mimic ptrace behaviour; worked out with bitbltTheo de Raadt
1996-10-14More more manpage mods.etheisen
1996-10-14openbsdTheo de Raadt
1996-10-14syncTheo de Raadt
1996-10-14no need for --posix flagTheo de Raadt
1996-10-14POSIX.2 EDITOR env var for 'v' command.etheisen
1996-10-14better 3c59x and 3c9xx support; netbsd pr#2840; curt@portal.caTheo de Raadt
1996-10-14enable le0Theo de Raadt
1996-10-14sudo 1.5.2Todd C. Miller
1996-10-14Backout a previous change that didn't work, and update to version 4.5.Jason Downs
1996-10-14Filename prompt, not --more--.etheisen
1996-10-14Update more.help. more.help not omore.hlp.etheisen
1996-10-14Handle screen a little bit better.etheisen
1996-10-14Fixed a bug in skeylookup() so no need for extra skey_set_algorithm.Todd C. Miller
1996-10-14htoi now takes an int, not char.Todd C. Miller
Only skey_set_algorithm() for the record that matches target user.
1996-10-14Oops. zsstop still needs to return int in OpenBSD.briggs
1996-10-14Nuke old COMPAT options. Move MACHINE_NONCONTIG to std.mac68k.briggs
1996-10-14Don't default a realm name to the domain part of a host nameThorsten Lockert
1996-10-14fpu_type -> fputype, use m68k/cpu.h--from NetBSDbriggs
1996-10-14More from NetBSD:briggs
* Update ROM vectors for PB500 * Add ROM vectors for the LCIII (verified by Mike DeLima--miked@netrover.com) * fpu_type->fputype * Use defines from m68k/cpu.h
1996-10-14More from NetBSD:briggs
* Disable 040 caches in doboot(), and some minor stylistic changes to make the hand-coded assembly consistent throughout. * Use fputype instead of mmutype for fpu_type. * Use defines from m68k/cpu.h.
1996-10-14From NetBSD--use m68k/cpu.h defines, rename fpu_type to fputype.briggs
1996-10-14From NetBSD--use m68k/cpu.h defines, rename fpu_type to fputype.briggs
1996-10-14Merge in from NetBSD. Use <m68k/cpu.h> andbriggs
Add second Quadra class and machineid (gestalt value) for Color Classic II
1996-10-14A generic m68k cpu.h from NetBSD.briggs
1996-10-13Update to version 5.2.11.Jason Downs
1996-10-13Fix some type incompatibilities another way roundNiklas Hallqvist
1996-10-13Updated driver to match FreeBSD, from Dave Huang <khym@bga.com>.Jason Downs
1996-10-13Fixup (hopefully!) last glitchesNiklas Hallqvist
1996-10-13Correct requirementsNiklas Hallqvist
1996-10-13The 68LC040 generates a format 4 stack frame for floating pointbriggs
exceptions, which puts the address of the instruction we faulted on in a different location. Copy it and handle as we normally would, restoring the saved PC before returning. The FPE should probably be reworked to take advantage of the 68LC040's precalculated effective address, at some point.
1996-10-13* Fix from Bill Studenmund <wrstuden@loki.stanford.edu> for transmissionbriggs
lockups. Changes from NetBSD: - Add a ZS_CONSOLE_ABORT option to enable a serial console break to force a drop to the system debugger. WARNING: this used to be the default behavior! Modify custom kernel configs accordingly. - Check for ZS_HWFLAG_CONABRT in zs_abort(), and don't abort if it's not set. - ttystop function returns void.
1996-10-13Add some more offsets, from Erik.Jason Downs
1996-10-13Update to reflect driver changes.Jason Downs
1996-10-13Clean up ioctl and flush the input buffer.Jason Downs
1996-10-13Make sure new mm macros get installed as tmac.m NOT tmac. !etheisen
1996-10-13provide split raw/cooked (translated) input modes. cooked mode is default,Jason Downs
raw mode is set by using an ioctl or opening minor dev 1. MAKEDEV created pms0r with minor dev 1.
1996-10-13pms driver now uses minor numbers.Jason Downs
1996-10-13uucp at 66, sighTheo de Raadt
1996-10-12on newer cards, use word count for SET_TX_AVAIL_THRESH; from numerous ↵Theo de Raadt
people, gleamed from plan9/bsdi drivers, and confirmed in last two sentences in 3c590 manual
1996-10-12clean betterNiklas Hallqvist
1996-10-12clean betterNiklas Hallqvist
1996-10-12Fix typo in ttyB caseNiklas Hallqvist
1996-10-12Final touchesNiklas Hallqvist
1996-10-12su.c: minor cleanup, some from FreeBSDTodd C. Miller
su.1: Examples from FreeBSD + minor nits fixed.
1996-10-12correct default exitcode; netbsd pr#2838, Arne.Juul@idt.ntnu.noTheo de Raadt
1996-10-12Back out my sprintf -> snprintf changes where they don't make sense andTodd C. Miller
use good ole strcpy() instead. Also use perror() instead of fprintf() where it makes sense.
1996-10-12del tmpdir correctly; pr#29; kstailey@dol-esa.govTheo de Raadt
1996-10-12Fix suage string to match man page. NetBSD PR #2837Todd C. Miller
1996-10-12Argh, fix a stupid typoNiklas Hallqvist