summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Collapse)AuthorAgeFilesLines
* Link stringlist.3 to sl_{add,find,free,init}.3ben2000-12-271-0/+2
|
* Fix mostly harmless typo:nectar2000-12-171-1/+1
| | | | | | | if (data); free(data); Discovered by: emacs cc-mode
* mdoc(7) police: added missing .Os call.ru2000-12-143-0/+3
|
* mdoc(7) police: removed history info from the .Os FreeBSD call.ru2000-12-1428-28/+28
|
* #endif should not have a non-comment token after it.obrien2000-12-131-1/+1
| | | | GCC 2.97 (snapshot) complains about this.
* o Introduce a pile more documentation about capabilities, includingrwatson2000-12-111-6/+213
| | | | | | | | identification and descriptions of most capabilities, current inheritence rules, etc. More to follow. Reviewed by: sheldonh Obtained from: TrustedBSD Project
* mdoc(7) police: use canonical form of .Dd macro.ru2000-12-1115-15/+16
|
* Move telldir position recording type definitions and prototypesdeischen2000-12-116-31/+92
| | | | | | | to "telldir.h" in order to prevent namespace pollution in <dirent.h> (which was including <sys/queue.h>). Add $FreeBSD$ to rewinddir.c and seekdir.c.
* Add `_PATH_DEVZERO'.obrien2000-12-091-1/+2
| | | | Use _PATH_* where where possible.
* strunvis(3) and unvis(3) are the same files.alex2000-12-081-1/+0
|
* There are four types of encoding now, not three. Most of them use thealex2000-12-081-2/+2
| | | | backslash as a special char, but not all.
* Upgrade to groff 1.16.1.ru2000-12-061-8/+1
|
* Back this out, we apparently have the ipfw(4).ru2000-12-061-1/+1
|
* ipfw(4) -> ipfw(8).ru2000-12-061-1/+1
|
* Cleanup XXXdir functions to eliminate global hash table ofdeischen2000-12-065-53/+34
| | | | | | | | | | | | | | | | telldir positions. This will allow (future) locking on a per-DIR basis (for MT-safety). For now, this change does the following: o Remove the hash table from telldir.c. Recode to use queue macros. o Remove 'const' from 'telldir(const DIR *)'. o Remove 'register' variables as suggested in a recent thread. No response from: -current
* Move the ipfw(4) xref to the description of LOG_SECURITY instead ofjhb2000-12-051-1/+1
| | | | | | | LOG_UUCP. PR: docs/23302 Submitted by: cshumway
* - __ivaliduser_sa() was introduced for forthcoming IPv6 support to lpdume2000-12-041-102/+170
| | | | | | | | | | | | | - iruserok_sa() and __ivaliduser_af() were re-organized to use __ivaliduser_sa() - __icheckhost() was re-written to use getaddrinfo() instead of getipnodebyname() - better handling of multiple destination addresses in rcmd() These changes were basically taken from KAME and changed to fit our rcmd.c. Obtained from: KAME
* mdoc(7) police: fix formatting errors in rev 1.27.ru2000-12-041-13/+27
|
* When recording the original arguments, stop short if we encounterjdp2000-12-041-0/+10
| | | | | | | | a NULL argument. Some programs change the contents of the argv array, typically to remove some special arguments. They shorten argv by storing a NULL where an argument pointer used to be. Such programs core dumped if they called setproctitle(), because it would try to apply strlen() to a NULL pointer.
* When recording the original arguments, don't (ab)use "nargc" forjdp2000-12-041-3/+4
| | | | | iterating over the arguments. Doing so wipes out the value which is about to be stored into the ps_strings structure.
* Add warning on file-fragmentation issues related to MAP_NOSYNCdillon2000-12-031-0/+15
|
* Remove last vestiges of thr_sleep and thr_wakeup from libc.jake2000-12-024-4/+4
|
* Fix some error-handling logic so that ferror is called before fclose,gad2000-12-021-7/+21
| | | | | | | | | instead of immediately after the fclose. The previous logic did work on freebsd, but is somewhat risky practice (and causes trouble when porting to other OS's). PR: bin/22965 Reviewed by: Garrett Wollman
* document O_NOFOLLOW and O_FSYNC flags to openalfred2000-11-291-0/+21
|
* Prefix the register argument of indirect 'jmp's with a * to make gas 2.10.xjhb2000-11-283-3/+3
| | | | happy.
* The parameter that contains valid options is "optstring", not "optarg".mph2000-11-281-1/+1
|
* Add reference to elf(5) in addition to already mentioned a.out(5) and add bothsobomax2000-11-271-0/+4
| | | | elf(5) and a.out(5) into `SEE ALSO' section.
* Note that the `fmt' parameter is a printf()-like string.obrien2000-11-261-1/+4
|
* Make it possible to override the function which writes messages tophk2000-11-262-18/+32
| | | | | | | stderr in case of warnings and errors. Rename malloc_options to have a leading underscore, I belive I have been told that is more correct namespace wise.
* sprintf -> snprintfkris2000-11-261-1/+1
|
* Remove the only hard sentence break in the file.sheldonh2000-11-241-4/+5
|
* Eliminate groff(1) warnings.ru2000-11-247-49/+77
|
* mdoc(7) police: Er macro usage cleanup.ru2000-11-2238-64/+92
|
* logru2000-11-224-0/+4
|
* Fix a logic reversal: the RFFDG flag must be unset in order to sharejlemon2000-11-211-3/+6
| | | | | | a file descriptor table. (Thanks to Alan Cox) Clarify the fact that the changelist and eventlist can be shared.
* Clarify the time parameter of the kevent() system call.asmodai2000-11-211-1/+1
| | | | | | Inspired by PR: 21708 Submitted by: Ronald F. Guilmette <rfg@monkeys.com> Reviewed by: jlemon
* Fix hard sentence break introduced in rev 1.7.sheldonh2000-11-201-1/+2
|
* Add a period missing from rev 1.13.sheldonh2000-11-201-1/+1
|
* Remove blank line introduced in rev 1.13.sheldonh2000-11-201-1/+0
|
* mdoc(7) police: fixed warnings.ru2000-11-201-4/+2
|
* mdoc(7) police: fixed warning.ru2000-11-201-1/+1
|
* mdoc(7) police: Nm -> Fn where appropriate.ru2000-11-2011-51/+40
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-203-15/+15
|
* MAXPATHNAMELEN -> MAXPATHLENkris2000-11-191-1/+1
| | | | | Submitted by: ianm@kashmir.cit.nepean.uws.edu.au via OpenBSD Obtained from: OpenBSD
* Don't suggest people use getpid() to construct temporary filenames;kris2000-11-191-2/+6
| | | | | | point them to mkstemp() instead. Obtained from: OpenBSD (based on)
* Update the documentation to describe the new mktemp() family behaviour.kris2000-11-191-8/+33
| | | | | | | Also notes that mkstemp() first appeared in 4.4BSD (change obtained from OpenBSD) Reviewed by: sheldonh
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-1718-19/+19
|
* Replace a `dagger' sign with a `double dagger' one.ru2000-11-161-15/+15
| | | | The former looks ugly on grotty(1) devices.
* Remove fullstops from the end of .Xr lines in SEE ALSO section.ben2000-11-157-7/+7
|
* Convert this from -man to -mdoc.ru2000-11-141-140/+345
|
OpenPOWER on IntegriCloud