Age | Commit message (Expand) | Author |
2005-06-26 | add missing va_end(); Andrey Matveev | Todd C. Miller |
2005-06-26 | expose the name aliasing operation, since it can be useful. | Marc Espie |
2005-06-26 | fail if cwd is not available; pr4265; espie@ ok | Michael Shalayeff |
2005-06-26 | some useful statistics about shared files and size gains. | Marc Espie |
2005-06-26 | missing support for `identical' files. | Marc Espie |
2005-06-26 | select fat package based on name too. | Marc Espie |
2005-06-26 | new tool (not active yet): pkg_merge. | Marc Espie |
2005-06-26 | handle fat packages based on architecture. | Marc Espie |
2005-06-26 | switch pkg_create to built-in Ustar, no longer dependent on external tar. | Marc Espie |
2005-06-26 | faster fat package finder | Marc Espie |
2005-06-26 | remove unused code in bge_intr() | Brad Smith |
2005-06-26 | rev 1.29 | Brad Smith |
2005-06-26 | Use pci_matchbyid(). | Brad Smith |
2005-06-26 | - clear IFF_RUNNING & IFF_OACTIVE in dc_stop() before de-allocating resources. | Brad Smith |
2005-06-26 | remove one more piece of the media detection from SRM code. | Brad Smith |
2005-06-25 | re-add ASIX check lost in rev 1.77 | Brad Smith |
2005-06-25 | /* Fallthrough. */ -> /* FALLTHROUGH */ | Hans-Joerg Hoexer |
2005-06-25 | typo in comment | Hans-Joerg Hoexer |
2005-06-25 | do the default port filling code a few lines earlier, so it really does fix %p | Damien Miller |
2005-06-25 | the local macro _id was removed before this code was even imported from NetBSD | Brad Smith |
2005-06-25 | hide name2id prototypes in #ifdef _KERNEL, claudio ok | Henning Brauer |
2005-06-25 | name2id prototypes | Henning Brauer |
2005-06-25 | Fix typo in a comment. | Niall O'Higgins |
2005-06-25 | Make the name2id/id2name code generically usable. This will be needed by | Claudio Jeker |
2005-06-25 | -Wall clean now | Henning Brauer |
2005-06-25 | couldn't stop my fingers from doing some cleanup | Henning Brauer |
2005-06-25 | $OpenBSD$, got botched | Henning Brauer |
2005-06-25 | match output with the one from GNU cvs. | Joris Vink |
2005-06-25 | Use correct local ID in phase 1 when using IPV[46]_ADDR. | Hans-Joerg Hoexer |
2005-06-24 | Fix botch introduced in r1.12. reduced_geometry.sectors is a 5 byte | Kenneth R Westerback |
2005-06-24 | Eliminate sd_scsibus_get_optparms() as unnecessary, instead getting | Kenneth R Westerback |
2005-06-24 | Move st.c to new mode sense mechanism. Don't save page0 data (if any), just | Kenneth R Westerback |
2005-06-24 | MSI Bluetooth adapters need the ubt_broken_devices quirk | Martin Reindl |
2005-06-24 | err -> errx | Jolan Luff |
2005-06-24 | Do not automaticaly announce routes that have RTF_DYNAMIC set. These routes | Claudio Jeker |
2005-06-24 | simplify port allocation in pcb_bind(); based on freebsd; ok claudio henning | Markus Friedl |
2005-06-23 | Add the 18 brazilian capitals that were missing (Vitória, Florianópolis, | Pedro Martelletto |
2005-06-23 | Commandante Che Guevara; pt out by form@ | Michael Shalayeff |
2005-06-23 | clear IFF_RUNNING & IFF_OACTIVE in dc_stop() before de-allocating resources. | Brad Smith |
2005-06-23 | Use proper type for 32 bit entity. s/long/int | Robert Nagy |
2005-06-23 | - at(1) synopsis: -r expects a `job' arg, not a timespec | Jason McIntyre |
2005-06-23 | sort options; | Jason McIntyre |
2005-06-23 | update if_lastchange for evey IFF_UP change not only SIOCSIFFLAGS; henning@ ok | Michael Shalayeff |
2005-06-23 | iface description is not an array of ptr but rather just a string; jcs@ ok | Michael Shalayeff |
2005-06-23 | Dead code. | Artur Grabowski |
2005-06-23 | Reword some comments to better reflect reality. Remove some unhelpful | Kenneth R Westerback |
2005-06-23 | - cleanup dead flags | Jared Yanovich |
2005-06-23 | Don't discard the blocksize information provided by the READ CAPACITY | Kenneth R Westerback |
2005-06-22 | slightly simplify; christos@netbsd | Henning Brauer |
2005-06-22 | implement and use a real usage(); function instead of using goto usage; | Robert Nagy |