| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
- Add FreeBSD CVS tag.
PR: docs/35649
Submitted by: roam
Approved by: ceri (mentor)
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Submitted by: C J Michaels <cjm2@earthling.net>
Reviewed by: David W. Hankins
PR: 38778
ISC-Bug: 5754
|
| |
| |
| |
| | |
after 2 x polling time.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
requests if the interface has an active link. This is a
great benefit if you often change networks with your laptop
and you do not like to kill/restart dhclient all the time.
Changes are automatically detected and the link is refreshed.
The change allows us to start dhclient in background mode
Enable dhclient to poll the interface state and send only
requests if the interface has an active link. This is a
great benefit if you often change networks with your laptop
and you do not like to kill/restart dhclient all the time.
Changes are automatically detected and the link is refreshed.
The change allows us to start dhclient in background mode
while the network cable is not plugged in.
To control the polling interval, the option -i has been
introduced. It takes seconds as parameter, the minimum is
one second, the default is five seconds.
Polling is done in seconds, not microseconds, because dhclient
does internally work with timeouts in seconds.
This change will be part of the next major ISC-dhcpd release.
Tested by: bms, imp, and many many others.
Reviewed by: murray, eivind, dhclient folks
|
| |
| |
| |
| |
| |
| |
| |
| | |
usernames, workgroup names and passwords. We can now connect to
servers with 15-character NetBIOS names. (Some versions of Windows
use semi-random 15-char names by default.)
PR: 46902
|
| | |
|
| |
| |
| |
| |
| |
| | |
size_t not int.
Reviewed by: bp
|
| |
| |
| |
| |
| |
| |
| | |
prototype gets brought into scope. This is a big deal for 64 bit
systems where the default return value of 'int' is != pointer.
Reviewed by: bp
|
| |
| |
| |
| |
| |
| |
| |
| | |
it forgot to null terminate the new argv[] array. If you mixed this
with $TAR_OPTIONS, phkmalloc and a whole bunch of other variables, you
could end up with a segfault. This isn't strictly a phkmalloc victory
since tar walks off the end of an array rather than use uninitialized
malloc memory, but phkmalloc makes it easier to provoke.
|
|\ \
| | |
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
struct vfsconf. This silences a warning, but could also prevent
stack corruption problems if xvfsconf ever became larger than vfsconf.
PR: 53863
Submitted by: Lukas Ertl
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
process. Option -H enables it and it is toggled at the interactive
screen by 'H'.
Submitted by: Jung-uk Kim <jkim@niksun.com>
|
| | | |
|
| | |
| | |
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
|\ \ \
| |/ /
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
We might as well patch it.
Submitted by: Przemyslaw Frasunek <venglin@freebsd.lublin.pl>
PR: bin/23352
MFC After: The average time before an unpatched Windows 2000 server gets owned
|
| | |
| | |
| | |
| | | |
need this.
|
| | |
| | |
| | |
| | | |
Move FreeBSD specific flag variables from c-decl.c here.
|
| | |
| | |
| | |
| | |
| | |
| | | |
1.2 -fformat-extensions.
1.3 -printf0
1.6 teach GCC about %y for DDB.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
1.3 suppress warnings on K&R main.
Rev. 1.2 (options for kernel printf enhancements) changes have been
moved to another
|
| | | |
|
| | |
| | |
| | |
| | | |
1.8 Change symbol values to match freebsd.h.
|
| | | |
|
| | |
| | |
| | |
| | | |
1.4 Look into right directory when linking 32-bit binaries.
|
| | | |
|
| | |
| | |
| | |
| | | |
1.2 don't let gcc(1) hide warnings in system headers.
|
| | |
| | |
| | |
| | |
| | |
| | | |
1.2 -fformat-extensions.
1.7 FORCE_OPTIMIZATION_DOWNGRADE knob for Alpha.
1.14 -O0 -O1 optimize alignment for time, not size.
|
| | |
| | |
| | |
| | |
| | |
| | | |
1.{2,15} FREEBSD_NATIVE.
1.21 "GCC_OPTIONS".
1.{16,25,27} Cross-compiling issues.
|
| | |
| | |
| | |
| | | |
1.2 Tweaks to make this file live beside our hacked config.
|
| | |
| | |
| | |
| | | |
1.2 Localize the version string.
|
| | |
| | |
| | |
| | | |
1.8 printf format error fixes.
|
| | |
| | |
| | |
| | | |
1.2 Printf format errors fixes.
|
| | |
| | |
| | |
| | | |
1.11 -mno-align-long-strings.
|
| | |
| | |
| | |
| | |
| | | |
1.10 -mno-align-long-strings.
1.11 Allow the specification of LONG_TYPE_SIZE on the command line.
|
| | |
| | |
| | |
| | |
| | | |
1.2 framework for our kernel printf enhancements.
1.3 suppress prototype warnings on K&R main.
|
| | |
| | |
| | |
| | | |
sources.
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | | |
which included commits to RCS files with non-trunk default branches.
|
| | | | |
|
|\ \ \ \
| |/ / /
| | | |
| | | | |
which included commits to RCS files with non-trunk default branches.
|
| | | | |
|
|\ \ \ \
| |/ / /
| | | |
| | | | |
which included commits to RCS files with non-trunk default branches.
|
| | | | |
|