Age | Commit message (Expand) | Author |
2004-11-11 | symetry: updating a package means removing the old one and adding the new | Marc Espie |
2004-11-11 | move collision reporter to a separate file, so that it doesn't get loaded | Marc Espie |
2004-11-11 | store a ref to %forced in $state, for access anywhere. | Marc Espie |
2004-11-11 | File::Copy use moves as well. | Marc Espie |
2004-11-11 | restrict update operation less: we're not bothered by @exec or INSTALL, | Marc Espie |
2004-11-11 | need to move collision_report over as well, and use PackageInfo routines. | Marc Espie |
2004-11-11 | package names starting with . are hidden from pkg_info by default. | Marc Espie |
2004-11-11 | synch validate_plist | Marc Espie |
2004-11-11 | move some code from pkg_add to OpenBSD/Add.pm, for symetry with pkg_delete. | Marc Espie |
2004-11-11 | typo | Marc Espie |
2004-11-11 | don't touch font directories if -n either... | Marc Espie |
2004-11-11 | introduce shortcuts to read/write contents from_installation/to_installation | Marc Espie |
2004-11-11 | fix interaction of -n -v -r. | Marc Espie |
2004-11-11 | New config statement "rde route-age [evaluate|ignore]". If set to evaluate | Claudio Jeker |
2004-11-11 | hide lib packages | Marc Espie |
2004-11-10 | Use ${STATIC} rather than -static (dont hardcode). ok miod@ | Dale Rahn |
2004-11-10 | prefix_write() works also for IPv6. OK henning@ | Claudio Jeker |
2004-11-10 | It is not needed to mask the value wit 0xff as it is < 255. OK henning@ | Claudio Jeker |
2004-11-10 | "not reached" does not help LINT use NOTREACHED instead and use it only in | Claudio Jeker |
2004-11-10 | Remove no longer needed code. OK henning@ | Claudio Jeker |
2004-11-10 | ntp_adjtime() -> priv_adjtime() | Henning Brauer |
2004-11-10 | const'ify conffile | Henning Brauer |
2004-11-10 | use ExtraInfo, finally: allows pkg_info to report packages according to | Marc Espie |
2004-11-10 | resurrect -e, document that it uses packages-specs now. | Marc Espie |
2004-11-09 | oops again. | Marc Espie |
2004-11-09 | oops, dropped one line I shouldn't have. | Marc Espie |
2004-11-09 | -s seamless with other options: let it work with -a, let it be on for -v. | Marc Espie |
2004-11-09 | kill old Logger interface, use $state->print() to report problems at | Marc Espie |
2004-11-09 | alternate between package names correctly when replacing a package. | Marc Espie |
2004-11-09 | kill dup code | Marc Espie |
2004-11-09 | -s option, grange's request. | Marc Espie |
2004-11-09 | in the list of RIRs: | Henning Brauer |
2004-11-09 | avoid scanning the whole packing-list when looking for info that are | Marc Espie |
2004-11-09 | save dir in plist, not state (unconfuse script operations when several | Marc Espie |
2004-11-09 | don't keep libraries whose version numbers are not needed. | Marc Espie |
2004-11-09 | remove code we don't use. | Marc Espie |
2004-11-08 | Advice user to use multiple servers. Prodded by Daniel Polak, help and ok jmc@ | Otto Moerbeek |
2004-11-08 | add more olden times keyword. | Marc Espie |
2004-11-07 | document that keywords can be specified multiple times; | Jason McIntyre |
2004-11-07 | document the current behavior of pkg_add -r. | Marc Espie |
2004-11-07 | clone() library entry so that md5 and modes/owners get copied along. | Marc Espie |
2004-11-07 | split off libraries, so that we can erase the old packages. | Marc Espie |
2004-11-07 | shared libraries, preliminary work, a simpler scheme: | Marc Espie |
2004-11-07 | don't try to be smart and not store the full tempname: we don't use this | Marc Espie |
2004-11-07 | show tally in verbose mode as well, why not ? | Marc Espie |
2004-11-06 | oops. Thanks krw. | Marc Espie |
2004-11-06 | die if moving tempfiles doesn't work. | Marc Espie |
2004-11-06 | zap tempname once we've moved the file. | Marc Espie |
2004-11-06 | mark whole state for `replacing' so that only file entries get tempname | Marc Espie |
2004-11-05 | Use SA_LEN() instead of ss.ss_len. Evaluates to the same result but it's | Darren Tucker |