| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
problems loading modules...
Solution by: ru
|
|
|
|
| |
interfaces due to a change in the size of struct ifnet.
|
|
|
|
|
| |
new kernels on older userlands. Document this fact in the entry that talked
about the system upgrade.
|
| |
|
| |
|
|
|
|
|
|
| |
whitespace.
Time travel spoiled by: ru
|
| |
|
| |
|
|
|
|
| |
Discussed with: mtm
|
|
|
|
| |
interfaces due to a change in the size of struct ifnet.
|
|
|
|
| |
Submitted By: demon
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Separate out local (ports) scripts that use rc.d, and the old style
startup/shutdown scripts and execute them separately. On startup the
rc.d style scripts are executed first and then the old-style scripts.
On shutdown, exactly the reverse happens.
o The rc.d ports scripts should now behave more like base system scripts.
Scripts ending in .sh will be sourced into the current shell, while the
rest will be executed in a subshell. Previously, all ports scripts,
regardless of the .sh suffix, were executed in a subshell.
o The parent script, /etc/rc.d/localpkg, passes its command line arguments
straight to the rc.d ports scripts. This means they should now honor
faststop and faststart commands as well. Old style scripts, should not see
any differences. They will still get either a start or stop command.
o The initial phrase shown during shutdown has been changed to use
"local packages" instead of "daemon processes" to be more inline with the
phrase used during local package startup. The phrases are also used only for
old-style ports script startup/shutdown, whereas previously they were being
used for both rc.d and old-style scripts. This should make startup/shutdown
output a bit less ugly.
Discussed with: portmgr
Has Reservations: eik
|
| |
|
| |
|
|
|
|
| |
Noticed by: Andre Guibert de Bruet <andy@siliconlandmark.com>
|
|
|
|
|
|
|
|
| |
o __FreeBSD_version bumped to 502122
o Alpha console initialization requires the same sio(4) hints as on
other platforms. Options NO_SIO and DEV_SC removed.
o KDB framework: Added KDB and GDB; Renamed WITNESS_DDB, DDB_TRACE
DDB_UNATTENDED. Removed GDB_REMOTE_CHAT and DDB_NOKLDSYM.
|
|
|
|
| |
Reviewed by: kris, ru
|
|
|
|
| |
Submitted by: Xin LI
|
| |
|
|
|
|
|
|
| |
mbuf tags facility. Netgraph modules will all need a recompile.
Submitted by: Gleb Smirnoff <glebius@cell.sick.ru>
|
|
|
|
| |
Prodded by: imp
|
|
|
|
|
|
| |
update from 4.x to 5.x.
Submitted by: Frerich Raabe <raabe@kde.org>
|
|
|
|
|
|
|
|
| |
again. This user/group is not required for install* targets, hence do not
add them to CHECK_UIDS/CHECK_GIDS in Makefile.inc1 (no need to annoy
people).
Discussed-on: -current
|
|
|
|
| |
Reported by: simon
|
| |
|
| |
|
|
|
|
|
|
|
| |
a note to UPDATING since users may have to manually remove an incorrect
nsswitch.conf.
Noticed by: simon
|
|
|
|
|
|
|
|
|
|
|
| |
success and a proper errno value on failure. This makes it
consistent with cv_timedwait(), and paves the way for the
introduction of functions such as sema_timedwait_sig() which can
fail in multiple ways.
Bump __FreeBSD_version and add a note to UPDATING.
Approved by: scottl (ips driver), arch
|
|
|
|
| |
Requested-by: ru
|
|
|
|
| |
the ABI break.
|
| |
|
|
|
|
|
| |
Pointed out by: scottl
Shame on: myself
|
| |
|
|
|
|
|
|
|
| |
2. Document that this means that kernel modules must be rebuilt.
3. While I'm here, fix my sorting error in callout.h
Requested by: many [1], scottl [2], bde [3]
|
|
|
|
| |
Reported by: Dmitry Morozovsky <marck at rinet.ru>
|
|
|
|
| |
/etc/rc.d/preseedrandom to seed the PRNG in the upgrade instructions.
|
|
|
|
| |
current.
|
|
|
|
|
| |
PR: docs/65397
Submitted by: Russell Francis <rf358197 (at) ohio.edu>
|
|
|
|
|
|
|
| |
merges, debug.mpsafenet will no longer be safe to use, and that it should
be turned off (which is the default). I will commit a follow-up message
to UPDATING (and post to freebsd-current) when it's safe to turn it on,
with a description of under what circumstances it is safe to use.
|
| |
|
|
|
|
|
|
|
| |
only. This is a MAJOR incompatible change for the sparc64 platform,
but will not effect FreeBSD on other architectures.
Reviewed by: imp for UPDATING, freebsd-sparc for the change itself.
|
|
|
|
| |
Approved by: bms(mentor)
|
|
|
|
| |
with the libc_r -> libpthread transition.
|
|
|
|
| |
Reminded by: bmah
|
| |
|
| |
|
|
|
|
| |
authentication only) with older versions of FreeBSD's routed.
|
| |
|
| |
|