summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2001-12-31only require write mode for modifying ioctls; dhartmei@, frantzen@, deraadt@ okMichael Shalayeff
2001-12-31support playing mono; from Kazuhiko Fukuhara <zaa83571@oak.zero.ad.jp>Michael Shalayeff
2001-12-31add a mono-to-stereo versions; from Kazuhiko Fukuhara <zaa83571@oak.zero.ad.jp>Michael Shalayeff
2001-12-31missing nl, from art@Michael Shalayeff
2001-12-30syncTheo de Raadt
2001-12-30print "RSA1" for protocol v1Markus Friedl
2001-12-30Changes come from NetBSD, Lite-2 and me. ok deraadtPeter Valchev
od(1): - Enable support for printing 8-byte integers. - Added -C option for hexadecimal+ASCII display. - Fix od so it displays short files containing nulls. - POSIXification: The C, S, I and L modifiers now behave correctly, specifying output in units of a char, short, int and long (as defined by the host system) respectively. Support -N, equivalent to hexdump's -n (format only COUNT bytes of input). Add -j option which does the same thing as -s in hexdump (skipping some of the input). hexdump(1): - POSIX.2 doesn't specify hexdump so it can't be compatible with it... - add missing trailing \n in usage() printf
2001-12-30update man page references to usbhid(3)Peter Valchev
2001-12-30libusb has been renamedPeter Valchev
2001-12-30libusb -> libusbhidPeter Valchev
2001-12-30Rename libusb to libusbhid, a better name, per NetBSDPeter Valchev
2001-12-30sync with netbsd.Peter Valchev
2001-12-30call pthread_sigmask() instead of having the code twice.Federico G. Schwindt
2001-12-30NetBSD -> OpenBSD (Ox)Brad Smith
2001-12-30setup stdout & stderr; marius@alchemy.franken.deTheo de Raadt
2001-12-29Collapse two if statements into one (introduced in previous commit)Todd C. Miller
2001-12-29remove unneeded casts and some char->u_char cleanup; ok markus@Kevin Steves
2001-12-29Changes to support the new RAID_AUTOCONF option (-A) of RAIDFrame.Thierry Deval
raidctl(8) man page update. ok drahn@, deraadt@
2001-12-29Enable the RAIDFrame auto-configuration feature.Thierry Deval
This permits one to setup a kernel able to automatically retrieve, during boot, the raid configuration from disks previously used in a RAIDFrame set. Moreover, one can define a raid set to contain a bootable partition that will be mounted on / before the system has started. A new RAID_AUTOCONFIG kernel option is used, in conjunction with the raid pseudo-device, to activate the feature. ok drahn@, deraadt@
2001-12-29md5 -> distinfoAnil Madhavapeddy
espie@ ok
2001-12-29Don't use the contents of the RSH environment variable if it is empty.Todd C. Miller
2001-12-29Add options for slient operation and for specifying a count of roundsArtur Grabowski
instead of running to the limit.
2001-12-29missd one pair of anglesMichael Shalayeff
2001-12-29fix the history and tag the names properMichael Shalayeff
2001-12-29proper historyMichael Shalayeff