summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2001-09-09in fpu_ftox() make sure the high bits are the return value and res[1] getsJason Wright
the low bits.
2001-09-08From NetBSD: debugging stuff to dump fpn'sJason Wright
2001-09-08Import netbsd's fpu handling (modified to be separate from sparc); this isJason Wright
for paranoia's sake (don't want to break sparc32 while hacking on it). Real work by art.
2001-09-08Don't reference kbd_docmd() unless NKBD > 0; reported by Steven Siirila ↵Jason Wright
<sfs@Siirila.org> (pr2052)
2001-09-08DOH, do not make a cut and paste error just before committing...Dale Rahn
2001-09-08A mostly rewritten disassembler for powerpc.Dale Rahn
It attempts to follow proper powerpc assembler syntax and makes the disassembly much more readable.
2001-09-08initialize variable and more careful bounts checking; okay frantzen@Niels Provos
2001-09-07Fix PR 2051, tested by miod@Angelos D. Keromytis
2001-09-07just as RFC2292 suggests, validate cmsg_controllen on CMSG_FIRSTHDR.Jun-ichiro itojun Hagino
sync with kame.
2001-09-07do not accidentally clear other ss_flags bitsTheo de Raadt
2001-09-07Kill the majority of the DEBUG code that's cluttering the signal code.Artur Grabowski
All this ugliness makes it harder to debug the code.
2001-09-07recurse into sparc64, tooJason Wright
2001-09-07allow recursion into here for man pages on other arch'sJason Wright
2001-09-07make starting of init slightly cleaner. Also sets initproc earlier.Artur Grabowski
2001-09-07fix IPv4 fragment handling in the classifier.Kenjiro Cho
report and fix by "Paul Koster" <list@kosteronline.net>
2001-09-06regenMichael Shalayeff
2001-09-06fix a dup and add one toshiba deviceMichael Shalayeff
2001-09-06regenMichael Shalayeff
2001-09-06#9 rev IVMichael Shalayeff
2001-09-06syncNiels Provos
2001-09-06supersavageNiels Provos
2001-09-06Reflect skip step changes. Spotted by Ryan McBride.Daniel Hartmeier
2001-09-06installboot manpage canabalized from sparc (only documents sparc64 options, tho)Jason Wright
2001-09-06machine dependent defs from netbsd/sparcJason Wright
2001-09-06Oops, forgot rcsidJason Wright
2001-09-06installboot (from netbsd)Jason Wright
2001-09-06use some make magic (borrowed from macppc) to build {obj/}machineJason Wright
2001-09-06compile with native userlandJason Wright
2001-09-06Remove useless "\n%s" from the attach routine to match OpenBSD attach norms.Todd C. Miller
naddy@ OK
2001-09-061:1 bidrectional NAT (binat); ok dhartmei@ and frantzen@jasoni
2001-09-06sync up to NetBSD; reviewed by csapuntz@Christian Weisgerber
- better support for more chip revisions - split register definitions into separate header file - KNF
2001-09-06define BUS_DMA_RAWArtur Grabowski
2001-09-06COMPAT_NETBSD and glue for com at ebusArtur Grabowski
2001-09-06Some glue for COMPAT_NETBSDArtur Grabowski
2001-09-06Rewrite interrupt handler a bit... ack interrupts sooner.Jason Wright
2001-09-06missing machine/ieee.h from NetBSDTodd C. Miller
2001-09-05syncArtur Grabowski
2001-09-05Add some necessary MSG_COMPAT.Artur Grabowski
Fix some mode_t vs. netbsd_mode_t (more needed) add issetugid
2001-09-05mode_t in netbsd is not the same as our mode_tArtur Grabowski
2001-09-05Will need netbsd_types.h very soon.Artur Grabowski
2001-09-05syncJason Wright
2001-09-05ElanSC520 Host-PCIJason Wright
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-09-05OF magic. From NetBSD.Artur Grabowski
2001-09-05fix pci_intr_map so that it uses the new interfaceNathan Binkert
2001-09-05add lgeNathan Binkert
2001-09-05Unbreak trace command on macppc, ddb passes -1 for count toDale Rahn
db_stack_trace_cmd() as "all entries", however db_expr_t is a signed variable.
2001-09-05Pick up a bugfix from FreeBSD: In wx_hw_stop, a bogus additional writemjacob
to WXREG_IMASK enabled *all* interrupt causes while we were trying to *disable* them all. Oops.
2001-09-05use %ll instead of %qTheo de Raadt
2001-09-05Handle uh_sum == 0x0000 correctly. Before, UDP packet checksums wereDaniel Hartmeier
broken by NAT/RDR when unset by the sender. Fixes ntpdate behind NAT.