| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
PR: docs/18214
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
Notes:
svn path=/head/; revision=59635
|
| |
|
|
|
|
|
| |
Submitted by: allenc@verinet.com
Notes:
svn path=/head/; revision=59551
|
| |
|
|
| |
Notes:
svn path=/head/; revision=59527
|
| |
|
|
|
|
|
|
| |
bit of work (and is stylistically probably the worst manual page
I've ever written).
Notes:
svn path=/head/; revision=59497
|
| |
|
|
|
|
|
| |
More libraries manpages updates following.
Notes:
svn path=/head/; revision=59460
|
| |
|
|
| |
Notes:
svn path=/head/; revision=59105
|
| |
|
|
| |
Notes:
svn path=/head/; revision=58486
|
| |
|
|
|
|
|
|
|
| |
reflect the fact that aio_cancel() works now.
Submitted by: Christopher Sedore <cmsedore@maxwell.syr.edu>
Notes:
svn path=/head/; revision=58420
|
| |
|
|
| |
Notes:
svn path=/head/; revision=57695
|
| |
|
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Notes:
svn path=/head/; revision=57686
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This
This feature allows you to specify if mmap'd data is included in
an application's corefile.
Change the type of eflags in struct vm_map_entry from u_char to
vm_eflags_t (an unsigned int).
Reviewed by: dillon,jdp,alfred
Approved by: jkh
Notes:
svn path=/head/; revision=57550
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
run out of KVM through a mmap()/fork() bomb that allocates hundreds
of thousands of vm_map_entry structures.
Add panic to make null-pointer dereference crash a little more verbose.
Add a new sysctl, vm.max_proc_mmap, which specifies the maximum number
of mmap()'d spaces (discrete vm_map_entry's in the process). The value
defaults to around 9000 for a 128MB machine. The test is scaled for the
number of processes sharing a vmspace (aka linux threads). Setting
the value to 0 disables the feature.
PR: kern/16573
Approved by: jkh
Notes:
svn path=/head/; revision=57263
|
| |
|
|
|
|
|
| |
happens to be the correct macro to use in this situation.
Notes:
svn path=/head/; revision=57194
|
| |
|
|
|
|
|
|
|
| |
ix86 platform which allows for hardware watchpoints, etc...
Submitted by: Brian Dean <brdean@unx.sas.com>
Notes:
svn path=/head/; revision=57168
|
| |
|
|
|
|
|
| |
Reviewed by: Matthew Dillon <dillon@apollo.backplane.com>
Notes:
svn path=/head/; revision=56542
|
| |
|
|
|
|
|
| |
Split timeval options into 3 paragraphs, it's easier on my eyes.
Notes:
svn path=/head/; revision=56501
|
| |
|
|
|
|
|
| |
Submitted by: obrien
Notes:
svn path=/head/; revision=56238
|
| |
|
|
|
|
|
| |
4 commits and 2 world breakages so far.
Notes:
svn path=/head/; revision=56219
|
| |
|
|
|
|
|
| |
way, unbroke world).
Notes:
svn path=/head/; revision=56218
|
| |
|
|
| |
Notes:
svn path=/head/; revision=56217
|
| |
|
|
| |
Notes:
svn path=/head/; revision=56192
|
| |
|
|
| |
Notes:
svn path=/head/; revision=55630
|
| |
|
|
| |
Notes:
svn path=/head/; revision=55040
|
| |
|
|
| |
Notes:
svn path=/head/; revision=55039
|
| |
|
|
|
|
|
|
| |
example of section 2 and section 3 interfaces sharing a man page. It's
probably a bad example.
Notes:
svn path=/head/; revision=55034
|
| |
|
|
|
|
|
|
|
| |
about 6-7 times prior to commit.
Reported by: sheldonh
Notes:
svn path=/head/; revision=54958
|
| |
|
|
|
|
|
|
|
|
|
| |
Fix some spelling mistakes and typo's inspired by Nicholas' initial
PR submission.
PR: docs/15597
Submitted by: Nicholas Esborn <nick@flatlan.net>
Notes:
svn path=/head/; revision=54953
|
| |
|
|
|
|
|
| |
Reviewed by: Sheldon Hearn <sheldonh@uunet.co.za>
Notes:
svn path=/head/; revision=54644
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
madvise().
This feature prevents the update daemon from gratuitously flushing
dirty pages associated with a mapped file-backed region of memory. The
system pager will still page the memory as necessary and the VM system
will still be fully coherent with the filesystem. Modifications made
by other means to the same area of memory, for example by write(), are
unaffected. The feature works on a page-granularity basis.
MAP_NOSYNC allows one to use mmap() to share memory between processes
without incuring any significant filesystem overhead, putting it in
the same performance category as SysV Shared memory and anonymous memory.
Reviewed by: julian, alc, dg
Notes:
svn path=/head/; revision=54467
|
| |
|
|
| |
Notes:
svn path=/head/; revision=54235
|
| |
|
|
| |
Notes:
svn path=/head/; revision=54102
|
| |
|
|
| |
Notes:
svn path=/head/; revision=53860
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
with NetBSD and the Single Unix Specification v2.
This updates some structures with other, almost equivalent types and
effort is under way to get the whole more consistent.
Also removes a double definition of INET6 and some other clean-ups.
Reviewed by: green, bde, phk
Some part obtained from: NetBSD, SUSv2 specification
Notes:
svn path=/head/; revision=53678
|
| |
|
|
| |
Notes:
svn path=/head/; revision=53156
|
| |
|
|
|
|
|
|
|
| |
PR: docs/14173 docs/14181
Submitted by: Charles Randall <crandall@matchlogic.com>
Submitted by: Kelly Yancey <kbyanc@posi.net>
Notes:
svn path=/head/; revision=52765
|
| |
|
|
|
|
|
|
|
|
|
| |
the code, which seems to implement the POSIX requirements, and
have described the behavior here. Basically, it behaves the same
as select(2).
Noticed by: John Polstra
Notes:
svn path=/head/; revision=52041
|
| |
|
|
|
|
|
| |
Spotted by: John Polstra <jdp@polstra.com> (again)
Notes:
svn path=/head/; revision=51509
|
| |
|
|
|
|
|
|
|
|
| |
Also spelled out the return values and conditions a little
better.
Noticed by: John Polstra <jdp@polstra.com>
Notes:
svn path=/head/; revision=51470
|
| |
|
|
|
|
|
| |
can be handled intelligently.
Notes:
svn path=/head/; revision=51398
|
| |
|
|
|
|
|
| |
Pointed out by: obrien
Notes:
svn path=/head/; revision=51185
|
| |
|
|
| |
Notes:
svn path=/head/; revision=51154
|
| |
|
|
|
|
|
| |
Obtained from: NetBSD
Notes:
svn path=/head/; revision=51139
|
| |
|
|
| |
Notes:
svn path=/head/; revision=51122
|
| |
|
|
|
|
|
|
| |
Submitted by: Dan Nelson <dnelson@emsphone.com>
Forgotten by: mpp
Notes:
svn path=/head/; revision=51110
|
| |
|
|
|
|
|
| |
Reviewed by: mpp
Notes:
svn path=/head/; revision=50947
|
| |
|
|
|
|
|
|
|
|
|
| |
Style and punctuation errors fixes.
ERRORS section included to RETURN VALUES because it's
describing return values instead of errors and their handling.
Reviewed by: mpp
Notes:
svn path=/head/; revision=50946
|
| |
|
|
|
|
|
|
|
| |
Correct RB_* values list bounds.
Reviewed by: mpp
Notes:
svn path=/head/; revision=50945
|
| |
|
|
|
|
|
| |
Reviewed by: mpp
Notes:
svn path=/head/; revision=50944
|
| |
|
|
|
|
|
| |
Reviewed by: mpp
Notes:
svn path=/head/; revision=50943
|
| |
|
|
|
|
|
| |
Reviewed by: mpp
Notes:
svn path=/head/; revision=50942
|