Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-16 | Missing init of a bus_space_tag | Niklas Hallqvist | |
1997-04-16 | add RB_KDB support | Theo de Raadt | |
1997-04-16 | add ext2fs | Theo de Raadt | |
1997-04-16 | map two pages of Sysmap rather than 1. | flipk | |
fixes ramdisk loading problem (kernel > 4M). some comments. | |||
1997-04-16 | Add a proper version number ala other ports, and clean up various parts of | Jason Downs | |
the Makefiles. Lots more to do... | |||
1997-04-16 | Merge portions of NetBSD up to 970415. | Jason Downs | |
This includes: * All of the prototyping and KNF changes. * The new interrupt system. * Portions of the Domain Keyboard support from Mike Smith. This does not include: * m68k changes, namely generic dumps. Various sundry changes and fixes by me. | |||
1997-04-16 | fix cut 'n' paste | Jason Downs | |
1997-04-16 | Multiple include protection. | Jason Downs | |
1997-04-16 | Changes up to NetBSD 970415. | Jason Downs | |
1997-04-16 | exec() changes. | Jason Downs | |
1997-04-16 | Use _PATH_DEFTAPE not DEFTAPE in mt(1) | Todd C. Miller | |
Remove DEFTAPE from <sys/mtio.h> and guard against multiple inclusion. | |||
1997-04-16 | nice printf | Theo de Raadt | |
1997-04-15 | extern int debug; | Michael Shalayeff | |
1997-04-15 | pass bootdev to kernel... | Michael Shalayeff | |
all the future devices have to copy it into global var... in the current state i can boot any kernel i have.... testers? | |||
1997-04-15 | no more assembly setup. all the gung is ok already in srt0.S | Michael Shalayeff | |
this is what we were talking about, toby (; and this shaves a couple of dozens of bytes! | |||
1997-04-15 | support more S3 chipsets. done by comparing against SuperCode; | Theo de Raadt | |
wisner@gryphon.com | |||
1997-04-15 | need an rd | Theo de Raadt | |
1997-04-15 | Add quirk, type for AT3 scanner (ViewStation 32) | Thorsten Lockert | |
1997-04-15 | nice printf, do not bite | Theo de Raadt | |
1997-04-15 | mostly repair option arg handling for booting | Theo de Raadt | |
1997-04-15 | partition table in biosboot too. Max 28 BLKCNT, too | Theo de Raadt | |
1997-04-15 | copyright to toby (; | Michael Shalayeff | |
1997-04-15 | do bounce-buffering to avoid DMA overrun | Michael Shalayeff | |
somebody, test it! | |||
1997-04-15 | kill bogus comments | Michael Shalayeff | |
1997-04-15 | print debugging stuff only when debug!=0 | Michael Shalayeff | |
1997-04-14 | no need for partition table.... | Michael Shalayeff | |
mbr is for that stuff..... | |||
1997-04-14 | Bring our incarnation of John Wittowski's direct adb driver into compatible | gene | |
state with NetBSD's. The direct-to-ADB code is now enabled by default. Using 'options MRG_ADB' will cause the kernel to revert to the 'old standby' code. | |||
1997-04-14 | Whoops. A spurious '{' slipped into an if statement. This compiles again. | gene | |
Also, since I'm here, fix some KNF. | |||
1997-04-14 | typo for us. | michaels | |
1997-04-14 | #34 - linux_sys_nice from NetBSD | Thomas Graichen | |
1997-04-14 | build stand (AND boot) | Theo de Raadt | |
1997-04-14 | let stand & boot co-exist | Theo de Raadt | |
1997-04-14 | add signature! fake partition 0 for floppy until fdisk(8) has -f flag. max ↵ | Theo de Raadt | |
16 BLKCNT | |||
1997-04-14 | kill extra linefeeding | Theo de Raadt | |
1997-04-14 | Document flag to set 32-bit word mode. Call it ED_DCR_QTS for | Todd C. Miller | |
lack of a better name (anyone have any documentation?) | |||
1997-04-14 | Add PCI ed* | Todd C. Miller | |
1997-04-14 | rd pdev | Theo de Raadt | |
1997-04-14 | Minor performance enhancements from NetBSD | Thorsten Lockert | |
1997-04-14 | Merge in various pieces of current NetBSD scsi code, including but not limited | Jason Downs | |
to: * New changer driver. * Better optical support. * Different `done' semantics. * New quirks for SCSI QIC tape driver, SCSI floppy drives. * Better support for SCSI-I devices. Everybody needs to test this. | |||
1997-04-14 | setup_pm() is only used with \!HWDIRECT. | briggs | |
1997-04-14 | Correct some bogus casts and change u_short -> u_int16_t | Todd C. Miller | |
1997-04-14 | Capslock support from Steve Brown <sbrown@best.com> | briggs | |
1997-04-14 | Use an offset parameter when loading the reg_map--some cards use the "other" | briggs | |
16 bits of the words. | |||
1997-04-14 | Ooops. | briggs | |
1997-04-14 | options IPFILTER | briggs | |
1997-04-13 | Nuke i386 specific stuff. Not needed anymore. | Tobias Weingartner | |
1997-04-13 | no Debugger() w/ no DDB defined | Michael Shalayeff | |
1997-04-13 | make it compile again | Michael Shalayeff | |
1997-04-13 | Oops. We do not want to unmap something that we've used bus_space_subregion | briggs | |
to get. | |||
1997-04-13 | Some updates based on information from Bob Nestor <rnestor@metronet.com> | briggs | |
about his SONIC-T LC/PDS card. |