summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2005-10-22fix MLINKS;Jason McIntyre
2005-10-20put HISTORY in the right order;Jason McIntyre
2005-10-20A library should not return EFAULT. Just segfault if a bogus orOtto Moerbeek
2005-10-19once again: library routines should not check pointers and what errnoTheo de Raadt
2005-10-19library routines should not be checking for NULL pointers passed in,Theo de Raadt
2005-10-19add missing header for HISTORY section; ok jmc awhile agoJared Yanovich
2005-10-19EFAULT corrections; ok millert and ottoJared Yanovich
2005-10-19missing full stopJared Yanovich
2005-10-14Use queue macros instead of directly accessing fields. ok marc@ miod@Otto Moerbeek
2005-10-12three new .so libraries to help the ports people who need (or might need)Theo de Raadt
2005-10-12add uu_lock_txfr to .Nm list;Jason McIntyre
2005-10-12add hid_parse_usage_page and hid_parse_usage_in_page to .Nm list;Jason McIntyre
2005-10-12remove MLINK for skeyzero.3: the function was removed in -r1.5;Jason McIntyre
2005-10-12remove MLINKS for pthread_mutexattr_{g,s}etpshared.3:Jason McIntyre
2005-10-12Use queue macros instead of directly accessing fields. ok millert@Otto Moerbeek
2005-10-11add missing MLINK for evbuffer_readline.3Jason McIntyre
2005-10-11add el_get() to the Nm list;Jason McIntyre
2005-10-11fix potential SSL 2.0 rollback (http://www.openssl.org//news/secadv_20051011....Markus Friedl
2005-10-11tidy up examplesJared Yanovich
2005-10-10Pass local var instead of mp->lqh.cqh_first to CIRCLEQ_REMOVE macro.Otto Moerbeek
2005-10-10fix a few warnings, keep the crypt stuff for later.Marc Espie
2005-10-10Remove a few warnings. Those were not apparent thanks to a bug in gcc 2.95.Marc Espie
2005-10-09ANSI function prototypes in examples; ok ottoJared Yanovich
2005-10-07Add Spanning Tree Protocol support.Marco Pfatschbacher
2005-10-07Document the recent changes to the multicast routing in the kernel.Esben Norby
2005-10-05End sentences with a dotMiod Vallat
2005-10-05Clarify the return value and drop nonapplicable bugs section hastily pastedMiod Vallat
2005-10-05further knf and cleaning; ok tdevalTheo de Raadt
2005-10-05first KNF (no binary diffs)Theo de Raadt
2005-10-04Fix use after free(). Bug found by mpech@; ok deraadt@Otto Moerbeek
2005-10-03add struct udf_args;Jason McIntyre
2005-10-03rename OpenSSL blowfish.3 manpage to BF_set_key.3, so it doesn't clobberDamien Miller
2005-10-03add missing MLINK for WEXITSTATUS.2Jason McIntyre
2005-10-03remove traces of non-existent getfstype() function;Jason McIntyre
2005-10-02some fixes to the .Nm list:Jason McIntyre
2005-10-02`ether_addr' is the name of a structure, not a function: remove its MLINKJason McIntyre
2005-10-02add missing MLINK for strnunvis.3, introduced -r1.14;Jason McIntyre
2005-10-02add bf_{ecb,cbc}_{en,de}crypt to the .Nm list;Jason McIntyre
2005-10-02add bcrypt_gensalt, bcrypt, and md5crypt, to the .Nm list;Jason McIntyre
2005-09-29use tabs instead of spaces in tags fileUwe Stuehler
2005-09-27accept hostnames 1 char long; spotted by otto, ok ottoTheo de Raadt
2005-09-25Revert temporary hack.Mark Kettenis
2005-09-23support %jd from c99, although intmax_t may not be available.Ted Unangst
2005-09-15tidy up lists and displays...Jason McIntyre
2005-09-14ptrace(2) following fork(2)Mark Kettenis
2005-09-12Do not use __attribute__(regparm) on !x86 !amd64 platforms; ok espie@Miod Vallat
2005-09-12Missing colons.Miod Vallat
2005-09-12some markup and punctuation fixes from wiz@netbsdJason McIntyre
2005-09-12punctuation;Jason McIntyre
2005-09-10Use realloc() instead of malloc().Brad Smith