Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-25 | Move paragraphs unrelated to bfname out of this list item. | Alexander Bluhm | |
ok millert jmc | |||
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 | fix mem leak, from NetBSD; ok miod@ kettenis@ | Otto Moerbeek | |
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-19 | a failed mmap returns MAP_FAILED, not NULL. found while exercising pax | Otto Moerbeek | |
in low-mem conditions; ok dim@ | |||
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 | |
2006-12-04 | confstr() should return 0, not (size_t)-1, on errors; from Guy Harris. | Otto Moerbeek | |
ok millert@ and jmc@ for the man page bit. | |||
2006-11-26 | try first mmap() allocation at pagesize, no need to re-mmap at every power | Theo de Raadt | |
of 2 from 16 to pagesize(); ok otto | |||
2006-11-21 | introduce sysctl net.inet6.ip6.multicast_mtudisc (for multicast routers). | Jun-ichiro itojun Hagino | |
deraadt ok. manpage nit by jmc. | |||
2006-11-17 | change semantics of ff01::/16 to interface local multicast | Jun-ichiro itojun Hagino | |
(to sync up with more recent IPv6 spec) ok from: deraadt mcbride | |||
2006-11-14 | Adjust ktrace(2) man page to recent changes in struct ktr_header. | Moritz Jodeit | |
OK tedu@ | |||
2006-11-14 | Do not use fpu in the softfloat case. Fixes lib/libc/ieeefp/round | Otto Moerbeek | |
regress test; ok miod@ | |||
2006-11-13 | missing ; | Otto Moerbeek | |
2006-11-12 | fix infinity, taking into account endianess. ok drahn@ miod@ | Otto Moerbeek | |
2006-11-10 | bump minor, for void set_rpc_maxgrouplist(int); | Alexander von Gernler | |
ok deraadt@ | |||
2006-11-10 | add void set_rpc_maxgrouplist(int), to be able to make mount_nfs -g | Alexander von Gernler | |
working again. help from millert@, ok deraadt@ pedro@ | |||
2006-11-07 | Load the syscall number into the scratch register (r12) so that we dont | Dale Rahn | |
need the copyin. | |||
2006-11-07 | Build the correct arch softfloat code. | Dale Rahn | |
2006-11-07 | forgot to commit the new files for sh softfloat support. | Dale Rahn | |
2006-11-06 | Move (back) to softfloat on sh for now. | Dale Rahn | |
2006-11-06 | Copy MI softfloat bits from arm to here, so that they can be shared. | Dale Rahn | |
2006-11-03 | Dont double fork, and since the assembles the same, use -1, instead of 0xff | Dale Rahn | |
to subtract one. | |||
2006-11-02 | columns for underflow and overflow were swapped, noticed by Mathieu Olivier | Alexander von Gernler | |
<molivier at users dot sourceforge dot net> ok jmc@ mickey@ | |||
2006-10-31 | +.Xr fhstat 2 | Jason McIntyre | |
from mjf@netbsd -r.1.21 ok otto | |||
2006-10-30 | must pull in sys/types.h unconditionaly, because it is needed my pthreads | Theo de Raadt | |
includes used a bit later (for instance on the vax) | |||
2006-10-30 | suceed -> succeed; from chad dougherty | Jason McIntyre | |
2006-10-29 | make __dtoa & strtod() thread-safe useing the same method as newer gdtoa | Theo de Raadt | |
codebase. tested mostly by ckuethe and myself. __dtoa() use now requires a call to __freedtoa() | |||
2006-10-26 | various fixes from wiz@netbsd | Jason McIntyre | |
2006-10-24 | evil AF_ISO and AF_NS references were hiding here, but we'll hunt 'em all down! | Henning Brauer | |
2006-10-24 | add rthread syscalls and bump minor. | Ted Unangst | |
rthreads are hardly done, but if just trying it out is too much of a hassle, we'll never make more progress. ok brad marc marco mbalmer | |||
2006-10-24 | respond to ben hawkes's ruxcon presentation. | Ted Unangst | |
create special allocators for pginfo and pgfree structs instead of imalloc. this keeps them separated from application memory. for chunks, to prevent deterministic reuse, keep a small array and swizzle the to be freed chunk with a random previously freed chunk. this last bit only for chunks because keeping arbitrarily large regions of pages around may cause out of memory issues (and pages are, to some extent, returned in random order). all changes enabled by default. thanks to ben for pointing out these issues. ok tech@ | |||
2006-10-21 | remove calls to abort(3) that can't happen anyway; from | Otto Moerbeek | |
<bret dot lambert at gmail.com>; ok millert@ deraadt@ | |||
2006-10-16 | s/ip/ip6/ | Ryan Thomas McBride | |
2006-10-16 | Document net.inet.ip.multipath and net.inet6.ip6.multipath. | Ryan Thomas McBride | |