summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
1999-03-13Fix loading of constant into upper portion off register, prevouslyDale S. Rahn
1999-03-12Fix various nonsense.Marc Espie
1999-03-12Fixes to the currently unused PIC support in the powerpc asm files.Dale S. Rahn
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
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 i...David Leonard
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
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
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
1999-03-04add .Nd and a DESCRIPTION section; karls@inet.noAaron Campbell
1999-03-04move .include <bsd.lib.mk> up before NOPROFILE and NOPIC defines are used; ev...Todd C. Miller
1999-03-03Added support for m88k.Steve Murphree
1999-03-03m88k addition.Steve Murphree
1999-03-02Provide a method to do prerequisites needed beforeNiklas Hallqvist
1999-03-02EACESS -> EACCES; garath@code.ridgefield.orgAaron Campbell
1999-03-02describe some additional things many people do not knowTheo de Raadt
1999-03-02doc timer{clear,add,sub,cmp,isset}Theo de Raadt
1999-03-02ncurses-4.2-990301Todd C. Miller
1999-03-02getservbyport() takes a network byte order port #Theo de Raadt
1999-03-01talk about positional arguments and sizes; james@oaktree.co.ukTheo de Raadt
1999-02-27make function names the correct caseTheo de Raadt
1999-02-26Add EMLINK error messageConstantine Sapuntzakis
1999-02-26Use .Fn for dbopen() declaration and add from Dv for NULLTodd C. Miller
1999-02-26.Ar -> .Fa and NULL is DvTodd C. Miller
1999-02-26convert to mdoc, document changes from db 1.8.6Todd C. Miller
1999-02-26skipjack in libc; isakmpd and such will want itTheo de Raadt
1999-02-25Don't segfault when sysctl failsArtur Grabowski
1999-02-25constify getcap(3). This fixes a warning in libcurses and doesn'tTodd C. Miller
1999-02-24doc cabsf; christosTheo de Raadt
1999-02-24stderr is not always unbuffered... only initially; kleinkTheo de Raadt