Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-05-05 | Back out depend/clean changes. | Todd C. Miller | |
1997-05-05 | ssize_t is long on alpha, not int so cast to long in printf. | Todd C. Miller | |
1997-05-04 | Don't use head when we already use awk. | Todd C. Miller | |
1997-05-04 | Change clean/depend targets to allow inclusion of Makefile.inc | Todd C. Miller | |
where there is already a depend: target. | |||
1997-05-04 | Alpha needs strchr.c | Todd C. Miller | |
Fix up clean and depend targets in Makefile.inc so we can include Makefile.inc in cases where there is already a clean/depend target (based on a NetBSD Makefile.inc). | |||
1997-05-04 | Make null_read() and null_write() consistent with their prototypes. | Todd C. Miller | |
1997-05-04 | Add newer S3 chipsets that pcvt supports. Fix from William Wisner | Todd C. Miller | |
<wisner@gryphon.com>. Closes PR#180. | |||
1997-05-04 | Remove unnecesary call to head(1) that was giving me some grief. | Todd C. Miller | |
It is sufficient to have awk exit after printing the first line. | |||
1997-05-04 | Reality update | Niklas Hallqvist | |
1997-05-04 | now with SCSI and local disk | kstailey | |
1997-05-03 | Support for clearing interrupts on a Rasterops Colorboard 364. | briggs | |
Thanks go to Michel Chalufour <michelc@tiac.net> for grovelling around for me. | |||
1997-05-02 | modernize the Makefile a bit (towards the i386 one) including changes | Thomas Graichen | |
for genassym.sh | |||
1997-05-02 | another thing forgotten in my local tree - switch to use genassym.sh and | Thomas Graichen | |
genassym.cf also for the pmax instead of genassym.c | |||
1997-05-02 | changes to make libkvm.old build again on the pmax | Thomas Graichen | |
1997-05-02 | add posix 1003b types (from NetBSD) - why everyone who does something | Thomas Graichen | |
for nearly all ports always forgets the pmax ? :-) | |||
1997-05-02 | remove commented out option LFS - lfs is broken | Thomas Graichen | |
1997-05-02 | One step towards working profiling | Per Fogelstrom | |
1997-05-02 | Thanks to Tobias Beal <tbeal41@maine.maine.edu>, we can clear interrupts | briggs | |
on at least one Radius Precisioncolor 8 board. | |||
1997-05-01 | Treat drhw 118 and 119 the same for Apple ethernet cards. | briggs | |
1997-05-01 | bug bug bug.. | Per Fogelstrom | |
1997-05-01 | Compile without NONCONTIG too | Per Fogelstrom | |
1997-05-01 | No serial console on pica/magnums yet | Per Fogelstrom | |
1997-05-01 | Some arc bioses are faulty... | Per Fogelstrom | |
1997-05-01 | alloca(size_t) | Michael Shalayeff | |
not int | |||
1997-05-01 | Clear the interrupts properly on an E-Machines Futura II LX and make a wild | briggs | |
guess at clearing them on a Futura II SX/DSP and RasterOps ColorBoard 364. Thanks to Michel Chalufour <michelc@tiac.net> for loaning me the II LX. | |||
1997-05-01 | Add in a couple more board types. | briggs | |
1997-05-01 | nice rd attach msg | Theo de Raadt | |
1997-04-30 | Add SCSI scanner device | Niklas Hallqvist | |
1997-04-30 | more inet & ipsec | Theo de Raadt | |
1997-04-30 | inet & ipsec | Theo de Raadt | |
1997-04-30 | Add missing prototype: alloca() | Tobias Weingartner | |
1997-04-30 | solve the bounce buffer problem! | Michael Shalayeff | |
1997-04-30 | Change an splhigh() -> splbio(). From NetBSD (mycroft) | Todd C. Miller | |
1997-04-30 | Newer bootloader from netbsd. This should work with non MCG Firmworks | Dale S. Rahn | |
openfirmware. | |||
1997-04-30 | Our gas isn't ready for 64 bit constants used in expressions | Niklas Hallqvist | |
1997-04-30 | guarantee termination for faked disklabels, no endless loops | Niels Provos | |
1997-04-29 | Minor annoyance, synch with what we actually have in our conf directory: | gene | |
including GENERICSBC and TIGER. OpenBSD doesn't have an OCELOT. | |||
1997-04-29 | turn off DMA, it doesn't work | kstailey | |
1997-04-29 | The 2.1 version of dev/pci/ncr.c isn't ready for arc yet | Niklas Hallqvist | |
1997-04-29 | lfs dies | Theo de Raadt | |
1997-04-29 | disable the datacache on Apollo cards for this release it would seem. | michaels | |
1997-04-29 | ok. | Michael Shalayeff | |
1997-04-29 | .mk changes faster then i type.... | Michael Shalayeff | |
1997-04-28 | Added faddr/laddr on the pfkeycb, for completeness. | Angelos D. Keromytis | |
1997-04-28 | Kernel release is 2.1. | Jason Downs | |
1997-04-28 | Add getsecs(). Use biostime & biosdate routines. | Tobias Weingartner | |
Parse and convert to seconds since epoch. Please test, there is a new command "time", which should print the current time (according to the BIOS) on the console. | |||
1997-04-28 | The type of a pointer to const characters is not the same as a const pointer | Niklas Hallqvist | |
to non-const characters. Besides, the prototypes for copyin and friends, as well as timeout/untimeout takes void *, not caddr_t (char *), so I matched them. Slight KNF. This change makes it pass -Wcast-qual. | |||
1997-04-28 | indent | Theo de Raadt | |
1997-04-28 | Previous patch didn't make much sense. We now set the initial NFS xid | Angelos D. Keromytis | |
(for requests) to some random value, and then increase that by a small (1-255) random value for each requests. | |||
1997-04-27 | Random/unique NFS xids. | Angelos D. Keromytis | |