summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Change reference to mount(1) to mount(8)chris1999-08-141-2/+2
|
* Change reference from kldload(3) to kldload(2)chris1999-08-131-2/+2
|
* Axe LOGIN_CAP_AUTH.sheldonh1999-08-133-571/+2
| | | | | | PR: 10115 Reported by: Gene Skonicki <gene@cif.rochester.edu> Requested by: jdp
* Add check for runnable threads before polling file descriptors.deischen1999-08-123-42/+48
| | | | Submitted by: tegge
* Treat an attempt to read from a write-only stream more consistently.rnordier1999-08-101-1/+2
| | | | | Submitted by: Anton Berezin <tobez@plab.ku.dk> PR : 12852
* Use the latest version of these files from OpenBSD.imp1999-08-103-21/+26
| | | | | | | | | | 1) Safty change from casper dik was added to OpenBSD's sources since I grabbed them. milltert@openbsd.org 2) Split up strlcpy to improve efficiency of the common case. milltert@openbsd.org 3) Cleanup of cross references for man page. {alex,aaron}@openbsd.org Pointed out by: deraadt@openbsd.org
* Import strl{cat,cpy} from OpenBSD.imp1999-08-104-6/+289
| | | | Obtained from: OpenBSD
* Fixed missing "G" in the list item for the main description of %g andbde1999-08-081-2/+2
| | | | %G formats.
* Add RCS IDs to those files without them.deischen1999-08-05237-254/+423
| | | | | | | Fix copyrights (s/REGENTS/AUTHOR). Suggested by: tg Approved by: jb
* Fix thread initialization to allow for the case where stdio filedeischen1999-08-057-39/+51
| | | | | | | descriptors are not opened. PR: bin/12853 Reviewed by: jb
* Mention that EXIT_SUCCESS and EXIT_FAILURE are preferred overhoek1999-08-011-1/+7
| | | | sysexits.h-values as exit codes for portable programs.
* Fixed $Id$.bde1999-07-311-3/+3
| | | | | | | Removed POSIX.1/NetBSD markup (braces) for NAME_MAX, etc. We don't define this. Most FreeBSD man pages hard-code the limits; in fact, utimes.2 recently became the only file in libc/sys/*.2 that mentions NAME_MAX. There probably should be mandoc macros for this.
* Removed a duplicate reference to System V.4.bde1999-07-311-2/+1
|
* Fixed syntax error in previous commit.bde1999-07-311-2/+3
|
* FIxed disordering in previous commit. Fixed some old disorder.bde1999-07-311-3/+3
|
* Document that writev(2) can fail with ENOBUFS.nik1999-07-301-1/+3
| | | | | | | | Text is a compromise based on messages from Wes Peters, Ville-Pertti Keinonen, and Matt Dillon. PR: docs/10512 Submitted by: Howard Goldstein <hgoldst@mpcs.com>
* Use the .At macro when referencing versions of AT&T UNIX.mpp1999-07-304-8/+12
| | | | | | Note: you need to install the current groff tmac macros for these man pages to format correctly. Specifically, rev 1.21 of contrib_groff/tmac/doc-syms in -current, or rev 1.17.24 for 3.2-stable
* Document the getdents(2) system call. The documentation wasmpp1999-07-303-165/+29
| | | | | | added to the getdirentries(2) man page because 95%+ of that man page comprised the text of the getdents(2) man page I obtained from NetBSD.
* Document the lchmod(2) system call.mpp1999-07-302-17/+29
| | | | Pointed-out-by: bde
* Add a manual page for getdents(2). This was taken from NetBSD, butmpp1999-07-301-0/+151
| | | | | | | | still needs some cleanup which is why it hasn't been added to the Makefile yet. Obtained from: NetBSD Pointed-out-by: bde
* Document the lutimes() and futimes() system calls.mpp1999-07-302-26/+97
| | | | | PR: kern/11213 Obtained from: NetBSD w/some minor changes by me
* Mdoc cleanup.mpp1999-07-301-2/+3
|
* Add missing cause for an EINVAL return (msgtype < 1).sheldonh1999-07-261-1/+4
| | | | | PR: 12783 Submitted by: Kevin Day <toasty@dragondata.com>
* Correct HISTORY section, according to CVS logs.sheldonh1999-07-261-2/+3
| | | | | PR: 12810 Submitted by: Alex Perel <veers@disturbed.net>
* remove <ctype.h> - not neededache1999-07-261-1/+0
|
* unsigned char cleanupache1999-07-261-17/+17
| | | | | | | fix wrong index from p_simp_re() PR: 8790 Submitted by: Alexander Viro <viro@math.psu.edu> (partially)
* asprintf() does use realloc() internally, but saying so in the manpage can behoek1999-07-251-4/+2
| | | | | misinterpreted to mean that the pointer passed to asprintf() must be suitable for passing to realloc() as-is (ie. either a NULL pointer or a valid pointer).
* Update the manpage for the number of symlinks in ELOOPn_hibma1999-07-241-2/+4
| | | | | PR: 12634 (partial) Submitted by: Julian H. Stacey jhs@FreeBSD.ORG
* Backed out previous commit. devname.3 and devname.c were broken in Lite1bde1999-07-241-4/+6
| | | | | | | | (devname() returned "??" when the lookup failed, but callers expected it to return NULL). This was fixed in Lite2, but until recently the changes were only merged into devname.3. A day or two after devname.c was fixed, devname.3 was made inconsistent again by backing out most of the Lite2 changes.
* Correct the information about the return value when no device matchesnik1999-07-201-6/+4
| | | | | | | (or no information is available). PR: docs/12707 Submitted by: Chris Costello <chris@calldei.com>
* Correct some grammar and style problems with this page.nik1999-07-201-16/+16
| | | | Submitted by: Kris Kennaway <root@rebel.net.au>
* Various cleanups.green1999-07-191-6/+6
|
* Make devname(3) return something more intelligent than NULL if it doesn'tphk1999-07-181-2/+27
| | | | find anything in the database.
* Enable gmon/mcount on alpha.simokawa1999-07-162-13/+3
|
* Enable gcrt1.o.simokawa1999-07-162-2/+25
|
* Make profil() 64bit-safe for alpha.simokawa1999-07-161-2/+2
| | | | | | | uintfptr_t may be better for offset, but we must wait until the definition of uintfptr_t moves from machine/profile.h. Reviewed by: bde
* Reference correct sysctl: kern.maxsockbuf --> kern.ipc.maxsockbufjlemon1999-07-151-2/+2
|
* Be a little clearer about login_getpwclass(3), and its penchant fornik1999-07-141-1/+7
| | | | | | | looking up a record called "root". PR: docs/12377 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-12360-5/+426
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+3
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Use USRSTACK (defined in <machine/vmparam.h>) to get top of the initial stack.dt1999-07-126-48/+18
| | | | PTHREAD_STACK_TOP was wrong for all supported architectures.
* Fix commented out CFLAGS addition for LOGIN_CAP_AUTH, which was missingsheldonh1999-07-121-1/+1
| | | | | | | a make -D option. PR: 12591 Submitted by: Craig Leres <leres@ee.lbl.gov>
* Fix a couple more coding style nits.jasone1999-07-115-12/+12
|
* Modify previous changes to conform better to libc_r's coding style.jasone1999-07-1111-196/+297
| | | | | | | | Always use mmap() for default-size stack allocation. Use MAP_ANON instead of MAP_STACK on the alpha architecture. Reduce the amount of code executed while owning _gc_mutex during stack allocation.
* Fixed a minor style nit in the EXAMPLE section.wes1999-07-101-1/+1
|
* Clarify an explanation a little bit.phk1999-07-091-4/+9
|
* Back out previous commit after discussing it with Dmitrij Tejblum.des1999-07-071-4/+0
|
* Always set errno to ENOMEM when returning 0 from malloc() or realloc().des1999-07-071-1/+5
| | | | Approved by: phk
* Make the new %Z addition thread-safe.obrien1999-07-061-19/+49
|
* Always use growable thread stacks on the i386. The VM_STACK kernel optionjasone1999-07-0614-88/+51
| | | | | must be made default for the alpha before growable thread stacks are enabled for the alpha.
OpenPOWER on IntegriCloud