summaryrefslogtreecommitdiffstats
path: root/lib/libc/db (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* use .Tn instead of .Em for logical/bitwise OR + ANDaaron1999-06-053-7/+7
|
* "SEE ALSO" -> SEE ALSO, missed these files beforeaaron1999-05-281-2/+2
|
* more missing .El macros filled inaaron1999-05-271-3/+6
|
* or'ing -> OR'ingaaron1999-05-273-7/+7
|
* punctuationaaron1999-05-251-2/+2
|
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-236-12/+12
| | | | is used instead; kwesterback@home.com
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-162-5/+5
| | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
* o Opening a zero-length hash file should not be an errormillert1999-04-185-53/+114
| | | | | o Correct odbm support o Add man links for ndbm and odbm
* fix more comma splices that involve misuse of conjunctive adverbspjanzen1999-03-111-2/+2
|
* fix comma splices involving 'however'pjanzen1999-03-102-4/+4
|
* make function names the correct casederaadt1999-02-272-13/+13
|
* Use .Fn for dbopen() declaration and add from Dv for NULLmillert1999-02-261-13/+11
|
* .Ar -> .Fa and NULL is Dvmillert1999-02-261-21/+24
|
* convert to mdoc, document changes from db 1.8.6millert1999-02-261-108/+121
|
* real dbm_rdonlymillert1999-02-161-5/+13
|
* kludge to get rid of dbm_rdonly not being definedimp1999-02-161-2/+5
|
* o Minor changes from db.1.86 (sleepycat). Does not include the new hashmillert1999-02-1544-156/+515
| | | | | | | routines since they cannot read a hashed .db file from the old code. Most of these files just have their RCS/SCCS tags standardized. Note that mpool.3 has not been updated to reflect the new mpool interface. o Add a real dbm(3) manpage
* It's always a good idea to test those last minute changes to make sure they compile...millert1999-02-121-3/+3
|
* add old dbm-compatible interface from db-1.86 with minor changes by me (needs a man page)millert1999-02-121-18/+130
|
* mention fcntl.h; jfw@jfwhome.funhouse.comderaadt1999-01-111-1/+2
|
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-207-19/+19
| | | | | | | | | | | | | All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO
* do not toss memory dribble into the output files (small performance loss)deraadt1998-08-283-11/+3
|
* realloc repairderaadt1998-08-143-13/+23
|
* bad Theo, changed a variable name ;-)millert1998-07-271-3/+3
|
* include sys/param.h to pull in MAXPATHLENmillert1998-07-271-1/+2
|
* clone mkstemp() setup in ../btreederaadt1998-07-271-2/+8
|
* build mpool(3)deraadt1998-07-231-3/+2
|
* ftpd: sleep for an indeterminate amount for non-existant loginsmillert1998-07-131-3/+3
| | | | | to simulate a crypt, like login does. Use SEEK_* not L_* and kill some 0L's used in lseek while we're there.
* bit nicer description, plus add missing return descd1998-05-151-3/+7
|
* bad theomillert1998-05-141-2/+2
|
* dbm.3 linkderaadt1998-05-131-1/+2
|
* pop ndbm.3 into the treederaadt1998-05-131-2/+2
|
* use .Ftderaadt1998-05-131-12/+23
|
* first cutd1998-05-131-0/+176
|
* some -Wallmillert1998-03-195-13/+15
|
* string.h for memset protoderaadt1998-03-051-1/+2
|
* Bug fixes from Sleepycat Software for db_btree databases; for some cornerderaadt1997-11-132-4/+7
| | | | cases in splitting pages, and for correctly updating data base metadata.
* oh my, i'm embarassed.flipk1997-11-111-1/+2
|
* mandoc. tag. copyright.flipk1997-07-284-310/+340
|
* convert to mandoc, add tagflipk1997-07-281-70/+79
|
* dollar OpenBSD dollar tagflipk1997-07-281-0/+1
|
* convert to mandoc. prettyflipk1997-07-281-107/+115
|
* tabifykstailey1997-07-236-14/+14
|
* need errno.hderaadt1997-02-161-1/+2
|
* buf oflow, danny@freebsd.orgderaadt1997-02-151-1/+5
|
* zero out the pagedownsj1996-10-141-2/+4
|
* Remove dead codetholo1996-09-155-8/+18
| | | | | | Remove unused variables Silence some warnings lint(1) is your friend
* use issetugid() to protect against bad getenvderaadt1996-08-261-3/+4
|
* Fix RCS idstholo1996-08-1951-263/+51
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* Not part of current db distributiontholo1996-08-191-0/+0
|