Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | Typo in previous commit. | ru | 1999-06-18 | 1 | -2/+2 |
| | |||||
* | Mention that pid 1 is not affected by kill(-1, SIGXXX) too. | ru | 1999-06-18 | 1 | -3/+8 |
| | |||||
* | Minor English corrections were made; SEE ALSO was also fixed (no commas). | green | 1999-06-17 | 1 | -4/+4 |
| | |||||
* | Fix a minor style nit in the NAME section. | mpp | 1999-06-11 | 1 | -1/+1 |
| | |||||
* | Move the description of the strncmp() function from the RETURN VALUES | mpp | 1999-06-11 | 1 | -6/+6 |
| | | | | | | | section to the DESCRIPTION section. PR: 12133 Submitted by: Sheldon Hearn <sheldonh@uunet.co.za> | ||||
* | Improvement in the description of what this does. | markm | 1999-06-10 | 1 | -10/+10 |
| | | | | Prompted by (and thanks to): W Richard Stevens | ||||
* | Ensure that host_addr (which is returned in struct hostent::h_addr_list[0]) | dt | 1999-06-07 | 1 | -2/+2 |
| | | | | is aligned so that pointer to it can be safely casted to struct in_addr *. | ||||
* | Spell the .St macro correctly. | steve | 1999-06-07 | 1 | -1/+1 |
| | | | | PR: 11704 | ||||
* | Spell isinf(3) correctly. | steve | 1999-06-07 | 1 | -1/+1 |
| | | | | PR: 11974 | ||||
* | Update of intro(2)/errno(2) in the ongoing effort of the Programmer's | jseger | 1999-06-06 | 1 | -0/+25 |
| | | | | | | | Documentation Project <http://home.wxs.nl/~asmodai/pdp.html> Submitted by: Jeroen Ruigrok van der Werven <asmodai@wxs.nl> PR: docs/12030 | ||||
* | Change an internal variable from "class" to "ns_class" for C++'s benefit. | peter | 1999-06-04 | 1 | -2/+2 |
| | | | | | | Apparently BIND-8.2.1 uses ns_class. Submitted by: John Plevyak <jplevyak@inktomi.com> | ||||
* | Apply patch for PR #12008: remember to reset _yp_enabled flag in | wpaul | 1999-06-04 | 1 | -0/+2 |
| | | | | | | | endpwent() so we don't trip over a NULL db pointer later. PR: 12008 Submitted by: Valentin Netchayev <netch@lucky.net> | ||||
* | Typo. | pb | 1999-05-25 | 1 | -2/+2 |
| | | | | | PR: docs/11832 Submitted by: Ralf S. Engelschall <rse@engelschall.com> | ||||
* | Added Posix rand_r function. | wes | 1999-05-24 | 2 | -5/+74 |
| | |||||
* | Chflags was clearing all flags supplied on the command line after a | jmz | 1999-05-21 | 3 | -6/+6 |
| | | | | | | | clearing flag like dump or noschg, etc. PR: bin/10071 Submitted by: Andreas Klussmann <andreas@infosys.heitec.net> | ||||
* | Fixed disordering and duplication of MLINKS in previous commit to | bde | 1999-05-19 | 2 | -3/+3 |
| | | | | libc/string/Makefile.inc. psignal.3 doesn't live in libc/string. | ||||
* | Add a strsignal(3) (like strerror(3)) for libc compatability with other | peter | 1999-05-18 | 4 | -6/+95 |
| | | | | systems. NetBSD, Linux, SVR4 etc all have it. | ||||
* | Add a note that when a stream opened via fdopen() is closed via fclose(), | archie | 1999-05-17 | 1 | -0/+4 |
| | | | | | the underlying file descriptor is also closed. To me at least this wasn't immediately obvious. | ||||
* | $ brucify -deblunder | phk | 1999-05-16 | 1 | -2/+2 |
| | |||||
* | More typos. | kris | 1999-05-09 | 1 | -2/+2 |
| | |||||
* | Typo. | kris | 1999-05-09 | 1 | -1/+1 |
| | | | | Obtained from: OpenBSD | ||||
* | PR: 10918 | foxfair | 1999-05-07 | 1 | -2/+2 |
| | | | | | | Submitted by: Yung-Jen Hung <winard@u3717a.dorm.ccu.edu.tw> Reviewed by: bearscorp.bbs@bbs.life.nthu.edu.tw _BIG5_sgetrune() in libc doesn't work well, this commit will fix it. | ||||
* | writev(2) can return EDESTADDRREQ when attempting to write to a | ghelmer | 1999-05-04 | 1 | -0/+6 |
| | | | | | | | UNIX domain socket on which connect(2) had been used to set a destination address and the destination goes away. PR: docs/10451 | ||||
* | Show "#include <machine/param.h>" in SYNOPSIS to get declaration of | ghelmer | 1999-05-04 | 3 | -3/+6 |
| | | | | | | PAGE_SIZE for sys/shm.h. PR: docs/8464 | ||||
* | Note the effect of close(2) on fcntl(2) record locks. | ghelmer | 1999-05-04 | 1 | -1/+9 |
| | | | | PR: docs/3522 | ||||
* | Declare the return address for __divX, __remX so that gdb can step over | dfr | 1999-05-02 | 1 | -1/+1 |
| | | | | calls properly. | ||||
* | Document ishexnumber, isideogram, isnumber, isphonogram, isrune, | ghelmer | 1999-04-29 | 1 | -2/+20 |
| | | | | | | and isspecial. PR: docs/9854 |