Age | Commit message (Expand) | Author |
2006-07-26 | TIMEOUT* values are not part of the protocol. tftp.h is a namespace | Theo de Raadt |
2006-07-26 | Fixing several timeout quirks at tftpd and tftp: | Marcus Glocker |
2006-07-20 | Add blksize option support for tftpd according to RFC 2348. | Marcus Glocker |
2006-07-12 | add some more C99 functions: round(3) and roundf(3). | Brad Smith |
2006-07-12 | add missing prototypes for trunc/truncf. | Brad Smith |
2006-05-05 | delint; ok millert@ beck@ | Otto Moerbeek |
2006-04-01 | - Plug huge mem leak; mostly samba was suffering. | Otto Moerbeek |
2006-03-31 | kvm_openfiles() should take int flag, not unsigned | Theo de Raadt |
2006-03-31 | after we changed mode_t to be an int, the devname() man page was | Theo de Raadt |
2006-03-23 | kill evil \r; from cedric | Michael Shalayeff |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre |
2006-01-31 | Annotate _assert()/__assert2() as __dead. | Hans-Joerg Hoexer |
2006-01-16 | use standard type uint32_t, instead of BSD-specific u_int32_t | Marc Espie |
2006-01-15 | Add comments to show which printf/scanf formats match which types | Todd C. Miller |
2006-01-15 | Update {PRN,SCN}*PTR defines to match types changes | Todd C. Miller |
2006-01-13 | Remove neither documented nor found in any spec ctermid_r() function - ctermid() | Miod Vallat |
2006-01-13 | Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax() | Todd C. Miller |
2006-01-13 | Include the function name in assert() output. From espie@ | Todd C. Miller |
2006-01-06 | Add real C99 stdint.h and inttypes.h based on an initial version I did in | Todd C. Miller |
2006-01-06 | Adapt things to use __type_t instead of _BSD_TYPE_T_ | Todd C. Miller |
2005-12-31 | Move TTY_NAME_MAX and LOGIN_NAME_MAX to sys/syslimits.h | Todd C. Miller |
2005-12-29 | zap unused ohash_lookup_string declaration; ok espie | Jared Yanovich |
2005-12-28 | Split off the non-kernel visible portion of sys/errno.h into a | Todd C. Miller |
2005-12-21 | Do not declare errno as extern int, set it via __errno(). | Todd C. Miller |
2005-12-20 | Get rid of non-OpenBSD bits and use _BYTE_ORDER not BYTE_ORDER | Todd C. Miller |
2005-12-19 | This piece was missed in the _FOO_SOURCE -> __FOO_VISIBLE change set. | Todd C. Miller |
2005-12-13 | First step in include files overhaul. Use __FOO_VISIBLE (as defined | Todd C. Miller |
2005-11-24 | undelete died a while back; millert ok | Theo de Raadt |
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller |
2005-11-20 | brk() and sbrk() should use void *, not char *. Note that sbrk() | Todd C. Miller |
2005-11-17 | Introduce a few c99 functions: {l,ll}{rint,round}{,f}. From NetBSD via | Otto Moerbeek |
2005-11-16 | CODESET support. okay millert@, otto@ | Marc Espie |
2005-09-27 | use xargs -r0 for our build process | Theo de Raadt |
2005-08-09 | Add VIS_GLOB to escape special characters used by shell-style globbing. | Todd C. Miller |
2005-08-08 | activate LC_CTYPE for 8 bits locale. | Marc Espie |
2005-07-10 | Install netbt/ includes. | Alexander Yurchenko |
2005-07-01 | Add a few missing functions so that wctype.h/wchar.h are more or less | Marc Espie |
2005-06-20 | zap duplicate prototype | Marc Espie |
2005-06-18 | Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@ | Todd C. Miller |
2005-06-17 | don't install netns includes any longer, ports bulk build test by pval | Henning Brauer |
2005-06-17 | next citrus step. | Marc Espie |
2005-06-17 | bye bye whiteouts | Todd C. Miller |
2005-06-08 | Make gethostbyaddr() prototype match POSIX. This means len is now | Todd C. Miller |
2005-06-07 | -netccitt/ | Henning Brauer |
2005-05-27 | mktemp(3) et al. go in stdlib.h, not unistd.h. While there be more | Todd C. Miller |
2005-05-18 | wchar_t is a native C++ type, gcc picks its definition from elsewhere, | Marc Espie |
2005-05-11 | major abi changes: | Marc Espie |
2005-05-11 | let vfscanf be a real function. Use a weak_alias on systems where this | Marc Espie |
2005-04-30 | Change internals of FILE: reuse the unget buffer field to access an | Marc Espie |
2005-04-30 | isw* classification functions from citrus, with a `stub' implementation | Marc Espie |