Age | Commit message (Expand) | Author |
2003-11-06 | Tell people to set PKG_PATH for pkg_add - to handle dependencies. | Marc Espie |
2003-11-06 | ... pkg_add obviously much happier with borked_package... | Marc Espie |
2003-11-06 | verify libspec fully again (same code as old pkg add-on, mostly). | Marc Espie |
2003-11-06 | Split off dependency solving into its own function. | Marc Espie |
2003-11-06 | do not try to run the post-install script on an aborted pkg_add. | Marc Espie |
2003-11-06 | split out the registration process, and add a ^C handler, to that | Marc Espie |
2003-11-06 | Handle pkg_add - | Marc Espie |
2003-11-06 | Allow the use of full paths to refer to installed packages, so that | Marc Espie |
2003-11-06 | url2pkgname as an explicit function | Marc Espie |
2003-11-06 | Implement discovery of a `packing-list' prefix, e.g., the first @cwd | Marc Espie |
2003-11-06 | the previous change caused invalid checksums in some cases (rdr), | Daniel Hartmeier |
2003-11-06 | Style nits. | Hakan Olsson |
2003-11-06 | Require encrypted messages are soon as we have the keystate for it. | Hakan Olsson |
2003-11-06 | spis[] type tweak. From Hans-Joerg Hoexer. | Hakan Olsson |
2003-11-06 | antispoof with ipless interface | Henning Brauer |
2003-11-06 | two more KNF violations I missed earlier. who introduces those all the time? | Henning Brauer |
2003-11-06 | and fix two err() that should be errx() while beeing here | Henning Brauer |
2003-11-06 | need calloc here | Henning Brauer |
2003-11-06 | KNF | Henning Brauer |
2003-11-06 | document that label macros can now be used in tags as well | Henning Brauer |
2003-11-06 | allow the label macros to be used in tags as well. | Henning Brauer |
2003-11-06 | Teach gdb about the existence of SIGINFO. Fixes PR 3173. | Otto Moerbeek |
2003-11-06 | named.boot no longer necessary; | Jason McIntyre |
2003-11-06 | add commented out LoadModule statements for each module we build and install | Henning Brauer |
2003-11-06 | don't write magic until the file system is really done. prevents | Ted Unangst |
2003-11-06 | regen | Michael Shalayeff |
2003-11-06 | i82852gm ids from jmc's dmesg | Michael Shalayeff |
2003-11-06 | fix linklocal multicast address handling. Matthias Drochner | Jun-ichiro itojun Hagino |
2003-11-05 | Correct author's email address per his request. | Alexander Yurchenko |
2003-11-05 | Back wdc reset change, now in more careful variant. | Alexander Yurchenko |
2003-11-05 | correct errors in code examples; from Dries Schellekens; | Jason McIntyre |
2003-11-05 | another ad codec | Michael Shalayeff |
2003-11-05 | PFS: Perfect Forward Secrecy (RFC 2409); | Jason McIntyre |
2003-11-05 | updated URL from Jared Yanovich; | Jason McIntyre |
2003-11-05 | updated URL from Jared Yanovich; | Jason McIntyre |
2003-11-05 | Cleanups. | Ryan Thomas McBride |
2003-11-05 | Make tcpdump -x work with pfsync. | Ryan Thomas McBride |
2003-11-04 | don't call in_pcbrehash twice; ok itojun@ | Markus Friedl |
2003-11-04 | a hook to use an lkm for unicode names decoding; from freebsd | Michael Shalayeff |
2003-11-04 | add in(6)_pcblookup_listen() and replace all calls to in_pcblookup() | Markus Friedl |
2003-11-04 | Add carp_setroute(), add and remove routes when the carp(4) interface | Ryan Thomas McBride |
2003-11-04 | make pkg_create aware of duplicate files in plist, which are a bad thing. | Marc Espie |
2003-11-04 | Use MGETHDR() instead of m_gethdr() | Ryan Thomas McBride |
2003-11-04 | let pkg_delete use logging facilities to save issues with deleting files | Marc Espie |
2003-11-04 | Add logging facilities (temp module exposes its temporary directory) | Marc Espie |
2003-11-04 | - Remove bogus function prototype | Ryan Thomas McBride |
2003-11-04 | sync docs with current implementation; | Jason McIntyre |
2003-11-04 | sort options in SYNOPSIS and sync usage(); | Jason McIntyre |
2003-11-04 | standardise arguments to auth methods - they should all take authctxt. | Damien Miller |
2003-11-04 | Test r operator. | Otto Moerbeek |