| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
does log all connections.
|
|
|
|
|
|
|
|
| |
This doesn't change the size or alignment of the structure on either i386
or Alpha, and thus should be binary-compatible (modulo problems with old
applications and routes with more than 2^15 references).
Reviewed by: peter
|
|
|
|
|
|
|
| |
input may be used (e.g. gunzip -c /var/log/wtmp.Jan.gz | ac -w - ).
PR: 12467
Submitted by: wollman
|
|
|
|
|
|
|
|
| |
the caller can easily find the child proc struct. fork(), rfork() etc
syscalls set p->p_retval[] themselves. Simplify the SYSINIT_KT() code
and other kernel thread creators to not need to use pfind() to find the
child based on the pid. While here, partly tidy up some of the fork1()
code for RF_SIGSHARE etc.
|
| |
|
| |
|
|
|
|
| |
Obtained from: OpenBSD
|
|
|
|
| |
Obtained from: OpenBSD
|
|
|
|
|
|
| |
Sync vnode.9 with the definitions in <sys/vnode.h>
Reviewed by: Doug Rabson
|
|
|
|
|
|
|
|
| |
arguments)
PR: 11586
Submitted by: David Gilbert <dgilbert@velocet.ca>
Reviewed by: Doug Rabson
|
| |
|
| |
|
|
|
|
| |
Matt missed a line..
|
|
|
|
| |
(I'll port it later...)
|
| |
|
|
|
|
|
|
|
|
| |
surrounding critical sections that consist of (1) a single read or
(2) a single locked RMW operation.
(Thanks to thomma@slip.net (Tamiji Homma) for helping to test
these changes.)
|
|
|
|
|
|
|
|
|
|
| |
Reviewed by: Matthew Dillon <dillon@apollo.backplane.com>
The following ugly hack to the exit path of nfs_readlinkrpc() circumvents
an Auspex bug: for symlinks longer than 112 (0x70) they return a 1024 byte
xdr string - the correct data with many nulls appended. Without this fix
namei returns ENAMETOOLONG, at least it does on our source base and on
FreeBSD 3.0. Note we do not (and should not) rely upon their null padding.
|
|
|
|
|
|
| |
PR: doc/10331
Reviewed by: mpp@freebsd.org
Submitted by: Andreas Gustafsson <gson@araneus.fi>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(Why do we have three copies of this script anyway?)
|
| |
|
|
|
|
| |
Submitted by: Peter Radcliffe <pir@pir.net>
|
|
|
|
|
| |
so that it doesn't screw up the alignment when commenting out an entry.
Also dequote two entries that do not need it.
|
|
|
|
|
| |
or notes to make it much more obvious what things are for people who
have not committed LINT to memory yet.
|
|
|
|
|
|
| |
i386 isa drivers that used to be order sensitive. The probe order of
those drivers is now determined by a list in isa_compat.c and config
file order is totally irrelevant.
|
|
|
|
|
| |
Thus, we need to convert the mask to the number (by ffs()) when
writing back this value to the resource in save_resource().
|
|
|
|
|
|
|
|
| |
- Do not try to allocate a keyboard in pccnprobe() when probing the vt
driver for the kernel console. Rather, allocate a keyboard when
initializing the vt driver in pccninit().
- Release the keyboard in pccnterm().
- Don't try to read from the keyboard, if it is not present.
|
|
|
|
| |
rather than when the individual child device is attached.
|
|
|
|
| |
to be used for the kernel console in sccnprobe().
|
|
|
|
|
|
|
| |
rather than BEFORE the call. Otherwise the structure will be `zero'ed out
by l_open, which actually is ttyopen(), if !TS_OPEN.
PR: kern/12420
|
|
|
|
|
|
|
| |
Update METEORSSIGNAL to disable signals by setting the signal to 0.
PR: i386/10533
Submitted by: Frode Vatvedt Fjeld <frodef@dslab7.cs.uit.no>
|
|
|
|
| |
Submitted by: Alfred Perlstein <bright@rush.net>
|
| |
|
|
|
|
| |
unconditionally sets the identity of the buffer.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(really this time) fix pageout to swap and a couple of clustering cases.
This simplifies BUF_KERNPROC() so that it unconditionally reassigns the
lock owner rather than testing B_ASYNC and having the caller decide when
to do the reassign. At present this is required because some places use
B_CALL/b_iodone to free the buffers without B_ASYNC being set. Also,
vfs_cluster.c explicitly calls BUF_KERNPROC() when attaching the buffers
rather than the parent walking the cluster_head tailq.
Reviewed by: Kirk McKusick <mckusick@mckusick.com>
|
|
|
|
| |
Idea-stolen-from: peter (sys/dev/ccd/ccd.c revision 1.49)
|
|
|
|
|
|
|
|
| |
Correct race condition between caller and daemon.
Tripped-over-by: Zach Heilig <zach@uffdaonline.net>
Bernd Walter <ticso@cicely.de>
Niels Chr. Bank-Pedersen <ncbp@bank-pedersen.dk>
|
|
|
|
| |
Submitted-by: peter
|
|
|
|
| |
function is also used by chpass(1) and passwd(1).
|
|
|
|
| |
Submitted by: bde
|
|
|
|
|
| |
was being called on the wrong bp - it should be called on the one that's
just about to be fed to VOP_STRATEGY().
|
| |
|
| |
|
| |
|
| |
|
| |
|