summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-01-02Don't forget to deallocate on failure.Jason Wright
2002-01-02missing radiotrack entries, fix the others (all still commented outMichael Shalayeff
2002-01-02regenMichael Shalayeff
2002-01-02a couple of 3c515 entries, commented outMichael Shalayeff
2002-01-02do not unmap io space while it's still in use (in *probe)Michael Shalayeff
missing new lines and replace panics w/ printf+return. idea from netbsd's port.
2002-01-02make usage() exit(1) and look like sysctl(8), getopt returns intMichael Shalayeff
2002-01-02fp and pc are 64 bit.Artur Grabowski
And just to make things more fun -1, is not a misaligned stack on sparc64.
2002-01-02fp and pc are 64 bit.Artur Grabowski
2002-01-02proper data length handling on read; from toby@svector.co.ukMichael Shalayeff
2002-01-02dumb conversion to bsd.regress.mk. Needs splitting into smaller tests.Artur Grabowski
2002-01-02Split into smaller tests. It was easier than I thought.Artur Grabowski
XXX - Can someone who understands this verify that test8 is correct? It doesn't return failure (it can't and the code has a strange comment about it), but it prints something on sparc64 that could be interpreted as an error message).
2002-01-02First conversion to bsd.regress.mk, needs to be split intoArtur Grabowski
smaller tests.
2002-01-02On the road to serial console support. stage one, if of console is serialDale Rahn
force to display, zs(macppc) doesn't support console yet...
2002-01-02Grammar and format fixes.Aaron Campbell
2002-01-02fpathconf(2) returns long.Federico G. Schwindt
2002-01-02Be sure both programs are using the same port.Federico G. Schwindt
2002-01-02Remove extra reference to poll.2. Spotted by form@.Mike Pechkin
millert@ ok;
2002-01-02Convert to bsd.regress.mk.Artur Grabowski
Not finished yet.
2002-01-02Ancient comment. the RSA patent expired a long time ago.Artur Grabowski
2002-01-02Generate? Or maybe Degenerate? Definitely not Denerate.Artur Grabowski
2002-01-02Remove obsolete comment (and a 3 second sleep).Artur Grabowski
2002-01-02pids should be pid_t, not intMike Pechkin
2002-01-02Grammar. deraadt@ okThomas Nordin
2002-01-02Remove duplicate definition. deraadt@ okThomas Nordin
2002-01-02Move the const qualifier to the right place. deraadt@ okThomas Nordin
2002-01-02Add missing .Os. deraadt@ okThomas Nordin
2002-01-02Remove reference to timeout table. deraadt@ okThomas Nordin
2002-01-02Eh? Why could I finish a make build with this 6 hours ago?Artur Grabowski
2002-01-02register_t is not an int, so don't use it that way.Artur Grabowski
Fixes PT_{READ,WRITE}_{I,D} on sparc64.
2002-01-02syncTheo de Raadt
2002-01-01sync; pointed out by openbsd@davidkrause.comNiels Provos
2002-01-01install bsd.regress.mkNiels Provos
2002-01-01simple conversion to bsd.regress.mkArtur Grabowski
2002-01-01convert to bsd.regress.mk. This allows us to have the testsArtur Grabowski
correctly sorted, now that one failing test doesn't keep the others from running.
2002-01-01trivial conversions to bsd.regress.mkArtur Grabowski
2002-01-01trivial conversions to bsd.regress.mkArtur Grabowski
2002-01-01Start for a framework for regression tests. Simplifies the most commonArtur Grabowski
regress test targets, provides logging of success/failure and various minor features. Much Makefile magic from espie@ who thinks that my shell programming skills are "atrocious" (and I agree).
2002-01-01This is ugly: make a specialized deep copy in bridge_broadcast() thatJason Wright
ensures that the payload after the ethernet header is nicely aligned (basically this is two copies, one for the ethernet header and one for the payload) and glue the two copies together. bridge_filter() assumes it has been handed a nicely aligned packet. This should address pr#2248.
2002-01-01don't whine about no carrier here either.Jason Wright
2002-01-01KNFTheo de Raadt
2002-01-01Don't whine about not having carrier... ifconfig on the interface will say so.Jason Wright
2002-01-01bit more cleanupTheo de Raadt
2002-01-01go back to the swapped xdr_ypresp_key_val for nowTheo de Raadt
2002-01-012002Theo de Raadt
2002-01-01``maxpartition 16'' updates that were sitting in my tree for a long time.Miod Vallat
2001-12-31man says bus_space_map() returns non-zero, not negative on failureMichael Shalayeff
2001-12-31unmap io space on failures and happy new year in russianMichael Shalayeff
2001-12-31More changes from FreeBSD, including:Federico G. Schwindt
o Only poll file descriptors when needed. o Change the way timing is achieved, counting scheduling ticks instead of calculating the elapsed time via gettimeofday(). o Prevent an overflow when polling. o Use curthread instead of _thread_run. o Remove extra spaces; indent.
2001-12-31Fix a glitch in _dmamap_load_buffer introduced in the last commit.Miod Vallat
jason@ ok
2001-12-31only open device for writing if we gonna modify anythingMichael Shalayeff