Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add an ENVIRONMENT section for TMPDIR; | 2007-01-29 | 1 | -1/+15 | ||
| | | | | | | from freebsd pr# 108346, from Anton Yuzhaninov much tweaked by otto and myself; | |||||
* | Move paragraphs unrelated to bfname out of this list item. | 2007-01-25 | 1 | -2/+2 | ||
| | | | | ok millert jmc | |||||
* | Fix potential int overflow for printf(3) when passing in very large | 2007-01-16 | 1 | -13/+50 | ||
| | | | | values for the field width. Adapted from a diff by Christian Biere. | |||||
* | sync with the code: int -> intmax_t | 2007-01-16 | 1 | -3/+3 | ||
| | | | | ok jmc@ | |||||
* | advertising clauses that can be dropped | 2007-01-08 | 1 | -6/+2 | ||
| | ||||||
* | fix mem leak, from NetBSD; ok miod@ kettenis@ | 2007-01-08 | 1 | -1/+4 | ||
| | ||||||
* | RFC4291 declares that IPv6 numeric representation must have no more than | 2006-12-30 | 1 | -3/+8 | ||
| | | | | 4 hex digits between colons. deraadt ok | |||||
* | reword a sentence and kill some trailing whitespace; | 2006-12-28 | 1 | -8/+8 | ||
| | ||||||
* | please gcc | 2006-12-23 | 1 | -1/+2 | ||
| | ||||||
* | adapt to new two-level sensor sysctl framework; by Constantine A. Murenin | 2006-12-23 | 1 | -3/+16 | ||
| | ||||||
* | make more correct and less confusing; noted by David Madore; | 2006-12-21 | 2 | -9/+20 | ||
| | | | | ok jmc@ deraadt@ | |||||
* | a failed mmap returns MAP_FAILED, not NULL. found while exercising pax | 2006-12-19 | 1 | -3/+3 | ||
| | | | | in low-mem conditions; ok dim@ | |||||
* | Nuke GEMDOSFS. Unused part of unused atari port. Simplifies | 2006-12-15 | 1 | -2/+1 | ||
| | | | | | | | | MSDOSFS code. Eliminates -G option to mount_msdos. Nit detection by gwk@, tom@, jmc@. ok weingart@ tom@ thib@ dlg@ deraadt@ | |||||
* | tweak the text on deprecated functions, after some help from tom; | 2006-12-09 | 2 | -12/+14 | ||
| | ||||||
* | various tweaks; | 2006-12-09 | 1 | -18/+17 | ||
| | ||||||
* | various tweaks; my apologies to itojun for forgetting to | 2006-12-09 | 1 | -26/+28 | ||
| | | | | send him feedback for these | |||||
* | switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). | 2006-12-09 | 8 | -6/+972 | ||
| | | | | | | | | | | 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. | |||||
* | return is not a function. (cosmetic) | 2006-12-08 | 1 | -28/+28 | ||
| | ||||||
* | confstr() should return 0, not (size_t)-1, on errors; from Guy Harris. | 2006-12-04 | 2 | -6/+6 | ||
| | | | | ok millert@ and jmc@ for the man page bit. | |||||
* | try first mmap() allocation at pagesize, no need to re-mmap at every power | 2006-11-26 | 1 | -1/+4 | ||
| | | | | of 2 from 16 to pagesize(); ok otto | |||||
* | introduce sysctl net.inet6.ip6.multicast_mtudisc (for multicast routers). | 2006-11-21 | 1 | -1/+9 | ||
| | | | | deraadt ok. manpage nit by jmc. | |||||
* | change semantics of ff01::/16 to interface local multicast | 2006-11-17 | 2 | -5/+6 | ||
| | | | | | | (to sync up with more recent IPv6 spec) ok from: deraadt mcbride | |||||
* | Adjust ktrace(2) man page to recent changes in struct ktr_header. | 2006-11-14 | 1 | -3/+3 | ||
| | | | | OK tedu@ | |||||
* | Do not use fpu in the softfloat case. Fixes lib/libc/ieeefp/round | 2006-11-14 | 1 | -1/+5 | ||
| | | | | regress test; ok miod@ | |||||
* | missing ; | 2006-11-13 | 1 | -2/+2 | ||
| | ||||||
* | fix infinity, taking into account endianess. ok drahn@ miod@ | 2006-11-12 | 1 | -2/+6 | ||
| | ||||||
* | bump minor, for void set_rpc_maxgrouplist(int); | 2006-11-10 | 1 | -1/+1 | ||
| | | | | ok deraadt@ | |||||
* | add void set_rpc_maxgrouplist(int), to be able to make mount_nfs -g | 2006-11-10 | 3 | -3/+32 | ||
| | | | | | | working again. help from millert@, ok deraadt@ pedro@ | |||||
* | Load the syscall number into the scratch register (r12) so that we dont | 2006-11-07 | 1 | -1/+3 | ||
| | | | | need the copyin. | |||||
* | Build the correct arch softfloat code. | 2006-11-07 | 1 | -2/+2 | ||
| | ||||||
* | forgot to commit the new files for sh softfloat support. | 2006-11-07 | 3 | -0/+147 | ||
| | ||||||
* | Move (back) to softfloat on sh for now. | 2006-11-06 | 3 | -6/+19 | ||
| | ||||||
* | Copy MI softfloat bits from arm to here, so that they can be shared. | 2006-11-06 | 29 | -0/+7216 | ||
| | ||||||
* | Dont double fork, and since the assembles the same, use -1, instead of 0xff | 2006-11-03 | 1 | -6/+2 | ||
| | | | | to subtract one. | |||||
* | columns for underflow and overflow were swapped, noticed by Mathieu Olivier | 2006-11-02 | 1 | -2/+2 | ||
| | | | | | | <molivier at users dot sourceforge dot net> ok jmc@ mickey@ | |||||
* | +.Xr fhstat 2 | 2006-10-31 | 1 | -1/+3 | ||
| | | | | | from mjf@netbsd -r.1.21 ok otto | |||||
* | must pull in sys/types.h unconditionaly, because it is needed my pthreads | 2006-10-30 | 1 | -2/+2 | ||
| | | | | includes used a bit later (for instance on the vax) | |||||
* | suceed -> succeed; from chad dougherty | 2006-10-30 | 1 | -2/+2 | ||
| | ||||||
* | make __dtoa & strtod() thread-safe useing the same method as newer gdtoa | 2006-10-29 | 4 | -40/+100 | ||
| | | | | | codebase. tested mostly by ckuethe and myself. __dtoa() use now requires a call to __freedtoa() | |||||
* | various fixes from wiz@netbsd | 2006-10-26 | 1 | -7/+7 | ||
| | ||||||
* | evil AF_ISO and AF_NS references were hiding here, but we'll hunt 'em all down! | 2006-10-24 | 1 | -3/+1 | ||
| | ||||||
* | add rthread syscalls and bump minor. | 2006-10-24 | 2 | -3/+4 | ||
| | | | | | | 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 | |||||
* | respond to ben hawkes's ruxcon presentation. | 2006-10-24 | 1 | -61/+125 | ||
| | | | | | | | | | | | | | 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@ | |||||
* | remove calls to abort(3) that can't happen anyway; from | 2006-10-21 | 1 | -11/+1 | ||
| | | | | <bret dot lambert at gmail.com>; ok millert@ deraadt@ | |||||
* | s/ip/ip6/ | 2006-10-16 | 1 | -2/+2 | ||
| | ||||||
* | Document net.inet.ip.multipath and net.inet6.ip6.multipath. | 2006-10-16 | 1 | -1/+12 | ||
| | ||||||
* | mark up `>'; | 2006-10-15 | 1 | -3/+3 | ||
| | ||||||
* | Add a CAVEAT section that describes how to properly trim a newline from | 2006-10-14 | 1 | -10/+41 | ||
| | | | | | a string, being careful to deal with 0-length strings. Help and input from jmc, ok deraadt | |||||
* | Make fgets description much clearer with respect to its exact behavior. | 2006-10-14 | 1 | -7/+9 | ||
| | | | | OK and input from deraadt, jmc, millert. | |||||
* | freebsd -r1.21: | 2006-10-14 | 1 | -3/+5 | ||
| | | | | | | | | | | | Document what "msgsz" argument really denotes; from brian candler (freebsd pr #101145) Don't say that "msgsz" can be less than 0, it cannot as it's unsigned (POSIX has the same bug); from ru@freebsd ok millert deraadt |