summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-11-07- document /etc/kbdtypeJason McIntyre
- sort options list and FILES - put example descriptions before examples and indent them ok mickey@
2003-11-07- slight cleanupJason McIntyre
- document some of the stuff in core.h - corrections from miod@ and myself;
2003-11-07document line length and group membership limits;Jason McIntyre
kill a stray .Pp; help and ok millert@
2003-11-07hppa is bigendianMichael Shalayeff
2003-11-07prevent overflow, see freebsd r1.32. also, do nicer reallocs.Ted Unangst
ok millert@ otto@
2003-11-06Do not use a reserved PTE bit as the wired bit, this can bite you.Miod Vallat
From NetBSD (PR #11121)
2003-11-06handle +DISPLAYMarc Espie
2003-11-06move netisr definition into md code to allow arch provide suitable allocation;Dale Rahn
tested on most archs, mickey missed pegasos.
2003-11-06move netisr definition into md code to allow arch provide suitable ↵Michael Shalayeff
allocation; tested on most archs
2003-11-06Test #, n, and a.Otto Moerbeek
2003-11-06Describe non-portable extension # (comment), n (print w/o newline),Otto Moerbeek
and a (byte to char). Tweaks and ok jmc@
2003-11-06Implement non-portable extension # (comment), n (print w/o newline),Otto Moerbeek
and a (byte to char).
2003-11-06set env PKG_PREFIX for compatibility with old tools.Marc Espie
2003-11-06Tell 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-06verify 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-06Split 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-06do not try to run the post-install script on an aborted pkg_add.Marc Espie
2003-11-06split out the registration process, and add a ^C handler, to thatMarc Espie
half-installed packages register in a sensible way.
2003-11-06Handle 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-06Allow the use of full paths to refer to installed packages, so thatMarc Espie
pkg_delete /var/db/pkg/zsh-*/ works.
2003-11-06url2pkgname as an explicit functionMarc Espie
2003-11-06Implement discovery of a `packing-list' prefix, e.g., the first @cwdMarc Espie
present in the packing-list (necessary for libdepends checking).
2003-11-06the previous change caused invalid checksums in some cases (rdr),Daniel Hartmeier
back it out temporarily, ok cedric@
2003-11-06Style nits.Hakan Olsson
2003-11-06Require 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-06spis[] type tweak. From Hans-Joerg Hoexer.Hakan Olsson
2003-11-06antispoof with ipless interfaceHenning Brauer
2003-11-06two more KNF violations I missed earlier. who introduces those all the time?Henning Brauer
2003-11-06and fix two err() that should be errx() while beeing hereHenning Brauer
2003-11-06need calloc hereHenning Brauer
2003-11-06KNFHenning Brauer
2003-11-06document that label macros can now be used in tags as wellHenning Brauer
with help from and ok jmc@
2003-11-06allow 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-06Teach gdb about the existence of SIGINFO. Fixes PR 3173.Otto Moerbeek
"Works for me" todd@ ok mickey@ fgsch@
2003-11-06named.boot no longer necessary;Jason McIntyre
from George Pontis (PR 3555); ok jakob@
2003-11-06add commented out LoadModule statements for each module we build and installHenning Brauer
and a short description what it does result of a conversation with nick@ and Diana Eichert
2003-11-06don't write magic until the file system is really done. preventsTed Unangst
fsck/mount unhappiness. hint from freebsd-arch ml. ok deraadt@
2003-11-06regenMichael Shalayeff
2003-11-06i82852gm ids from jmc's dmesgMichael Shalayeff
2003-11-06fix linklocal multicast address handling. Matthias DrochnerJun-ichiro itojun Hagino
2003-11-05Correct author's email address per his request.Alexander Yurchenko
2003-11-05Back wdc reset change, now in more careful variant.Alexander Yurchenko
Tested on matthieu's U5.
2003-11-05correct errors in code examples; from Dries Schellekens;Jason McIntyre
ok niels@
2003-11-05another ad codecMichael Shalayeff
2003-11-05PFS: Perfect Forward Secrecy (RFC 2409);Jason McIntyre
from misc@ and ok markus@
2003-11-05updated URL from Jared Yanovich;Jason McIntyre
2003-11-05updated URL from Jared Yanovich;Jason McIntyre
2003-11-05Cleanups.Ryan Thomas McBride
- Remove error variable which is not needed. - Add missing /* INET6 */ comments.
2003-11-05Make tcpdump -x work with pfsync.Ryan Thomas McBride
ok dhartmei@