Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-10-15 | ld is smarter then we are! | Jason Downs | |
1996-10-15 | Yeah, ok, so I never even bothered to test compile it before... | Jason Downs | |
1996-10-15 | nearly impossible oflow | Theo de Raadt | |
1996-10-15 | bug fix from mool via vimdev. | Jason Downs | |
1996-10-15 | sync with the, uh, real 4.5 release. | Jason Downs | |
1996-10-15 | pms0r -> psm0 | Jason Downs | |
1996-10-15 | pms0r -> psm0 | Jason Downs | |
1996-10-15 | Set TMPDIR for tar's sake | Niklas Hallqvist | |
1996-10-14 | zero out the page | Jason Downs | |
1996-10-14 | vital fixes. From Kenneth Stailey (kstailey@dol-esa.gov) | michaels | |
1996-10-14 | update is in-kernel now | Niklas Hallqvist | |
1996-10-14 | DOH, fsck not ffs | Niklas Hallqvist | |
1996-10-14 | Exit on empty "secret password" like skeyinit does. | Todd C. Miller | |
1996-10-14 | Control-F - move forward one screenful. | etheisen | |
1996-10-14 | support standalone. | Michael Shalayeff | |
1996-10-14 | make gcc -Wall happy for lkms... | Michael Shalayeff | |
1996-10-14 | add tun pseudo-device interface manual. | Michael Shalayeff | |
from der mouse Net's PR, if i didn't missed my memory... it was lost in my tree a long ago (: | |||
1996-10-14 | sync | Theo de Raadt | |
1996-10-14 | rename some 3cxxx stuff | Theo de Raadt | |
1996-10-14 | mimic ptrace behaviour; worked out with bitblt | Theo de Raadt | |
1996-10-14 | More more manpage mods. | etheisen | |
1996-10-14 | openbsd | Theo de Raadt | |
1996-10-14 | sync | Theo de Raadt | |
1996-10-14 | no need for --posix flag | Theo de Raadt | |
1996-10-14 | POSIX.2 EDITOR env var for 'v' command. | etheisen | |
1996-10-14 | better 3c59x and 3c9xx support; netbsd pr#2840; curt@portal.ca | Theo de Raadt | |
1996-10-14 | enable le0 | Theo de Raadt | |
1996-10-14 | sudo 1.5.2 | Todd C. Miller | |
1996-10-14 | Backout a previous change that didn't work, and update to version 4.5. | Jason Downs | |
1996-10-14 | Filename prompt, not --more--. | etheisen | |
1996-10-14 | Update more.help. more.help not omore.hlp. | etheisen | |
1996-10-14 | Handle screen a little bit better. | etheisen | |
1996-10-14 | Fixed a bug in skeylookup() so no need for extra skey_set_algorithm. | Todd C. Miller | |
1996-10-14 | htoi now takes an int, not char. | Todd C. Miller | |
Only skey_set_algorithm() for the record that matches target user. | |||
1996-10-14 | Oops. zsstop still needs to return int in OpenBSD. | briggs | |
1996-10-14 | Nuke old COMPAT options. Move MACHINE_NONCONTIG to std.mac68k. | briggs | |
1996-10-14 | Don't default a realm name to the domain part of a host name | Thorsten Lockert | |
1996-10-14 | fpu_type -> fputype, use m68k/cpu.h--from NetBSD | briggs | |
1996-10-14 | More 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-14 | More 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-14 | From NetBSD--use m68k/cpu.h defines, rename fpu_type to fputype. | briggs | |
1996-10-14 | From NetBSD--use m68k/cpu.h defines, rename fpu_type to fputype. | briggs | |
1996-10-14 | Merge in from NetBSD. Use <m68k/cpu.h> and | briggs | |
Add second Quadra class and machineid (gestalt value) for Color Classic II | |||
1996-10-14 | A generic m68k cpu.h from NetBSD. | briggs | |
1996-10-13 | Update to version 5.2.11. | Jason Downs | |
1996-10-13 | Fix some type incompatibilities another way round | Niklas Hallqvist | |
1996-10-13 | Updated driver to match FreeBSD, from Dave Huang <khym@bga.com>. | Jason Downs | |
1996-10-13 | Fixup (hopefully!) last glitches | Niklas Hallqvist | |
1996-10-13 | Correct requirements | Niklas Hallqvist | |
1996-10-13 | The 68LC040 generates a format 4 stack frame for floating point | briggs | |
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. |