summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-03-06Check strdup return value for failure. OK miodChad Loder
2005-03-06Use correct byte order when logging port numbers.Chad Loder
OK tdeval, markus
2005-03-06Use V_SAVE instead of hardcoding it, no binary change.Pedro Martelletto
2005-03-06move pf_test6() call slightly up, so pf gets called for incoming packetsDaniel Hartmeier
on loopback interfaces, and IPv6 behaves like IPv4 in this regard. only affects packets on loopback. ok itojun@
2005-03-06correct snprintf return value checks, where the wrong ptrMoritz Jodeit
was used for calculating the buffer size. ok tedu@ cloder@
2005-03-06Filter openprom environment strings with strnvis(); ok deraadt@ krw@Miod Vallat
2005-03-06Fix realloc bug introduce in rev 1.10 and do some minor cleanup.Todd C. Miller
OK henning@ and tdeval@
2005-03-06Let people who don't read zaurus.html know about some of the CF wi(4)Jonathan Gray
devices we support.
2005-03-06don't use invokinguser if its emptyBjorn Sandell
sync man page with reality spelling corrected by jmc@, ok beck@
2005-03-06Wait for the bulk transfer to complete before returning if we are in polledChristopher Pascoe
mode. ok dlg@
2005-03-06ohci_rhsc_enable calls usb_transfer_complete via ohci_rhsc - we need to beChristopher Pascoe
at splusb, not splsoftclock. ok dlg@
2005-03-06Fix incorrect comment about interrupt threshold control level.Christopher Pascoe
ok dlg@
2005-03-06In [eo]hci_waitintr, xfer->timeout is in ms, not hz.Christopher Pascoe
ok dlg@
2005-03-06print "set skip on" with -v in such a way that the output is valid inputDaniel Hartmeier
syntax, instead of the cryptic hex flags output.
2005-03-06Always remember to check snprintf return value for -1.Chad Loder
OK hshoexer, jsg, otto, krw
2005-03-05Clean up the tree from incomplete, unreliable and unsupported IEEE1394 code.Thierry Deval
Ok deraadt@, miod@
2005-03-05Always use correct byte order when stuffing port numbers into packets.Chad Loder
OK hshoexer@, ho@
2005-03-05add -V to usage();Jason McIntyre
ok jfb@
2005-03-05Check snprintf return value for failure. Also fix a dumb error message.Chad Loder
OK otto, henning, hshoexer, krw. Some input from Moritz which I have chosen not to heed because I think the code is easier to read my way.
2005-03-05Check snprintf return value for -1.Chad Loder
OK otto, henning, hshoexer, krw, beck
2005-03-05fix SEE ALSO;Jason McIntyre
add -V to SYNOPSIS;
2005-03-05basic implementation of the rcs(1) tool, very useful in debugging theJean-Francois Brousseau
RCS code. options will get supported as the missing bits get added to the RCS parsing and output code
2005-03-05free bnum when we are done using it, also use rcsnum_parse() insteadJoris Vink
of our own combination of rcsnum_alloc() and rcsnum_aton(). ok jfb@
2005-03-05add functions to retrieve and set the comment leader for an RCSJean-Francois Brousseau
file
2005-03-05fix file loading when recursion is disabled. this should fix theJean-Francois Brousseau
weird behaviour encountered when using the -l option to most commands ok joris@
2005-03-05regenJun-ichiro itojun Hagino
2005-03-05OQO/0003 is bluetooth interfaceJun-ichiro itojun Hagino
2005-03-05Remove code which enforces a advskew=0 for the caseMarco Pfatschbacher
that carp shares the IP addresse with its physical interface. It's neither supported nor needed, since we have carpdev now. ok mcbride@
2005-03-05No need to allocate a local digest buffer. Cleanup error path. hshoexer@ ok.Hakan Olsson
2005-03-05No need to use a local hashsize. hshoexer@ ok.Hakan Olsson
2005-03-05Silence a couple of annoying gcc3 warnings. hshoexer@ ok.Hakan Olsson
2005-03-05Add RFC3947 NAT-T vendor ID string. hshoexer@ ok.Hakan Olsson
2005-03-05No need for err.h. hshoexer@ okHakan Olsson
2005-03-05bit of clean-up, cosmetic, style, comments.Marc Espie
2005-03-05add RCS error codes and a global variable to hold the last errorJean-Francois Brousseau
and make the code less verbose at the same time
2005-03-05identify ID tokens correctly and fix parsing of RCS files containingJean-Francois Brousseau
no revisions
2005-03-05unbreak the RCS_KWEXP_INVAL() macroJean-Francois Brousseau
2005-03-05functions to manage the locking mode of RCS fileJean-Francois Brousseau
2005-03-05make sure that errors from cvs_file_lget() cascade down instead ofJean-Francois Brousseau
ignoring them ok joris@
2005-03-05SyncMiod Vallat
2005-03-05Sync with realityMiod Vallat
2005-03-05Now that xbox sort-of works on sparc64, port the cgtwelve driver, sinceMiod Vallat
the only way to connect it to a sparc64 machine is via an xbox device.
2005-03-05Preliminary xbox support: attaches, memory mapping and interrupts work, butMiod Vallat
DMA transfers are not implemented yet, and are disabled (which causes drivers to SBus cards on the xbox to fail to attach). In practice, this allows frame buffers to work, maybe more devices; DMA support will be worked on in the near future.
2005-03-04fix the MALLOC macro if built without malloc statistics. this won'tReyk Floeter
affect GENERIC. ok deraadt@ miod@
2005-03-04remove unneeded casts of if stats; ok krw miod dhartmeiJared Yanovich
2005-03-04Bring in a number of reliability fixes from FreeBSD' rl(4) driver.Brad Smith
rev's 1.147, 1.134, 1.93, 1.81, 1.72, 1.71 Tested by uwe@ robert@ jsg@ and a few others
2005-03-04add missing 'add' request in cvs_request table.Joris Vink
ok jfb@
2005-03-04add real support for the `access' keyword, both in parsing andJean-Francois Brousseau
output; rcs_access_add() can be used to add a new login name to the access list, and rcs_access_remove() to remove an entry
2005-03-04Fix a variable name in a comment; from Clint <cruoho@gmail.com>; ok tdeval@Robert Nagy
2005-03-04SyncMiod Vallat