summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2001-03-20document new interpretation for net.inet6.icmp6.nodeinfo.Jun-ichiro itojun Hagino
2001-03-19set gl_pathv to NULL after we free it; christos@netbsd.orgTodd C. Miller
2001-03-18GLOB_LIMIT changes from christosTheo de Raadt
2001-03-18Fix lots of register masks.Brandon Creighton
2001-03-16add a _kvm_pa2off() for vaxBrandon Creighton
2001-03-14Move description of exect() to execve(2) man page. Add a note about exect() notAaron Campbell
being portable.
2001-03-13stronger testDavid Leonard
2001-03-13typo in commentDavid Leonard
2001-03-13recursive mutex testDavid Leonard
2001-03-11mdoc police.Aaron Campbell
2001-03-11Cosmetic: Super-user -> SuperuserAaron Campbell
2001-03-11Convert flags list from a literal display to a nicely formatted list.Aaron Campbell
2001-03-11Section shuffling.Aaron Campbell
2001-03-11Add cvs tag, remove incompatible LIBRARY section, plus other OpenBSD'ificationsAaron Campbell
typical when importing a new man page.
2001-03-11Better grammar, move HISTORY before CAVEATS, and add some missing commas.Aaron Campbell
2001-03-11mdoc police.Aaron Campbell
2001-03-11Fix typo: disklable -> disklabel; from NetBSD.Aaron Campbell
2001-03-10Crank major number. openssl on m68k is now compiled in 32 bit mode insteadTheo de Raadt
of 64 bit mode. This makes ssh -2 run about 10x faster, because the 64 bit mul instructions no longer need emulation.
2001-03-09minor irrelevant oopsTheo de Raadt
2001-03-09add OpenBSD-m68k target, turning BN_LLONG off, for performance on 060Theo de Raadt
2001-03-09build using OpenBSD-m68k on m68k machinesTheo de Raadt
2001-03-09m{,un}lockallArtur Grabowski
2001-03-09Xr mlockallArtur Grabowski
2001-03-09Add mlockall and munlockall. man-page from NetBSD.Artur Grabowski
2001-03-09typoArtur Grabowski
2001-03-09PATH_MAX+1 is wrong. Not cranking libc/libc_r majors over this, since they ↵Theo de Raadt
just got cranked a little while ago. discussion with millert
2001-03-08exit(-1) -> exit(1)Angelos D. Keromytis
2001-03-08document that exit() -> wait() only returns low bitsTheo de Raadt
2001-03-04Forgot commit, oops.Marc Espie
2001-03-03typoTheo de Raadt
2001-03-03plug many memory leaksTheo de Raadt
2001-03-02missed a second hash->ohashMarc Espie
2001-03-02Missed one hash->ohashMarc Espie
2001-03-02Fix preambleMarc Espie
2001-03-02Oops, ohash_lookup_string bit the dust.Marc Espie
2001-03-02Add ohash_* functions to libc.Marc Espie
Ok'd deraadt@, millert@
2001-03-01describe a few new flags; jlemon@freebsd.orgNiels Provos
2001-03-01Spelling: preceeding -> precedingAaron Campbell
2001-02-28ncurses-5.2-20010224Todd C. Miller
2001-02-28ipip.allow can also be set to 2, which skips the loopback spoofAngelos D. Keromytis
checking (for single-machine testing purposes).
2001-02-25fix enboldening on idcok and immedok in NAME sectionTodd C. Miller
2001-02-25Missing commas in NAME section. Found by an espie script ;-)Todd C. Miller
2001-02-22Add a caveat about our O_TRUNC paranoia; art@ okAnil Madhavapeddy
2001-02-22Make _nc_get_token() take a "silent" argument and only warn if itTodd C. Miller
is not set. Propagate "silent" flag in _nc_parse_entry() to _nc_get_token(). Set the silent flag when reading termcap files, including $TERMCAP.
2001-02-22Update to ncurses-5.2-20010210:Todd C. Miller
o remove macro callPutChar() from tty_update.c, since this is no longer needed (reported by Philippe Blain). o add a null-pointer check in tic.c to handle the case when the input file is really empty. Modify the next_char() function in comp_scan.c to allow arbitrarily long lines, and incidentally supply a newline to files that do not end in a newline. These changes improve tic's recovery from attempts to read binary files, e.g., its output from the terminfo database (reported by Bernhard Rosenkraenzer). o revert change to c++/demo.cc from 20001209, which changed definition of main() apparently to accommodate cygwin linker, but broke the demo program.
2001-02-21#ifdef out the "older tic versions may treat the description fieldTodd C. Miller
as an alias" warning since it hits people with $TERMCAP set when there is no terminfo file present. A better fix would be to make _nc_get_token() take a quiet flag.
2001-02-21Define struct _machdep_state again for libc_r to compile on mvme88k.Miod Vallat
2001-02-21replace comment with something not so misleading.Brad Smith
2001-02-18fix typoTodd C. Miller
2001-02-17spelling and grammarPaul Janzen