Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-24 | Align suseconds_t with POSIX: it's the type of the tv_usec member of timeval. | Philip Guenther | |
Use useconds_t in the ualarm() declaration. Bump libstdc++ major to be sure there isn't ABI issues. ok deraadt@ jca@ jmc@ millert@ ports testing by landry@ | |||
2013-10-22 | - add UNIX-domain socket info to struct kinfo_file2 | Philip Guenther | |
- convert netstat from kvm_getfiles() to kvm_getfile2() using that - delete kvm_getfiles() and KERN_FILE as no longer used (bump libkvm's major) - rename kvm_getfile2() to kvm_getfiles(), kinfo_file2 to kinfo_file and KERN_FILE2 to KERN_FILE. ok deraadt@, millert@ ports scan sthen@ | |||
2013-10-21 | Remove arc4random_stir() and arc4random_addrandom(), which none should | Theo de Raadt | |
be using directly. Well, a few rare people cloned it upstream and it will take a bit of time for them to learn. ok various | |||
2013-10-19 | Remove more knowledge of a.out and stab information from the tree. | Theo de Raadt | |
ok miod | |||
2013-09-29 | remove bogus comment | Theo de Raadt | |
2013-08-24 | netnatm is no more | Jonathan Gray | |
2013-08-16 | Tweak the getdents() kernel prototype to use "void *" | Philip Guenther | |
Provide a declaration for userspace Fix the kernel's sanity check on the buflen argument lack of prototype pointed out by sthen@ and landry@ ok kettenis@ otto@ | |||
2013-08-12 | Make sure we don't install the private radeondrm(4) headers, by leaving out | Mark Kettenis | |
headers from any subdirectory of dev/pci/drm. If we ever add more drm(4) drivers any headers needed by userland should end up in dev/pci/drm. ok mpi@, miod@ | |||
2013-08-10 | libkafs5->libkafs ; forgotten in previous | Antoine Jacoutot | |
2013-08-06 | Remove support for COMPILER_VERSION == gcc2. | Miod Vallat | |
Change the logic depending upon COMPILER_VERSION everywhere, to assume gcc4 is the norm and to explicitely test for gcc3 when a different behaviour is required. No functional change intended. Be sure to `make install' in share/mk before attempting to do anything. | |||
2013-08-06 | Try and avoid using __builtin_huge_val*() and __builtin_{inf,nan}* on vax | Miod Vallat | |
running gcc 3, for gcc will output a reserved operand for these. ok martynas@ matthew@ espie@ guenther@ | |||
2013-06-19 | unlink libheimntlm and libhx509 | Robert Nagy | |
2013-06-17 | switch to new kerberosV directory layout | Robert Nagy | |
2013-06-17 | Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options, | Philip Guenther | |
including CLOCK_{PROCESS,THREAD}_CPUTIME_ID constants and {clock,pthread}_getcpuclockid() functions. Worked out at t2k13 with help from tedu@ and matthew@ and testing by aja@ ok matthew@ | |||
2013-06-11 | Contrary to C99's advice, C++ TR1 and C++ 11 require that <inttypes.h> | Matthew Dempsky | |
and <stdint.h> should unconditionally define all of their macros regardless of whether the __STDC_*_MACROS macros are defined. ok guenther, espie bulk build tested by landry | |||
2013-06-04 | Enable the _POSIX_SHARED_MEMORY_OBJECTS option group now that we have ↵ | Brad Smith | |
shm_open / shm_unlink. ok guenther@ | |||
2013-06-02 | XPG 4 apparently exposed d_ino and ino_t. Also, always pull in | Philip Guenther | |
<sys/_types.h> for the internal types ok matthew@ | |||
2013-05-31 | Add getprogname() and setprogname() to ease slackers^porters' work. | Antoine Jacoutot | |
Man page adapted from FreeBSD and NetBSD. Bump libc minor now (there will be more upcoming changes). input from tedu@ get it in deraadt@ | |||
2013-05-13 | Add an implementation of memmem() -- from FreeBSD with some tweaks. | Antoine Jacoutot | |
Requires a libc minor bump, committing now so that we have up-to-date snapshots for the upcoming hackathon. joint work with millert@ man page bits ok jmc@ input and ok millert@, guenther@, deraadt@ | |||
2013-04-15 | Implement fdatasync() as a wrapper around fsync() | Matthew Dempsky | |
ok guenther, deraadt, jmc | |||
2013-04-15 | SHA-224 is to SHA-256 as SHA-384 is to SHA-512. It was added in a | Todd C. Miller | |
later revision of FIPS-180. OK miod@ jmc@ guenther@ djm@ | |||
2013-04-11 | getpgid() and getsid() were rolled into POSIX in 2008 | Philip Guenther | |
ok millert@ | |||
2013-04-11 | Add 'restrict' per POSIX, per prodding by tedu@. (Might permit more warnings?) | Philip Guenther | |
Tweak standards exposure of memchr (never) and strdup (POSIX-2008) Remove unnecessary tests of __BSD_VISIBLE ok millert@ | |||
2013-04-02 | Pull in <sys/_types.h> instead of <machine/_types.h> in prep for the future | Philip Guenther | |
ok deraadt@ | |||
2013-03-28 | Enable fmemopen(3) and open_{w,}memstream(3) | Eric Faurot | |
commiting on behalf of mpi@ | |||
2013-03-24 | I can see no reason for #ifndef _KERNEL check in a /usr/include | Theo de Raadt | |
(ie. non-kernel) .h file | |||
2013-03-24 | dlerror() should not return const char *, as noted by landry | Theo de Raadt | |
ok guenther | |||
2013-03-21 | Do not install the dev/pci/drm/i915 directory to /usr/include | Theo de Raadt | |
2013-03-18 | forget about this for now; wait till later | Theo de Raadt | |
2013-03-18 | Skip another irrelevant leaf when descending into sys/dev | Theo de Raadt | |
ok kettenis | |||
2013-03-01 | Adds the (somewhat silly) _CS_V[67]_ENV and _CS_POSIX_V[67]_* defines | Philip Guenther | |
to <unistd.h> and confstr(3) per POSIX 1003.1-2008 Change confstr(_CS_PATH) to operate directly instead of calling sysctl(3) ports build tested by espie@ | |||
2013-03-01 | Add _POSIX_CLOCKRES_MIN and _POSIX2_CHARCLASS_NAME_MAX per POSIX 1003.1-2008 | Philip Guenther | |
ports build tested by espie@ | |||
2013-02-17 | Fix typo that hid PASS_MAX, TMP_MAX, NL_NMAX, and _XOPEN_{IOV,NAME,PATH}_MAX | Philip Guenther | |
defines. ok deraadt@ millert@ | |||
2013-01-30 | Add support for POSIX.1-2008 functions dprintf(3) and vdprintf(3). | Brad Smith | |
Feedback from millert@ guenther@ OK guenther@ man page bits OK jmc@ | |||
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt | |
ok guenther millert kettenis | |||
2012-12-03 | Simple emulation of POSIX pty APIs posix_openpt(), ptsname(), | Todd C. Miller | |
grantpt() and unlockpt() using /dev/ptm. Man pages from FreeBSD. OK kettenis@ deraadt@ beck@ ajacoutot@ naddy@ | |||
2012-11-29 | Change scandir()'s 'select' argument from | Philip Guenthe | |
int (*)(struct dirent *) to int (*)(const struct dirent *) to match POSIX. ok millert@, ports check by naddy@ | |||
2012-10-01 | More compliance fixes: hiding non-standard stuff behind __BSD_VISIBLE, | Philip Guenthe | |
making files stand-alone, some __restrict additions. tweaks kettenis@; ports testing and fixes landry@ and jasper@ ok millert@ | |||
2012-09-26 | Explicitly annotate setjmp() and longjmp() (and friends) as | Brad Smith | |
__returns_twice and __dead instead of depending on GCC's special handling of these function names. With input from kettenis@ and guenther@ Fixes a warning from clang ok matthew@ | |||
2012-09-23 | uint32_t is the integer type defined in stdint.h | Marc Espie | |
u_int32_t is historical BSD stuff. fix to match the manpage, namely #include <stdint.h> as a prerequisite. okay millert@ | |||
2012-09-15 | Improve POSIX/SUS compliance of <netdb.h>, <sys/socket.h>, and <sys/un.h>. | Philip Guenthe | |
Much ports testing of various versions by naddy@ and jasper@ ok matthew@, miller@ | |||
2012-08-23 | no more _PATH_AFSD required | Theo de Raadt | |
2012-08-23 | do not install the nnpfs directory | Theo de Raadt | |
2012-08-22 | hex constants unsigned, prevents some gcc warnings | Marc Espie | |
okay ratchov@ | |||
2012-07-10 | Instead of <arpa/inet.h> pulling in <netinet/in.h>, just copy in the | Philip Guenthe | |
three things that it needed from there: INET_ADDRSTRLEN, INET6_ADDRSTRLEN, and struct in_addr. Add protecting #ifndefs to netinet6?/in6?.h for those. ok deraadt@ | |||
2012-07-10 | Stop pulling in <sys/param.h> | Philip Guenthe | |
ok deraadt@ | |||
2012-07-10 | bsearch() doesn't belong here (it's in <stdlib.h>) | Philip Guenthe | |
Add __restrict bits for tdelete() ok deraadt@ | |||
2012-07-08 | Include sys/types.h rather than sys/param.h to pull BYTE_ORDER macros. | Alexandre Ratchov | |
suggested by deraadt@ | |||
2012-06-30 | Further standards compliance fixes: export LONG_BIT, WORD_BIT, and | Philip Guenthe | |
NL_{ARG,LANG,MSG,SET,TEXT}MAX with newer POSIX. Hide {FLT,DBL}_{DIG,MAX,MIN} and {PASS,TMP,NL_N}_MAX with newer XPG. Make _POSIX_NGROUPS_MAX and _POSIX_OPEN_MAX conditional on the POSIX version, like _POSIX_TZNAME_MAX already is. Add some more _POSIX_* and _XOPEN_* 'specified' limits. ok kettenis@ | |||
2012-06-28 | librthread has eaten libpthread, so build includes via the former instead | Philip Guenthe | |
of the latter. Permits the misleading lib/libpthread/Makefile to be removed discussed with deraadt@ |