Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-19 | convert functions from K&R style to prototype style. | Marco S Hyman | |
Function arg types have not yet been fixed. OK fgs@, espie@ | |||
2002-07-19 | display a warning from ssh when XAuthLocation does not exist or xauth | Kevin Steves | |
returned no authentication data. ok markus@ | |||
2002-07-19 | a few more comments and debugs, other cosmetic stuff | Michael Shalayeff | |
2002-07-19 | do not use broken tsc on geode and broken latch on ns geodes; testing by markus@ | Michael Shalayeff | |
2002-07-19 | Remove swedish comment. -moj | Mats O Jansson | |
2002-07-19 | Define an IPL_VM and mark IPL_IMP as "not to be used". | Artur Grabowski | |
2002-07-19 | remove fatal cleanups after fork; based on discussions with and code | Markus Friedl | |
from solar. | |||
2002-07-19 | constify, have missing prototypes, use pedantic compilation options. | Jun-ichiro itojun Hagino | |
niels ok | |||
2002-07-19 | And back out the last change again. | Daniel Hartmeier | |
2002-07-19 | feature requests come from idiots | Henning Brauer | |
2002-07-19 | Fix format bug with ps -o group. ok deraadt@ | Dale Rahn | |
2002-07-19 | rework the interface lookup routines internals. | Henning Brauer | |
less and easier code than before. no functional changes. ok frantzen@, dhartmei@ | |||
2002-07-19 | Support # comments at the end of lines and inside (multi-line) string | Daniel 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-19 | Use getnameinfo() instead of gethostbyaddr() to support IPv6 reverse | Daniel Hartmeier | |
lookups with pfctl -r. Makes things actually simpler. | |||
2002-07-19 | deal with the fact that the struct node_host ifa_pick_ip gets is not always | Henning 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-19 | remove #define crypt DES_crypt; ok deraadt@ | Markus Friedl | |
2002-07-19 | minor KNF | Jun-ichiro itojun Hagino | |
2002-07-19 | whitespace | Jun-ichiro itojun Hagino | |
2002-07-19 | tabify | Jun-ichiro itojun Hagino | |
2002-07-19 | ansi | Theo de Raadt | |
2002-07-19 | ansi | Theo de Raadt | |
2002-07-19 | ansi | Theo de Raadt | |
2002-07-19 | ansi | Theo de Raadt | |
2002-07-19 | 4344 lines of KNF diff | Theo de Raadt | |
2002-07-19 | use inet_aton(); mickey says it does not break what he uses -- good enough | Theo de Raadt | |
2002-07-19 | give sparc64 the normal STACKGAPLEN (512), this allows systrace(4) to work | Jason Wright | |
2002-07-18 | teach mtree about systrace; okay deraadt@ | Niels Provos | |
2002-07-18 | update policy | Niels Provos | |
2002-07-18 | use inet_aton(), until this is made v6 aware | Theo de Raadt | |
2002-07-18 | policy for lpd | Niels Provos | |
2002-07-18 | named policy for systrace | Niels Provos | |
2002-07-18 | typo | Todd C. Miller | |
2002-07-18 | use inet_aton() instead of inet_addr(); millert ok | Theo de Raadt | |
2002-07-18 | Remove unused calls to inet_addr() | brian | |
2002-07-18 | regen | Michael Shalayeff | |
2002-07-18 | emulex lp8000 | Michael 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-18 | if such an occasion occures that hpmc_dump() returns -- just summon the ↵ | Michael Shalayeff | |
global broadcast and reset | |||
2002-07-18 | ansify, pull some prototypes | Peter Valchev | |
2002-07-18 | fix warning | Theo de Raadt | |
2002-07-18 | de-lint a bit. use inet_aton(); millert ok | Theo de Raadt | |
2002-07-18 | correct some locations | Theo de Raadt | |
2002-07-18 | use /bin/sh for bourne shell scripts (instead of the $SHELL env var). | Markus Friedl | |
ok deraadt@ | |||
2002-07-18 | - string handling patch from David Holland, minimally modified. Highlights | Paul Janzen | |
are fewer magic constants, sprintf->snprintf, and better scorefile handling. Also, won't hang if forking a subshell fails. - a few needless functions have been trimmed, and a few extra defaults have been added to a few switches, just in case. | |||
2002-07-18 | s/0/NULL in pointer comparison | Jason Wright | |
2002-07-18 | make reserved pages for the pv_pool variable on physmem (should pool get ↵ | Michael Shalayeff | |
preload in the future this is to be changed immidiately). map the page above the kernel stack unmapped | |||
2002-07-18 | move kernel higher. | Michael Shalayeff | |
request 7000 scheduling if only pa7000 is configured. | |||
2002-07-18 | make it compile by removing unused local vars | Michael Shalayeff | |
2002-07-18 | Correct CFLAGS for vax; deraadt says ok. | Hugh Graham | |
NB future porters, default is still big endian. | |||
2002-07-18 | Match compatible sab82532 | Jason Wright | |