Age | Commit message (Expand) | Author |
2006-12-19 | a failed mmap returns MAP_FAILED, not NULL. found while exercising pax | Otto Moerbeek |
2006-12-15 | Nuke GEMDOSFS. Unused part of unused atari port. Simplifies | Kenneth R Westerback |
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 |
2006-12-09 | switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). | Jun-ichiro itojun Hagino |
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 |
2006-11-26 | try first mmap() allocation at pagesize, no need to re-mmap at every power | Theo de Raadt |
2006-11-21 | introduce sysctl net.inet6.ip6.multicast_mtudisc (for multicast routers). | Jun-ichiro itojun Hagino |
2006-11-17 | change semantics of ff01::/16 to interface local multicast | Jun-ichiro itojun Hagino |
2006-11-14 | Adjust ktrace(2) man page to recent changes in struct ktr_header. | Moritz Jodeit |
2006-11-14 | Do not use fpu in the softfloat case. Fixes lib/libc/ieeefp/round | Otto Moerbeek |
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 |
2006-11-10 | add void set_rpc_maxgrouplist(int), to be able to make mount_nfs -g | Alexander von Gernler |
2006-11-07 | Load the syscall number into the scratch register (r12) so that we dont | Dale Rahn |
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 |
2006-11-02 | columns for underflow and overflow were swapped, noticed by Mathieu Olivier | Alexander von Gernler |
2006-10-31 | +.Xr fhstat 2 | Jason McIntyre |
2006-10-30 | must pull in sys/types.h unconditionaly, because it is needed my pthreads | Theo de Raadt |
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 |
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 |
2006-10-24 | respond to ben hawkes's ruxcon presentation. | Ted Unangst |
2006-10-21 | remove calls to abort(3) that can't happen anyway; from | Otto Moerbeek |
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 |
2006-10-15 | mark up `>'; | Jason McIntyre |
2006-10-14 | Add a CAVEAT section that describes how to properly trim a newline from | Chad Loder |
2006-10-14 | Make fgets description much clearer with respect to its exact behavior. | Chad Loder |
2006-10-14 | freebsd -r1.21: | Jason McIntyre |
2006-10-14 | sync with <sys/stat.h>; | Jason McIntyre |
2006-10-13 | __mips64__ handling too.. sigh | Theo de Raadt |
2006-10-12 | sparc64 should be in the #ifdef | Theo de Raadt |
2006-10-12 | use __amd64__ instead, until lint is fixed | Theo de Raadt |
2006-10-12 | reorder #if tests because apparently on amd64 cpp proceeds to blow it's | Theo de Raadt |
2006-10-11 | SIGCONT may be sent to any process with the same session ID as the caller, | Jason McIntyre |
2006-10-11 | be specific about what we mean by a "slow device"; | Jason McIntyre |
2006-10-11 | and I forgot ldexp.c | Dale Rahn |
2006-10-11 | build modf.c | Dale Rahn |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |
2006-10-10 | Teach'em about cpus in spandex | Miod Vallat |