summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2007-02-06various cleanup:Jason McIntyre
2007-02-06fix some dodgy displays;Jason McIntyre
2007-02-06Update to tzcode2007a. This adds support for 64bit time_t in caseTodd C. Miller
2007-02-06discuss consistently "the Epoch";Jason McIntyre
2007-02-04Two libevent fixes from the SVN repo:Todd C. Miller
2007-02-03fix NAME, ok jmc@Marc Espie
2007-01-30Remove and simplify an impossible case (if *p = memchr(cp, 0, prec),Ray Lai
2007-01-29add an ENVIRONMENT section for TMPDIR;Jason McIntyre
2007-01-28Return ESRCH instead of segfaulting when a thread ID could not be found.Mark Kettenis
2007-01-25Move paragraphs unrelated to bfname out of this list item.Alexander Bluhm
2007-01-24+.Xr gzip 1Jason McIntyre
2007-01-16Fix potential int overflow for printf(3) when passing in very largeTodd C. Miller
2007-01-16sync with the code: int -> intmax_tSteven Mestdagh
2007-01-08advertising clauses that can be droppedTheo de Raadt
2007-01-08the advertising clause on these can safely be removedTheo de Raadt
2007-01-08fix mem leak, from NetBSD; ok miod@ kettenis@Otto Moerbeek
2007-01-03Fix format string misuse in kssl_err_set(), which is notMoritz Jodeit
2007-01-02remove extra \n in bpf_error() calls.Reyk Floeter
2007-01-02define bpf filters to match address and header fields in IEEE 802.11Reyk Floeter
2006-12-30RFC4291 declares that IPv6 numeric representation must have no more thanJun-ichiro itojun Hagino
2006-12-28reword a sentence and kill some trailing whitespace;Jason McIntyre
2006-12-23please gccTheo de Raadt
2006-12-23adapt to new two-level sensor sysctl framework; by Constantine A. MureninTheo de Raadt
2006-12-21make more correct and less confusing; noted by David Madore;Otto Moerbeek
2006-12-21mention sys/types.h needed; eth0@o2.plTheo de Raadt
2006-12-21'tranfer' -> 'transfer' in comments.Kenneth R Westerback
2006-12-20Don't use err as labels or variables, especially since we includeRay Lai
2006-12-19a failed mmap returns MAP_FAILED, not NULL. found while exercising paxOtto Moerbeek
2006-12-17Always write errno on pw_lock failure so it can be relied on.Ray Lai
2006-12-16strlen fix.Ray Lai
2006-12-15Nuke GEMDOSFS. Unused part of unused atari port. SimplifiesKenneth R Westerback
2006-12-09tweak the text on deprecated functions, after some help from tom;Jason McIntyre
2006-12-09various tweaks;Jason McIntyre
2006-12-09various tweaks; my apologies to itojun for forgetting toJason McIntyre
2006-12-09switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).Jun-ichiro itojun Hagino
2006-12-08return is not a function. (cosmetic)Jun-ichiro itojun Hagino
2006-12-04confstr() should return 0, not (size_t)-1, on errors; from Guy Harris.Otto Moerbeek
2006-12-01Normally pipes created by threaded apps are left non-blocking after beingKurt Miller
2006-11-29Fix cut'n'paste abuse in error message.Miod Vallat
2006-11-29Sync with struct proc change.Miod Vallat
2006-11-26fix a potential problem in multiple handling of va_list; use va_copy instead.Brad Smith
2006-11-26fail without leaking memory when poll set extension fails.Brad Smith
2006-11-26allow both read and write callbacks for bufferevents to be NULL.Brad Smith
2006-11-26try first mmap() allocation at pagesize, no need to re-mmap at every powerTheo de Raadt
2006-11-24Use correct define to detect soft fpu on arm, dont complain on lint so much.Dale Rahn
2006-11-21introduce sysctl net.inet6.ip6.multicast_mtudisc (for multicast routers).Jun-ichiro itojun Hagino
2006-11-17change semantics of ff01::/16 to interface local multicastJun-ichiro itojun Hagino
2006-11-15typo; from daniel maticJason McIntyre
2006-11-14Adjust ktrace(2) man page to recent changes in struct ktr_header.Moritz Jodeit
2006-11-14Do not use fpu in the softfloat case. Fixes lib/libc/ieeefp/roundOtto Moerbeek