| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Approved by: alfred
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
rename, __getcwd, shutdown, getrlimit, setrlimit, _umtx_lock, _umtx_unlock,
pathconf, truncate, ftruncate, kill
- Decode more arguments of open, mprot, *stat, and fcntl.
- Convert all constant-macro and bitfield decoding to lookup tables; much
cleaner than previous code.
- Print the timestamp of process exit and signal reception when -d or -D are in
use
- Try six times with 1/2 second delay to debug the child
PR: bin/52190 (updated)
Submitted by: Dan Nelson <dnelson@allantgroup.com>
Approved by: alfred
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: alfred
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
of obsoleted files.
o Fix a timestamp in the previous revision: 20061205 -> 20060512.
|
|
|
|
|
| |
with fxp0 (fxp(4) was chosen as it's also used in a couple of examples in
other man pages and as it has good grep(1)'ability).
|
|
|
|
| |
of drivers supporting ALTQ.
|
|
|
|
|
| |
still apply to le(4)) now that lnc(4) is removed and le(4) is going to
replace it.
|
|
|
|
| |
now that lnc(4) is removed and le(4) is going to replace it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
mount(2) system call:
* Add cmount hook to fdescfs and pseudofs (and, by extension, procfs and
linprocfs). This (mostly) restores the ability to mount these
filesystems using the old mount(2) system call (see below for the
rest of the fix).
* Remove not-NULL check for the data argument from the mount(2) entry
point. Per the mount(2) man page, it is up to the individual
filesystem being mounted to verify data. Or, in the case of procfs,
etc. the filesystem is free to ignore the data parameter if it does
not use it. Enforcing data to be not-NULL in the mount(2) system call
entry point prevented passing NULL to filesystems which ignored the
data pointer value. Apparently, passing NULL was common practice
in such cases, as even our own mount_std(8) used to do it in the
pre-nmount(2) world.
All userland programs in the tree were converted to nmount(2) long ago,
but I've found at least one external program which broke due to this
(presumably unintentional) mount(2) API change. One could argue that
external programs should also be converted to nmount(2), but then there
isn't much point in keeping the mount(2) interface for backward
compatibility if it isn't backward compatible.
|
|
|
|
|
|
| |
directory
PR: conf/97232
|
|
|
|
|
|
|
| |
sysctlbyname() changes, so the new adjkerntz binary should be
used while in single-user mode.
Reviewed by: ceri, maxim
|
|
|
|
|
|
| |
Insta-MFC to follow.
Reminded by: ru (some time ago)
|
|
|
|
| |
atomic_load_acq_32, needed for hwpmc.
|
|
|
|
|
| |
Reviewed by: thompsa
Tested by: Adam McDougall <mcdouga9@egr.msu.edu>
|
|
|
|
| |
dropped.
|
|
|
|
| |
Approved by: cognet
|
|
|
|
|
|
|
|
|
|
| |
as not connected. In soclose() case rip_detach() will kill inpcb for
us later.
It makes rawconnect regression test do not panic a system.
Reviewed by: rwatson
X-MFC after: with all 1th April inpcb changes
|
|
|
|
|
|
| |
PR: bin/97292
Submitted by: clsung
MFC after: 3 days
|
|
|
|
|
|
|
|
|
| |
With this change SysKonnect SK-9521 v2.0 and SK-9821 v2.0
adapter now works.
Obtained from: OpenBSD
Reported by: Ganbold ganbold ! micom ( mng $ net
Tested by: Ganbold ganbold ! micom ( mng $ net
|
|
|
|
| |
Suggested by: imp
|
|
|
|
|
|
|
|
|
|
| |
connections and get rid of the flow_id as it is not guaranteed to be stable
some (most?) current implementations seem to just zero it out.
PR: kern/88664
Reported by: jylefort
Submitted by: Joost Bekkers (w/ changes)
Tested by "regisr" <regisrApoboxDcom>
|
|
|
|
|
| |
Submitted by: Iain Hibbert
MFC after: 3 days
|
| |
|
| |
|
|
|
|
|
|
| |
- cpufreq(4) support for VIA C7-M processors
- lnc(4) removed
- ip6fw(8) removed
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
not on the top-level -and sequence, e.g. inside of ! or -or.
Create a separate linked list of all active -exec {} + primaries and
do the last execution for all at termination.
PR: bin/79263
Submitted by: Jilles Tjoelker <jilles@stack.nl>
MFC after: 7 days
|
|
|
|
|
|
| |
entry for the replacement le(4) module.
- Add an entry for the gem(4) module.
- Remove gratuitous whitespace in the description of the hme(4) entry.
|
| |
|
| |
|
|
|
|
| |
Submitted by: David H. Wolfskill <david catwhisker org>
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
By making the imo_membership array a dynamically allocated vector,
this minimizes disruption to existing IPv4 multicast code. This
change breaks the ABI for the kernel module ip_mroute.ko, and may
cause a small amount of churn for folks working on the IGMPv3 merge.
Previously, sockets were subject to a compile-time limitation on
the number of IPv4 group memberships, which was hard-coded to 20.
The imo_membership relationship, however, is 1:1 with regards to
a tuple of multicast group address and interface address. Users who
ran routing protocols such as OSPF ran into this limitation on machines
with a large system interface tree.
|
| |
|
|
|
|
| |
test suite.
|
|
|
|
| |
I find it quite handy to just hit ^T and see the time.
|
| |
|
|
|
|
|
|
|
| |
opt_ddb.h.
Spotted by: benno
Pointy hat to: benno
|
|
|
|
|
|
|
| |
inet_pton. This fixes cases like "fe02::/16".
PR: bin/91245
Reported by: Fredrik Lindberge
|
|
|
|
|
|
| |
Forgotten by: mlaier
Approved by: mlaier
Pointy hat to: mlaier :-)
|