Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bad reference time(2) changed to time(3) | chris | 1999-08-14 | 1 | -1/+1 | |
| | ||||||
* | Bad reference of sysctl(1) changed to sysctl(8) | chris | 1999-08-14 | 1 | -3/+3 | |
| | ||||||
* | Fix .Xr line for `getpagesize' | chris | 1999-08-14 | 1 | -2/+2 | |
| | ||||||
* | Fix some bad references: | chris | 1999-08-14 | 1 | -3/+3 | |
| | | | | | fopen(2) -> fopen(3) fclose(2) -> fclose(3) | |||||
* | Change reference to mount(1) to mount(8) | chris | 1999-08-14 | 1 | -2/+2 | |
| | ||||||
* | Change reference from kldload(3) to kldload(2) | chris | 1999-08-13 | 1 | -2/+2 | |
| | ||||||
* | Treat an attempt to read from a write-only stream more consistently. | rnordier | 1999-08-10 | 1 | -1/+2 | |
| | | | | | Submitted by: Anton Berezin <tobez@plab.ku.dk> PR : 12852 | |||||
* | Use the latest version of these files from OpenBSD. | imp | 1999-08-10 | 3 | -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. | imp | 1999-08-10 | 4 | -6/+289 | |
| | | | | Obtained from: OpenBSD | |||||
* | Fixed missing "G" in the list item for the main description of %g and | bde | 1999-08-08 | 1 | -2/+2 | |
| | | | | %G formats. | |||||
* | Mention that EXIT_SUCCESS and EXIT_FAILURE are preferred over | hoek | 1999-08-01 | 1 | -1/+7 | |
| | | | | sysexits.h-values as exit codes for portable programs. | |||||
* | Fixed $Id$. | bde | 1999-07-31 | 1 | -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. | bde | 1999-07-31 | 1 | -2/+1 | |
| | ||||||
* | Fixed syntax error in previous commit. | bde | 1999-07-31 | 1 | -2/+3 | |
| | ||||||
* | FIxed disordering in previous commit. Fixed some old disorder. | bde | 1999-07-31 | 1 | -3/+3 | |
| | ||||||
* | Document that writev(2) can fail with ENOBUFS. | nik | 1999-07-30 | 1 | -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. | mpp | 1999-07-30 | 4 | -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 was | mpp | 1999-07-30 | 3 | -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. | mpp | 1999-07-30 | 2 | -17/+29 | |
| | | | | Pointed-out-by: bde | |||||
* | Add a manual page for getdents(2). This was taken from NetBSD, but | mpp | 1999-07-30 | 1 | -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. | mpp | 1999-07-30 | 2 | -26/+97 | |
| | | | | | PR: kern/11213 Obtained from: NetBSD w/some minor changes by me | |||||
* | Mdoc cleanup. | mpp | 1999-07-30 | 1 | -2/+3 | |
| | ||||||
* | Add missing cause for an EINVAL return (msgtype < 1). | sheldonh | 1999-07-26 | 1 | -1/+4 | |
| | | | | | PR: 12783 Submitted by: Kevin Day <toasty@dragondata.com> | |||||
* | Correct HISTORY section, according to CVS logs. | sheldonh | 1999-07-26 | 1 | -2/+3 | |
| | | | | | PR: 12810 Submitted by: Alex Perel <veers@disturbed.net> | |||||
* | remove <ctype.h> - not needed | ache | 1999-07-26 | 1 | -1/+0 | |
| | ||||||
* | unsigned char cleanup | ache | 1999-07-26 | 1 | -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 be | hoek | 1999-07-25 | 1 | -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 ELOOP | n_hibma | 1999-07-24 | 1 | -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 Lite1 | bde | 1999-07-24 | 1 | -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 matches | nik | 1999-07-20 | 1 | -6/+4 | |
| | | | | | | | (or no information is available). PR: docs/12707 Submitted by: Chris Costello <chris@calldei.com> | |||||
* | Make devname(3) return something more intelligent than NULL if it doesn't | phk | 1999-07-18 | 1 | -2/+27 | |
| | | | | find anything in the database. | |||||
* | Enable gmon/mcount on alpha. | simokawa | 1999-07-16 | 2 | -13/+3 | |
| | ||||||
* | Make profil() 64bit-safe for alpha. | simokawa | 1999-07-16 | 1 | -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.maxsockbuf | jlemon | 1999-07-15 | 1 | -2/+2 | |
| | ||||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 253 | -1/+267 | |
| | | | | | | | | | | | | | | | | | 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 | |||||
* | Fixed a minor style nit in the EXAMPLE section. | wes | 1999-07-10 | 1 | -1/+1 | |
| | ||||||
* | Clarify an explanation a little bit. | phk | 1999-07-09 | 1 | -4/+9 | |
| | ||||||
* | Back out previous commit after discussing it with Dmitrij Tejblum. | des | 1999-07-07 | 1 | -4/+0 | |
| | ||||||
* | Always set errno to ENOMEM when returning 0 from malloc() or realloc(). | des | 1999-07-07 | 1 | -1/+5 | |
| | | | | Approved by: phk | |||||
* | Make the new %Z addition thread-safe. | obrien | 1999-07-06 | 1 | -19/+49 | |
| | ||||||
* | Actually impliment the documented %Z specifier. | obrien | 1999-07-04 | 2 | -2/+44 | |
| | ||||||
* | Nuke the BUGS sections of these man pages because they are not appropriate. | mpp | 1999-07-01 | 4 | -12/+4 | |
| | ||||||
* | Fix typos/spelling errors. | mpp | 1999-07-01 | 6 | -16/+17 | |
| | ||||||
* | Add mising aio_* man pages. Fixed a minor typo in aio_read.2, | wes | 1999-07-01 | 6 | -9/+575 | |
| | | | | and "corrected" statement of Posix conformance. | |||||
* | Spelll 'asynchronous' coriectly | kris | 1999-07-01 | 1 | -2/+2 | |
| | ||||||
* | Fix the NAME section of the kldload.2 manpage, which made reference to | sheldonh | 1999-07-01 | 6 | -8/+52 | |
| | | | | | | | kldunload. Add proper cross-references to the whole family. PR: 12472 Submitted by: Chris Costello <chris@calldei.com> | |||||
* | Clarify what happens if fd is set to -1 | billf | 1999-06-29 | 1 | -2/+4 | |
| | | | | Submitted by: Alfred Perlstein <bright@rush.net> | |||||
* | Document that mlock() and munlock() can return EPERM if the | mpp | 1999-06-27 | 1 | -1/+9 | |
| | | | | | | | caller is not the super-user. Also document that we do not currently support the per-process RLIMIT_MEMLOCK limit. PR: doc/11607 | |||||
* | Just return `curbrk' for sbrk(0) to avoid syscall overhead. | simokawa | 1999-06-26 | 1 | -0/+2 | |
| | ||||||
* | Correct troff sequence for backslashes in manual page. | jkoshy | 1999-06-21 | 2 | -2/+2 | |
| | | | | | PR: docs/12322 Submitted by: Marc Ramirez <mrami@gbtb.com> |