| Commit message (Expand) | Author | Age | Files | Lines |
* | The digest in the example seems to have been generated |  art | 2008-02-13 | 1 | -3/+3 |
* | bump Mdocdate for pages committed in "febuary", necessary because |  jmc | 2008-02-11 | 1 | -2/+2 |
* | Mention new HW_PHYSMEM64 and HW_USERMEM64 variables. Mark HW_PHYSMEM and |  kettenis | 2008-02-09 | 1 | -2/+14 |
* | Move carp load balancing (ARP/IP) to a simpler configuration scheme. |  mpf | 2008-02-05 | 1 | -12/+2 |
* | Use TCSAFLUSH instead of TCSANOW when turning echo back on so that |  millert | 2008-01-17 | 1 | -2/+2 |
* | update to tzcode2007k from elsie.nci.nih.gov |  millert | 2008-01-07 | 6 | -115/+100 |
* | no more need for vadvise.o |  deraadt | 2008-01-05 | 1 | -2/+2 |
* | crank libc and libpthread, because libc cannot build lint libraries anymore if a syscall is OBSOL.. |  deraadt | 2008-01-05 | 1 | -2/+2 |
* | - make arc4random*() functions thread safe. Use a custom spinlock function |  kurt | 2008-01-01 | 4 | -44/+89 |
* | update to tzcode2007j from elsie.nci.nih.gov; mostly ANSIfication |  millert | 2007-12-29 | 6 | -258/+207 |
* | implement sysctls to report IP, TCP, UDP, and ICMP statistics and |  reyk | 2007-12-13 | 1 | -2/+14 |
* | correct the STANDARDS section to mention clock_getres() instead of |  brad | 2007-12-09 | 1 | -3/+3 |
* | %hhd was being printed as if %hd was specified |  deraadt | 2007-11-28 | 1 | -11/+16 |
* | remove unused function |  chl | 2007-11-28 | 1 | -10/+1 |
* | typos; ok jmc@ |  martynas | 2007-11-27 | 1 | -2/+2 |
* | make popen/pclose thread safe. closes library/5634. from and okay andreas@ |  kurt | 2007-11-26 | 1 | -10/+23 |
* | remove unused zero length file. |  kurt | 2007-11-19 | 1 | -0/+0 |
* | fix misleading comment; the _MUTEX_LOCK/_MUTEX_UNLOCK macros work with |  kurt | 2007-11-19 | 1 | -2/+2 |
* | Put limits.h in front of stdlib.h as style(9) recommends. |  tobias | 2007-11-13 | 2 | -8/+8 |
* | strtod may return HUGE_VAL on overflow, which is defined in math.h. |  tobias | 2007-11-11 | 1 | -2/+3 |
* | Stash value of log_tag before calling closelog_r() and restore it after. |  millert | 2007-11-09 | 1 | -2/+6 |
* | malloc/memset -> calloc |  chl | 2007-11-06 | 1 | -3/+2 |
* | sync the comments for struct stat w/ <sys/stat.h>; |  jmc | 2007-11-05 | 1 | -9/+9 |
* | - sync the error descriptions w/ those in errlist |  jmc | 2007-11-05 | 1 | -18/+18 |
* | Simplify some of the logic in fts_close(). Initially based on a |  millert | 2007-11-02 | 1 | -17/+14 |
* | Fix waitpid() idiom. Noticed by deraadt@ |  millert | 2007-11-01 | 1 | -4/+3 |
* | Add parentheses to avoid warning: |  chl | 2007-10-31 | 1 | -2/+2 |
* | If we receive SIGTTOU when turning off echo, the process is already |  millert | 2007-10-30 | 1 | -20/+27 |
* | Repair FLT_ROUNDS operation. ok kettenis@ |  miod | 2007-10-27 | 2 | -6/+6 |
* | Make sure to use unique target names so that make -j does not break; |  miod | 2007-10-25 | 1 | -25/+25 |
* | Change the syscall invocation sequences to no longer fetch the last few |  miod | 2007-10-24 | 2 | -8/+2 |
* | Comment fix about time consumption of _gettemp. |  tobias | 2007-10-21 | 1 | -5/+2 |
* | fix typo in _telldir_unlocked function prototype, to avoid warning. |  chl | 2007-10-12 | 2 | -6/+5 |
* | use RRSIG instead of SIG for DNSSEC. ok djm@ |  jakob | 2007-10-11 | 3 | -6/+7 |
* | add a proper test around allocset |  chl | 2007-10-10 | 1 | -51/+33 |
* | add a RETURN VALUES section. |  pyr | 2007-10-08 | 1 | -9/+9 |
* | attribute packed -> __packed |  gilles | 2007-10-08 | 1 | -4/+4 |
* | update to tzcode2007h from elsie.nci.nih.gov |  millert | 2007-10-04 | 1 | -2/+2 |
* | fix a libpthread PANIC in seekdir(3) caused by a recursive mutex lock. |  kurt | 2007-10-02 | 2 | -11/+24 |
* | strtol -> strtonum |  blambert | 2007-09-27 | 1 | -19/+15 |
* | tweak previous; ok claudio henning |  jmc | 2007-09-25 | 1 | -5/+5 |
* | updatecomment and manpage toemtion optional seventh level (rtable id) |  henning | 2007-09-24 | 1 | -2/+6 |
* | Add some more truncation checks for path construction in tmpnam(3). |  moritz | 2007-09-21 | 1 | -8/+24 |
* | add HISTORY; shortened version of diff from Ilya A. Kovalenko |  jmc | 2007-09-19 | 1 | -2/+7 |
* | Fix comment typos; ok ray@, jmc@ |  blambert | 2007-09-17 | 1 | -4/+4 |
* | Prevent out-of-bounds memory access in tempnam(3), if the environment |  moritz | 2007-09-17 | 1 | -3/+4 |
* | Check snprintf(3) return value for error or truncation. |  moritz | 2007-09-17 | 12 | -38/+112 |
* | for get the flags arg must be 0; from Tamas TEVESZ; ok millert@ |  otto | 2007-09-16 | 1 | -2/+6 |
* | Remove wrong snprintf(3) truncation checks, which can't be |  moritz | 2007-09-12 | 1 | -15/+25 |
* | Proper use of fseek/fseeko macros. |  tobias | 2007-09-10 | 1 | -2/+2 |