Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-07-24 | comment clarification | Niklas Hallqvist | |
1997-07-24 | at_control cmd is a u_long. | denny | |
1997-07-24 | bail properly if malloc fails | Theo de Raadt | |
1997-07-24 | network byte order for counters | Theo de Raadt | |
1997-07-24 | cmd is a u_long | Theo de Raadt | |
1997-07-24 | cmd is a u_long | Theo de Raadt | |
1997-07-23 | typo | Niklas Hallqvist | |
1997-07-23 | Support an DB_VALID_BREAKPOINT option for validation of breakpoints. | Niklas Hallqvist | |
This can be very important in SOFTWARE_SSTEP systems as single stepping otherwise frequently hoses the machine when trying to step through paths used ny DDB itself. | |||
1997-07-23 | Correct the return instruction recognizer. Add the DB_VALID_BREAKPOINT macro | Niklas Hallqvist | |
1997-07-23 | Pretty + validation routine for breakpoints | Niklas Hallqvist | |
1997-07-23 | Argument lists as good as I can guess at the moment | Niklas Hallqvist | |
1997-07-23 | Correct literal extraction. Provide symbolic targets in branches. | Niklas Hallqvist | |
1997-07-23 | No need to doubly include vm/vm.h | Niklas Hallqvist | |
1997-07-23 | add atalk | Michael Shalayeff | |
1997-07-23 | define ETHERTYPE_IPX | Michael Shalayeff | |
1997-07-23 | make it compile w/o NETATALK defined | Michael Shalayeff | |
1997-07-23 | A block of code from the last commit was not #ifdef NETATALK. | denny | |
1997-07-23 | enablespi, delete the right flows on replace. | Niels Provos | |
1997-07-23 | Add AppleTalk netisr. Only tested (indeed, only compiled) on mac68k port. | denny | |
Add options NETATALK to your config to try it out. | |||
1997-07-23 | Add AppleTalk netisr. Only tested (indeed, only compiled) on mac68k port. | denny | |
Add options NETATALK to your config to try it out. | |||
1997-07-23 | Add AppleTalk netisr. | denny | |
1997-07-23 | Add netatalk files. | denny | |
1997-07-23 | Add AppleTalk. | denny | |
1997-07-23 | Add netatalk interrupt. | denny | |
1997-07-23 | AppleTalk support based on netatalk-1.4a2 and FreeBSD. | denny | |
1997-07-23 | netatalk, 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-23 | Update 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-22 | add ipsec | Theo de Raadt | |
1997-07-22 | range error fix; mckusick@McKusick.COM | Theo de Raadt | |
1997-07-21 | use /sys/conf/GENERIC | Theo de Raadt | |
1997-07-21 | be quiet | Theo de Raadt | |
1997-07-21 | proper errno | Michael Shalayeff | |
1997-07-21 | proper include | Michael Shalayeff | |
1997-07-21 | do opendir for dirs only | Michael Shalayeff | |
1997-07-21 | indent (; | Michael Shalayeff | |
supply fake arg for boot() in testing main() | |||
1997-07-21 | correct 'hd' device handling | Michael Shalayeff | |
search for DOSTYP_NETBSD in case there is no DOSTYP_OPENBSD in mbr | |||
1997-07-21 | add nbdevs for the size of table of block devises' names | Michael Shalayeff | |
remove bogus codeseg | |||
1997-07-21 | SCSI copy optimizations | Per Fogelstrom | |
1997-07-21 | SCSI copy optimizations | Per Fogelstrom | |
1997-07-21 | make this compile until niklas fixes the boo-boo | Theo de Raadt | |
1997-07-21 | New boot code that fits into the boot record with embedded label. | Per Fogelstrom | |
1997-07-20 | vm.h | Theo de Raadt | |
1997-07-20 | Merge common m68k trap handling changes from NetBSD | Niklas Hallqvist | |
1997-07-20 | protect against NULL curproc derefs. Enables MMU hits inside interupt | Niklas Hallqvist | |
contexts, i.e. IDE works much better now (still some problems though) | |||
1997-07-20 | My me and Theo: stack tracebacks! It even traces through traps and interrupts | Niklas 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-19 | fix typo in comment (NetBSD PR3836: Curt Sampson) | chuck | |
1997-07-19 | Include vm/vm.h everywhere it is needed to get at boolean_t (I would prefer | Niklas Hallqvist | |
to have it in sys/types.h but that is problematic). Some KNF. | |||
1997-07-19 | Make SOFTWARE_SSTEP compile with strict prototyping | Niklas Hallqvist | |
1997-07-19 | SOFTWARE_SSTEP bugs fixed. KNF. register specs removed. Include vm.h | Niklas Hallqvist | |
1997-07-19 | If 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? |