| Age | Commit message (Expand) | Author | Files | Lines |
| 2007-09-03 | add memrchr(3) |  millert | 1 | -1/+2 |
| 2007-06-06 | no longer make include/netipx dir |  deraadt | 1 | -2/+2 |
| 2007-06-05 | _FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, so |  kurt | 1 | -1/+2 |
| 2007-06-03 | Add ffs2 support to dump/restore. From FreeBSD with some NetBSD changes. |  millert | 1 | -18/+64 |
| 2007-05-29 | based on a diff from Matt Provost: allow printing of ldd information |  jason | 1 | -1/+2 |
| 2007-05-05 | Provide hook so that rthreads can provide a spinlock to protect from races |  drahn | 1 | -1/+2 |
| 2007-03-17 | allow extern inline stuff to proceed unchanged thru the mess that the |  espie | 2 | -5/+14 |
| 2007-03-14 | do the adjustment of arbitrary 128 -> BLF_MAXUTILIZED in userland as well, |  grunk | 1 | -1/+2 |
| 2007-03-05 | Remove _err() calls from getnetgrent.c. This is a minor API change |  millert | 1 | -2/+2 |
| 2007-02-13 | remove prereq, by using a pre-generated include file (this one should now |  espie | 1 | -2/+2 |
| 2007-02-08 | g/c __DTF_READALL. It was a flag to the internal __opendir2() but |  millert | 1 | -2/+1 |
| 2006-12-20 | zap bogus sentinel, as noticed by dasn. |  espie | 1 | -3/+2 |
| 2006-11-10 | add void set_rpc_maxgrouplist(int), to be able to make mount_nfs -g |  grunk | 1 | -1/+2 |
| 2006-09-17 | add lldiv prototype; ok deraadt@ |  djm | 1 | -1/+3 |
| 2006-08-28 | zap argument name, okay millert@ |  espie | 1 | -2/+2 |
| 2006-07-26 | TIMEOUT* values are not part of the protocol. tftp.h is a namespace |  deraadt | 1 | -4/+1 |
| 2006-07-26 | Fixing several timeout quirks at tftpd and tftp: |  mglocker | 1 | -1/+4 |
| 2006-07-20 | Add blksize option support for tftpd according to RFC 2348. |  mglocker | 1 | -1/+3 |
| 2006-07-12 | add some more C99 functions: round(3) and roundf(3). |  brad | 1 | -1/+3 |
| 2006-07-12 | add missing prototypes for trunc/truncf. |  brad | 1 | -1/+5 |
| 2006-05-05 | delint; ok millert@ beck@ |  otto | 1 | -2/+2 |
| 2006-04-01 | - Plug huge mem leak; mostly samba was suffering. |  otto | 1 | -2/+4 |
| 2006-03-31 | kvm_openfiles() should take int flag, not unsigned |  deraadt | 1 | -2/+2 |
| 2006-03-31 | after we changed mode_t to be an int, the devname() man page was |  deraadt | 1 | -2/+2 |
| 2006-03-23 | kill evil \r; from cedric |  mickey | 1 | -2/+2 |
| 2006-02-06 | typos from alexey dobriyan; |  jmc | 2 | -4/+4 |
| 2006-01-31 | Annotate _assert()/__assert2() as __dead. |  hshoexer | 1 | -3/+3 |
| 2006-01-16 | use standard type uint32_t, instead of BSD-specific u_int32_t |  espie | 1 | -3/+3 |
| 2006-01-15 | Add comments to show which printf/scanf formats match which types |  millert | 1 | -155/+155 |
| 2006-01-15 | Update {PRN,SCN}*PTR defines to match types changes |  millert | 1 | -45/+1 |
| 2006-01-13 | Remove neither documented nor found in any spec ctermid_r() function - ctermid() |  miod | 1 | -2/+1 |
| 2006-01-13 | Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax() |  millert | 2 | -4/+21 |
| 2006-01-13 | Include the function name in assert() output. From espie@ |  millert | 1 | -7/+11 |
| 2006-01-06 | Add real C99 stdint.h and inttypes.h based on an initial version I did in |  millert | 2 | -11/+273 |
| 2006-01-06 | Adapt things to use __type_t instead of _BSD_TYPE_T_ |  millert | 11 | -114/+112 |
| 2005-12-31 | Move TTY_NAME_MAX and LOGIN_NAME_MAX to sys/syslimits.h |  millert | 1 | -7/+4 |
| 2005-12-29 | zap unused ohash_lookup_string declaration; ok espie |  jaredy | 1 | -2/+1 |
| 2005-12-28 | Split off the non-kernel visible portion of sys/errno.h into a |  millert | 2 | -3/+64 |
| 2005-12-21 | Do not declare errno as extern int, set it via __errno(). |  millert | 1 | -7/+7 |
| 2005-12-20 | Get rid of non-OpenBSD bits and use _BYTE_ORDER not BYTE_ORDER |  millert | 1 | -47/+8 |
| 2005-12-19 | This piece was missed in the _FOO_SOURCE -> __FOO_VISIBLE change set. |  millert | 1 | -3/+3 |
| 2005-12-13 | First step in include files overhaul. Use __FOO_VISIBLE (as defined |  millert | 16 | -298/+399 |
| 2005-11-24 | undelete died a while back; millert ok |  deraadt | 1 | -2/+1 |
| 2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a |  millert | 1 | -2/+3 |
| 2005-11-20 | brk() and sbrk() should use void *, not char *. Note that sbrk() |  millert | 1 | -3/+3 |
| 2005-11-17 | Introduce a few c99 functions: {l,ll}{rint,round}{,f}. From NetBSD via |  otto | 1 | -1/+9 |
| 2005-11-16 | CODESET support. okay millert@, otto@ |  espie | 1 | -1/+3 |
| 2005-09-27 | use xargs -r0 for our build process |  deraadt | 1 | -5/+5 |
| 2005-08-09 | Add VIS_GLOB to escape special characters used by shell-style globbing. |  millert | 1 | -1/+2 |
| 2005-08-08 | activate LC_CTYPE for 8 bits locale. |  espie | 1 | -3/+3 |