| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
The wtmpcvt(1) utility converts wtmp files to the new format used by
utmpx(3). Now that HEAD has been branched to stable/9 and 9.0 is
released, there is no need for it in HEAD.
MFC after: never
|
|
|
|
| |
Requested by: netchild, bz
|
|
|
|
| |
- carp.ko depends on sha1.c
|
| |
|
|
|
|
| |
as of r227006.
|
| |
|
| |
|
| |
|
|
|
|
| |
amd64 has lib32).
|
|
|
|
|
|
|
|
| |
digit beyond your time.
Various sysinstall dependencies (e.g. libftpio, libdisk, libodialog, etc.)
will be cleaned up in coming days. Some will take longer than others due to
a few other consumers (tzsetup and sade).
|
|
|
|
|
|
|
|
|
| |
mod_cc.4 and mod_cc.9 respectively to avoid any possible confusion with the cc.1
gcc man page. Update references to these man pages where required.
Requested by: Grenville Armitage
Approved by: re (kib)
MFC after: 3 days
|
|
|
|
|
|
|
|
| |
- liblwres shared library version bumped with bind98 import
- named.reload removed in favor of rc.d
Approved by: re (kib)
No objection: dougb
|
|
|
|
|
|
| |
removal of Objective-C support and libpkg; libsbuf version bump
Approved by: re (kib)
|
|
|
|
|
|
|
| |
Retire vm_page_flag_set() and vm_page_flag_clear() functions.
Reviewed by: alc
Approved by: re (bz)
|
|
|
|
|
| |
Partially noted by: pluknet
Approved by: re (bz)
|
|
|
|
|
|
|
|
| |
This time, only libraries which ABI has been changed compared to
stable/8, are bumped.
ABI analysis done by: Gleb Kurtsou
Approved by: re (kensmith)
|
|
|
|
| |
Approved by: re (kib)
|
|
|
|
|
|
|
|
| |
The macro was removed in r121129 almost 8 years ago.
PR: 150244
Submitted by: Gireesh Nagabhushana <dngireesh@avrita.com>
Approved by: re (kib)
|
| |
|
|
|
|
|
|
| |
acquires Giant.
MFC after: 1 week
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
|
|
| |
longer used by /etc/rc.d/nfsd and it is no longer necessary
to load the old nfs server by default, when nfs_server_enable="YES".
Tested by: sgk at troutmask.apl.washington.edu
Reviewed by: rc (Andrzej Tobola)
|
|
|
|
| |
in order to be shared by both NFS clients.
|
|
|
|
| |
and the move of nfs_kdtrace.h to sys/nfs.
|
| |
|
|
|
|
|
|
|
| |
ObsoleteFiles.inc, since these files have been reincarnated in the new
NFS implementation.
Reviewed by: rmacklem
|
|
|
|
|
|
| |
extremely outdated, and not used by anything in the base system.
Silence from: current@
|
|
|
|
|
|
| |
moved to sticky.7
Submitted by: maxim and pluknet
|
|
|
|
|
| |
This contains many improvements, primarily better C++ support, an
integrated assembler for x86 and support for -pg.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
dialog is distributed from GPLv2 to LGPLv2 and introduces a number of new
features and a new and better libdialog API. The existing libdialog will
be kept temporarily as libodialog for compatibility purposes until sade,
sysinstall and tzsetup have been either updated or replaced.
__FreeBSD_version is now 900030.
Discussed on: -current
Approved by: core
Obtained from: http://invisible-island.net/dialog
|
| |
|
|
|
|
| |
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
|
|
|
|
|
|
|
| |
Remove the only duplicate found by the optional files check. Fix typos,
while here.
Suggested by: netchild
|
|
|
|
|
|
|
|
|
|
| |
Just so that I can lookup the command for the next time:
for t in `make -V TARGETS universe`; do
__MAKE_CONF=/dev/null make -f Makefile.inc1 -m $PWD/share/mk TARGET=$t \
-V OLD_FILES -V OLD_LIBS -V OLD_DIRS delete-old | \
xargs -n1|sort|uniq -c|egrep -v "^ *1 ";
done
|
|
|
|
|
|
|
|
|
| |
text is a little bit modified to what was submitted.
The code example to automate a part of this was proposed by
Dmitry Morozovsky.
2) Remove trailing whitespace.
Submitted by: arundel
|
|
|
|
| |
Submitted by: Alexander Best arundel@
|
|
|
|
|
|
|
|
|
| |
svn r147332 (by jeff): "Don't make vgonel() globally visible".
While here, specify the vnode locking scheme for vgone().
Discussed on: freebsd-hackers@
Approved by: kib (mentor)
MFC after: 10 days
|
|
|
|
|
|
| |
installed for more than 6 years.
Obtained from: projects/binutils-2.17
|
|
|
|
|
| |
Sponsored by: Sandvine Incorporated
MFC after: 14 days
|
|
|
|
| |
earlier.
|
|
|
|
|
| |
Suggested by: alc
MFC after: 4 days
|
|
|
|
| |
PowerPC.
|
|
|
|
|
| |
Approved by: delphij (mentor)
MFC after: 1 month
|
|
|
|
| |
Approved by: wes (mentor implicit)
|
| |
|
|
|
|
|
|
| |
renamed.
Noticed by: jhb
|
|
|
|
|
|
|
|
|
|
| |
- chooseproc() is long gone, MLINK choosethread instead
- Update NAME section for choosethread
- Mark chooseproc.9 for removal
PR: 149549
Submitted by: pluknet
MFC after: 1 week
|
|
|
|
|
|
| |
Erwin fired up a ports build a couple of weeks ago and it seems the
following functions are not used by any of the 20k ports we have, which
makes me believe they don't have any purpose. Just remove them.
|
|
|
|
| |
Submitted by: pluknet <pluknet at gmail.com>
|