summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2008-04-29Remove duplicate psignal(3) and sys_siglist definitions. signal.hKurt Miller
2008-04-29Make sure sys_signame and sys_siglist are wrapped in __BEGIN_DECLS.Mark Kettenis
2008-04-24- correct brk(2) prototype and man page to match implementation and POSIX.Kurt Miller
2008-04-23Import MPLS (Multi Protocol Label Switching)Esben Norby
2008-03-22Get rid of 3 extra leading spaces. ok deraadt@Matthieu Herrb
2008-03-16diff from djm@ committed at his request:Otto Moerbeek
2008-02-10Define _POSIX_TZNAME_MAX to 6 if the user requested POSIX 1003.1-2001.Mark Kettenis
2008-02-02Define _POSIX_HOST_NAME_MAX and HOST_NAME_MAX.Mark Kettenis
2007-11-24some spelling fixes from Martynas VenckusJason McIntyre
2007-10-19install includes from libexpatTheo de Raadt
2007-10-02pcc knows _Bool. ok beck@ miod @millertOtto Moerbeek
2007-09-03add recaloc(3)Todd C. Miller
2007-09-03add memrchr(3)Todd C. Miller
2007-06-06no longer make include/netipx dirTheo de Raadt
2007-06-05_FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, soKurt Miller
2007-06-03Add ffs2 support to dump/restore. From FreeBSD with some NetBSD changes.Todd C. Miller
2007-05-29based on a diff from Matt Provost: allow printing of ldd informationJason Wright
2007-05-05Provide hook so that rthreads can provide a spinlock to protect from racesDale Rahn
2007-03-17allow extern inline stuff to proceed unchanged thru the mess that theMarc Espie
2007-03-14do the adjustment of arbitrary 128 -> BLF_MAXUTILIZED in userland as well,Alexander von Gernler
2007-03-05Remove _err() calls from getnetgrent.c. This is a minor API changeTodd C. Miller
2007-02-13remove prereq, by using a pre-generated include file (this one should nowMarc Espie
2007-02-08g/c __DTF_READALL. It was a flag to the internal __opendir2() butTodd C. Miller
2006-12-20zap bogus sentinel, as noticed by dasn.Marc Espie
2006-11-10add void set_rpc_maxgrouplist(int), to be able to make mount_nfs -gAlexander von Gernler
2006-09-17add lldiv prototype; ok deraadt@Damien Miller
2006-08-28zap argument name, okay millert@Marc Espie
2006-07-26TIMEOUT* values are not part of the protocol. tftp.h is a namespaceTheo de Raadt
2006-07-26Fixing several timeout quirks at tftpd and tftp:Marcus Glocker
2006-07-20Add blksize option support for tftpd according to RFC 2348.Marcus Glocker
2006-07-12add some more C99 functions: round(3) and roundf(3).Brad Smith
2006-07-12add missing prototypes for trunc/truncf.Brad Smith
2006-05-05delint; ok millert@ beck@Otto Moerbeek
2006-04-01- Plug huge mem leak; mostly samba was suffering.Otto Moerbeek
2006-03-31kvm_openfiles() should take int flag, not unsignedTheo de Raadt
2006-03-31after we changed mode_t to be an int, the devname() man page wasTheo de Raadt
2006-03-23kill evil \r; from cedricMichael Shalayeff
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-01-31Annotate _assert()/__assert2() as __dead.Hans-Joerg Hoexer
2006-01-16use standard type uint32_t, instead of BSD-specific u_int32_tMarc Espie
2006-01-15Add comments to show which printf/scanf formats match which typesTodd C. Miller
2006-01-15Update {PRN,SCN}*PTR defines to match types changesTodd C. Miller
2006-01-13Remove neither documented nor found in any spec ctermid_r() function - ctermid()Miod Vallat
2006-01-13Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax()Todd C. Miller
2006-01-13Include the function name in assert() output. From espie@Todd C. Miller
2006-01-06Add real C99 stdint.h and inttypes.h based on an initial version I did inTodd C. Miller
2006-01-06Adapt things to use __type_t instead of _BSD_TYPE_T_Todd C. Miller
2005-12-31Move TTY_NAME_MAX and LOGIN_NAME_MAX to sys/syslimits.hTodd C. Miller
2005-12-29zap unused ohash_lookup_string declaration; ok espieJared Yanovich
2005-12-28Split off the non-kernel visible portion of sys/errno.h into aTodd C. Miller