summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2007-06-24Introduce puffs_pn_remove() to signal that a node has been deletedpooka
2007-06-24don't return errno from a function which returns an fd - there'spooka
2007-06-23Since we are going to be looking for ports many times, use a centralizedchristos
2007-06-18Follow the example of other nbtool compat functions, like dirname, andginsbach
2007-06-17- Add aio_fsync(3) manual page. Reviewed and improved by <wiz>.rmind
2007-06-15add rcs idspooka
2007-06-12Use pthread_[gs]etspecific to store a pointer to the fuse_contextagc
2007-06-12Minor cleanup - change uses of malloc, memset to calloc.agc
2007-06-12Re-work the way the SET_FUSE_CONTEXT* macros are done, followingagc
2007-06-11# use puffs_cred_getuid(3) and puffs_cred_getgid(3)agc
2007-06-11Set the uid, gid and pid wherever possible (i.e. where known). This getsagc
2007-06-11Add a new ioctl AUDIO_GETBUFINFO. It works like AUDIO_GETINFO, butjoerg
2007-06-11print a specific warning if /dev/puffs cannot be opened in initpooka
2007-06-10Fix tab/space confusion; from Stefan Farfelederchristos
2007-06-10Note ZFS returning the number of entries instead of the size of the directory.christos
2007-06-09PR/36464: scandir(3) corrupts heap when run on ZFS directories because ZFSchristos
2007-06-09bring in many changes from FreeBSDchristos
2007-06-09Make Nm match Dt. This makes it easier to guess what the man page iswiz
2007-06-07regenpooka
2007-06-06Move puffs to a two clause license where it already isn't so. Andpooka
2007-06-03Make these work with _FORTIFY_SOURCE, by overriding the fortified definitionschristos
2007-06-03- add read and readlink since they are used internallychristos
2007-06-03We can USE_FORT now.christos
2007-06-03provide a weak symbol for readlink since it is used internally.christos
2007-06-03#undef the fortified functions we use, otherwise we end up calling ourselveschristos
2007-05-31this is not needed.christos
2007-05-31We should clean the ${ASM} files, not a ${PSEUDO}, which is really "pseudo" ;)rmind
2007-05-30Match usage of FORTIFY_SOURCE on other platforms by not requiring specialtls
2007-05-30Move FORTIFY_SOURCE implementation from the somewhat ill-named "libssp"tls
2007-05-29Fix compile errors on i386 by changing %ld to %zu.veego
2007-05-29Fix two bugs reported by Simon Burge: 1) USE_FORT and USE_SSP should betls
2007-05-29Change debug handling, now we write debug out iff CURSES_TRACE_FILEblymn
2007-05-29Fix some compiler warnings.blymn
2007-05-29Try to make select(2) man page more insightful, by providing an example.manu
2007-05-28Merge in wide curses code done as a Summer of Code project byblymn
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2007-05-27Add rl_completion_matches, fix remove_historychristos
2007-05-26s/approprate/appropriate/tnozaki
2007-05-24mention bcopy and bzero.christos
2007-05-24add generic Device Controls usage page informationplunky
2007-05-24After we've malloc'd an area of storage, zero out this storage, "just inagc
2007-05-23forgot to pass the len argument; pointed out by thor.christos
2007-05-23memset does not have 'src' as its second argument. or, at least, in mytls
2007-05-23The b-functions (bcopy, bzero) should not be in string.h, and we weretls
2007-05-23Fix typo: "lne"->"len"tls
2007-05-23From christos: make inline functions static __inline, because some userland p...tls
2007-05-23fix tyopschristos
2007-05-23add documentation for libsspchristos
2007-05-21s/preposturously/preposterously/tnozaki
2007-05-21s/conform/conforms/tnozaki