Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-14 | All 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-14 | struct elf_resolv has to be compatible with struct link_map or gdb will | Per Fogelstrom | |
not be able to pick up loaded shared lib info. | |||
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 | i was not the brightest here either | Theo de Raadt | |
1997-04-14 | with this here commit i label myself not the swiftest | Theo de Raadt | |
1997-04-14 | Add PCI ed* | Todd C. Miller | |
1997-04-14 | rd pdev | Theo de Raadt | |
1997-04-14 | buf oflow | 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 | fix the indentation | Theo de Raadt | |
1997-04-14 | do not whine about new directories; reported by briggs | Theo de Raadt | |
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 | Make ftpd man page and ftp spool entries in mtree special file | Todd C. Miller | |
consistent. Noted by William Wisner <wisner@gryphon.com> | |||
1997-04-14 | URL specifiers are case insensitive. Noticed by Theo. | Todd C. Miller | |
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 | fouled up a tiny bit | Niels Provos | |
1997-04-13 | Nuke i386 specific stuff. Not needed anymore. | Tobias Weingartner | |
1997-04-13 | CPPFLAGS is already put on CC line--don't add CPPFLAGS to CFLAGS. | briggs | |
1997-04-13 | the before mentioned random number generator. | Niels Provos | |
1997-04-13 | use special random number generator to create less predictable and non | Niels 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-13 | use res_random.c for ids | Niels Provos | |
1997-04-13 | More consistent MIPS config | Per Fogelstrom | |
1997-04-13 | More consistent MIPS config | Per Fogelstrom | |
1997-04-13 | More consistent MIPS config | Per Fogelstrom | |
1997-04-13 | copyright foo | Jason Downs | |
1997-04-13 | single ^C on a pipe | Theo de Raadt | |
1997-04-13 | no Debugger() w/ no DDB defined | Michael Shalayeff | |
1997-04-13 | do not (continue) on a stdin pipe | Theo de Raadt | |
1997-04-13 | make it compile again | Michael Shalayeff | |
1997-04-13 | floppy needs random | Theo de Raadt | |
1997-04-13 | some more devices | Michael Shalayeff | |
1997-04-13 | add entry to build all the devs ramdisk needs | Michael Shalayeff | |
1997-04-13 | import of hp300's ramdisk stuff for i386. | Michael Shalayeff | |
merged w/ existing stuff... awk nuked away from ramdisk, only MAKEDEV needs it. | |||
1997-04-13 | Initial support for pthreads on m68k from | briggs | |
David Leonard <david.leonard@it.uq.edu.au>. | |||
1997-04-13 | Prototype flockfile/funlockfile to clean up some warnings. | briggs | |
1997-04-13 | s/MACHINE/MACHINE_ARCH/ -- Nothing here should be MACHINE-specific. | briggs | |
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. | |||
1997-04-13 | Make it compile after disklabel changes | Per Fogelstrom | |
1997-04-13 | buf oflow; bitblt | Theo de Raadt | |
1997-04-13 | buf oflow; bitblt | Theo de Raadt | |
1997-04-13 | Add 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-13 | derive from INST, not GENERIC. | Michael Shalayeff | |
we fit on floppy now, and some space even left.... | |||
1997-04-13 | sample 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-13 | Fixed socket permissions race at startup; corrected error message to | bitblt | |
correctly reflect socket permissions. |