| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: docs/18214
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
|
|
|
|
| |
Submitted by: allenc@verinet.com
|
| |
|
|
|
|
|
|
| |
Sort .Nm values in some manpages
Remove explicit note about compiling with -lutil, it's implicitly
declared by .Lb macro now.
|
|
|
|
|
| |
Sort some .Nm values
Decapitalize .Nd values
|
| |
|
|
|
|
|
| |
bit of work (and is stylistically probably the worst manual page
I've ever written).
|
|
|
|
| |
More libraries manpages updates following.
|
|
|
|
|
|
|
|
|
|
|
| |
from
all AAAA trial, then all A trial
to
try AAAA and A for each trial
TODO: more fix for the case where IPv4 mapped IPv6 addr is disabled
Reviewed by: ume
|
|
|
|
|
|
| |
Use .Li for type
Suggested-by: sheldonh
|
|
|
|
|
|
| |
Fix hard sentence breaks.
Submitted by: George Cox <gjvc@sophos.com>
|
|
|
|
|
|
| |
PR: 17681
Submitted by: "David E. Cross" <crossd@cs.rpi.edu>
Obtained from: NetBSD
|
|
|
|
|
| |
Better man formatting
Add reference to multibyte(3)
|
|
|
|
|
|
|
| |
<netch@segfault.kiev.ua>
Remove allocation failure check from 'A' option, the 'X' option does
this as a standalone check now.
|
| |
|
|
|
|
|
| |
Reword test condition better. Previous variant was true for negative
characters too.
|
|
|
|
| |
calling ctype functions with signed char as an argument.
|
|
|
|
|
|
|
| |
some reason. This will prevent an infinite loop if (say) a sigalarm is
being scheduled at a more frequent interval than the poll timeout.
PR: 2191, 8847, 10553
|
| |
|
|
|
|
|
| |
Fixed spelling error in prototype for inet_option_space().
Fixed syntax error in prototype for inet6_option_alloc().
|
| |
|
| |
|
|
|
|
|
|
| |
reflect the fact that aio_cancel() works now.
Submitted by: Christopher Sedore <cmsedore@maxwell.syr.edu>
|
|
|
|
| |
Losh).
|
|
|
|
| |
the .rhosts file just because there is no ending linefeed.
|
|
|
|
| |
libc_r.
|
|
|
|
| |
Submitted by: tanimura
|
|
|
|
|
|
| |
Specified by: Robert Muir <rmuir@looksharp.net>
Obtained from: NetBSD
|
|
|
|
| |
order.
|
|
|
|
|
|
|
| |
recent changes to rcmd.3.
links to iruserok_af.3, ruserok_af.3 are removed.
link to iruserok_sa.3 is added.
|
|
|
|
| |
Obtained from: KAME project
|
|
|
|
|
| |
PR: 17290 (but not the same patch)
Approved by: jkh
|
|
|
|
|
|
|
| |
and gids bigger than 16 bits. Added checks for uids and gids that are
bigger than 32 bits.
Approved by: jkh (partly, this fix is bigger than I first intended)
|
|
|
|
|
| |
Submitted by: bde
Reviewed by: sheldonh
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
optimization that generates code our current as doesn't understand.
The result is bad code that damages dynamic symbol locations at
runtime. Ouch. See PR bin/16862 and discussion in -current.
This change will be backed out when gcc and gas are back in sync.
PR: Fixes bin/16862, but not the underlying problem.
Submitted by: bde
Approved by: jdk
|
|
|
|
|
|
| |
to memcpy(), to avoid unaligned access trap on alpha.
Approved by: jkh
|
|
|
|
|
|
|
| |
Approved by: jkh
Submitted by: Partly from tech@openbsd
Reviewed by: itojun
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-Added more description.
-Many grammer fix.
-Fix hard sentence break.
-Many other man style fix.
Thanks for bde finding out the problem.
Thanks for sheldon for the patient and thorough review.
:-)
Submitted by: bde
Reviewed by: sheldonh
|
| |
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
|
|
|
|
|
| |
PR: docs/17057
Submitted by: Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Broken in src/bin/ls/stat_flags.c,v 1.12.
PR: 16885
Approved by: jkh
|
|
|
|
|
|
|
|
|
| |
Sorry for the flapping, but no change will be done for 4.0 anymore.
Official standard will be published around April or later.
If different format would be adopted at that time, then support for
the new format will be added to the succeeding FreeBSD 4.x.
Approved by: jkh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Approved by: jkh
|
|
|
|
|
|
|
|
|
| |
fit in the static buffer. This fix causes it to look like there is no
data available, which is also wrong but is better than dumping core.
PR: bin/10344
Reviewed by: billf
Approved by: jkh
|
|
|
|
| |
happens to be the correct macro to use in this situation.
|
|
|
|
|
|
| |
ix86 platform which allows for hardware watchpoints, etc...
Submitted by: Brian Dean <brdean@unx.sas.com>
|