Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-07 | - document /etc/kbdtype | Jason McIntyre | |
- sort options list and FILES - put example descriptions before examples and indent them ok mickey@ | |||
2003-11-07 | - slight cleanup | Jason McIntyre | |
- document some of the stuff in core.h - corrections from miod@ and myself; | |||
2003-11-07 | document line length and group membership limits; | Jason McIntyre | |
kill a stray .Pp; help and ok millert@ | |||
2003-11-07 | hppa is bigendian | Michael Shalayeff | |
2003-11-07 | prevent overflow, see freebsd r1.32. also, do nicer reallocs. | Ted Unangst | |
ok millert@ otto@ | |||
2003-11-06 | Do not use a reserved PTE bit as the wired bit, this can bite you. | Miod Vallat | |
From NetBSD (PR #11121) | |||
2003-11-06 | handle +DISPLAY | Marc Espie | |
2003-11-06 | move netisr definition into md code to allow arch provide suitable allocation; | Dale Rahn | |
tested on most archs, mickey missed pegasos. | |||
2003-11-06 | move netisr definition into md code to allow arch provide suitable ↵ | Michael Shalayeff | |
allocation; tested on most archs | |||
2003-11-06 | Test #, n, and a. | Otto Moerbeek | |
2003-11-06 | Describe non-portable extension # (comment), n (print w/o newline), | Otto Moerbeek | |
and a (byte to char). Tweaks and ok jmc@ | |||
2003-11-06 | Implement non-portable extension # (comment), n (print w/o newline), | Otto Moerbeek | |
and a (byte to char). | |||
2003-11-06 | set env PKG_PREFIX for compatibility with old tools. | Marc Espie | |
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 | |
This ends the current batch of updates. Much thanks to sturm@ for testing and comments. | |||
2003-11-06 | Split off dependency solving into its own function. | Marc Espie | |
pkg without dependencies is not a special case, it will simply end up with an empty solved dependency list. Try harder to resolve dependencies without resorting to default, use other arguments on the command line first. This makes it possible to have pkg_add * run for the CD even if the CD doesn't contain only default packages as long as the packages satisfy the dependencies. | |||
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 | |
half-installed packages register in a sensible way. | |||
2003-11-06 | Handle pkg_add - | Marc Espie | |
let pkg_add postpone conflict handling until it has the real name of the package if necessary, and let PackageLocator deal correctly with a '-' filename. | |||
2003-11-06 | Allow the use of full paths to refer to installed packages, so that | Marc Espie | |
pkg_delete /var/db/pkg/zsh-*/ works. | |||
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 | |
present in the packing-list (necessary for libdepends checking). | |||
2003-11-06 | the previous change caused invalid checksums in some cases (rdr), | Daniel Hartmeier | |
back it out temporarily, ok cedric@ | |||
2003-11-06 | Style nits. | Hakan Olsson | |
2003-11-06 | Require encrypted messages are soon as we have the keystate for it. | Hakan Olsson | |
Require DELETE payloads to be accompanied by HASHes, and add validation for HASH payloads without active exchanges. From Hans-Joerg Hoexer with various modifications and suggestions from me and markus@. Ok markus@. | |||
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 | |
with help from and ok jmc@ | |||
2003-11-06 | allow the label macros to be used in tags as well. | Henning Brauer | |
the idea is not mine and I'dlove to get credit, but I cannot find the mail any more :-(( ok canacar@ dhartmei@ | |||
2003-11-06 | Teach gdb about the existence of SIGINFO. Fixes PR 3173. | Otto Moerbeek | |
"Works for me" todd@ ok mickey@ fgsch@ | |||
2003-11-06 | named.boot no longer necessary; | Jason McIntyre | |
from George Pontis (PR 3555); ok jakob@ | |||
2003-11-06 | add commented out LoadModule statements for each module we build and install | Henning Brauer | |
and a short description what it does result of a conversation with nick@ and Diana Eichert | |||
2003-11-06 | don't write magic until the file system is really done. prevents | Ted Unangst | |
fsck/mount unhappiness. hint from freebsd-arch ml. ok deraadt@ | |||
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 | |
Tested on matthieu's U5. | |||
2003-11-05 | correct errors in code examples; from Dries Schellekens; | Jason McIntyre | |
ok niels@ | |||
2003-11-05 | another ad codec | Michael Shalayeff | |
2003-11-05 | PFS: Perfect Forward Secrecy (RFC 2409); | Jason McIntyre | |
from misc@ and ok markus@ | |||
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 | |
- Remove error variable which is not needed. - Add missing /* INET6 */ comments. | |||
2003-11-05 | Make tcpdump -x work with pfsync. | Ryan Thomas McBride | |
ok dhartmei@ |