| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/releng/4.9/; revision=121369
|
| |
|
|
|
|
|
|
| |
Urged by: Sergey Benner <sigurd@sunbay.com>
Approved by: re (blanket)
Notes:
svn path=/stable/4/; revision=120458
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Document the fact that send(2) can return EPIPE (like when a socket is not
connected).
PR: docs/56683
Submitted by: Chris S.J. Peron <maneo@bsdpro.com>
Approved by: re (bmah)
Notes:
svn path=/stable/4/; revision=120160
|
| |
|
|
|
|
|
| |
Approved by: murray
Notes:
svn path=/stable/4/; revision=119540
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This fix has the side effect of making vsnprintf() properly return the
length of the string that would have been created if the buffer were
infinite length when the passed size is 1. Previously, it would
erroniously return 0 which causes auto-extending sbufs to misbehave in
userland apps linked against libsbuf.
Approved by: re (jhb)
Notes:
svn path=/stable/4/; revision=119505
|
| |
|
|
|
|
|
|
|
|
|
| |
v1.33 lib/libc/sys/kqueue.2
v1.113 sys/net/bpf.c
v1.23 sys/net/bpfdesc.h
Submitted by: Brian Buchanan of nCircle
Notes:
svn path=/stable/4/; revision=119251
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
strchr(3) 1.9 + 1.10, strrchr(3) 1.10
* Merge index(3) and rindex(3) to index(3) since the two functions are
almost identical.
* Merge strchr(3) and strrchr(3) to strchr(3) since the two functions
are almost identical.
* Make the wording of index(3) and strchr(3) more similar.
* mdoc(7) cleanup.
Notes:
svn path=/stable/4/; revision=118843
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=118758
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=118724
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=118716
|
| |
|
|
|
|
|
|
|
| |
Document EACCESS error return value on non-Unix domain sockets.
Reviewed by: schweikh (mentor)
Notes:
svn path=/stable/4/; revision=118565
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=117331
|
| |
|
|
|
|
|
|
| |
ANSIfy and remove register
Update with NetBSD changes
Notes:
svn path=/stable/4/; revision=116497
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=115780
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=115704
|
| |
|
|
|
|
|
|
|
| |
fix stripping last path component when only one path component left.
PR: 52686
Notes:
svn path=/stable/4/; revision=115695
|
| |
|
|
|
|
|
|
|
|
|
| |
strftime.3 -> 1.30
strptime.3 -> 1.20
Use one line for each function argument to keep the line width
smaller than 80 columns.
Notes:
svn path=/stable/4/; revision=115275
|
| |
|
|
|
|
|
|
| |
1.19: "The .Fn function".
1.20: Fixed a few .Fa abuses.
Notes:
svn path=/stable/4/; revision=115273
|
| |
|
|
|
|
|
| |
asctime(), ctime(), gmtime(), and localtime().
Notes:
svn path=/stable/4/; revision=115272
|
| |
|
|
|
|
|
| |
This commit also fixes PR 12244.
Notes:
svn path=/stable/4/; revision=115231
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=114792
|
| |
|
|
|
|
|
|
|
|
| |
1.13: State the fact that the range is twice the traditional RAND_MAX.
Add an EXAMPLES section.
1.14: Use the .Dl macro.
Notes:
svn path=/stable/4/; revision=114790
|
| |
|
|
|
|
|
|
|
| |
these functions are now macros there and the man page is no longer.
PR: docs/48083
Notes:
svn path=/stable/4/; revision=114679
|
| |
|
|
|
|
|
| |
PR: 32674
Notes:
svn path=/stable/4/; revision=113857
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=113730
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=113516
|
| |
|
|
|
|
|
|
|
|
|
|
| |
[1] - Document EHOSTUNREACH as a possible error
[2] - Remove a contraction
PR: docs/50401
Submitted by: [1] Slaven Rezic <slaven@rezic.de>
Notes:
svn path=/stable/4/; revision=113128
|
| |
|
|
|
|
|
| |
hsearch(.., ENTER). Make the example reflect this.
Notes:
svn path=/stable/4/; revision=113124
|
| |
|
|
|
|
|
|
|
|
|
| |
that allows the destination string to be NULL, and returns the number of
bytes (wcstombs) or wide characters (mbstowcs) that would be required to
store the result of the conversion without storing anything.
PR: 17694
Notes:
svn path=/stable/4/; revision=113108
|
| |
|
|
|
|
|
|
|
|
| |
src/lib/libc/xdr/xdr_mem.c 1.12
src/include/rpc/xdr.h 1.23
Clean up some signed/unsigned issues in the XDR code.
Notes:
svn path=/stable/4/; revision=112432
|
| |
|
|
|
|
|
|
|
|
| |
- Fix up some grammar.
- Clean up mdoc(7) markup.
Approved by: re (blanket)
Notes:
svn path=/stable/4/; revision=112267
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Clean up mdoc(7) formatting.
- MFC the BUGS section and some reordering of sections in fmtcheck.3
- Some grammar fixes.
- Use .Fn where required.
Approved by: re (blanket)
Notes:
svn path=/stable/4/; revision=112197
|
| |
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/stable/4/; revision=111724
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=111391
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=111345
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=111215
|
| |
|
|
|
|
|
|
|
|
|
| |
o mention dlerror() application to dladdr() and dlinfo()
o document dlsym()'s behaviour with new special handle RTLD_SELF
o add cross reference to dlinfo()
o markup nits
o mdoc(7) police
Notes:
svn path=/stable/4/; revision=111214
|
| |
|
|
|
|
|
|
|
| |
Implement dlinfo function.
Aproved by: re (murray)
Notes:
svn path=/stable/4/; revision=111193
|
| |
|
|
|
|
|
|
|
|
| |
Revision Changes Path
1.23 +1 -1 src/lib/libc/stdio/stdio.3
Approved by: re (bmah)
Notes:
svn path=/stable/4/; revision=111118
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=111022
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=110902
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=110838
|
| |
|
|
|
|
|
| |
PR: kern/33904
Notes:
svn path=/stable/4/; revision=110674
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=110221
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=110121
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=109445
|
| |
|
|
|
|
|
| |
Sync with head (rev 1.16 through 1.22).
Notes:
svn path=/stable/4/; revision=109419
|
| |
|
|
|
|
|
| |
Sync with head (rev 1.4 and 1.8 through 1.11).
Notes:
svn path=/stable/4/; revision=109418
|
| |
|
|
|
|
|
|
| |
PR: 46253
Submitted by: Jeroen Ruigrok van der Werven <asmodai@wxs.nl>
Notes:
svn path=/stable/4/; revision=108846
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=108803
|