summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1997-04-07We run OpenBSD. Also note that installboot may be run on the ``c''Todd C. Miller
partition instead of ``a'' to avoid problems with securelevel > 0.
1997-04-07Ahem... bus_probe() already exists and does what bus_space_bad_addr() does.briggs
Nuke the latter.
1997-04-07Fix device name.Tobias Weingartner
1997-04-07Reboot stuff.Tobias Weingartner
1997-04-07Fix m68k/153 as suggested by David Leonard <d@occult.fnarg.net.au>.briggs
Fix a couple more, similar, bugs while I'm here to save David the trouble of reporting them, too.
1997-04-07Reset stuff.Tobias Weingartner
1997-04-07Clarifications.Tobias Weingartner
1997-04-06bad dkpart(), bad dkunit(), bad bad badTheo de Raadt
1997-04-06devboot commitMichael Shalayeff
1997-04-06devboot protoMichael Shalayeff
1997-04-06Now need sys/time.h here.briggs
1997-04-06Fix improper cast (compiler warning).Todd C. Miller
1997-04-06Add CD9660 now that it works.Todd C. Miller
1997-04-06support cd9660 disklabel spoofing; also fix block offset confusionTheo de Raadt
1997-04-06correct blocksize confusionTheo de Raadt
1997-04-06correct labelsector confusionTheo de Raadt
1997-04-06support cd9660 disklabel spoofing; also fix block offset confusionTheo de Raadt
1997-04-06Eradicate #include <sys/*> from machine/*.h. Prompting from Gene.briggs
1997-04-06Attempt to kludge around the fact that we can not yet get the correct MACbriggs
address for the SONIC on PB5xx series. This uses the bus_space_bad_addr function that I added earlier.
1997-04-0532bit correctionsMichael Shalayeff
1997-04-05add quirk table entry for the Ultima A6000Ckstailey
1997-04-05devboot is no longer in boot.cMichael Shalayeff
missed from last commit
1997-04-05fix NULL ptr deref in ss_set_window()kstailey
1997-04-05correct DEV_BSIZE vs lp->d_secsize confusion; spotted by hte late night icb ↵Theo de Raadt
gang. Other ports need fixing still
1997-04-05new exec stuffMichael Shalayeff
1997-04-05do not up wiring count for page tables (especially those actuallyflipk
owned by the kernel pmap). Chuck Cranor (chuck@maria.wustl.edu) and Theo.
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.