Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-14 | correct a mistake concerning ifa_data; | Jason McIntyre | |
found by Srebrenko Sehic, corrected by millert and claudio; | |||
2007-02-14 | remove size_t and int mixup. same as getaddrinfo.c 1.30 -> 1.31. | Jun-ichiro itojun Hagino | |
2007-02-14 | Remove int pretending to be a size_t. | Ray Lai | |
OK millert@. | |||
2007-02-13 | Avoid double recacl when loop_once is used. | Todd C. Miller | |
From libevent SVN via brad@. | |||
2007-02-13 | Add prototype for bufferevent_base_set(). | Todd C. Miller | |
From the libevent SVN repo, by Thorsten Glaser via brad@ | |||
2007-02-12 | get cheaper random bytes, less waste and no getpid() calls, which are | Otto Moerbeek | |
done by arc4random(); ok millert@ deraadt@ | |||
2007-02-12 | provide an libc internal interface to get random bytes, to be used by malloc | Otto Moerbeek | |
to get random data without calling getpid(), ok millert@ deraadt@ | |||
2007-02-12 | from FreeBSD via Jung (moorang at gmail), fix obvious typo in __fpu_ftox() | Jason Wright | |
which caused all negative numbers returned to be == -1. | |||
2007-02-09 | The buffer passed to getdirentries() must be at least as large as | Todd C. Miller | |
the filesystem block size. Previously we used a constant (1024) rounded to the page size. Now we use the filesystem's block size, rounded up to the nearest page. | |||
2007-02-09 | improve example by showing how to skip invalid entries; ok millert@ | Otto Moerbeek | |
2007-02-09 | grammar; | Jason McIntyre | |
2007-02-08 | g/c __DTF_READALL. It was a flag to the internal __opendir2() but | Todd C. Miller | |
is never set now that the unionfs support has been removed from readdir(). OK pedro@ | |||
2007-02-07 | tweaks; ok millert | Jason McIntyre | |
2007-02-07 | sys/swap.h needs sys/param.h and sort while here | Nikolay Sturm | |
feedback and ok pedro | |||
2007-02-06 | various cleanup: | Jason McIntyre | |
- escapes for < and > - fix some dodgy .Bd - add a little vertical space | |||
2007-02-06 | fix some dodgy displays; | Jason McIntyre | |
2007-02-06 | Update to tzcode2007a. This adds support for 64bit time_t in case | Todd C. Miller | |
we need it in the future. All of our platforms currently have 32bit time_t types. This also extends the timezone data file format to support both 32bit and 64bit data. The 64bit data is located after the 32bit data so binaries linked with the older tzcode simply won't look at it. A version field in the file header is used to determine whether the data file is the old or extended format. OK miod@ | |||
2007-02-06 | discuss consistently "the Epoch"; | Jason McIntyre | |
2007-02-04 | Two libevent fixes from the SVN repo: | Todd C. Miller | |
allow gotsig to terminate active event loop and evbuffer_find fix. OK brad@ pyr@ | |||
2007-02-03 | fix NAME, ok jmc@ | Marc Espie | |
2007-01-30 | Remove and simplify an impossible case (if *p = memchr(cp, 0, prec), | Ray Lai | |
p - cp cannot be greater than prec). Prevent an integer overflow when printing a string with length greater than INT_MAX. Initial diff from millert@. OK millert@, beck@, and otto@. | |||
2007-01-29 | add an ENVIRONMENT section for TMPDIR; | Jason McIntyre | |
from freebsd pr# 108346, from Anton Yuzhaninov much tweaked by otto and myself; | |||
2007-01-28 | Return ESRCH instead of segfaulting when a thread ID could not be found. | Mark Kettenis | |
ok marc@, krw@ | |||
2007-01-25 | Move paragraphs unrelated to bfname out of this list item. | Alexander Bluhm | |
ok millert jmc | |||
2007-01-24 | +.Xr gzip 1 | Jason McIntyre | |
2007-01-16 | Fix potential int overflow for printf(3) when passing in very large | Todd C. Miller | |
values for the field width. Adapted from a diff by Christian Biere. | |||
2007-01-16 | sync with the code: int -> intmax_t | Steven Mestdagh | |
ok jmc@ | |||
2007-01-08 | advertising clauses that can be dropped | Theo de Raadt | |
2007-01-08 | the advertising clause on these can safely be removed | Theo de Raadt | |
2007-01-08 | fix mem leak, from NetBSD; ok miod@ kettenis@ | Otto Moerbeek | |
2007-01-03 | Fix format string misuse in kssl_err_set(), which is not | Moritz Jodeit | |
called with user-supplied strings at the moment. ok markus@ | |||
2007-01-02 | remove extra \n in bpf_error() calls. | Reyk Floeter | |
figured out by claudio@ | |||
2007-01-02 | define bpf filters to match address and header fields in IEEE 802.11 | Reyk Floeter | |
wlan frames (DLT_IEEE802_11 and DLT_IEEE802_11_RADIO linktypes). see tcpdump(8) for details. "Works for me" claudio@ ok jmc@ deraadt@ | |||
2006-12-30 | RFC4291 declares that IPv6 numeric representation must have no more than | Jun-ichiro itojun Hagino | |
4 hex digits between colons. deraadt ok | |||
2006-12-28 | reword a sentence and kill some trailing whitespace; | Jason McIntyre | |
2006-12-23 | please gcc | Theo de Raadt | |
2006-12-23 | adapt to new two-level sensor sysctl framework; by Constantine A. Murenin | Theo de Raadt | |
2006-12-21 | make more correct and less confusing; noted by David Madore; | Otto Moerbeek | |
ok jmc@ deraadt@ | |||
2006-12-21 | mention sys/types.h needed; eth0@o2.pl | Theo de Raadt | |
2006-12-21 | 'tranfer' -> 'transfer' in comments. | Kenneth R Westerback | |
2006-12-20 | Don't use err as labels or variables, especially since we include | Ray Lai | |
err.h. OK moritz@ and jaredy@. | |||
2006-12-19 | a failed mmap returns MAP_FAILED, not NULL. found while exercising pax | Otto Moerbeek | |
in low-mem conditions; ok dim@ | |||
2006-12-17 | Always write errno on pw_lock failure so it can be relied on. | Ray Lai | |
Mention errno, pw_file, and pw_init in pw_lock man page. OK jmc@, otto@, millert@, and deraadt@. | |||
2006-12-16 | strlen fix. | Ray Lai | |
OK jaredy@ and millert@. | |||
2006-12-15 | Nuke GEMDOSFS. Unused part of unused atari port. Simplifies | Kenneth R Westerback | |
MSDOSFS code. Eliminates -G option to mount_msdos. Nit detection by gwk@, tom@, jmc@. ok weingart@ tom@ thib@ dlg@ deraadt@ | |||
2006-12-09 | tweak the text on deprecated functions, after some help from tom; | Jason McIntyre | |
2006-12-09 | various tweaks; | Jason McIntyre | |
2006-12-09 | various tweaks; my apologies to itojun for forgetting to | Jason McIntyre | |
send him feedback for these | |||
2006-12-09 | switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). | Jun-ichiro itojun Hagino | |
the kernel still handles RFC2292 set/getsockopts, so that compiled binary has no trouble running. userland sees RFC3542 symbols only on header file so new code has to use RFC3542 API. bump libc shlib minor for function additions. tested on i386/amd64 by jmc, i386 by brad. checked by deraadt. | |||
2006-12-08 | return is not a function. (cosmetic) | Jun-ichiro itojun Hagino | |