| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
can't check to see if sysinstall is running as init just by checking if the
PID is 0. Introduce a new option that sets the RunningAsInit flag, and update
the code to check RunningAsInit intstead of getpid().
PR: bin/38854
Submitted by: Peter Sedeffow <peter at trumanbrewery.com>
Approved by: rrs (mentor)
MFC after: 1 month
|
|
|
|
|
|
|
|
| |
PR: bin/145063
Submitted by: Boris Kochergin <spawk at acm.poly.edu>
Reviewed by: cperciva
Approved by: rrs (mentor)
MFC after: 2 weeks
|
|
|
|
|
|
| |
translating these manual pages. Minor corrections by me.
Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>
|
|
|
|
|
|
|
|
| |
bug in the config file was long, and merged to stable, we have to bump
the version here so that stable/8 kernels can have their required
version number bumped to make sure the right config is used.
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
fatal condition. While it works out really well for diagnosing the
case where you want it, but don't have it, it works really badly for
the case where you don't have it and don't want it. Remove the printf
and exit pair. Replate it with simple return to silently ignore this
condition.
This is needed to fix the COMPAT_IA32 being required in options.* in
stable, but we need to run this change through -current first...
MFC after: 3 days
|
|
|
|
| |
the famous rock stars meant were Miss Joplin and Mr Hendrix.)
|
|
|
|
| |
Pointed out by: des.
|
| |
|
|
|
|
|
|
|
|
|
| |
I used the wrong type when setting st_name in the symbol table entry
struct. It's an Elf64_Word which is defined as an unsigned 32 bit int
on both 32 and 64 bit platforms.
To make things sensible, define some new macros to use as "word" macros
and use those, rather than simply using the explicit 32 bit macros.
|
| |
|
| |
|
|
|
|
| |
Submitted by: Hans-Joerg_Hoexer@genua.de
|
|
|
|
|
|
|
|
|
|
|
| |
print-jobs which have last-modification times that are in the future.
This shouldn't happen, of course, but it can. And when it did happen,
the previous check could cause completely-spooled jobs to sit in the
queue for 20 minutes per job. The new code waits until the last-modify
time is not changing, instead of making decisions based on the specific
value of last-modify.
MFC after: 2 weeks
|
|
|
|
|
| |
Approved by: des (mentor, implicit)
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
|
|
| |
The older symbol hiding method breaks for MIPS. This implements
symbol hiding through renaming to a symbol name which is highly
unlikely to clash.
The NetBSD code didn't use byte-swapping macros for endian-awareness;
so it didn't work when cross-compiling a MIPS world on i386/amd64.
This patch includes those (as best as I could figure what they
should be) and has been tested to generate valid MIPS crunch
binaries both cross- and native- compiled.
|
|
|
|
| |
r210974.
|
|
|
|
| |
WARNS?=3 until that's resolved.
|
|
|
|
|
|
|
|
| |
WARNS=6 setting in HEAD (unlike stable/8), so it's best
to remove the line entirely.
Pointed out by: jh
Approved by: des (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
standard ports, but it can't *receive* them (port 514 is
hardcoded). This commit adds that missing feature.
(NB: I actually needed this feature for a server farm where
multiple jails run with shared IP addresses, and every jail
should have its own syslogd process.)
As a side effect, syslogd now compiles with WARNS=6.
Approved by: des (mentor)
MFC after: 3 weeks
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
|
|
|
| |
to where they belong. Previously they were misplaced,
i.e., swapped.
MFC after: 3 days
|
| |
|
|
|
|
|
|
| |
instead of explicitly requiring one of "command" or "persist".
MFC after: 3 days
|
|
|
|
|
|
|
|
| |
use a different interface type (IFT_L2VLAN vs IFT_ETHER). Treat IFT_L2VLAN
interfaces like IFT_ETHER interfaces when handling link layer addresses.
Reviewed by: syrinx (bsnmpd)
MFC after: 1 week
|
| |
|
|
|
|
|
|
| |
PR: docs/149314
Submitted by: olgeni
MFC after: 3 days
|
|
|
|
|
|
| |
- Revert the fix on rtld path that is not necessary.
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This will allow top monitoring using socket/ssh tunnelling
of system without local symbols.
client:
pmcstat -R <ip>:<port> -T -r <symbolspath>
monitored device:
pmcstat -Sinstructions -O <ip>:<port>
- Move the file read in the event loop
- Initialize and clean log in all cases
- Preserve global stats value during top refresh
- Fix the rtld/line resolver that ignore '-r' prefix
- Support socket for '-R' (server mode)
- Display the statistics when exiting top mode
|
|
|
|
| |
MFC after: 1 week
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
partition. Don't stamp the zfs boot-loader in this case.
Submitted by: kris moore
|
|
|
|
| |
Submitted by: kris moore (kris at pcbsd org)
|
|
|
|
|
|
| |
PR: docs/148891
Submitted by: olgeni
MFC after: 1 week
|
|
|
|
| |
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
|
|
|
| |
via bsnmpd(1). The module implements a private BEGEMOT-WIRELESS-MIB.
Sponsored by: The FreeBSD Foundation
Reviewed by: philip@
Approved by: philip@
|
|
|
|
| |
MFC after: 2 weeks
|
|
|
|
|
|
|
| |
This makes it possible to use the hostres module when bsnmpd is not
running as root.
MFC after: 1 week
|
|
|
|
|
|
| |
if syslogd's -P switch or a syslogd alternative is being used.
MFC after: 3 weeks
|
|
|
|
|
|
|
|
|
|
| |
a bug caused by r209235 where entering a number of blocks after
previously entering a size in MB/GB would result in the size of the
previous partition being used.
PR: bin/148266
Submitted by: jpaetzel
Approved by: rrs (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
instead of the traditional simple counter.
Using the time-stamp based file-names, once a log file is archived, it
will not change name until it is deleted. This means that many backup
systems will only perform one backup of the archived log file, instead
for performing a new backup of the logfile upon each logfile rotation.
This implementation is separate from the patches in the mentioned PR,
as I wasn't aware of the existence of the PR until after I had
implemented the same functionality as the patches in the PR provide.
Unlike the PR, this new code does honor the 'log count' in
newsyslog.conf so old logfiles are deleted. This new code does not
currently support never deleting the archived logfiles.
PR: bin/29363
MFC after: 3 weeks
|
|
|
|
|
|
|
|
| |
While I'm there also add a 'static' keyword for a function to make it
consistent with prototype.
Reviewed by: phk
MFC after: 3 months
|
|
|
|
| |
Submitted by: Andreas Tobler
|
|
|
|
|
|
|
| |
- Fixed segmentation fault when an invalid network interface was given.
- More helpful message in case of wrong PIN number.
Submitted by: Fredrik Lindberg
|
|
|
|
|
| |
Submitted by: zack.kirsch at isilon.com
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
| |
find them [1]
- While here, also add a missing Spanish entry
PR: bin/67365 [1]
Submitted by: Pedro F. Giffuni <giffunip@asme.org> [1]
Approved by: delphij (mentor)
|
|
|
|
| |
Approved by: imp (mentor)
|
|
|
|
|
|
|
|
| |
and installing via such devices from sysinstall.
Reviewed by: randi
Approved by: rrs (mentor)
MFC after: 1 month
|