Renumber copyright clause 4Renumber cluase 4 to 3, per what everybody else did when BSD grantedthem permission to remove clause 3. My insistance on keeping the samenumbering for legal reasons is
Renumber copyright clause 4Renumber cluase 4 to 3, per what everybody else did when BSD grantedthem permission to remove clause 3. My insistance on keeping the samenumbering for legal reasons is too pedantic, so give up on that point.Submitted by: Jan Schaumann <[email protected]>Pull Request: https://github.com/freebsd/freebsd/pull/96
show more ...
Fix prototype of dbm_open().The last argument of dbm_open() should be a mode_t according to POSIX;not an int.Reviewed by: pfg, kibDifferential Revision: https://reviews.freebsd.org/D6650
Let dbm's datum::dptr use the right type.According to POSIX, it should use void *, not char *. Unfortunately, thedsize field also has the wrong type. It should be size_t. I'm not goingto change t
Let dbm's datum::dptr use the right type.According to POSIX, it should use void *, not char *. Unfortunately, thedsize field also has the wrong type. It should be size_t. I'm not goingto change that, as that will break the ABI.Reviewed by: pfgDifferential Revision: https://reviews.freebsd.org/D6647
dbm_delete(3) correct man page to match current behaviour."The dbm_store() and dbm_delete() functions shall return 0 when theysucceed and a negative value when they fail."Reference:http://pubs.
dbm_delete(3) correct man page to match current behaviour."The dbm_store() and dbm_delete() functions shall return 0 when theysucceed and a negative value when they fail."Reference:http://pubs.opengroup.org/onlinepubs/9699919799/functions/dbm_clearerr.htmlPR: 42422Suggested by: delphijMFC after: 3 days
Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}if not already defined. This allows building libc from outside oflib/libc using a reach-over makefile.A typical use-case is to
Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}if not already defined. This allows building libc from outside oflib/libc using a reach-over makefile.A typical use-case is to build a standard ILP32 version and a COMPAT32version in a single iteration by building the COMPAT32 version using areach-over makefile.Obtained from: Juniper Networks, Inc.
Globally replace u_int*_t from (non-contributed) man pages.The reasoning behind this, is that if we are consistent in ourdocumentation about the uint*_t stuff, people will be less tempted towrite
Globally replace u_int*_t from (non-contributed) man pages.The reasoning behind this, is that if we are consistent in ourdocumentation about the uint*_t stuff, people will be less tempted towrite new code that uses the non-standard types.I am not going to bump the man page dates, as these changes can beconsidered style nits. The meaning of the man pages is unaffected.MFC after: 1 month
The flags argument of mpool_get() is meaningful, document it.MFC after: 2 weeks
Bump dates in dbopen(3) and cpuset_getaffinity(2) from r212441 andr212438, repectively.Approved by: keramida (mentor)MFC after: 1 week
Note O_SYNC and O_NOFOLLOW flags in dbopen(3) since r190497.PR: 150030Submitted by: Janne Snabb snabb at epipe comPatch by: Janne SnabbApproved by: keramida (mentor)MFC after: 1 week
hash.3: fix a factual mistake in the man pagePR: bin/144446Submitted by: Peter Jeremy <[email protected]>MFC after: 3 days
Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD.This does not include the new hash routines since they will cause problemswhen reading old hash files.Since mpool(3) has
Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD.This does not include the new hash routines since they will cause problemswhen reading old hash files.Since mpool(3) has been changed, provide a compatibility shim for olderbinaries.Obtained from: OpenBSD
- Remove superfluous commentPR: docs/129400Submitted by: Gavin Atkinson <[email protected]>
Per Regents of the University of Calfornia letter, remove advertisingclause.# If I've done so improperly on a file, please let me know.
o dbm_close(3) returns void not zero or anything else. Touch .Dd.PR: docs/80070Submitted by: Aleksej SaushevMFC after: 2 weeks
Fix parameter types of close and get members in DB.
Expand *n't contractions.
Remove the misleading description of the 'key' argument tompool_open(3) - it is *not* really used for synchronization; in fact,it is not used at all.PR: 70929Submitted by: Martin Kammerhofer <d
Remove the misleading description of the 'key' argument tompool_open(3) - it is *not* really used for synchronization; in fact,it is not used at all.PR: 70929Submitted by: Martin Kammerhofer <[email protected]>MFC after: 3 days
Mechanically kill hard sentence breaks.
mdoc(7): Use the new feature of the .In macro.
The .Fn function
mdoc(7) police: "The .Fa argument.".
mdoc(7) police: "The .Fn function".
libc_r wasn't so tied to libc for 22 months.
Correct the headers needed to use dbopen(3) and friends.
mdoc(7) police: Use the new .In macro for #include statements.
12