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