Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-25 | Document hw.sensors | Alexander Yurchenko | |
2003-04-25 | check asprintf return value for error, as the pointer is not guaranteed | Peter Valchev | |
to be NULL in such case; ok millert | |||
2003-04-25 | sysctl front-end for the hardware monitoring sensors. This adds | Alexander Yurchenko | |
new node hw.sensors; information from the sensors can be obtained via hw.sensors.n, where n is a sensor number. All values are read only for now. Documentation and back-end drivers are comming. Tested by henning@ and millert@. Four oks from henning@ and one from millert@. | |||
2003-04-25 | Don't assume that asprintf() will leave "tempfile" unmolested when | Todd C. Miller | |
memory allocation fails. Noted and OK by pval@ | |||
2003-04-25 | kill a workaround now that inet_net_pton acts reasonably | Henning Brauer | |
2003-04-25 | always widen the imputed netmask if it is narrower than the specified octets. | Henning Brauer | |
fixes a strange behaviour where inet_net_pton would always return 4 (bits) for multicast addresses no matter how many octets were specified. negotiated with Paul Vixie, original author of this function. ok millert@ | |||
2003-04-25 | added two missing .El macros; | Jason McIntyre | |
ok henning@ | |||
2003-04-25 | Add DL_SETTHREADLCK. "pretty obviously safe i think" teddu@ | Marco S Hyman | |
2003-04-25 | check asprintf return value for error as well, some implementations do | Peter Valchev | |
not set the pointer to NULL necessarily; ok dhartmei, henning, kjell | |||
2003-04-25 | Document changes to mquery(2) function signature change, now the same as mmap(2) | Dale Rahn | |
2003-04-25 | add bounds to some more %s in sscanf | Anil Madhavapeddy | |
ok millert@ | |||
2003-04-25 | replace an unbounded %s in a sscanf with a bounded one | Anil Madhavapeddy | |
ok millert@ | |||
2003-04-25 | sync | Dale Rahn | |
2003-04-25 | change mquery() function call signature to be the same a mmap(). It | Dale Rahn | |
needs the prot/flags info and passing the addresses via arg/return allows it to be traced via ktrace better than an in/out paramter. This adds a new mquery syscall and renames the old one to omquery. New kernel _MUST_ be built and installed before building ld.so with this change. ok millert@ tedu@ | |||
2003-04-25 | AUDIO_ENCODING_* is below, not above the struct description | Anil Madhavapeddy | |
jason@ ok | |||
2003-04-25 | Fix nat proxy port allocation. In case a range was manually specified, | Daniel Hartmeier | |
ports outside that range could be used with a probability inversely proportional to the size of the specified range (occured often with very small, rarely with larger ranges). Reported by Gopakumar Pillai, ok henning@ | |||
2003-04-25 | Properly copy the second part of nat proxy port range, when specified. | Daniel Hartmeier | |
ok henning@ | |||
2003-04-25 | add missing .El's for .Bl macros; | Jason McIntyre | |
2003-04-25 | - added missing .Ed | Jason McIntyre | |
- new sentence, new line - whitespace at EOL removed | |||
2003-04-25 | removed unused .Bl | Jason McIntyre | |
2003-04-25 | missing .El for .Bl macros; | Jason McIntyre | |
2003-04-25 | missing .El for .Bl macro; | Jason McIntyre | |
2003-04-25 | - add missing .El macros (7 of them!) | Jason McIntyre | |
- use .Bl not .Bd for lists - whitespace at EOL killed - typos in macros - .El -width shortened Ds -> XXXX | |||
2003-04-25 | eliminate a sprintf in code we don't use, prodded by and ok jsyn@ | Henning Brauer | |
2003-04-25 | minor tweak to error message, from Eric in pr3235 | Ted Unangst | |
2003-04-25 | ICMP types are u_int8_t. Use u_int8_t and %u for ICMP types instead of | Chad Loder | |
u_char and %d. OK millert | |||
2003-04-25 | TTL is defined as u_int8_t in both <netinet/ip.h> and | Chad Loder | |
<netinet6/ip6_var.h>. Don't need to use int and %d for TTL in traceroute. OK millert | |||
2003-04-24 | better bounds for strlcpy. from lha@stacken via janj+openbsd at wenf.org. | Ted Unangst | |
thanks | |||
2003-04-24 | get rid of incorrectly sized buffer by using asprintf; ok millert | Peter Valchev | |
2003-04-24 | Validation of command line argument for packet data length was comparing | Chad Loder | |
to the wrong thing, which resulted in a confusing error message later on. Do validation on the user supplied parameter. ok millert | |||
2003-04-24 | fix typo; Patrick Latifi | Todd C. Miller | |
2003-04-24 | regen | Alexander Yurchenko | |
2003-04-24 | Two ServerWorks CSB6 devices found in dmesg from | Alexander Yurchenko | |
Per-Erik Persson <pere@fos.su.se> | |||
2003-04-24 | fix for EOF in interactive policy generation. | Mike Pechkin | |
millert@ provos@ | |||
2003-04-24 | fix bounds for strlcpy. pr3228 from Jan Johansson | Ted Unangst | |
2003-04-24 | mount_cd9660 is not normally executed at boot time; | Jason McIntyre | |
from NetBSD (Aidan Kehoe); ok deraadt@ millert@ | |||
2003-04-23 | most programs do not syslog at startup. especially this one | Theo de Raadt | |
2003-04-23 | fix aaron's copyright. ok aaron | Ted Unangst | |
2003-04-23 | implement mmap tests and enable the .text test (with padding now) | Michael Shalayeff | |
2003-04-23 | check for sizeof(struct mbuf) vs MSIZE botches | Jason Wright | |
2003-04-23 | be extra cautious in managing pv-entries for pages that are not managable | Michael Shalayeff | |
2003-04-23 | give 'em some const; mjacob@ ok | Michael Shalayeff | |
2003-04-23 | DVMA, not DMVA. | Miod Vallat | |
2003-04-23 | typo; | Jason McIntyre | |
from NetBSD (Thomas T. Thai). ok millert@ | |||
2003-04-23 | strchr() should be strrchr(); zyrnix | Todd C. Miller | |
2003-04-23 | ignore altroot filesystem when upgrading, ok krw@ | Peter Stromberg | |
2003-04-23 | some typos, and clarification of game rules; | Jason McIntyre | |
help, suggestions and ok pjanzen@ | |||
2003-04-23 | updated links to FreeBSD ppp docs; | Jason McIntyre | |
from Michael Tannenbaum (PR 3224); ok millert@ | |||
2003-04-23 | more snprintf and strlcpy/strlcat fixes. from todd@ and tedu@. | Jakob Schlyter | |
2003-04-23 | Move m_copyback() to uipc_mbuf where it makes some kinda sense; ok dhartmei | Jason Wright | |