summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-07-19don't try to find a "suitable" bourne shell for subcommands, just use ourHenning Brauer
/bin/sh, it is fine. Sam Smith <S@mSmith.net> reported a breakage in case bash in installed, and dhartmei@ analyzed, as far as I can see from the old mail sam forwarded me.
2002-07-19sync MANUALPAGES with realityHenning Brauer
2002-07-19syncTheo de Raadt
2002-07-19enable multiviews in the manual dir.Henning Brauer
now this is more than just a collection of dead links.
2002-07-19sync w/ apache 1.3.26Henning Brauer
2002-07-19you can't always cast pointer to int; use intptr_t.Jun-ichiro itojun Hagino
2002-07-19mergeHenning Brauer
2002-07-19import apache 1.3.26 + mod_ssl 2.8.10Henning Brauer
2002-07-19minor tweaks, sighTheo de Raadt
2002-07-19bunch more careful tweaksTheo de Raadt
2002-07-19convert functions from K&R style to prototype style.Marco S Hyman
Function arg types have not yet been fixed. OK fgs@, espie@
2002-07-19display a warning from ssh when XAuthLocation does not exist or xauthKevin Steves
returned no authentication data. ok markus@
2002-07-19a few more comments and debugs, other cosmetic stuffMichael Shalayeff
2002-07-19do not use broken tsc on geode and broken latch on ns geodes; testing by markus@Michael Shalayeff
2002-07-19Remove swedish comment. -mojMats O Jansson
2002-07-19Define an IPL_VM and mark IPL_IMP as "not to be used".Artur Grabowski
2002-07-19remove fatal cleanups after fork; based on discussions with and codeMarkus Friedl
from solar.
2002-07-19constify, have missing prototypes, use pedantic compilation options.Jun-ichiro itojun Hagino
niels ok
2002-07-19And back out the last change again.Daniel Hartmeier
2002-07-19feature requests come from idiotsHenning Brauer
2002-07-19Fix format bug with ps -o group. ok deraadt@Dale Rahn
2002-07-19rework the interface lookup routines internals.Henning Brauer
less and easier code than before. no functional changes. ok frantzen@, dhartmei@
2002-07-19Support # comments at the end of lines and inside (multi-line) stringDaniel Hartmeier
literals, so you can do things like macro="{ foo, # first entry bar, # second entry baz }" # last entry or pass in on $ext_if \ # external interface proto tcp \ # TCP connections from any to $ext_if \ # to the gateway itself keep state And sneaking in two minor fixes for KNF.
2002-07-19Use getnameinfo() instead of gethostbyaddr() to support IPv6 reverseDaniel Hartmeier
lookups with pfctl -r. Makes things actually simpler.
2002-07-19deal with the fact that the struct node_host ifa_pick_ip gets is not alwaysHenning Brauer
the result of an interface expansion. in this case ifa_pick_ip does an address family check (that's actually a (wanted) side effect). Thus, we need to spit out a meaningfull error message in case of a mismatch. also adjust all the other error messages, they were also assuming that nh is the result of an interface expansion. after a looooong discussion on icb (dhartmei@, pb@, me) we agreed on the term "translation address" for that. okay dhartmei@
2002-07-19remove #define crypt DES_crypt; ok deraadt@Markus Friedl
2002-07-19minor KNFJun-ichiro itojun Hagino
2002-07-19whitespaceJun-ichiro itojun Hagino
2002-07-19tabifyJun-ichiro itojun Hagino
2002-07-19ansiTheo de Raadt
2002-07-19ansiTheo de Raadt
2002-07-19ansiTheo de Raadt
2002-07-19ansiTheo de Raadt
2002-07-194344 lines of KNF diffTheo de Raadt
2002-07-19use inet_aton(); mickey says it does not break what he uses -- good enoughTheo de Raadt
2002-07-19give sparc64 the normal STACKGAPLEN (512), this allows systrace(4) to workJason Wright
2002-07-18teach mtree about systrace; okay deraadt@Niels Provos
2002-07-18update policyNiels Provos
2002-07-18use inet_aton(), until this is made v6 awareTheo de Raadt
2002-07-18policy for lpdNiels Provos
2002-07-18named policy for systraceNiels Provos
2002-07-18typoTodd C. Miller
2002-07-18use inet_aton() instead of inet_addr(); millert okTheo de Raadt
2002-07-18Remove unused calls to inet_addr()brian
2002-07-18regenMichael Shalayeff
2002-07-18emulex lp8000Michael Shalayeff
2002-07-18- Add support for both of the schizo iommu's(There is an iommu per pbm)Jason Wright
- const the cfattach - clean - deal with the fact that the register property doesn't reflect the true length of the register set (grr!) - move away from home grown read/write_8 and use bus_space where possible
2002-07-18if such an occasion occures that hpmc_dump() returns -- just summon the ↵Michael Shalayeff
global broadcast and reset
2002-07-18ansify, pull some prototypesPeter Valchev
2002-07-18fix warningTheo de Raadt