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