summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-02-24fix a buffer-done race that makes mirroring work now;Michael Shalayeff
2005-02-24do not even ask for btlb on 8k cpus as pdc pretends there is some but then it...Michael Shalayeff
2005-02-24add wax@uturn; found on c180Michael Shalayeff
2005-02-24Add two missing breaks and suddenly using filter has no strange side effects.Claudio Jeker
2005-02-24Close files after we are done with them; from mpech@Todd C. Miller
2005-02-24Remove the kroute nexthop specific code as there is no need for this inClaudio Jeker
2005-02-24disable the SA dpd timer on sa_free(). this avoid a raceMarkus Friedl
2005-02-24dpd_find_sa: only ready SAs, otherwise DPD will delete SAs owned byMarkus Friedl
2005-02-24add carp(4) to SEE ALSO;Jason McIntyre
2005-02-24const correctness, string literals are const char *, no functional changeDaniel Hartmeier
2005-02-24ok, last commit was partly wrong: an(4) uses BSS by default,Jason McIntyre
2005-02-24Add -N switch to select port for udpencap. Thus it's possible to run multipleHans-Joerg Hoexer
2005-02-24List some adapters known to work. ok damien@Jonathan Gray
2005-02-24Note the requirement of PCI 2.2 (3.3V signalling) on all PCI ral devicesJonathan Gray
2005-02-24Store result of snprintf() in a signed type and check it for -1.Jonathan Gray
2005-02-24remove docompress() completely in case of -DSMALL andMoritz Jodeit
2005-02-24Add tedu's copy* test, turned into a regress test by me.Otto Moerbeek
2005-02-24fix pr4036, don't set p2->p_cpu to nullTed Unangst
2005-02-24Document the 'source-track' stateful tracking option. Heavy influenceJoel Knight
2005-02-24Never respond to 0-length UDP packets. Reduces, but does not eliminateChad Loder
2005-02-23use a string format argument instead of nothing in the exampleRobert Nagy
2005-02-23add all supported regulation domains. the forced COUNTRYCODE in ar5xxxReyk Floeter
2005-02-23shrinkDavid Gwynne
2005-02-23syncTheo de Raadt
2005-02-23palm zire 31; pr 4113, jamesw@bsdhosting.co.zaTheo de Raadt
2005-02-23do not permit a suspend if the lid is closed; uwe okTheo de Raadt
2005-02-23Make no distinction between standby and suspend requests for now.Uwe Stuehler
2005-02-23A healthy dose of 'die static'.Dale Rahn
2005-02-23Add missing copyright.Dale Rahn
2005-02-23fix copyright, use pxa2x0_gpio_intr_string()Dale Rahn
2005-02-23Move code from zaurus machdep to arm/xscale to live with the interruptDale Rahn
2005-02-22Interrupt naming as provided by other interrupt handlers.Dale Rahn
2005-02-22more error checking on protocol calls when running in client modeJean-Francois Brousseau
2005-02-22use the file's name, and not its full path, when building the path toJean-Francois Brousseau
2005-02-22unused variableJean-Francois Brousseau
2005-02-22get rid of code that shouldn't have made it in thereJean-Francois Brousseau
2005-02-22Split the cvs daemon into two different processes: cvsd and cvsd-child.Jean-Francois Brousseau
2005-02-22- Shift the brightness scale so that 0% still keeps the backlight on.Uwe Stuehler
2005-02-22call zkbd_hinge() at attach time, to init sc_hinge; drahn okTheo de Raadt
2005-02-22- support -c and -s to retrieve the module listJean-Francois Brousseau
2005-02-22Be sure to attach the console keyboard, if any, before prompting for anMiod Vallat
2005-02-22Initial suspend/resume code with additional powerhooks. Enter/exitUwe Stuehler
2005-02-22set the standard request socket path to /var/run/cvsd.sockJean-Francois Brousseau
2005-02-22fix wrong line break in comment.Moritz Jodeit
2005-02-22build delete messages for isakmp sa correctly.Hans-Joerg Hoexer
2005-02-22add hme(4) RX TCP/UDP checksum offloadBrad Smith
2005-02-22typoAlexander Yurchenko
2005-02-22regenMichael Shalayeff
2005-02-22sv map fix; from Jan Johansson <janj+openbsd@wenf.org>Michael Shalayeff
2005-02-22based on hinge buttons, do screen blanking. uwe and i agree thatTheo de Raadt