Searched hist:2006 (Results 301 - 325 of 7501) sorted by relevance

<<11121314151617181920>>

/freebsd-10.2-release/share/man/man9/
H A Dsysctl.9diff 165213 Thu Dec 14 14:33:13 MST 2006 mpp Spelling fixes.
diff 164560 Thu Nov 23 14:28:19 MST 2006 yar Add a guideline for naming new sysctl nodes.

Discussed in: cvs-src (some time ago)
diff 162877 Sat Sep 30 17:09:59 MDT 2006 ru Revise markup.
diff 161256 Sat Aug 12 23:33:10 MDT 2006 obrien Add an extension to the UINT & ULONG types. The XINT & XLONG types behave
the same, except sysctl(8) will print out the values in hex.
diff 161253 Sat Aug 12 20:09:33 MDT 2006 obrien Fix bug preventing the proper displaying of the CTLFLAG_WR option.
diff 158130 Fri Apr 28 23:21:36 MDT 2006 keramida Fix a couple of typos and other minor nits

Reviewed by: rwatson
diff 158122 Fri Apr 28 19:43:44 MDT 2006 rwatson Fix typo.

MFC after: 1 month
Submitted by: Antoine Brodin <antoine dot brodin@laposte dot net>
158110 Fri Apr 28 10:45:27 MDT 2006 rwatson Add a basic man page for the sysctl(9) macro interfaces. Previously man
pages existed only for the dynamic sysctl interfaces. There's probably
more complete and accurate content, better advice, etc, that could be added
here.

Per scottl's suggest, add a small piece of moralizing text regarding the
fact that sysctl names quickly get embedded in system configuration files,
libraries, third party applications, and even books, so renaming and
removing names after they've been published is a tricky issue.

MFC after: 1 month
/freebsd-10.2-release/usr.bin/systat/
H A Dconvtbl.cdiff 164675 Mon Nov 27 16:33:44 MST 2006 yar Add the Tera scale factor, which is an easy job now.
More scale factors would overflow the command line where
the help for "scale" were shown.
diff 164673 Mon Nov 27 16:23:09 MST 2006 yar Stop exposing things that can be private to convtbl.c.
diff 164672 Mon Nov 27 16:14:32 MST 2006 yar Keep all convtbl-related constants and strings in convtbl.[ch].
diff 164671 Mon Nov 27 15:26:26 MST 2006 yar Allow for large scale factors. C99 warrants that
ULLONG_MAX is not less than 2^64-1; and uintmax_t
cannot be more narrow than unsigned long long.
This allows for scale factors up to Exa inclusively.

Use plain int for the scale index to be consistent
with ifcmds.c and enum.
diff 164669 Mon Nov 27 15:11:30 MST 2006 yar + Drop useless initializers.
+ style(9).
diff 164664 Mon Nov 27 14:18:54 MST 2006 yar Use C99 initializers so that we don't really have to worry
about the order of related things at several places.
diff 164637 Sun Nov 26 20:14:47 MST 2006 yar There is no reason to use __inline here because we are rather far
from a path critical to performance.
diff 164636 Sun Nov 26 20:08:40 MST 2006 yar Don't overflow from the gigabyte scale to the bit scale if the
number to auto-scale is >= 1024 Gb. Could be triggered on arches
where ifdata counters had 64 bits.

Reported by: Miroslav Slavkov on -net
MFC after: 3 days
/freebsd-10.2-release/usr.sbin/bsnmpd/modules/snmp_bridge/
H A DBRIDGE-MIB.txt164410 Sun Nov 19 15:42:48 MST 2006 syrinx Bring in a SNMP module to support monitoring if_bridge(4) interfaces
via bsnmpd(1). The module implements IETF BRIDGE-MIB as defined in
RFC4188 and a private BEGEMOT-BRIDGE-MIB.

Sponsored by: Google Summer of Code 2006
Reviewed by: bz
Approved by: bz (mentor)
164410 Sun Nov 19 15:42:48 MST 2006 syrinx Bring in a SNMP module to support monitoring if_bridge(4) interfaces
via bsnmpd(1). The module implements IETF BRIDGE-MIB as defined in
RFC4188 and a private BEGEMOT-BRIDGE-MIB.

Sponsored by: Google Summer of Code 2006
Reviewed by: bz
Approved by: bz (mentor)
/freebsd-10.2-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A DMakefilediff 154856 Thu Jan 26 10:13:32 MST 2006 harti Fix the MIB to use libgeom instead of libdisk.

Submitted by: Victor Cruceru <soc-victor>
154133 Mon Jan 09 12:33:45 MST 2006 harti msg
H A Dhostres_network_tbl.cdiff 160341 Fri Jul 14 09:07:56 MDT 2006 harti Reduce the memory requirements for the tables by (1) using malloced strings
instead of maximum sized arrays embedded in the table structures and (2)
using pointers to constant oids instead of copying the oid into each
table structure. This also fixes indexing in the case when a string used
for indexing is longer than the maximum size allowed in the MIB.

Submitted by: Victor Cruceru <soc-victor@>
154133 Mon Jan 09 12:33:45 MST 2006 harti msg
H A Dhostres_printer_tbl.cdiff 160341 Fri Jul 14 09:07:56 MDT 2006 harti Reduce the memory requirements for the tables by (1) using malloced strings
instead of maximum sized arrays embedded in the table structures and (2)
using pointers to constant oids instead of copying the oid into each
table structure. This also fixes indexing in the case when a string used
for indexing is longer than the maximum size allowed in the MIB.

Submitted by: Victor Cruceru <soc-victor@>
154133 Mon Jan 09 12:33:45 MST 2006 harti msg
H A Dhostres_snmp.hdiff 160341 Fri Jul 14 09:07:56 MDT 2006 harti Reduce the memory requirements for the tables by (1) using malloced strings
instead of maximum sized arrays embedded in the table structures and (2)
using pointers to constant oids instead of copying the oid into each
table structure. This also fixes indexing in the case when a string used
for indexing is longer than the maximum size allowed in the MIB.

Submitted by: Victor Cruceru <soc-victor@>
154133 Mon Jan 09 12:33:45 MST 2006 harti msg
H A Dhostres_swinstalled_tbl.cdiff 160341 Fri Jul 14 09:07:56 MDT 2006 harti Reduce the memory requirements for the tables by (1) using malloced strings
instead of maximum sized arrays embedded in the table structures and (2)
using pointers to constant oids instead of copying the oid into each
table structure. This also fixes indexing in the case when a string used
for indexing is longer than the maximum size allowed in the MIB.

Submitted by: Victor Cruceru <soc-victor@>
154133 Mon Jan 09 12:33:45 MST 2006 harti msg
/freebsd-10.2-release/usr.sbin/dumpcis/
H A Ddumpcis.8diff 164252 Mon Nov 13 09:12:25 MST 2006 ru The utility accepts multiple arguments.
163491 Wed Oct 18 21:09:43 MDT 2006 imp Package the dumpcisfile functionality into a new dumpcis command.
Also, don't build pccardc now. I've left it in place for people that
wish to build it to test experimental support for oldcard
functionality that may have been lost in newcard.
/freebsd-10.2-release/usr.sbin/freebsd-update/
H A DMakefilediff 161807 Fri Sep 01 09:07:11 MDT 2006 ru It's spelled MAN.
161748 Thu Aug 31 09:51:34 MDT 2006 cperciva Add FreeBSD Update 2.0 client code. The build code is in the projects
repository.

Sponsored by: FreeBSD security development fundraiser
/freebsd-10.2-release/usr.sbin/ngctl/
H A Dwrite.cdiff 160002 Wed Jun 28 10:38:38 MDT 2006 glebius Style: space after "return".
diff 158882 Wed May 24 14:46:55 MDT 2006 glebius Unnest includes before forthcoming editing.
/freebsd-10.2-release/usr.sbin/nvram/
H A DMakefilediff 162836 Sat Sep 30 09:02:38 MDT 2006 ru Create section 8 man subdirectories for PowerPC.
160892 Tue Aug 01 22:19:01 MDT 2006 sobomax Add device to access and modify Open Firmware NVRAM settings in
PowerPC-based Apple's machines and small utility to do it from
userland modelled after the similar utility in Darwin/OSX.

Only tested on 1.25GHz G4 Mac Mini.

MFC after: 1 month
H A Dnvram.8diff 162893 Sat Sep 30 19:07:03 MDT 2006 ru Revise markup.
160892 Tue Aug 01 22:19:01 MDT 2006 sobomax Add device to access and modify Open Firmware NVRAM settings in
PowerPC-based Apple's machines and small utility to do it from
userland modelled after the similar utility in Darwin/OSX.

Only tested on 1.25GHz G4 Mac Mini.

MFC after: 1 month
/freebsd-10.2-release/tools/tools/build_option_survey/
H A Dmkhtml.shdiff 157132 Sat Mar 25 21:51:46 MST 2006 phk Get the MK_FOO column right
diff 157118 Sat Mar 25 10:50:40 MST 2006 phk Update build survey scripts
/freebsd-10.2-release/tools/tools/find-sb/
H A Dmini_ufs.hdiff 163848 Tue Oct 31 22:18:33 MST 2006 pjd Add fs_unrefs field to the super block structure.

Sponsored by: home.pl
158297 Fri May 05 00:19:24 MDT 2006 sobomax o Make it possible to compile find-sb on non-FreeBSD system (MacOS X in my
case). Can be useful for recovering in some cases;

o use SBLOCK_UFS2 instead of SBLOCK_UFS1 to calculate likely start of the UFS2
partition from the beginning of disk.
/freebsd-10.2-release/tools/tools/net80211/
H A DREADMEdiff 161031 Mon Aug 07 00:05:32 MDT 2006 sam add wesside
160997 Sat Aug 05 05:20:40 MDT 2006 sam hook packet injection tools up
/freebsd-10.2-release/tools/tools/net80211/w00t/libw00t/
H A Dw00t.cdiff 161029 Sun Aug 06 23:50:56 MDT 2006 sam use proper tx series

Submitted by: Andrea Bittau <a.bittau@cs.ucl.ac.uk>
160996 Sat Aug 05 05:18:03 MDT 2006 sam test programs for 802.11 packet injection

Submitted by: Andrea Bittau <a.bittau@cs.ucl.ac.uk>
/freebsd-10.2-release/tools/tools/net80211/wesside/
H A DREADMEdiff 161047 Mon Aug 07 17:08:05 MDT 2006 keramida Fix some minor nits in the README file of wesside

Reviewed by: sam, Andrea Bittau <a.bittau@cs.ucl.ac.uk>
161030 Mon Aug 07 00:05:04 MDT 2006 sam another tool that uses the raw tx api

Submitted by: Andrea Bittau <a.bittau@cs.ucl.ac.uk>
/freebsd-10.2-release/tools/tools/tinybsd/conf/bridge/etc/
H A Drc.confdiff 162535 Thu Sep 21 22:17:04 MDT 2006 julian Slight tunups to the config files.
162485 Wed Sep 20 22:24:20 MDT 2006 julian In the spirit of nanoBSD and PicoBSD, add TinyBSD.
Submitted by jmeloatfreebsdbrasil,com-br
(Jean Milanez Melo)
As PicoBSD becomes slightly less useful, TinyBSD fills the gap below nanoBSD.
H A Dsysctl.confdiff 162535 Thu Sep 21 22:17:04 MDT 2006 julian Slight tunups to the config files.
162485 Wed Sep 20 22:24:20 MDT 2006 julian In the spirit of nanoBSD and PicoBSD, add TinyBSD.
Submitted by jmeloatfreebsdbrasil,com-br
(Jean Milanez Melo)
As PicoBSD becomes slightly less useful, TinyBSD fills the gap below nanoBSD.
/freebsd-10.2-release/tools/tools/tinybsd/conf/default/etc/
H A Drc.confdiff 162535 Thu Sep 21 22:17:04 MDT 2006 julian Slight tunups to the config files.
162485 Wed Sep 20 22:24:20 MDT 2006 julian In the spirit of nanoBSD and PicoBSD, add TinyBSD.
Submitted by jmeloatfreebsdbrasil,com-br
(Jean Milanez Melo)
As PicoBSD becomes slightly less useful, TinyBSD fills the gap below nanoBSD.
/freebsd-10.2-release/tools/tools/tinybsd/conf/firewall/etc/
H A Drc.confdiff 162535 Thu Sep 21 22:17:04 MDT 2006 julian Slight tunups to the config files.
162485 Wed Sep 20 22:24:20 MDT 2006 julian In the spirit of nanoBSD and PicoBSD, add TinyBSD.
Submitted by jmeloatfreebsdbrasil,com-br
(Jean Milanez Melo)
As PicoBSD becomes slightly less useful, TinyBSD fills the gap below nanoBSD.
/freebsd-10.2-release/tools/tools/tinybsd/conf/firewall/
H A Dtinybsd.basefilesdiff 164489 Wed Nov 22 00:26:55 MST 2006 rodrigc Remove references to mount_devfs, mount_fdescfs, mount_linprocfs,
mount_procfs, and mount_std.

Reminded by: ru
162485 Wed Sep 20 22:24:20 MDT 2006 julian In the spirit of nanoBSD and PicoBSD, add TinyBSD.
Submitted by jmeloatfreebsdbrasil,com-br
(Jean Milanez Melo)
As PicoBSD becomes slightly less useful, TinyBSD fills the gap below nanoBSD.
/freebsd-10.2-release/tools/tools/tinybsd/conf/minimal/etc/
H A Drc.confdiff 162535 Thu Sep 21 22:17:04 MDT 2006 julian Slight tunups to the config files.
162485 Wed Sep 20 22:24:20 MDT 2006 julian In the spirit of nanoBSD and PicoBSD, add TinyBSD.
Submitted by jmeloatfreebsdbrasil,com-br
(Jean Milanez Melo)
As PicoBSD becomes slightly less useful, TinyBSD fills the gap below nanoBSD.
/freebsd-10.2-release/tools/tools/tinybsd/conf/minimal/
H A Dtinybsd.basefilesdiff 164489 Wed Nov 22 00:26:55 MST 2006 rodrigc Remove references to mount_devfs, mount_fdescfs, mount_linprocfs,
mount_procfs, and mount_std.

Reminded by: ru
162485 Wed Sep 20 22:24:20 MDT 2006 julian In the spirit of nanoBSD and PicoBSD, add TinyBSD.
Submitted by jmeloatfreebsdbrasil,com-br
(Jean Milanez Melo)
As PicoBSD becomes slightly less useful, TinyBSD fills the gap below nanoBSD.

Completed in 141 milliseconds

<<11121314151617181920>>