Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-02 | Add missing .Os. deraadt@ ok | Thomas Nordin | |
2002-01-02 | Remove reference to timeout table. deraadt@ ok | Thomas Nordin | |
2002-01-02 | Eh? Why could I finish a make build with this 6 hours ago? | Artur Grabowski | |
2002-01-02 | register_t is not an int, so don't use it that way. | Artur Grabowski | |
Fixes PT_{READ,WRITE}_{I,D} on sparc64. | |||
2002-01-02 | sync | Theo de Raadt | |
2002-01-01 | sync; pointed out by openbsd@davidkrause.com | Niels Provos | |
2002-01-01 | install bsd.regress.mk | Niels Provos | |
2002-01-01 | simple conversion to bsd.regress.mk | Artur Grabowski | |
2002-01-01 | convert to bsd.regress.mk. This allows us to have the tests | Artur Grabowski | |
correctly sorted, now that one failing test doesn't keep the others from running. | |||
2002-01-01 | trivial conversions to bsd.regress.mk | Artur Grabowski | |
2002-01-01 | trivial conversions to bsd.regress.mk | Artur Grabowski | |
2002-01-01 | Start for a framework for regression tests. Simplifies the most common | Artur 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-01 | This is ugly: make a specialized deep copy in bridge_broadcast() that | Jason 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-01 | don't whine about no carrier here either. | Jason Wright | |
2002-01-01 | KNF | Theo de Raadt | |
2002-01-01 | Don't whine about not having carrier... ifconfig on the interface will say so. | Jason Wright | |
2002-01-01 | bit more cleanup | Theo de Raadt | |
2002-01-01 | go back to the swapped xdr_ypresp_key_val for now | Theo de Raadt | |
2002-01-01 | 2002 | Theo de Raadt | |
2002-01-01 | ``maxpartition 16'' updates that were sitting in my tree for a long time. | Miod Vallat | |
2001-12-31 | man says bus_space_map() returns non-zero, not negative on failure | Michael Shalayeff | |
2001-12-31 | unmap io space on failures and happy new year in russian | Michael Shalayeff | |
2001-12-31 | More 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-31 | Fix a glitch in _dmamap_load_buffer introduced in the last commit. | Miod Vallat | |
jason@ ok | |||
2001-12-31 | only open device for writing if we gonna modify anything | Michael Shalayeff | |
2001-12-31 | only require write mode for modifying ioctls; dhartmei@, frantzen@, deraadt@ ok | Michael Shalayeff | |
2001-12-31 | support playing mono; from Kazuhiko Fukuhara <zaa83571@oak.zero.ad.jp> | Michael Shalayeff | |
2001-12-31 | add a mono-to-stereo versions; from Kazuhiko Fukuhara <zaa83571@oak.zero.ad.jp> | Michael Shalayeff | |
2001-12-31 | missing nl, from art@ | Michael Shalayeff | |
2001-12-30 | sync | Theo de Raadt | |
2001-12-30 | print "RSA1" for protocol v1 | Markus Friedl | |
2001-12-30 | Changes come from NetBSD, Lite-2 and me. ok deraadt | Peter 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-30 | update man page references to usbhid(3) | Peter Valchev | |
2001-12-30 | libusb has been renamed | Peter Valchev | |
2001-12-30 | libusb -> libusbhid | Peter Valchev | |
2001-12-30 | Rename libusb to libusbhid, a better name, per NetBSD | Peter Valchev | |
2001-12-30 | sync with netbsd. | Peter Valchev | |
2001-12-30 | call pthread_sigmask() instead of having the code twice. | Federico G. Schwindt | |
2001-12-30 | NetBSD -> OpenBSD (Ox) | Brad Smith | |
2001-12-30 | setup stdout & stderr; marius@alchemy.franken.de | Theo de Raadt | |
2001-12-29 | Collapse two if statements into one (introduced in previous commit) | Todd C. Miller | |
2001-12-29 | remove unneeded casts and some char->u_char cleanup; ok markus@ | Kevin Steves | |
2001-12-29 | Changes to support the new RAID_AUTOCONF option (-A) of RAIDFrame. | Thierry Deval | |
raidctl(8) man page update. ok drahn@, deraadt@ | |||
2001-12-29 | Enable 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-29 | md5 -> distinfo | Anil Madhavapeddy | |
espie@ ok | |||
2001-12-29 | Don't use the contents of the RSH environment variable if it is empty. | Todd C. Miller | |
2001-12-29 | Add options for slient operation and for specifying a count of rounds | Artur Grabowski | |
instead of running to the limit. | |||
2001-12-29 | missd one pair of angles | Michael Shalayeff | |
2001-12-29 | fix the history and tag the names proper | Michael Shalayeff | |
2001-12-29 | proper history | Michael Shalayeff | |