summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-04-14All mips tools should now configure with the same name (mipsel-unknown-openbsd)Per Fogelstrom
for little endian systems and (mips-unknown-openbsd) for big endian systems. gdb seems to work now but needs more testing.
1997-04-14struct elf_resolv has to be compatible with struct link_map or gdb willPer Fogelstrom
not be able to pick up loaded shared lib info.
1997-04-14Document flag to set 32-bit word mode. Call it ED_DCR_QTS forTodd C. Miller
lack of a better name (anyone have any documentation?)
1997-04-14i was not the brightest here eitherTheo de Raadt
1997-04-14with this here commit i label myself not the swiftestTheo de Raadt
1997-04-14Add PCI ed*Todd C. Miller
1997-04-14rd pdevTheo de Raadt
1997-04-14buf oflowTheo de Raadt
1997-04-14Minor performance enhancements from NetBSDThorsten Lockert
1997-04-14Merge in various pieces of current NetBSD scsi code, including but not limitedJason 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-14fix the indentationTheo de Raadt
1997-04-14do not whine about new directories; reported by briggsTheo de Raadt
1997-04-14setup_pm() is only used with \!HWDIRECT.briggs
1997-04-14Correct some bogus casts and change u_short -> u_int16_tTodd C. Miller
1997-04-14Capslock support from Steve Brown <sbrown@best.com>briggs
1997-04-14Make ftpd man page and ftp spool entries in mtree special fileTodd C. Miller
consistent. Noted by William Wisner <wisner@gryphon.com>
1997-04-14URL specifiers are case insensitive. Noticed by Theo.Todd C. Miller
1997-04-14Use an offset parameter when loading the reg_map--some cards use the "other"briggs
16 bits of the words.
1997-04-14Ooops.briggs
1997-04-14options IPFILTERbriggs
1997-04-13fouled up a tiny bitNiels Provos
1997-04-13Nuke i386 specific stuff. Not needed anymore.Tobias Weingartner
1997-04-13CPPFLAGS is already put on CC line--don't add CPPFLAGS to CFLAGS.briggs
1997-04-13the before mentioned random number generator.Niels Provos
1997-04-13use special random number generator to create less predictable and nonNiels Provos
repeating ids over a long period. Avoids reuse by switching between two distinct cycles. Reported by Ivan Arce <iarce@fuzzy.uba.ar> and Emiliano Kargieman <emi@fuzzy.uba.ar>.
1997-04-13use res_random.c for idsNiels Provos
1997-04-13More consistent MIPS configPer Fogelstrom
1997-04-13More consistent MIPS configPer Fogelstrom
1997-04-13More consistent MIPS configPer Fogelstrom
1997-04-13copyright fooJason Downs
1997-04-13single ^C on a pipeTheo de Raadt
1997-04-13no Debugger() w/ no DDB definedMichael Shalayeff
1997-04-13do not (continue) on a stdin pipeTheo de Raadt
1997-04-13make it compile againMichael Shalayeff
1997-04-13floppy needs randomTheo de Raadt
1997-04-13some more devicesMichael Shalayeff
1997-04-13add entry to build all the devs ramdisk needsMichael Shalayeff
1997-04-13import of hp300's ramdisk stuff for i386.Michael Shalayeff
merged w/ existing stuff... awk nuked away from ramdisk, only MAKEDEV needs it.
1997-04-13Initial support for pthreads on m68k frombriggs
David Leonard <david.leonard@it.uq.edu.au>.
1997-04-13Prototype flockfile/funlockfile to clean up some warnings.briggs
1997-04-13s/MACHINE/MACHINE_ARCH/ -- Nothing here should be MACHINE-specific.briggs
1997-04-13Oops. We do not want to unmap something that we've used bus_space_subregionbriggs
to get.
1997-04-13Some updates based on information from Bob Nestor <rnestor@metronet.com>briggs
about his SONIC-T LC/PDS card.
1997-04-13Make it compile after disklabel changesPer Fogelstrom
1997-04-13buf oflow; bitbltTheo de Raadt
1997-04-13buf oflow; bitbltTheo de Raadt
1997-04-13Add support for PCI NE2000 clones. I finally got around to doing this :-)Todd C. Miller
Tested on alpha, should work on i386 as well. Note that we treat a PCI NE2000 as a 16-bit card for now since the driver can not deal with > 16 bit cards. To fix this isa16bit in ed_softc needs to be changed to bus_width (in bytes). I plan to do this as part of the split ed driver.
1997-04-13derive from INST, not GENERIC.Michael Shalayeff
we fit on floppy now, and some space even left....
1997-04-13sample ramdisk config file. from GENERIC one.Michael Shalayeff
kernel does not boot w/ rd as root. any ideas? it boots w/ default sized ramdisk, but get a panic later. it does not even shows a copyright w/ big sizes (such as set in there)
1997-04-13Fixed socket permissions race at startup; corrected error message tobitblt
correctly reflect socket permissions.