Age | Commit message (Expand) | Author |
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 |
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 |
2001-12-29 | Enable the RAIDFrame auto-configuration feature. | Thierry Deval |
2001-12-29 | md5 -> distinfo | Anil Madhavapeddy |
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 |
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 |
2001-12-29 | finer spl granularity, allowing ints to happen; pointed out and tested on vax... | Michael Shalayeff |
2001-12-29 | Two functions can return errors here, not just one. | Miod Vallat |
2001-12-29 | forgotten xid setting for additional domains; gregs@agilestorage.com, pr 2282 | Theo de Raadt |
2001-12-28 | document LogLevel DEBUG[123]; ok markus@ | Kevin Steves |
2001-12-28 | Redirect new pseudo-accounts to root so they don't end up with | Todd C. Miller |
2001-12-28 | sync | Jason Wright |
2001-12-28 | hifn 7811 | Jason Wright |
2001-12-28 | Fix memory leak with EPRT command; Hiroyuki YAMAMORI | Todd C. Miller |
2001-12-28 | Fix hex mode (-x), based on patch from David Gullasch | Todd C. Miller |
2001-12-28 | Use lpd as an example, not sendmail. This has been sitting in my | Todd C. Miller |
2001-12-28 | remove plen from the dispatch fn. it's no longer used. | Markus Friedl |
2001-12-28 | packet_read* no longer return the packet length, since it's not used. | Markus Friedl |
2001-12-28 | buffer_get_bignum: int -> void | Markus Friedl |
2001-12-28 | packet_get_bignum* no longer returns a size | Markus Friedl |
2001-12-28 | Kill yet another hardcoded size. Ok fries@ | Marc Espie |
2001-12-28 | s/packet_done/packet_check_eom/ (end-of-message); ok djm@ | Markus Friedl |
2001-12-28 | do not reference plot; from rogier@quaak.org; closes pr/2276 | Niels Provos |
2001-12-28 | sync. -moj | Mats O Jansson |
2001-12-28 | Add some more VIATECH. -moj | Mats O Jansson |
2001-12-28 | sync. -moj | Mats O Jansson |
2001-12-28 | Add VIATECH VT8366. -moj | Mats O Jansson |
2001-12-28 | move experimental icmp6 type to 200; 141-142 are used for inverse neighbor | Jun-ichiro itojun Hagino |
2001-12-28 | Correctly handle envp pointer in main() -- henric@aimnet.com | Angelos D. Keromytis |
2001-12-27 | makes a new accept() socket have the nonblock behavior. | Federico G. Schwindt |
2001-12-27 | Increment reference count when copying session pointer pr#2112. ok deraadt@ | Thomas Nordin |
2001-12-27 | Don't mess with the PMAP_PHYSSEG flags there. It's UVM playground, not really | Miod Vallat |
2001-12-27 | get rid of packet_integrity_check, use packet_done() instead. | Markus Friedl |