summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
1999-03-29initgroups(3) should not spew to stderr; giles@nemeton.com.auTodd C. Miller
Also document the NGROUPS limit.
1999-03-28ncurses-4.2-990327; just man page fixesTodd C. Miller
1999-03-26use stdlib; millertTheo de Raadt
1999-03-24allow make depend to workDavid Leonard
1999-03-24actually make use of the new manual pagesDavid Leonard
1999-03-24revert to -pthreadDavid Leonard
1999-03-23Clarify realloc return valueTodd C. Miller
1999-03-22better, nicer, neater documentationDavid Leonard
1999-03-22minor fixesDavid Leonard
1999-03-22new documentationDavid Leonard
1999-03-18ncurses-4.2-990318Todd C. Miller
1999-03-18typo; nash@mcs.netAaron Campbell
1999-03-17subdir Makefiles should not contain anything elseTheo de Raadt
1999-03-17do not break thingsTheo de Raadt
1999-03-16Add ssl.8 man page - configuration and issues overview.Bob Beck
1999-03-16ncurses-4.2-990316Todd C. Miller
1999-03-16Add install of reasonable default ssleay.cnf fileBob Beck
1999-03-16Get the pid right if a stale lock file exists.brian
Submitted by: Lawrence D. Lopez <lopez@cisco.com>
1999-03-15ncurses-4.2-990314Todd C. Miller
1999-03-14ncurses-4.2-990313Todd C. Miller
1999-03-14ncurses-4.2-990313Todd C. Miller
1999-03-13Fix loading of constant into upper portion off register, prevouslyDale S. Rahn
if the register being loaded into was not value zero would end up with wrong value. Only affected profiling executables.
1999-03-12Fix various nonsense.Marc Espie
- add $OpenBSD$ tag - () fork subshell... wasteful when unnecessary - chain commands using &&, not ;, so that you retrieve status
1999-03-12Fixes to the currently unused PIC support in the powerpc asm files.Dale S. Rahn
contact rahnds@openbsd.org before attempting to use this funcationality.
1999-03-12these somehow got missed in the earlier curses commitTodd C. Miller
1999-03-12formattingPaul Janzen
1999-03-11ncurses-4.2-990307Todd C. Miller
1999-03-11Fix an && that should be ||; ncurses-4.2-990306Todd C. Miller
1999-03-11fix more comma splices that involve misuse of conjunctive adverbsPaul Janzen
1999-03-10fix comma splices involving 'however'Paul Janzen
1999-03-10extra includes for WallDavid Leonard
1999-03-10nicer debugging; _GNUC_ -> __GNUC__David Leonard
1999-03-10Fix .Os so that correct OS version appearsDavid Leonard
1999-03-10identDavid Leonard
1999-03-10missing const (freebsd)David Leonard
1999-03-10no need to save signal state in setjmp/longjmp - it will always be the same, ↵David Leonard
so we may as well save a few syscalls
1999-03-10tidyDavid Leonard
1999-03-10correct asm constraints, espie@; cite m680x0 user manualDavid Leonard
1999-03-10correct asm constraints, espie@David Leonard
1999-03-10define and use a SET_NAME macro so that these tests work under other thread ↵David Leonard
implementations
1999-03-10Goodbye, MIT pthreads... you were a handy reference implementationDavid Leonard
1999-03-10Daylight Saving Time, not savingsPaul Janzen
1999-03-09Back out rev 1.7. PCTS 151-2 still passes, and mktime() now correctly returnsPaul Janzen
-1 for calendar times that cannot be represented.
1999-03-08pull in bsd.own.mk for NOPROFILE and NOPICTodd C. Miller
1999-03-07Never break the source tree builds if a _non-default compilation option_Theo de Raadt
has an issue. Fix it right, without breaking the source tree.
1999-03-07previous commit broke MLINKS installTheo de Raadt
1999-03-06add examplesTodd C. Miller
1999-03-06typoTodd C. Miller
1999-03-05better examples section wrt strncpy()Todd C. Miller
1999-03-05fix umount references; markus.friedl@informatik.uni-erlangen.deTheo de Raadt