summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1997-04-05removed conditional codekstailey
1997-04-05sendsig and sys_sigreturn are in m68k area nowkstailey
1997-04-05fpu_type -> fputypekstailey
1997-04-05fpu_type -> fputypekstailey
1997-04-05fpu_type -> fputypekstailey
1997-04-05put gdt & idt in the separate file.Michael Shalayeff
print trapno in dump_regs. no more NO_IDTR.
1997-04-05Implement a bus_space_bad_addr() function to aid in some device probing withbriggs
the bus_space universe.
1997-04-05Move the PB140/145 info to it's own case. A couple of the entry pointsbriggs
are different from other cases.
1997-04-05MRG-based ADB support for the PowerBook series. Contributed bybriggs
hamada@next.etron.kanazawa-it.ac.jp (Takashi Hamada)
1997-04-05so strlen.c compiles again...Todd C. Miller
1997-04-04Nuke.Tobias Weingartner
1997-04-04Replace exec_i386.S with these two files. Startprog.S is aTobias Weingartner
stopgap measure, to be removed once I get locore.s done.
1997-04-04fixed bcopy/memcpy conflict by using private mem* routines.Michael Shalayeff
changed generic pointer type to (void *) and, md5 is in libkern, since more than one component of the kernel uses it. what would be better place? well, imagine some lkm that uses md5 someday...
1997-04-04add 'machine check' trap for Pentium and PPro cpus.Michael Shalayeff
no special handler for it. i guess there will be rare cases when you receive it, and then you should repair your cpu, since it happens on internal cpu error.
1997-04-04remove copy.s as it is in M.I. m68k files nowkstailey
1997-04-04Do not set DCR_SYNC for the C/Q[68]xx systems.briggs
Thanks to Steve Brown <sbrown@best.com> for working with me to find this.
1997-04-04dump regs w/ NMI (int 2)Michael Shalayeff
more debugging is on the way
1997-04-04Fix NTOHS and HTONS macros.Todd C. Miller
1997-04-04Define in_addr_t and in_port_t everywhere but use u_intXX_t forTodd C. Miller
htonl and friends.
1997-04-04s/STRIPIPDISC/STRIPDISC/; kleink@netbsd.orgTheo de Raadt
1997-04-03prettyTheo de Raadt
1997-04-03>Number: 3412kstailey
>Category: port-alpha >Synopsis: incorrect use of long crashes netbsd/alpha >Confidential: no >Severity: serious >Priority: low >Responsible: gnats-admin (GNATS administrator) >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Sat Mar 29 23:50:01 1997 >Last-Modified: >Originator: Ross Harvey >Organization: Avalon Computer Systems, Inc. >Release: NetBSD-current >Environment: System: NetBSD epsilon.ghs.com 1.2D NetBSD 1.2D (e) #5: Sat Mar 29 22:32:33 PST 1997 ross@epsilon.ghs.com:/bsd/ross/e alpha >Description: Adding "pseudo-device ipfilter 1" to netbsd/alpha will cause it to crash when ifconfig turns on the interface. Ipfilter code in netinet/fil.c uses pointer arithmetic to effectively make structure-to-scalar casts. It uses long when it really wants an int32 and gets alignment faults that crash netbsd/alpha. General 64 bit problem, not exactly alpha. >How-To-Repeat: Add pseudo-device ipfilter 1. Boot your alpha. 2. Try to come up multiuser. The first packet or so will halt everything. >Fix: Apply patch...
1997-04-03Quote CC in args to makebriggs
1997-04-03PR#141 from David Leonard <d@occult.fnarg.net.au> with some small mods bybriggs
me. - Provide option (enabled in GENERIC and GENERICSBC) to disable ADB configuration when serial console is enabled. Old behavior allows booting even if ADB probe hangs (Apple had several ways to access ADB). - Configure ite0 differently--don't assume that it's only extant if it is the console.
1997-04-02Better implementation of buf_space_*_raw_multi_* that deals wellNiklas Hallqvist
with unaligned buffers
1997-04-02Fix end boundary of mapping for regions ending at offset 1 in a page.Niklas Hallqvist
From NetBSD PR#3441, Matthias Drochner <drochner@zelz26.zel.kfa-juelich.de>
1997-04-02Restructured, as well as added a set of host-to-little/big-endian-16/32-bitNiklas Hallqvist
utility macros (and their opposites), named like htole16 etc.
1997-04-02use FDPART(), limit drives to 2 to avoid dev_t problems; ↵Theo de Raadt
grr@shandakor.tharsis.com
1997-04-02warn about MAXPARTITIONS != 16, grr@shandakor.tharsis.comTheo de Raadt
1997-04-02add SVR4_T_* flags; might be wrong for sparcTheo de Raadt
1997-04-02most 1.3X versions of MEDIAVIS CDR-H93MV have problems; ↵Theo de Raadt
koji@math.human.nagoya-u.ac.jp
1997-04-02save 4k space for i386!Michael Shalayeff
1997-04-02#ifndef localMichael Shalayeff
#define local static #endif
1997-04-02fix readdir a little bitMichael Shalayeff
1997-04-02missing protosMichael Shalayeff
1997-04-02add off-level character recieve.Dale S. Rahn
improve transmission when CTS goes low (like on a modem)
1997-04-02don't use cread's open/close. stat does not need libz. save memoryMichael Shalayeff
1997-04-02fd < 0 is evilMichael Shalayeff
1997-04-02add dumb probe routineMichael Shalayeff
1997-04-02no more arch/i386/stand/libsa/Makefile.incMichael Shalayeff
1997-04-02clear correct structure, PR#144, grr@shandakor.tharsis.comTheo de Raadt
1997-04-01Check in some changes hiding in my tree.Dale S. Rahn
Now that ramdisk is used, booting from floppy does not wait for floppy change. Do not force real mode for booting, this disables caches on certain machines. use the freshly build hack-obj, do not require "." in the current path.
1997-04-01fix MAXPARTITIONS problems, PR#138, grr@shandakor.tharsis.comTheo de Raadt
1997-04-01svr4 siginfo; I cannot test thisTheo de Raadt
1997-04-01FPE_INTOVF botchTheo de Raadt
1997-04-01Add DrHW for RasterOps CB264--From Scott Reynolds--and link it in to thebriggs
proper interrupt routine. grfmv_intr_mystery changed to grfmv_intr_cb264.
1997-04-01debugger started.Michael Shalayeff
only one entry for now: chek_regs (use DUMP_REGS macro instead) dumps registers. must be called by lcall or so (to push %cs)
1997-04-01^U hotkey in readlineMichael Shalayeff
sample regs command to show the registers
1997-03-31strlen protoMichael Shalayeff
1997-03-31strlen here too....Michael Shalayeff