Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-10 | Put in a fix from future gcc that implements some unimplemented code. | Artur Grabowski | |
Not that I know what it does and how to test it but libstdc++ builds now on sparc64 and groff works so we can have man pages. It shouldn't hurt anything because it replaces an abort(). | |||
2001-09-10 | ctor/dtor emission, stolen from solaris2. | Marc Espie | |
Plus, no sjlj by default. | |||
2001-09-10 | remove useless debug function. | Grigoriy Orlov | |
2001-09-10 | allow building with NOMAN= in /etc/mk.conf | Jason Wright | |
2001-09-10 | More accurate compare (from netbsd) | Jason Wright | |
2001-09-10 | Enough for libc_r on sparc64 to build (this stuff is mostly taken from sparc, | Jason Wright | |
and will need attention before it can be expected to work). | |||
2001-09-10 | Our gcc defines __sparcv9__ not __sparc_v9__ | Jason Wright | |
2001-09-10 | Use ${LIBCSRCDIR} not ${.CURDIR} for relative path (allows libc_r to build) | Jason Wright | |
2001-09-10 | no shared libs on sparc64 (yet) | Jason Wright | |
2001-09-10 | Fix the other half. | Dale Rahn | |
2001-09-10 | mickey, at least compile them first. | Dale Rahn | |
paddr_t should be protected with _LOCORE | |||
2001-09-10 | fix the bzero size, not that it matters that much | Michael Shalayeff | |
2001-09-10 | move vtophys proto into a port-area in order to remove it for macppc ↵ | Michael Shalayeff | |
eventually; drahn@ ok | |||
2001-09-10 | applying the same mask to rs2 and rd is bad ju-ju for F?TO? instructions. ↵ | Jason Wright | |
Fix up rd in those cases. | |||
2001-09-10 | fix typo in comment; d.doroshenko@omnitel.net | Todd C. Miller | |
2001-09-10 | More debugging stuff. | Jason Wright | |
2001-09-10 | Add more debugging stuff (including fpstate dumping) | Jason Wright | |
Also, and more importantly, applying the same mask to rs2 and rd is bad ju-ju for the F?TO? instructions. | |||
2001-09-10 | Add some debugging stuff: a function to dump all of the fpstate64 fields. | Jason Wright | |
2001-09-10 | use arc4random for iv as art@ suggested | Michael Shalayeff | |
2001-09-10 | Remove some unused global variables. | Dale Rahn | |
2001-09-10 | Device addresses should be mapped. It should be converted to bus_ accesses. | Dale Rahn | |
This maps the region with mapiodev(). | |||
2001-09-10 | Devices should not poke random memory, even hacked code which should be | Dale Rahn | |
calling another driver to turn on it's enables properly. For now wi_obio will mapiodev the keywest enable region. | |||
2001-09-10 | Initial cut at sparc64 gcc config. | Marc Espie | |
Polished by art. | |||
2001-09-10 | add /etc/kerberosV. ok hin@ | Jakob Schlyter | |
2001-09-10 | Mark buffers with dependencies as B_DEFERRED and skip them one time | Grigoriy Orlov | |
when doing sync. From FreeBSD. art@ ok. | |||
2001-09-10 | Change askname to volatile; this prevents it from being trashed by | Brandon Creighton | |
the setjmp/longjmp hack in place for VAX_BTYP_4[689]. This solves the /boot problem which prevented automatic boots from happening when the timer ran down. | |||
2001-09-10 | remove bogus #include <getopt.h> | Todd C. Miller | |
2001-09-09 | Protect debugger accesses with setfault. Should improve debugger usability, | Dale Rahn | |
need to verify that kernel exception code deals with this properly. | |||
2001-09-09 | Remove the old powerpc disassembler, it was bad, the replacement is | Dale Rahn | |
at least mostly useable. | |||
2001-09-09 | cmp* opcode fixes for powerpc disassembler. | Dale Rahn | |
2001-09-09 | only one prototype for fpu_implode necessary. | Jason Wright | |
2001-09-09 | Print OE and RC fields of the instructions if they are set in the instruction. | Dale Rahn | |
2001-09-09 | Fix the parameter order for several instructions in the powerpc disassembler. | Dale Rahn | |
2001-09-09 | Repair compilation of mac68k GENERIC_SBC kernel. | Miod Vallat | |
From Takeshi Morimoto <morimoto@anat1.med.kyoto-u.ac.jp>, PR #2037 | |||
2001-09-09 | implement some more command line options for cu and use getopt(3) | Todd C. Miller | |
2001-09-09 | fix typo in function prototype | Todd C. Miller | |
2001-09-09 | Add ~v escape to print all variables and their values. | Todd C. Miller | |
In cu, the phone number argument is optional. However, *some* argument must be specified and this is not currently obvious from the man page or usage warning. | |||
2001-09-09 | feed the line after eof, make it behave like other utils we have; rees@ ok | Michael Shalayeff | |
2001-09-09 | Link cu to tip now that UUCP is a port. | Todd C. Miller | |
2001-09-09 | sync | Theo de Raadt | |
2001-09-09 | and uucp dirs go away too | Theo de Raadt | |
2001-09-09 | uucp goes away | Theo de Raadt | |
2001-09-09 | the first part of uucp going away. It will become a package | Theo de Raadt | |
2001-09-09 | in fpu_ftox() make sure the high bits are the return value and res[1] gets | Jason Wright | |
the low bits. | |||
2001-09-08 | From NetBSD: debugging stuff to dump fpn's | Jason Wright | |
2001-09-08 | Import netbsd's fpu handling (modified to be separate from sparc); this is | Jason Wright | |
for paranoia's sake (don't want to break sparc32 while hacking on it). Real work by art. | |||
2001-09-08 | sync | Theo de Raadt | |
2001-09-08 | The generated ppp.8 should be removed by 'make clean'. brian@ ok. | Hakan Olsson | |
2001-09-08 | Don't reference kbd_docmd() unless NKBD > 0; reported by Steven Siirila ↵ | Jason Wright | |
<sfs@Siirila.org> (pr2052) | |||
2001-09-08 | o Mention /etc/wsconsctl.conf in wsconsctl(8) | Heikki Korpela | |
o Sync pckbd(4) with wsconsctl(8); you need wsconsctl -w keyboard.encoding= instead of wsconsctl -w encoding= pckbd(4) error noticed by Philipp Buehler. mickey@ ok |