summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-06-29Document behavior when no conversion could be performed. AdaptedTodd C. Miller
2007-06-29ansify/de-registerJasper Lievisse Adriaanse
2007-06-29*long* options are undocumented; ok rayJason McIntyre
2007-06-29respect timeouts. prompted by freebsd pr110122, but also proplerlyHenning Brauer
2007-06-29Server-side bits for release command.Xavier Santolaria
2007-06-29make it easy to spot wich nfs version the traffic is.Thordur I. Bjornsson
2007-06-29Sync cvs/rcs diff code.Ray Lai
2007-06-29sick of extra static messing up tracebacks; ok miodTheo de Raadt
2007-06-29more daddr64_t changes; checked by ottoTheo de Raadt
2007-06-29force the pci bus probe routines to look for extra functions on jmicronDavid Gwynne
2007-06-29when we attach to the jmicron controllers, whack their configuration aroundDavid Gwynne
2007-06-29demystify a little more of the jmicron pci control registersDavid Gwynne
2007-06-29define away some of the magic on jmicron controllersDavid Gwynne
2007-06-28Add a SIGCHLD handler for background mode instead of doing waitpid()Todd C. Miller
2007-06-28Sync revisions and time buffers size to be consistent with each others.Xavier Santolaria
2007-06-28When commiting to a server in a remote setup classifyJoris Vink
2007-06-28Bring the index defines back in sync with struct nlist after removal of IPXClaudio Jeker
2007-06-28groff understands `|', so no need to duplicate macros.Jason McIntyre
2007-06-28diff(1) sync, mostly spacing and moving crap around, except:Ray Lai
2007-06-28do not call cvs_checkout_file() for file removals in local mode,Joris Vink
2007-06-28when logging to CVSROOT/history as a server fill in theJoris Vink
2007-06-28Alias `1' and `2' to `l' and `r', making interactive merges easierRay Lai
2007-06-28Some syncs with diff(1):Ray Lai
2007-06-28Add check for nlist failure to prevent a segfault.Ray Lai
2007-06-27printf(1) is the correct reference here, not printf(3);Jason McIntyre
2007-06-27have the server be more strict about the requests the clientJoris Vink
2007-06-27wt(4) was removed a while ago, so don't support booting off it anoymore.Michael Knudsen
2007-06-27Remove last bits about login and logout commands, which will never beXavier Santolaria
2007-06-27Shrink code by not using __inline without static; like we did for sk(4).Mark Kettenis
2007-06-27When aligning buffers correctly handle the case where theCan Erkin Acar
2007-06-27According to Intel errata:Artur Grabowski
2007-06-27Add missing undocumented --ignore-case flag, to improve compatibilityRay Lai
2007-06-27fix diff output in a remote setup so our client does not freak out.Joris Vink
2007-06-27We were missing the needed clue/magic to have our remote setupJoris Vink
2007-06-27From Tobias Stoeckmann:Ray Lai
2007-06-26checkd -> checked; from Nicholas MarriottJason McIntyre
2007-06-26fix pkg_info's find_by_path behavior, which I accidentally broke twoMarc Espie
2007-06-26Enable creation of larger than 1TB FFS2 filesystems. Note that thisOtto Moerbeek
2007-06-26Bring back the release command. More work to be done though.Xavier Santolaria
2007-06-26missed one mark_as_installed.Marc Espie
2007-06-26Switch associated pciide(4) into native mode, and route its interruptMark Kettenis
2007-06-26Set shortest string count to 0 in strfile(8), if there a no strings foundMoritz Jodeit
2007-06-26Make natsemi_pci_intr() use pciide_intr_flag(). Needed on the PC87415 partMark Kettenis
2007-06-26Fix a race condition during ruleset reload; make sure we don't walk offRyan Thomas McBride
2007-06-26the big gap one: create UpdateSet for all packages being installed, andMarc Espie
2007-06-26Provide a default case so that we don't end up trying to dereferenceTom Cosgrove
2007-06-26Implement bit swap for a byte in O(log(N)) rather than O(N), promptedTom Cosgrove
2007-06-26loadfile() returns an open file descriptor on successful exit, soTom Cosgrove
2007-06-26Fix the description of loadfile() semantics in comment (and kill "andTom Cosgrove
2007-06-26Fix "the the"s. ok miod@.Tom Cosgrove