summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1997-07-23add atalkMichael Shalayeff
1997-07-23define ETHERTYPE_IPXMichael Shalayeff
1997-07-23make it compile w/o NETATALK definedMichael Shalayeff
1997-07-23A block of code from the last commit was not #ifdef NETATALK.denny
1997-07-23enablespi, delete the right flows on replace.Niels Provos
1997-07-23Add AppleTalk netisr. Only tested (indeed, only compiled) on mac68k port.denny
Add options NETATALK to your config to try it out.
1997-07-23Add AppleTalk netisr. Only tested (indeed, only compiled) on mac68k port.denny
Add options NETATALK to your config to try it out.
1997-07-23Add AppleTalk netisr.denny
1997-07-23Add netatalk files.denny
1997-07-23Add AppleTalk.denny
1997-07-23Add netatalk interrupt.denny
1997-07-23AppleTalk support based on netatalk-1.4a2 and FreeBSD.denny
1997-07-23netatalk, based on the 1.4a2 dist from the University of Michigan.denny
The sys/netatalk files rely heavily on previous work done on FreeBSD, and to a lesser extent NetBSD.
1997-07-23Update from 4.4lite2 (needed for netatalk, others).denny
This changes the def of some of the MT_ flags. Lite2 did it for unknown reason.
1997-07-22add ipsecTheo de Raadt
1997-07-22range error fix; mckusick@McKusick.COMTheo de Raadt
1997-07-21use /sys/conf/GENERICTheo de Raadt
1997-07-21be quietTheo de Raadt
1997-07-21proper errnoMichael Shalayeff
1997-07-21proper includeMichael Shalayeff
1997-07-21do opendir for dirs onlyMichael Shalayeff
1997-07-21indent (;Michael Shalayeff
supply fake arg for boot() in testing main()
1997-07-21correct 'hd' device handlingMichael Shalayeff
search for DOSTYP_NETBSD in case there is no DOSTYP_OPENBSD in mbr
1997-07-21add nbdevs for the size of table of block devises' namesMichael Shalayeff
remove bogus codeseg
1997-07-21SCSI copy optimizationsPer Fogelstrom
1997-07-21SCSI copy optimizationsPer Fogelstrom
1997-07-21make this compile until niklas fixes the boo-booTheo de Raadt
1997-07-21New boot code that fits into the boot record with embedded label.Per Fogelstrom
1997-07-20vm.hTheo de Raadt
1997-07-20Merge common m68k trap handling changes from NetBSDNiklas Hallqvist
1997-07-20protect against NULL curproc derefs. Enables MMU hits inside interuptNiklas Hallqvist
contexts, i.e. IDE works much better now (still some problems though)
1997-07-20My me and Theo: stack tracebacks! It even traces through traps and interruptsNiklas Hallqvist
if symbols are available. The biggest drawback is that it will not show function arguments. Instead we show the stack frame. Have fun!
1997-07-19fix typo in comment (NetBSD PR3836: Curt Sampson)chuck
1997-07-19Include vm/vm.h everywhere it is needed to get at boolean_t (I would preferNiklas Hallqvist
to have it in sys/types.h but that is problematic). Some KNF.
1997-07-19Make SOFTWARE_SSTEP compile with strict prototypingNiklas Hallqvist
1997-07-19SOFTWARE_SSTEP bugs fixed. KNF. register specs removed. Include vm.hNiklas Hallqvist
1997-07-19If we are using DDB, be sure to setup the SP entry of the trapframe.Niklas Hallqvist
Feed the trapcode to DDB. a0 is not the address of the instruction fault, maybe a1 is?
1997-07-19struct opcode is now in db_machdep.h. Add some other includes needed afterNiklas Hallqvist
the db_machdep.h rewrite.
1997-07-19Lots! Single-stepping support is probably the most important change.Niklas Hallqvist
1997-07-19RewrittenNiklas Hallqvist
1997-07-19Protect against overlapping copiesNiklas Hallqvist
1997-07-18enablespi/disablespi in encap + print spi's in hostorderNiels Provos
1997-07-18oopsMichael Shalayeff
1997-07-18use isa's definition for IOM_*Michael Shalayeff
Id
1997-07-18notes about pmmm changes, apmMichael Shalayeff
1997-07-18kernel entry protoMichael Shalayeff
1997-07-18no user includes in standaloneMichael Shalayeff
1997-07-18cumulative CFLAGSMichael Shalayeff
1997-07-18disable apm for the momentMichael Shalayeff
1997-07-18most of the stuff is no in libsa, very tiny srt0Michael Shalayeff
boot calls machdep() move to .bss again (;