summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Implemented negative caching on uid/gid lookup failures. This won'tdg1996-03-051-14/+20
| | | | | | matter much on some systems, but on ftp servers (like wcarchive) where you run with special stripped group and pwd.db files in the anonymous ftp /etc, this can be a major speedup for ls(1).
* Update the current sigaction(2) man page to current reality..peter1996-03-031-5/+19
| | | | | | * sigstack(2) -> sigaltstack(2). * Document the SA_NODEFER flag * Document the SA_RESETHAND flag
* Close PR#218. Don't reference non-existant dbm(3) and ndbm(3) manualjkh1996-03-031-4/+4
| | | | pages.
* Update the docs after the rename of SA_DISABLE and SA_ONSTACK when used forpeter1996-03-021-3/+3
| | | | | | ss_flags to SS_DISABLE and SS_ONSTACK. SA_ONSTACK is still used in struct sigaction. Nowhere in our entire source tree could I find a single place these were used.
* If the send() to the AF_UNIX socket to the syslogd fails, attempt topeter1996-03-021-18/+56
| | | | | | | | reconnect once using the saved openlog() parameters. This helps one of the system startup race conditions. If syslogd takes too long to get going, some daemons can fail the connection and forever log to the console even though the syslogd is running. That is ..unfortunate..
* Document the int -> size_t change to the m* syscallspeter1996-03-024-4/+4
|
* Convert "time zone" to "timezone" in section NAMEwosch1996-02-281-1/+1
| | | | Submitted by: brien@cs.ucdavis.edu (David E. O'Brien)
* Fix conflicts and merge into mainlinepst1996-02-2716-25286/+724
|
* This commit was generated by cvs2svn to compensate for changes in r14272,pst1996-02-2735-1081/+26814
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import updated Berkeley DB into CSRG branchpst1996-02-2746-1680/+27446
| |
| * recording cvs-1.6 file deathpeter1995-12-30233-49856/+0
| |
| * This commit was manufactured by cvs2svn to create branch 'CSRG'.cvs2svn1995-06-2723-0/+1448
| |
* | Don't trash %ebp.bde1996-02-251-2/+2
| | | | | | | | Obtained from: NetBSD
* | move stat behind open to cover corner casepst1996-02-251-2/+8
| |
* | Add minherit.2 to Makefile.. (oops, forgot it before)peter1996-02-241-1/+2
| |
* | If the two recently added sysctl variables exist, use those rather thanpeter1996-02-243-22/+51
| | | | | | | | | | | | | | the statically compiled PS_STRINGS and USRSTACK variables. This prevents programs using setproctitle from coredumping if the kernel VM is increased, and stops libkvm users (w, ps, etc) from needing to be recompiled if only the VM layout changes.
* | rfork/minherit glue in libcpeter1996-02-234-7/+237
| | | | | | | | man pages adapted from OpenBSD's versions.
* | If a .db file is 0 length, initialize it as if it did not exist.pst1996-02-231-1/+2
| | | | | | | | Reviewed by: wollman
* | Add a dire warning about misusing the setlogin() system call. Be verypeter1996-02-231-1/+46
| | | | | | | | | | | | | | explicit that it is global to the entire "session", and that setsid() or daemon() are need to have been called at some point. The most notable offender of setlogin() misuse is XFree86's xdm.
* | Changed the dimensions of __CTOR_LIST__ and __DTOR_LIST__ from 0jdp1996-02-201-14/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | to 2. This makes them agree with the declarations in libgcc, and clears the way once again for linking c++rt0.o into all libraries, and eliminating CPLUSPLUSLIB from <bsd.lib.mk>. (I have not made that change yet, because there is still a bootstrapping problem for "make world".) Also, removed a check which ensured that the constructor count in the first word of __CTOR_LIST__ was greater than zero before traversing the list. I had added that check earlier, but it is no longer necessary, now that there is guaranteed to be at least 2 words in __CTOR_LIST__.
* | man page linkswosch1996-02-181-1/+3
| | | | | | | | | | | | | | fts_open.3 -> fts.3 fts_read.3 -> fts.3 fts_children.3 -> fts.3 fts_close.3 -> fts.3
* | Fix inet_network to not dump core if passed in an addressmpp1996-02-171-3/+1
| | | | | | | | | | | | with more than 4 octets (e.g. 1.2.3.4.5). Submitted by: Amy Baron <amee@beer.org> via NetBSD-bugs
* | Put in missing '_' in call to wrapper _thread_sys_sigsetmask() function.peter1996-02-172-6/+6
| |
* | Added a new module "uthread_autoinit.cc". This is a small C++ module.jdp1996-02-177-3/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It uses a static constructor to call _thread_init() at program start-up time. That eliminates the need for any initialization hooks in crt0.o. Added a symbol reference in "uthread_init.c", to ensure that the new module will always be pulled in when the archive version of the library is used. In "Makefile.inc", defined CPLUSPLUSLIB, so that the constructor will be properly invoked in the shared library. Suggested by: Christopher Provenzano, Peter Wemm, and others.
* | Removed "iso_addr.c" from the Makefile. Support for it has been removedjdp1996-02-171-1/+1
| | | | | | | | from the system, and a required include file no longer exists.
* | Corrected a couple of errors in the fts(3) manual page. The prototypejdp1996-02-151-2/+2
| | | | | | | | | | | | for "fts_open" was wrong. Also, the "fts_info" field of the FTSENT structure was misleadingly described as containing "flags". Actually, it contains a single integer value.
* | Fixed a bunch of man page cross references that werempp1996-02-1514-44/+45
| | | | | | | | | | | | | | | | in the main text of various man pages. Thanks to Warner Losh for adding an option to manck to allow it to scan the entire man page looking for bogus xrefs, instead of just checking the SEE ALSO section.
* | Added a little NOTES section explaining that passing in a string thatmpp1996-02-151-0/+22
| | | | | | | | | | | | | | | | | | | | resides in read-only memory is going to cause the program to core dump, and this is commmon with older pre-ANSI C programs. (I've scratched my head over this one at 3 in the morning before while trying to port some ancient program) Suggested by: Gary Kline <kline@tera.com>
* | XNS sort-of-support is no more.wollman1996-02-131-3/+4
| |
* | Include both, the regular and the `secure' libtelnet, when buildingjoerg1996-02-131-0/+4
| | | | | | | | a release.
* | Some fixes:phk1996-02-122-14/+20
| | | | | | | | | | | | | | | | | | | | | | - shared libraries are in ${SHLIBDIR}, not necessarily in ${LIBDIR}. - don't remove or create any shared library versions except 2.0. and improvements: - don't use rm -r. - indent the long shell command. Submitted by: bde
* | Correct the xref for msgctl: msgctl(2) -> msgctl(3)mpp1996-02-122-8/+8
| |
* | Added man pages for msgctl(3), msgget(3), msgrcv(3) and msgsnd(3).mpp1996-02-125-1/+656
| | | | | | | | Obtained from: NetBSD
* | Another round of man page cleanups.mpp1996-02-127-13/+10
| | | | | | | | Down to only about 100 items left to cleanup! :-)
* | Fixed some minor formatting problems to silence manck some more.mpp1996-02-128-21/+13
| | | | | | | | | | | | | | | | | | Corrected some bogus cross references to man pages that we don't/won't have and either deleted them, or found a more appropriate man page that we do have. Various other minor changes to silence manck. Manck is currently down to about 200 lines of errors, down from the 500 - 600+ when I started all this.
* | Added a update(4) man page to describe the kernel initiated updatempp1996-02-122-5/+5
| | | | | | | | process and changed all of the old references to update(8) to update(4).
* | Minor cleanup of the rpc man pages to silence manck.mpp1996-02-127-12/+12
| |
* | Correct man page section number references (e.g. don't use thempp1996-02-1140-433/+421
| | | | | | | | | | old 1M, 3X and 3S section numbers) and make some minor formatting changes to silence manck.
* | Correct a bunch of man page cross references and generallympp1996-02-1134-65/+69
| | | | | | | | | | | | try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however.
* | Add libfakegnumalloc.phk1996-02-111-1/+1
| |
* | Make a scaffold libgnumalloc.so.#.# unless there is a packeage calledphk1996-02-114-0/+34
| | | | | | | | "gnumalloc*"
* | #include <kerberosIV/des.h> -> #include <des.h>markm1996-02-111-1/+1
| |
* | Don't install mdX.3, it's the template used to build the other pages.phk1996-02-091-2/+2
| |
* | Bill was a little to fast here...phk1996-02-091-3/+1
| |
* | Another round of various man page cleanups.mpp1996-02-093-3/+2
| |
* | Add some missing MLINKS, correct some cross references, correct somempp1996-02-092-7/+2
| | | | | | | | file locations and some minor formatting/style problems.
* | Fixed docs/521.jkh1996-02-091-3/+2
| |
* | Add a couple more man page links and some minor formatting fixes.mpp1996-02-092-5/+6
| |
* | Correct one small typo in previous commit.mpp1996-02-091-2/+2
| |
* | Added some missing MLINKS for section 3 man pages.mpp1996-02-0911-23/+299
| | | | | | | | | | | | | | Also corrected a few minor formatting errors, file location and cross references in some of the section 3 man pages. This shuts up a lot of the output from "manck" for section 3.
OpenPOWER on IntegriCloud