ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk/usr.sbin
Revision 3938 - Directory Listing - [select for diffs]
Modified Fri May 20 12:07:11 2011 UTC (13 years, 1 month ago) by laffer1
Diff to previous 3916 , to selected 2068
the error message is awkward.

Revision 3916 - Directory Listing - [select for diffs]
Modified Sun Apr 24 22:37:53 2011 UTC (13 years, 1 month ago) by laffer1
Diff to previous 3912 , to selected 2068
Get more specific on errors.

Revision 3912 - Directory Listing - [select for diffs]
Modified Wed Apr 20 23:45:05 2011 UTC (13 years, 2 months ago) by laffer1
Diff to previous 3907 , to selected 2068
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1739

Revision 3907 - Directory Listing - [select for diffs]
Modified Sat Mar 26 22:51:33 2011 UTC (13 years, 2 months ago) by laffer1
Diff to previous 3906 , to selected 2068
On  amd64, use a larger default auto swap size. it's safe to assume   64  bit architectures will have more need for it.

Revision 3906 - Directory Listing - [select for diffs]
Modified Sat Mar 26 22:17:28 2011 UTC (13 years, 2 months ago) by laffer1
Diff to previous 3905 , to selected 2068
we've never had a zone category that was used.

Revision 3905 - Directory Listing - [select for diffs]
Modified Sat Mar 26 16:53:46 2011 UTC (13 years, 2 months ago) by laffer1
Diff to previous 3871 , to selected 2068
Remove legacy ia64 support from the system.  I don't think we'll ever have the resources to support Intel Itanium chips.

Remove expert and custom installation options.  This should improve usability and only piss off a very small number of users.

Fix a bug where automated installs can't use UFS1.

Increase the default and minimum sizes of several partitions.  / /var /tmp and /usr all need to be a little bigger these days.

Revision 3871 - Directory Listing - [select for diffs]
Modified Thu Mar 10 22:36:36 2011 UTC (13 years, 3 months ago) by laffer1
Diff to previous 3836 , to selected 2068
Add code to verify packages included in the index.  We should deal with cases the package is built locally at some point.

Revision 3836 - Directory Listing - [select for diffs]
Modified Mon Mar 7 22:04:04 2011 UTC (13 years, 3 months ago) by laffer1
Diff to previous 3834 , to selected 2068
Add new clean command to mport tools.  It deletes old packages in the staging dir and runs vacuum on sqlite3.

Also fix formatting of the man page and add details about clean there.

Revision 3834 - Directory Listing - [select for diffs]
Modified Mon Mar 7 21:11:15 2011 UTC (13 years, 3 months ago) by laffer1
Diff to previous 3833 , to selected 2068
Catch no search term case.

Revision 3833 - Directory Listing - [select for diffs]
Modified Mon Mar 7 20:02:23 2011 UTC (13 years, 3 months ago) by laffer1
Diff to previous 3831 , to selected 2068
Add new search feature to mport tool.

The following works:

mport search php5   - matches exact package name
mport search "*php*" - glob style search of package names and comments

Note this searches the index of all packages.  If you want to know if a package is installed, use mport info pkgname.

Revision 3831 - Directory Listing - [select for diffs]
Modified Sun Mar 6 23:11:41 2011 UTC (13 years, 3 months ago) by laffer1
Diff to previous 3830 , to selected 2068
Don't crash when mport info command run without package name

Revision 3830 - Directory Listing - [select for diffs]
Modified Sun Mar 6 23:04:48 2011 UTC (13 years, 3 months ago) by laffer1
Diff to previous 3829 , to selected 2068
Update the man page to include information on basic commands.

Revision 3829 - Directory Listing - [select for diffs]
Modified Sun Mar 6 22:21:03 2011 UTC (13 years, 3 months ago) by laffer1
Diff to previous 3828 , to selected 2068
Check if the package file exists so we don't download it again.

Revision 3828 - Directory Listing - [select for diffs]
Modified Sun Mar 6 22:06:28 2011 UTC (13 years, 3 months ago) by laffer1
Diff to previous 3827 , to selected 2068
Use the mport primative for updates.

Add a new upgrade method that will upgrade all installed ports that need it.  This has one big flaw in that it will fetch packages even when it doesn't need to.

Revision 3827 - Directory Listing - [select for diffs]
Modified Sun Mar 6 21:20:53 2011 UTC (13 years, 3 months ago) by laffer1
Diff to previous 3826 , to selected 2068
Include the origin for installed packages.  This helps when we want to update packages from mports instead of a pre-built package.

Revision 3826 - Directory Listing - [select for diffs]
Modified Sun Mar 6 20:26:39 2011 UTC (13 years, 3 months ago) by laffer1
Diff to previous 3824 , to selected 2068
Add new info command.  Returns information about packages that are installed as well as packages that are included in the index but not installed.

Format:
package name
lastest: (version)
installed: (version)
license:

comment/description

Revision 3824 - Directory Listing - [select for diffs]
Modified Sun Mar 6 18:58:14 2011 UTC (13 years, 3 months ago) by laffer1
Diff to previous 3823 , to selected 2068
fix whitespace in usage

Revision 3823 - Directory Listing - [select for diffs]
Modified Sun Mar 6 18:49:47 2011 UTC (13 years, 3 months ago) by laffer1
Diff to previous 3818 , to selected 2068
Use exec instead of system() so we can actually return proper error codes.

Revision 3818 - Directory Listing - [select for diffs]
Modified Sun Mar 6 17:20:25 2011 UTC (13 years, 3 months ago) by laffer1
Diff to previous 3813 , to selected 2068
Major refactor of mport tool code.

Use libmport to lookup entries in the index for fetching remote packages.  This means we can now create a magus run and load it on the ftp and have users remotely install mport packages!  (local install is a todo item)

Add a new update command which uninstalls a package and then fetches and installs a new one.  This is very "dumb" right now and it doesn't do updepends checks yet.

Revision 3813 - Directory Listing - [select for diffs]
Modified Sun Mar 6 00:40:02 2011 UTC (13 years, 3 months ago) by laffer1
Diff to previous 3808 , to selected 2068
add list updates to usage

Revision 3808 - Directory Listing - [select for diffs]
Modified Sun Feb 27 17:15:29 2011 UTC (13 years, 3 months ago) by laffer1
Diff to previous 3803 , to selected 2068
fix bug preventing updates list

Revision 3803 - Directory Listing - [select for diffs]
Modified Sat Feb 26 21:25:40 2011 UTC (13 years, 3 months ago) by laffer1
Diff to previous 3645 , to selected 2068
Add wrapper to call list updates command to see packages that need to be updated.

This compares the installed packages on the local system to the index file which is at most 24 hours old.

Revision 3645 - Directory Listing - [select for diffs]
Modified Sat Jan 29 23:36:46 2011 UTC (13 years, 4 months ago) by laffer1
Diff to previous 3609 , to selected 2068
We don't have a compat directory.  That was a freebsdism.

Also add the apache licensed directory while we're here.

Revision 3609 - Directory Listing - [select for diffs]
Modified Sat Jan 15 18:57:19 2011 UTC (13 years, 5 months ago) by laffer1
Diff to previous 3602 , to selected 2068
update to 3.2

Revision 3602 - Directory Listing - [select for diffs]
Modified Sat Jan 8 17:45:51 2011 UTC (13 years, 5 months ago) by laffer1
Diff to previous 3549 , to selected 2068
Pad mac addresses properly with leading 0 like netbsd does.

Revision 3549 - Directory Listing - [select for diffs]
Modified Tue Nov 9 14:07:51 2010 UTC (13 years, 7 months ago) by laffer1
Diff to previous 3548 , to selected 2068
Update to 3.1

Revision 3548 - Directory Listing - [select for diffs]
Modified Fri Nov 5 20:13:27 2010 UTC (13 years, 7 months ago) by laffer1
Diff to previous 3547 , to selected 2068
might as well go all new 3.0

Revision 3547 - Directory Listing - [select for diffs]
Modified Wed Nov 3 11:00:22 2010 UTC (13 years, 7 months ago) by laffer1
Diff to previous 3546 , to selected 2068
update to 2.5.1.  New vendor release.

Revision 3546 - Directory Listing - [select for diffs]
Modified Fri Oct 22 18:11:52 2010 UTC (13 years, 8 months ago) by laffer1
Diff to previous 3542 , to selected 2068
tag

Revision 3542 - Directory Listing - [select for diffs]
Modified Thu Oct 21 15:51:00 2010 UTC (13 years, 8 months ago) by laffer1
Diff to previous 3541 , to selected 2068
sysrc is a new utility written by Devin Teske that allows a user to easily modify the contents of /etc/rc.conf (or a version in a jail).  It will check for existing variables and adjust the value as necessary.  This is less error prone than echo >> type operations and it causes less spam.

Revision 3541 - Directory Listing - [select for diffs]
Modified Thu Oct 21 15:36:07 2010 UTC (13 years, 8 months ago) by laffer1
Diff to previous 3438 , to selected 2068
The values are unsigned here.  This causes problems while printing on zfs fs with a large pool.

Revision 3438 - Directory Listing - [select for diffs]
Modified Sat Jul 31 05:51:23 2010 UTC (13 years, 10 months ago) by laffer1
Diff to previous 3437 , to selected 2068
make warns3 friendly

Revision 3437 - Directory Listing - [select for diffs]
Modified Sat Jul 31 05:47:02 2010 UTC (13 years, 10 months ago) by laffer1
Diff to previous 3436 , to selected 2068
make warns 3 friendly

Revision 3436 - Directory Listing - [select for diffs]
Modified Sat Jul 31 05:38:50 2010 UTC (13 years, 10 months ago) by laffer1
Diff to previous 3433 , to selected 2068
Add -m option to cron(8), which overrides default mail recipient for cron mails unless it's explicitly provided by MAILTO= in crontab.  Setting the recipient to null string disables default mails.  Also remove __P instances. Obtained from: FreeBSD 9-CURRENT

Revision 3433 - Directory Listing - [select for diffs]
Modified Sat Jul 31 03:40:40 2010 UTC (13 years, 10 months ago) by laffer1
Diff to previous 3297 , to selected 2068
wrong bsd

Revision 3297 - Directory Listing - [select for diffs]
Modified Thu Mar 4 03:04:53 2010 UTC (14 years, 3 months ago) by laffer1
Diff to previous 3296 , to selected 2068
connect mport to the build.

Revision 3296 - Directory Listing - [select for diffs]
Modified Thu Mar 4 03:03:55 2010 UTC (14 years, 3 months ago) by laffer1
Diff to previous 3295 , to selected 2068
add license.

Revision 3295 - Directory Listing - [select for diffs]
Modified Thu Mar 4 03:02:32 2010 UTC (14 years, 3 months ago) by laffer1
Diff to previous 3294 , to selected 2068
This version can now install and delete to some degree.

Delete only needs the pkgname.. for instance
mport delete p7zip

install doesn't do remote yet, and it must already have a package ready in /usr/mports/Packages/<arch>/All

You must include the EXACT version number like
mport install p7zip-9.04

This will get smarter and more useful in time.

delete and list commands are useful now.

Revision 3294 - Directory Listing - [select for diffs]
Modified Thu Mar 4 02:38:01 2010 UTC (14 years, 3 months ago) by laffer1
Diff to previous 3293 , to selected 2068
more position fixes.

Revision 3293 - Directory Listing - [select for diffs]
Modified Thu Mar 4 02:03:08 2010 UTC (14 years, 3 months ago) by laffer1
Diff to previous 3285 , to selected 2068
Fix segfault because I can't count.

Revision 3285 - Directory Listing - [select for diffs]
Modified Tue Feb 9 01:41:45 2010 UTC (14 years, 4 months ago) by laffer1
Diff to previous 3265 , to selected 2068
Start work on the mport wrapper program.  This needs a lot of work yet and is not connected to the build intentionally.

Revision 3265 - Directory Listing - [select for diffs]
Modified Sun Jan 17 14:45:04 2010 UTC (14 years, 5 months ago) by laffer1
Diff to previous 3264 , to selected 2068
ansify

Revision 3264 - Directory Listing - [select for diffs]
Modified Sun Jan 17 14:42:44 2010 UTC (14 years, 5 months ago) by laffer1
Diff to previous 3254 , to selected 2068
Improve powerd accuracy on SMP based systems.  We're now using summary load instead of average load.

powerd is independant from number and size of frequency levels now.

Add new hiadaptive load for ac powered systems which rises freq twice as fast and drops it on 1/8 per time interval.

Default polling was changed from 1/2 to 1/4 of a second.

Based upon FreeBSD 7.2 patches to powerd.

Revision 3254 - Directory Listing - [select for diffs]
Modified Sat Jan 16 17:09:56 2010 UTC (14 years, 5 months ago) by laffer1
Diff to previous 3253 , to selected 2068
BIND 9.6.1-P2

Revision 3253 - Directory Listing - [select for diffs]
Modified Sat Jan 16 17:00:07 2010 UTC (14 years, 5 months ago) by laffer1
Diff to previous 3199 , to selected 2068
BIND 9.6.1-P2

Revision 3199 - Directory Listing - [select for diffs]
Modified Sat Nov 28 22:44:36 2009 UTC (14 years, 6 months ago) by laffer1
Diff to previous 3191 , to selected 2068
Import OpenBSD's sysctl sensors framework.  This is based on work by Constantine A. Murenin for the 2007 Google summer of code for FreeBSD.

Includes:
sample config file for sensord
rc scripts
documentation fixes and updates
sys/kern/kern_sensors.c
sys/sensors.h

This is compatible with OpenBSD 4.1 and 4.2 in terms of the userland bits.

Revision 3191 - Directory Listing - [select for diffs]
Modified Thu Nov 26 18:18:55 2009 UTC (14 years, 6 months ago) by laffer1
Diff to previous 3150 , to selected 2068
Update for 4.4

Revision 3150 - Directory Listing - [select for diffs]
Modified Sat Oct 24 16:13:04 2009 UTC (14 years, 7 months ago) by laffer1
Diff to previous 3149 , to selected 2068
remove more itanic

Revision 3149 - Directory Listing - [select for diffs]
Modified Sat Oct 24 16:06:22 2009 UTC (14 years, 7 months ago) by laffer1
Diff to previous 3148 , to selected 2068
remove architectures we don't care about.

Revision 3148 - Directory Listing - [select for diffs]
Modified Sat Oct 24 16:03:34 2009 UTC (14 years, 7 months ago) by laffer1
Diff to previous 3147 , to selected 2068
remove ppc support

Revision 3147 - Directory Listing - [select for diffs]
Modified Sat Oct 24 15:55:41 2009 UTC (14 years, 7 months ago) by laffer1
Diff to previous 3146 , to selected 2068
remove pc98 support.

Revision 3146 - Directory Listing - [select for diffs]
Modified Sat Oct 24 15:17:09 2009 UTC (14 years, 7 months ago) by laffer1
Diff to previous 3145 , to selected 2068
let's make these static

Revision 3145 - Directory Listing - [select for diffs]
Modified Sat Oct 24 15:15:57 2009 UTC (14 years, 7 months ago) by laffer1
Diff to previous 3144 , to selected 2068
use setenv

Revision 3144 - Directory Listing - [select for diffs]
Modified Sat Oct 24 15:14:40 2009 UTC (14 years, 7 months ago) by laffer1
Diff to previous 3143 , to selected 2068
Fix the END of menu definitions.

Revision 3143 - Directory Listing - [select for diffs]
Modified Sat Oct 24 14:46:49 2009 UTC (14 years, 7 months ago) by laffer1
Diff to previous 3142 , to selected 2068
modernize the size of partitions in the manual.

Revision 3142 - Directory Listing - [select for diffs]
Modified Sat Oct 24 14:30:28 2009 UTC (14 years, 7 months ago) by laffer1
Diff to previous 3141 , to selected 2068
use size_t for ext

Revision 3141 - Directory Listing - [select for diffs]
Modified Sat Oct 24 14:29:29 2009 UTC (14 years, 7 months ago) by laffer1
Diff to previous 3140 , to selected 2068
we don't use mknod anymore

Revision 3140 - Directory Listing - [select for diffs]
Modified Sat Oct 24 14:27:17 2009 UTC (14 years, 7 months ago) by laffer1
Diff to previous 3139 , to selected 2068
add a menu to pick kernel distributions within the install process.

Revision 3139 - Directory Listing - [select for diffs]
Modified Sat Oct 24 05:19:58 2009 UTC (14 years, 7 months ago) by laffer1
Diff to previous 3138 , to selected 2068
add some helpful error messages.

Revision 3138 - Directory Listing - [select for diffs]
Modified Sat Oct 24 05:13:57 2009 UTC (14 years, 7 months ago) by laffer1
Diff to previous 3119 , to selected 2068
Modify sysinstall to detect SMP systems and choose an alternate kernel on i386/amd64.  This will allow us to ship both a UNI and SMP kernel instead of just a SMP kernel.

Revision 3119 - Directory Listing - [select for diffs]
Modified Thu Oct 8 01:19:19 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3118 , to selected 2068
document bugs

Revision 3118 - Directory Listing - [select for diffs]
Modified Thu Oct 8 01:18:47 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3117 , to selected 2068
conditionalize ipv6

Revision 3117 - Directory Listing - [select for diffs]
Modified Thu Oct 8 01:18:06 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3116 , to selected 2068
fix the man page

Revision 3116 - Directory Listing - [select for diffs]
Modified Thu Oct 8 01:16:29 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3115 , to selected 2068
why do we have two syslog.h lines?

Revision 3115 - Directory Listing - [select for diffs]
Modified Thu Oct 8 01:15:08 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3114 , to selected 2068
remove tcpslice

Revision 3114 - Directory Listing - [select for diffs]
Modified Wed Oct 7 04:38:32 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3113 , to selected 2068
sync with freebsd

Revision 3113 - Directory Listing - [select for diffs]
Modified Wed Oct 7 04:37:44 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3112 , to selected 2068
use new world order

Revision 3112 - Directory Listing - [select for diffs]
Modified Wed Oct 7 04:33:09 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3111 , to selected 2068
new world order

Revision 3111 - Directory Listing - [select for diffs]
Modified Wed Oct 7 04:27:10 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3110 , to selected 2068
sync with freebsd

Revision 3110 - Directory Listing - [select for diffs]
Modified Wed Oct 7 04:23:37 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3109 , to selected 2068
add support for specifying port binding

Revision 3109 - Directory Listing - [select for diffs]
Modified Wed Oct 7 04:22:24 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3108 , to selected 2068
merge several improvements including setting the proc title, singal handling, ...

Revision 3108 - Directory Listing - [select for diffs]
Modified Wed Oct 7 04:21:06 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3107 , to selected 2068
sync with freebsd

Revision 3107 - Directory Listing - [select for diffs]
Modified Wed Oct 7 04:18:45 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3106 , to selected 2068
sync with freebsd

Revision 3106 - Directory Listing - [select for diffs]
Modified Wed Oct 7 04:07:18 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3105 , to selected 2068
suppress certain behaviors from tar such as removing leading / and handling ..

Revision 3105 - Directory Listing - [select for diffs]
Modified Wed Oct 7 04:04:07 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3104 , to selected 2068
switch to new world order

Revision 3104 - Directory Listing - [select for diffs]
Modified Wed Oct 7 04:00:17 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3103 , to selected 2068
sync with freebsd

Revision 3103 - Directory Listing - [select for diffs]
Modified Wed Oct 7 03:49:29 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3102 , to selected 2068
sync with freebsd

Revision 3102 - Directory Listing - [select for diffs]
Modified Wed Oct 7 03:43:23 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3101 , to selected 2068
simple changes.

Revision 3101 - Directory Listing - [select for diffs]
Modified Wed Oct 7 03:38:13 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3100 , to selected 2068
use new style tests

Revision 3100 - Directory Listing - [select for diffs]
Modified Wed Oct 7 03:36:56 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3099 , to selected 2068
sync with freebsd

Revision 3099 - Directory Listing - [select for diffs]
Modified Wed Oct 7 03:34:07 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3098 , to selected 2068
sync with freebsd, update man page style

Revision 3098 - Directory Listing - [select for diffs]
Modified Wed Oct 7 03:33:10 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3097 , to selected 2068
sync with freebsd, add extended io stats

Revision 3097 - Directory Listing - [select for diffs]
Modified Wed Oct 7 03:27:24 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3096 , to selected 2068
sync with freebsd

Revision 3096 - Directory Listing - [select for diffs]
Modified Wed Oct 7 03:26:57 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3095 , to selected 2068
sync with freebsd.

Revision 3095 - Directory Listing - [select for diffs]
Modified Wed Oct 7 02:56:03 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3094 , to selected 2068
sync with freebsd

Revision 3094 - Directory Listing - [select for diffs]
Modified Wed Oct 7 02:55:29 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3093 , to selected 2068
sync with freebsd.  Modernize

Revision 3093 - Directory Listing - [select for diffs]
Modified Wed Oct 7 02:47:10 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3092 , to selected 2068
sync with freebsd

Revision 3092 - Directory Listing - [select for diffs]
Modified Wed Oct 7 02:42:43 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3091 , to selected 2068
add cxgbtool for managing 10GB cards using cxgb

Revision 3091 - Directory Listing - [select for diffs]
Modified Wed Oct 7 02:34:05 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3090 , to selected 2068
sync with freebsd

Revision 3090 - Directory Listing - [select for diffs]
Modified Wed Oct 7 02:32:55 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3089 , to selected 2068
use MINUSCRON

Revision 3089 - Directory Listing - [select for diffs]
Modified Wed Oct 7 02:28:05 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3088 , to selected 2068
sync with freebsd

Revision 3088 - Directory Listing - [select for diffs]
Modified Wed Oct 7 02:27:03 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3087 , to selected 2068
add man page for bthidd

Revision 3087 - Directory Listing - [select for diffs]
Modified Wed Oct 7 02:09:18 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3086 , to selected 2068
sync with freebsd

Revision 3086 - Directory Listing - [select for diffs]
Modified Wed Oct 7 02:06:07 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3080 , to selected 2068
improve error message to tell the user what to do

Revision 3080 - Directory Listing - [select for diffs]
Modified Sun Oct 4 20:00:27 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3079 , to selected 2068
sync with freebsd

Revision 3079 - Directory Listing - [select for diffs]
Modified Sun Oct 4 19:33:47 2009 UTC (14 years, 8 months ago) by laffer1
Diff to previous 3037 , to selected 2068
sync with freebsd

Revision 3037 - Directory Listing - [select for diffs]
Modified Sat Aug 15 17:24:15 2009 UTC (14 years, 10 months ago) by laffer1
Diff to previous 2977 , to selected 2068
Make the default shell mksh for new user accounts.  This script is usually run by end users and sh is not all that user friendly.

Revision 2977 - Directory Listing - [select for diffs]
Modified Wed May 27 05:50:08 2009 UTC (15 years ago) by laffer1
Diff to previous 2976 , to selected 2068
Remove i4b as it has been removed from teh kernel

Revision 2976 - Directory Listing - [select for diffs]
Modified Wed May 27 05:49:07 2009 UTC (15 years ago) by laffer1
Diff to previous 2917 , to selected 2068
remove isdn 4 bsd support as it has been removed from the kernel

Revision 2917 - Directory Listing - [select for diffs]
Modified Thu May 21 00:08:40 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2916 , to selected 2068
Get rid of more pc98 fluff.  Add a message warning Vista users about our boot manager.  Remove support for tape drives.  This never worked.

Revision 2916 - Directory Listing - [select for diffs]
Modified Wed May 20 23:48:28 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2915 , to selected 2068
remove pccard.. this is ancient, before our time

Revision 2915 - Directory Listing - [select for diffs]
Modified Wed May 20 23:39:40 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2914 , to selected 2068
using strdup makes a lot more sense here

Revision 2914 - Directory Listing - [select for diffs]
Modified Wed May 20 23:33:31 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2913 , to selected 2068
Prompt user for keymap/country selection.  This will adjust the map for different locales, etc.  Also remove configuration options for exim and postfix as we don't have mports for them.

Revision 2913 - Directory Listing - [select for diffs]
Modified Wed May 20 23:16:31 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2912 , to selected 2068
we don't do ia64 either

Revision 2912 - Directory Listing - [select for diffs]
Modified Wed May 20 22:26:53 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2911 , to selected 2068
we don't do pc98

Revision 2911 - Directory Listing - [select for diffs]
Modified Wed May 20 22:24:27 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2909 , to selected 2068
We no longer have usbd, devd does all the heavy lifting.

ALso, remove process limits from sysinstall.  It makes absolutely no sense to have process limits for the installer.

Revision 2909 - Directory Listing - [select for diffs]
Modified Wed May 20 21:51:48 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2908 , to selected 2068
as promised, make a new powerd option in the installer

Revision 2908 - Directory Listing - [select for diffs]
Modified Wed May 20 21:41:40 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2907 , to selected 2068
related to bug 128

Revision 2907 - Directory Listing - [select for diffs]
Modified Wed May 20 21:35:09 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2856 , to selected 2068
fix the password field on the ftp

Revision 2856 - Directory Listing - [select for diffs]
Modified Fri May 1 17:46:01 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2839 , to selected 2068
Add makefs, a utility to create ffs images.  (think live usb stick)

Obtained from: NetBSD, FreeBSD

Revision 2839 - Directory Listing - [select for diffs]
Modified Thu Apr 16 03:13:26 2009 UTC (15 years, 2 months ago) by laffer1
Diff to previous 2838 , to selected 2068
sync with freebsd

Revision 2838 - Directory Listing - [select for diffs]
Modified Thu Apr 16 03:08:27 2009 UTC (15 years, 2 months ago) by laffer1
Diff to previous 2837 , to selected 2068
use socklen_t

Revision 2837 - Directory Listing - [select for diffs]
Modified Thu Apr 16 02:59:48 2009 UTC (15 years, 2 months ago) by laffer1
Diff to previous 2822 , to selected 2068
sync with freebsd 7

Revision 2822 - Directory Listing - [select for diffs]
Modified Wed Apr 15 03:07:16 2009 UTC (15 years, 2 months ago) by laffer1
Diff to previous 2821 , to selected 2068
sync with freebsd

Revision 2821 - Directory Listing - [select for diffs]
Modified Wed Apr 15 03:02:37 2009 UTC (15 years, 2 months ago) by laffer1
Diff to previous 2820 , to selected 2068
sync with freebsd 7

Revision 2820 - Directory Listing - [select for diffs]
Modified Wed Apr 15 02:57:43 2009 UTC (15 years, 2 months ago) by laffer1
Diff to previous 2819 , to selected 2068
sync with freebsd

Revision 2819 - Directory Listing - [select for diffs]
Modified Wed Apr 15 02:53:43 2009 UTC (15 years, 2 months ago) by laffer1
Diff to previous 2818 , to selected 2068
sync netgraph ctl util with freebsd

Revision 2818 - Directory Listing - [select for diffs]
Modified Wed Apr 15 02:50:25 2009 UTC (15 years, 2 months ago) by laffer1
Diff to previous 2817 , to selected 2068
remove freebsd version checks

Revision 2817 - Directory Listing - [select for diffs]
Modified Wed Apr 15 02:48:03 2009 UTC (15 years, 2 months ago) by laffer1
Diff to previous 2816 , to selected 2068
remove freebsd os checks

Revision 2816 - Directory Listing - [select for diffs]
Modified Wed Apr 15 02:47:26 2009 UTC (15 years, 2 months ago) by laffer1
Diff to previous 2815 , to selected 2068
sync with freebsd 7

Revision 2815 - Directory Listing - [select for diffs]
Modified Wed Apr 15 02:45:17 2009 UTC (15 years, 2 months ago) by laffer1
Diff to previous 2814 , to selected 2068
sync, remove freebsd version checks.

Revision 2814 - Directory Listing - [select for diffs]
Modified Wed Apr 15 02:43:22 2009 UTC (15 years, 2 months ago) by laffer1
Diff to previous 2647 , to selected 2068
midnightbsd version

Revision 2647 - Directory Listing - [select for diffs]
Modified Wed Mar 25 17:18:05 2009 UTC (15 years, 2 months ago) by laffer1
Diff to previous 2645 , to selected 2068
$MidnightBSD$

Revision 2645 - Directory Listing - [select for diffs]
Modified Wed Mar 25 16:59:32 2009 UTC (15 years, 2 months ago) by laffer1
Diff to previous 2642 , to selected 2068
This commit was generated by cvs2svn to compensate for changes in r2644,
which included commits to RCS files with non-trunk default branches.
Revision 2642 - Directory Listing - [select for diffs]
Modified Wed Mar 25 16:51:02 2009 UTC (15 years, 2 months ago) by laffer1
Diff to previous 2592 , to selected 2068
remove alpha and pc98

Revision 2592 - Directory Listing - [select for diffs]
Modified Mon Feb 9 16:51:55 2009 UTC (15 years, 4 months ago) by laffer1
Diff to previous 2523 , to selected 2068
switch over to eli since it doesn't change the key per block (faster).  It was not stable in 0.2

Revision 2523 - Directory Listing - [select for diffs]
Modified Thu Jan 15 23:20:52 2009 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2365 , to selected 2068
fix man page and add directions to go back to standard boot

Revision 2365 - Directory Listing - [select for diffs]
Modified Thu Dec 4 17:19:20 2008 UTC (15 years, 6 months ago) by laffer1
Diff to previous 2363 , to selected 2068
$MidnightBSD$

Revision 2363 - Directory Listing - [select for diffs]
Modified Thu Dec 4 17:04:24 2008 UTC (15 years, 6 months ago) by laffer1
Diff to previous 2160 , to selected 2068
Sync this with other changes to the kernel.

Revision 2160 - Directory Listing - [select for diffs]
Modified Tue Nov 25 03:13:47 2008 UTC (15 years, 6 months ago) by laffer1
Diff to previous 2158 , to selected 2068
wireless can be fun

Revision 2158 - Directory Listing - [select for diffs]
Modified Tue Nov 25 02:06:06 2008 UTC (15 years, 6 months ago) by laffer1
Diff to previous 2157 , to selected 2068
merge changes

Revision 2157 - Directory Listing - [select for diffs]
Modified Tue Nov 25 01:31:17 2008 UTC (15 years, 6 months ago) by laffer1
Diff to previous 2156 , to selected 2068
merge

Revision 2156 - Directory Listing - [select for diffs]
Modified Tue Nov 25 01:29:25 2008 UTC (15 years, 6 months ago) by laffer1
Diff to previous 2155 , to selected 2068
tag

Revision 2155 - Directory Listing - [select for diffs]
Modified Tue Nov 25 01:28:47 2008 UTC (15 years, 6 months ago) by laffer1
Diff to previous 2154 , to selected 2068
sync

Revision 2154 - Directory Listing - [select for diffs]
Modified Tue Nov 25 01:16:24 2008 UTC (15 years, 6 months ago) by laffer1
Diff to previous 2149 , to selected 2068
Merge and tag

Revision 2149 - Directory Listing - [select for diffs]
Modified Mon Nov 24 13:46:51 2008 UTC (15 years, 6 months ago) by laffer1
Diff to previous 2148 , to selected 2068
merge

Revision 2148 - Directory Listing - [select for diffs]
Modified Sun Nov 23 22:23:29 2008 UTC (15 years, 6 months ago) by laffer1
Diff to previous 2145 , to selected 2068
merge

Revision 2145 - Directory Listing - [select for diffs]
Modified Sun Nov 23 17:44:30 2008 UTC (15 years, 6 months ago) by laffer1
Diff to previous 2144 , to selected 2068
Merge changes.

Revision 2144 - Directory Listing - [select for diffs]
Modified Sun Nov 23 17:43:32 2008 UTC (15 years, 6 months ago) by laffer1
Diff to previous 2105 , to selected 2068
This commit was generated by cvs2svn to compensate for changes in r2143,
which included commits to RCS files with non-trunk default branches.
Revision 2105 - Directory Listing - [select for diffs]
Modified Wed Nov 19 23:40:41 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 2099 , to selected 2068
Change uid testing.

Revision 2099 - Directory Listing - [select for diffs]
Modified Wed Nov 19 21:48:58 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 2098 , to selected 2068
Fix build

Revision 2098 - Directory Listing - [select for diffs]
Modified Wed Nov 19 21:48:31 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 2080 , to selected 2068
This commit was generated by cvs2svn to compensate for changes in r2097,
which included commits to RCS files with non-trunk default branches.
Revision 2080 - Directory Listing - [select for diffs]
Modified Tue Nov 18 03:39:50 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 2078 , to selected 2068
This commit was generated by cvs2svn to compensate for changes in r2079,
which included commits to RCS files with non-trunk default branches.
Revision 2078 - Directory Listing - [select for diffs]
Modified Tue Nov 18 02:07:38 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 2076 , to selected 2068
This commit was generated by cvs2svn to compensate for changes in r2077,
which included commits to RCS files with non-trunk default branches.
Revision 2076 - Directory Listing - [select for diffs]
Modified Tue Nov 18 00:16:12 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 2075 , to selected 2068
Doh.. \

Revision 2075 - Directory Listing - [select for diffs]
Modified Tue Nov 18 00:14:05 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 2074 , to selected 2068
Fix missing \

Revision 2074 - Directory Listing - [select for diffs]
Modified Mon Nov 17 23:27:33 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 2072 , to selected 2068
This commit was generated by cvs2svn to compensate for changes in r2073,
which included commits to RCS files with non-trunk default branches.
Revision 2072 - Directory Listing - [select for diffs]
Modified Mon Nov 17 23:25:29 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 2071 , to selected 2068
Remove elf2exe, add other items

Revision 2071 - Directory Listing - [select for diffs]
Modified Mon Nov 17 19:00:18 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 2070 , to selected 2068
doh!

Revision 2070 - Directory Listing - [select for diffs]
Modified Sun Nov 16 22:30:13 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 2068
This commit was generated by cvs2svn to compensate for changes in r2069,
which included commits to RCS files with non-trunk default branches.
Revision 2068 - Directory Listing - [selected]
Modified Sun Nov 16 22:16:40 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 2067
Add nscd, make several other programs conditional

Revision 2067 - Directory Listing - [select for diffs]
Modified Sun Nov 16 22:15:39 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 2065 , to selected 2068
This commit was generated by cvs2svn to compensate for changes in r2066,
which included commits to RCS files with non-trunk default branches.
Revision 2065 - Directory Listing - [select for diffs]
Modified Sun Nov 16 22:12:28 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 2064 , to selected 2068
Add sade utility (connect to build).  This is a disk editor which duplicates some of the functionality of sysinstall so that we can remove it later.

Does not support gmirror, etc yet.  It's better than nothing.

Revision 2064 - Directory Listing - [select for diffs]
Modified Sun Nov 16 22:09:24 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 2062 , to selected 2068
Remove usbd

Revision 2062 - Directory Listing - [select for diffs]
Modified Sun Nov 16 22:02:53 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 2061 , to selected 2068
Remove vnconfig, add wlandebug

Revision 2061 - Directory Listing - [select for diffs]
Modified Sun Nov 16 22:02:27 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 2059 , to selected 2068
This commit was generated by cvs2svn to compensate for changes in r2060,
which included commits to RCS files with non-trunk default branches.
Revision 2059 - Directory Listing - [select for diffs]
Modified Sun Nov 16 21:58:06 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 2056 , to selected 2068
Work in progress... merge some of the newer utiltilties and Makefile style in

Revision 2056 - Directory Listing - [select for diffs]
Modified Fri Nov 14 19:15:59 2008 UTC (15 years, 7 months ago) by laffer1
Diff to previous 1890 , to selected 2068
This commit was generated by cvs2svn to compensate for changes in r2055,
which included commits to RCS files with non-trunk default branches.
Revision 1890 - Directory Listing - [select for diffs]
Modified Tue Sep 30 04:44:37 2008 UTC (15 years, 8 months ago) by laffer1
Diff to previous 1879 , to selected 2068
$MidnightBSD$

Revision 1879 - Directory Listing - [select for diffs]
Modified Tue Sep 30 02:45:46 2008 UTC (15 years, 8 months ago) by laffer1
Diff to previous 1878 , to selected 2068
$MidnightBSD$

Revision 1878 - Directory Listing - [select for diffs]
Modified Tue Sep 30 02:22:15 2008 UTC (15 years, 8 months ago) by laffer1
Diff to previous 1877 , to selected 2068
Add config(5) and template file.

Revision 1877 - Directory Listing - [select for diffs]
Modified Tue Sep 30 02:20:58 2008 UTC (15 years, 8 months ago) by laffer1
Diff to previous 1820 , to selected 2068
Merge changes in config(8) with FreeBSD

Revision 1820 - Directory Listing - [select for diffs]
Modified Fri Sep 12 17:18:57 2008 UTC (15 years, 9 months ago) by laffer1
Diff to previous 1819 , to selected 2068
Long options and updated man page for them.

Revision 1819 - Directory Listing - [select for diffs]
Modified Fri Sep 12 17:13:34 2008 UTC (15 years, 9 months ago) by laffer1
Diff to previous 1818 , to selected 2068
Fix pkg_info when specifying a remote package.

Revision 1818 - Directory Listing - [select for diffs]
Modified Fri Sep 12 17:10:02 2008 UTC (15 years, 9 months ago) by laffer1
Diff to previous 1789 , to selected 2068
Remove __P usage

Revision 1789 - Directory Listing - [select for diffs]
Modified Tue Sep 2 01:30:29 2008 UTC (15 years, 9 months ago) by laffer1
Diff to previous 1721 , to selected 2068
Bring in fixes found during 0.2 snafu

Revision 1721 - Directory Listing - [select for diffs]
Modified Thu Jul 3 23:44:06 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1646 , to selected 2068
Fix bug 128.

Revision 1646 - Directory Listing - [select for diffs]
Modified Fri May 30 13:28:15 2008 UTC (16 years ago) by laffer1
Diff to previous 1645 , to selected 2068
Remove enterprise.midnightbsd.org ftp server.  Add isc and allbsd mirrors.

Revision 1645 - Directory Listing - [select for diffs]
Modified Thu May 29 20:50:14 2008 UTC (16 years ago) by laffer1
Diff to previous 1609 , to selected 2068
Somehow we screwed up the label steps.  Let's back that out and see if we can narrow it down to this file.

Revision 1609 - Directory Listing - [select for diffs]
Modified Sat May 17 06:47:35 2008 UTC (16 years, 1 month ago) by laffer1
Diff to previous 1569 , to selected 2068
$MidnightBSD$

- Prefer clock_gettime(2) over gettimeofday(2) and use CLOCK_MONOTONIC
as it is only used to track elapsed time.[1]
- Fix compiler warnings and style(9) bugs.

consume kld_isloaded(3).

  Fix a (very) longstanding bug in moused(8) affecting high-resolution
    rodents when linear acceleration (-a) was enabled with a <1 value to
    slow them down.

    Previously, rounding errors would eat small movements so the mouse
    had to be moved a certain distance to get any movement at all.  We
    now calculate the rounding errors and take them into account when
    reporting movement.

 Add dynamic acceleration to moused(8).  This introduces a '-A' flag to
    control the acceleration algorithm.  It can be used together with the '-a'
    flag for regular acceleration. [1]

    Convert macros to use C99's syntax for macros with a variable number of
    arguments.

    Markup fixes to moused(8).

Obtained from: FreeBSD

Revision 1569 - Directory Listing - [select for diffs]
Modified Sat May 10 04:24:03 2008 UTC (16 years, 1 month ago) by laffer1
Diff to previous 1568 , to selected 2068
ok maybe warns 2 wasn't a good idea.

Revision 1568 - Directory Listing - [select for diffs]
Modified Fri May 2 07:18:57 2008 UTC (16 years, 1 month ago) by laffer1
Diff to previous 1567 , to selected 2068
Bring to warns2

Revision 1567 - Directory Listing - [select for diffs]
Modified Fri May 2 06:44:47 2008 UTC (16 years, 1 month ago) by laffer1
Diff to previous 1566 , to selected 2068
remove obsolete help text on registering from the old walnut creek days.

Revision 1566 - Directory Listing - [select for diffs]
Modified Fri May 2 06:41:00 2008 UTC (16 years, 1 month ago) by laffer1
Diff to previous 1565 , to selected 2068
replace some of the string functions with their "safe" equivalents.  Most of the usages were fine anyway.  It's just easier to audit.

Revision 1565 - Directory Listing - [select for diffs]
Modified Fri May 2 05:51:25 2008 UTC (16 years, 1 month ago) by laffer1
Diff to previous 1564 , to selected 2068
I need to pay more attention when I'm tired.

Revision 1564 - Directory Listing - [select for diffs]
Modified Fri May 2 05:32:35 2008 UTC (16 years, 1 month ago) by laffer1
Diff to previous 1563 , to selected 2068
change to a platform we support.

Revision 1563 - Directory Listing - [select for diffs]
Modified Fri May 2 05:30:54 2008 UTC (16 years, 1 month ago) by laffer1
Diff to previous 1562 , to selected 2068
remove ppc

Revision 1562 - Directory Listing - [select for diffs]
Modified Fri May 2 05:29:06 2008 UTC (16 years, 1 month ago) by laffer1
Diff to previous 1536 , to selected 2068
remove pc98

Revision 1536 - Directory Listing - [select for diffs]
Modified Mon Apr 28 05:20:40 2008 UTC (16 years, 1 month ago) by laffer1
Diff to previous 1533 , to selected 2068
REmove pcvt.

Revision 1533 - Directory Listing - [select for diffs]
Modified Mon Apr 28 04:42:42 2008 UTC (16 years, 1 month ago) by laffer1
Diff to previous 1532 , to selected 2068
Remove pc98 boot utility.  We don't support that arch

Revision 1532 - Directory Listing - [select for diffs]
Modified Mon Apr 28 04:41:01 2008 UTC (16 years, 1 month ago) by laffer1
Diff to previous 1531 , to selected 2068
Always build pccard

Revision 1531 - Directory Listing - [select for diffs]
Modified Mon Apr 28 04:38:16 2008 UTC (16 years, 1 month ago) by laffer1
Diff to previous 1530 , to selected 2068
There is no point in keeping this.  You can do the functionality with ifconfig.

Revision 1530 - Directory Listing - [select for diffs]
Modified Mon Apr 28 04:21:38 2008 UTC (16 years, 1 month ago) by laffer1
Diff to previous 1529 , to selected 2068
Bring in several fixes for syslogd from FreeBSD.

Revision 1529 - Directory Listing - [select for diffs]
Modified Mon Apr 28 04:13:27 2008 UTC (16 years, 1 month ago) by laffer1
Diff to previous 1528 , to selected 2068
Bug fixes, $MidnightBSD$

Delete the .pop file properly in rmuser

Revision 1528 - Directory Listing - [select for diffs]
Modified Mon Apr 28 04:03:15 2008 UTC (16 years, 1 month ago) by laffer1
Diff to previous 1527 , to selected 2068
$MidnightBSD$

Revision 1527 - Directory Listing - [select for diffs]
Modified Mon Apr 28 04:00:57 2008 UTC (16 years, 1 month ago) by laffer1
Diff to previous 1526 , to selected 2068
Cleanups for mailwrapper(8):
 - K&R -> ANSI prototype [O]
 - Do not bother to do free right before exit() or execve() [O]
 - Remove some dead code in addarg()
 - Make additional parameters specified in mailer.conf(5)
   actually work and document the fact. [N]
 - Avoid using __progname but instead use getprogname()
   and setprogname() to provide more sensible messages. [O, N]
 - Update $OpenBSD$ and $NetBSD$ to reflect the fact that we
   have sync'ed with their code.
 - WARNS=6

Improvements from FreeBSD, NetBSD and OpenBSD.

Revision 1526 - Directory Listing - [select for diffs]
Modified Mon Apr 28 03:53:47 2008 UTC (16 years, 1 month ago) by laffer1
Diff to previous 1525 , to selected 2068
Add an autoupgrade feature to mergemaster

Obtained from FreeBSD

Revision 1525 - Directory Listing - [select for diffs]
Modified Mon Apr 28 03:47:37 2008 UTC (16 years, 1 month ago) by laffer1
Diff to previous 1524 , to selected 2068
Update for Bind 9.4.2

Revision 1524 - Directory Listing - [select for diffs]
Modified Mon Apr 28 03:44:18 2008 UTC (16 years, 1 month ago) by laffer1
Diff to previous 1523 , to selected 2068
Update to bind 9.4.2

Revision 1523 - Directory Listing - [select for diffs]
Modified Mon Apr 28 03:43:59 2008 UTC (16 years, 1 month ago) by laffer1
Diff to previous 1522 , to selected 2068
Don't send email if the message body is empty.

Remove X11R6 reference.

Revision 1522 - Directory Listing - [select for diffs]
Modified Mon Apr 28 03:28:26 2008 UTC (16 years, 1 month ago) by laffer1
Diff to previous 1416 , to selected 2068
Update for Bind 9.4.2

Revision 1416 - Directory Listing - [select for diffs]
Modified Tue Mar 11 01:44:45 2008 UTC (16 years, 3 months ago) by laffer1
Diff to previous 1371 , to selected 2068
Correct a buffer overflow in ppp command prompt parsing reported on bugtraq.

Obtained from OpenBSD.

Revision 1371 - Directory Listing - [select for diffs]
Modified Mon Jan 21 16:06:30 2008 UTC (16 years, 5 months ago) by laffer1
Diff to previous 1220 , to selected 2068
Make changes for X.org 7.x.  Assume users want a full X install.

Revision 1220 - Directory Listing - [select for diffs]
Modified Fri Sep 7 23:45:31 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 1202 , to selected 2068
periodic runs on saturdays (from Dragonfly).

$MidnightBSD$

Revision 1202 - Directory Listing - [select for diffs]
Modified Sat Aug 18 07:37:09 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1201 , to selected 2068
$MidnightBSD$

Add PAM supoprt to cron.  This will allow cron to skip commands by unavailable accounts depending on pam.conf for cron. This only effects personal crontabs and not /etc/crontab.

Also fix an issue with $HOME

Obtained from FreeBSD.

Revision 1201 - Directory Listing - [select for diffs]
Modified Sat Aug 18 06:59:04 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1200 , to selected 2068
Don't use implicit int.
$MidnightBSD$
Remove __P

Revision 1200 - Directory Listing - [select for diffs]
Modified Sat Aug 18 06:53:01 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1199 , to selected 2068
$MidnightBSD$

Revision 1199 - Directory Listing - [select for diffs]
Modified Sat Aug 18 06:50:52 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1181 , to selected 2068
The format of /etc/crontab is different.  (who field)

Don't allow silly people to use /etc/crontab by adding some anti foot shooting.

Obtained from FreeBSD rev 1.23 + 1.24

Revision 1181 - Directory Listing - [select for diffs]
Modified Fri Aug 10 00:53:20 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1180 , to selected 2068
Fix datatype for Verbose.

Revision 1180 - Directory Listing - [select for diffs]
Modified Fri Aug 10 00:51:38 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1179 , to selected 2068
fix core dump

Revision 1179 - Directory Listing - [select for diffs]
Modified Fri Aug 10 00:50:02 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1178 , to selected 2068
variable verbosity.

Revision 1178 - Directory Listing - [select for diffs]
Modified Fri Aug 10 00:48:39 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1177 , to selected 2068
fix logio/static linkage

Revision 1177 - Directory Listing - [select for diffs]
Modified Fri Aug 10 00:46:56 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1176 , to selected 2068
x509 fix

Revision 1176 - Directory Listing - [select for diffs]
Modified Fri Aug 10 00:46:09 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1175 , to selected 2068
Close descriptor in retrieve_x509_marker function.

Revision 1175 - Directory Listing - [select for diffs]
Modified Fri Aug 10 00:44:49 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1174 , to selected 2068
Fix the logic bug that caused the custom versions of warn(3) and
warnx(3) to be compiled on systems that have it (e.g. FreeBSD),
while the intention was opposite, i.e., compile them on systems
that don't have them.  Also fixes static linkage of pkg_sign(1).

Revision 1174 - Directory Listing - [select for diffs]
Modified Fri Aug 10 00:42:15 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1173 , to selected 2068
whitespace

Revision 1173 - Directory Listing - [select for diffs]
Modified Fri Aug 10 00:41:21 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1172 , to selected 2068
add variable levels of verbosity

Revision 1172 - Directory Listing - [select for diffs]
Modified Fri Aug 10 00:39:29 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1171 , to selected 2068
spacing.  get rid of other INDEX definitions.  we've made a lot of changes to the pkg-tools for mports.  Let's bump version

Revision 1171 - Directory Listing - [select for diffs]
Modified Fri Aug 10 00:35:49 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1170 , to selected 2068
style

Revision 1170 - Directory Listing - [select for diffs]
Modified Fri Aug 10 00:34:59 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1169 , to selected 2068
Style fixes.

Revision 1169 - Directory Listing - [select for diffs]
Modified Fri Aug 10 00:33:57 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1168 , to selected 2068
bsdtar fixes.

Revision 1168 - Directory Listing - [select for diffs]
Modified Fri Aug 10 00:33:17 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1167 , to selected 2068
Indentation.

Revision 1167 - Directory Listing - [select for diffs]
Modified Fri Aug 10 00:32:49 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1166 , to selected 2068
 turn on libfetch debugging if -v was specified

Revision 1166 - Directory Listing - [select for diffs]
Modified Fri Aug 10 00:30:57 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1165 , to selected 2068
usage

Revision 1165 - Directory Listing - [select for diffs]
Modified Fri Aug 10 00:30:26 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1164 , to selected 2068
Clarify

Revision 1164 - Directory Listing - [select for diffs]
Modified Fri Aug 10 00:29:44 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1163 , to selected 2068
grammar fixes.

Revision 1163 - Directory Listing - [select for diffs]
Modified Fri Aug 10 00:27:40 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1162 , to selected 2068
Fix bugs with CWD

Revision 1162 - Directory Listing - [select for diffs]
Modified Fri Aug 10 00:25:46 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1161 , to selected 2068
variable verbosity

Revision 1161 - Directory Listing - [select for diffs]
Modified Fri Aug 10 00:24:11 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1160 , to selected 2068
Variable verbosity

Revision 1160 - Directory Listing - [select for diffs]
Modified Fri Aug 10 00:23:03 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1159 , to selected 2068
Fix usage

Revision 1159 - Directory Listing - [select for diffs]
Modified Fri Aug 10 00:19:55 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1158 , to selected 2068
Switch to BZIP2 by default.

get rid of _P usage

Revision 1158 - Directory Listing - [select for diffs]
Modified Fri Aug 10 00:17:09 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1157 , to selected 2068
Add -F option to nto fail on already installed packages.
by:   Eugene Grosbein <eugen@grosbein.pp.ru>

Revision 1157 - Directory Listing - [select for diffs]
Modified Thu Aug 9 23:05:15 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1156 , to selected 2068
Get rid of vile bubblesort!

Revision 1156 - Directory Listing - [select for diffs]
Modified Thu Aug 9 22:45:31 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1155 , to selected 2068
make it possible to use 1 sec wait time.

Revision 1155 - Directory Listing - [select for diffs]
Modified Thu Aug 9 22:43:34 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1129 , to selected 2068
Remove alpha support.

Revision 1129 - Directory Listing - [select for diffs]
Modified Thu Aug 2 02:30:22 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1116 , to selected 2068
Remove several menu options for Documentation.  These can be restored later when we have proper documenation.

Revision 1116 - Directory Listing - [select for diffs]
Modified Sun Jul 29 15:03:12 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1115 , to selected 2068
Remove GNU tar options

Revision 1115 - Directory Listing - [select for diffs]
Modified Sat Jul 28 01:27:45 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1113 , to selected 2068
Make the package limit dynamic instead of 200.

$MidnightBSD$

Revision 1113 - Directory Listing - [select for diffs]
Modified Fri Jul 27 21:32:46 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1052 , to selected 2068
Let the fun begin.

Rebranded man page (mostly).  There are still several errors and references to things like pesky alpha support.

Created a temporary hack to (hopefully) get BSD cpio working with the installation media.  If this works, we'll need to make some adjustments as to not waste memory and/or replace the mediaBufferSize function with something that makes sense.

Revision 1052 - Directory Listing - [select for diffs]
Modified Tue Jul 17 13:21:16 2007 UTC (16 years, 11 months ago) by laffer1
Diff to previous 1051 , to selected 2068
Fix the URLs to our website documentation.  We don't have a lot yet, but there is some available.

Revision 1051 - Directory Listing - [select for diffs]
Modified Tue Jul 17 13:14:24 2007 UTC (16 years, 11 months ago) by laffer1
Diff to previous 1050 , to selected 2068
Get rid of hard coded values.

Revision 1050 - Directory Listing - [select for diffs]
Modified Tue Jul 17 13:08:07 2007 UTC (16 years, 11 months ago) by laffer1
Diff to previous 1049 , to selected 2068
Write to the slice instead of the disk to fix upgrades with boot code

Revision 1049 - Directory Listing - [select for diffs]
Modified Tue Jul 17 13:01:48 2007 UTC (16 years, 11 months ago) by laffer1
Diff to previous 1048 , to selected 2068
modernize

Revision 1048 - Directory Listing - [select for diffs]
Modified Tue Jul 17 12:58:36 2007 UTC (16 years, 11 months ago) by laffer1
Diff to previous 1047 , to selected 2068
cleanup.

Revision 1047 - Directory Listing - [select for diffs]
Modified Tue Jul 17 12:57:25 2007 UTC (16 years, 11 months ago) by laffer1
Diff to previous 1046 , to selected 2068
Increase minimum usr size.

Make sure /usr size with auto sizing is adequate with small disk sizes <10GB

Revision 1046 - Directory Listing - [select for diffs]
Modified Tue Jul 17 12:49:34 2007 UTC (16 years, 11 months ago) by laffer1
Diff to previous 1045 , to selected 2068
Modernize the example install.cfg file.

Revision 1045 - Directory Listing - [select for diffs]
Modified Tue Jul 17 12:36:14 2007 UTC (16 years, 11 months ago) by laffer1
Diff to previous 1044 , to selected 2068
Fix input text.

Revision 1044 - Directory Listing - [select for diffs]
Modified Tue Jul 17 12:35:09 2007 UTC (16 years, 11 months ago) by laffer1
Diff to previous 924 , to selected 2068
Change group to ftp when setting up anonymous ftp.

Revision 924 - Directory Listing - [select for diffs]
Modified Tue Apr 10 00:54:02 2007 UTC (17 years, 2 months ago) by ctriv
Diff to previous 910 , to selected 2068
Added native support for @dirrmtry.

Revision 910 - Directory Listing - [select for diffs]
Modified Mon Apr 9 01:11:41 2007 UTC (17 years, 2 months ago) by ctriv
Diff to previous 866 , to selected 2068
Close a possible buffer overflow in package deletion.  There are probably
other such errors in this code.

Revision 866 - Directory Listing - [select for diffs]
Modified Tue Mar 20 02:50:42 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 783 , to selected 2068
Make rdate ignore ntp responses with ALARM status.

Obtained from OpenBSD. (ntp.c 1.29)

Revision 783 - Directory Listing - [select for diffs]
Modified Fri Mar 9 14:48:48 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 782 , to selected 2068
Fix the ordering of localhost in /etc/hosts to match the example

Revision 782 - Directory Listing - [select for diffs]
Modified Fri Mar 9 14:46:01 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 781 , to selected 2068
We don't have redhat 8 as a base.  The fc4 port calls itself linux_base-fc

Revision 781 - Directory Listing - [select for diffs]
Modified Fri Mar 9 14:43:11 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 780 , to selected 2068
Correct situation where user boots from floppy disk and then inserts a CDROM.  The first call to mount the CD will fail.

Revision 780 - Directory Listing - [select for diffs]
Modified Fri Mar 9 14:37:41 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 779 , to selected 2068
add hme and modernize the names of several adapters.

Revision 779 - Directory Listing - [select for diffs]
Modified Fri Mar 9 14:25:47 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 778 , to selected 2068
Teach sysinstall about several network interfaces.

Revision 778 - Directory Listing - [select for diffs]
Modified Fri Mar 9 14:18:36 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 751 , to selected 2068
teach sysinstall about mfi

Revision 751 - Directory Listing - [select for diffs]
Modified Tue Feb 20 02:45:04 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 750 , to selected 2068
revert the DIST_KERN change.

Revision 750 - Directory Listing - [select for diffs]
Modified Tue Feb 20 02:43:34 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 749 , to selected 2068
Add version info to title so we know what version of MidnightBSD the installer is running on.

Revision 749 - Directory Listing - [select for diffs]
Modified Tue Feb 20 02:03:21 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 748 , to selected 2068
Fix check minimum so all the x's are there.

Revision 748 - Directory Listing - [select for diffs]
Modified Tue Feb 20 01:50:21 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 747 , to selected 2068
Change Ntpdate to rdate and reorder the menu.

Revision 747 - Directory Listing - [select for diffs]
Modified Tue Feb 20 01:41:33 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 722 , to selected 2068
We switched to rdate months ago.  Change ntpdate occurances to rdate and fix the flags accordingly.

Revision 722 - Directory Listing - [select for diffs]
Modified Sat Feb 3 21:50:36 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 707 , to selected 2068
Hmm.. we made a stupid mistake a few weeks ago.  Lets see if this makes more sense.

Revision 707 - Directory Listing - [select for diffs]
Modified Fri Jan 19 04:34:15 2007 UTC (17 years, 5 months ago) by laffer1
Diff to previous 698 , to selected 2068
Revert code

Revision 698 - Directory Listing - [select for diffs]
Modified Fri Jan 19 03:26:58 2007 UTC (17 years, 5 months ago) by laffer1
Diff to previous 685 , to selected 2068
Fix a potential memory leak.

Revision 685 - Directory Listing - [select for diffs]
Modified Fri Jan 19 01:49:55 2007 UTC (17 years, 5 months ago) by laffer1
Diff to previous 647 , to selected 2068
Avoid heap overrun

Revision 647 - Directory Listing - [select for diffs]
Modified Sat Jan 13 18:18:25 2007 UTC (17 years, 5 months ago) by laffer1
Diff to previous 640 , to selected 2068
Add snapinfo.

Update rpcbind.

Revision 640 - Directory Listing - [select for diffs]
Modified Sat Jan 13 17:47:05 2007 UTC (17 years, 5 months ago) by laffer1
Diff to previous 581 , to selected 2068
Sync with FreeBSD 6.1 Release.

Don't build IPv6 support if NO_INET6 was defined.

Revision 581 - Directory Listing - [select for diffs]
Modified Wed Jan 10 15:26:17 2007 UTC (17 years, 5 months ago) by wintellect
Diff to previous 551 , to selected 2068
update userland pkg tools to use /usr/mports not /usr/ports

Revision 551 - Directory Listing - [select for diffs]
Modified Sun Jan 7 04:42:41 2007 UTC (17 years, 5 months ago) by laffer1
Diff to previous 524 , to selected 2068
Sync with FreeBSD.

Revision 524 - Directory Listing - [select for diffs]
Modified Sat Jan 6 19:20:14 2007 UTC (17 years, 5 months ago) by laffer1
Diff to previous 456 , to selected 2068
Fix pmccontrol(8) when run on Intel Xeon chips in 64bit mode.

Revision 456 - Directory Listing - [select for diffs]
Modified Sun Dec 31 22:28:36 2006 UTC (17 years, 5 months ago) by laffer1
Diff to previous 453 , to selected 2068
We do not have a portsnap service.

Revision 453 - Directory Listing - [select for diffs]
Modified Sun Dec 31 21:07:53 2006 UTC (17 years, 5 months ago) by laffer1
Diff to previous 451 , to selected 2068
Check for a non-null superblock.

Make quot skip unallocated inodes.

Revision 451 - Directory Listing - [select for diffs]
Modified Sun Dec 31 20:59:58 2006 UTC (17 years, 5 months ago) by laffer1
Diff to previous 450 , to selected 2068
Fix the name of plip.

Revision 450 - Directory Listing - [select for diffs]
Modified Sun Dec 31 20:59:20 2006 UTC (17 years, 5 months ago) by laffer1
Diff to previous 382 , to selected 2068
Fix the name of plip

Revision 382 - Directory Listing - [select for diffs]
Modified Wed Dec 27 23:13:18 2006 UTC (17 years, 5 months ago) by laffer1
Diff to previous 377 , to selected 2068
Undefine __DATE__ to avoid placing a build timestamp into /usr/sbin/named

Revision 377 - Directory Listing - [select for diffs]
Modified Wed Dec 27 05:05:11 2006 UTC (17 years, 5 months ago) by laffer1
Diff to previous 365 , to selected 2068
Finally fixed this outstanding issue by importing some missing files.  Duh!

Revision 365 - Directory Listing - [select for diffs]
Modified Wed Dec 27 03:55:06 2006 UTC (17 years, 5 months ago) by laffer1
Diff to previous 355 , to selected 2068
Change the generation of /etc/fstab so that encryption is used for swap.

Revision 355 - Directory Listing - [select for diffs]
Modified Wed Dec 27 01:25:15 2006 UTC (17 years, 5 months ago) by laffer1
Diff to previous 354 , to selected 2068
$MidnightBSD$, path fix.

Revision 354 - Directory Listing - [select for diffs]
Modified Wed Dec 27 01:15:48 2006 UTC (17 years, 5 months ago) by laffer1
Diff to previous 320 , to selected 2068
Change burncd so that if CDRIOCGETPROGRESS does not return a good value, CDIOCRESET is used to determine when the command is complete.

This corrects a bug with some CD/DVD recorders working with rewritable media where they never complete.

Based on a patch by Luigi Rizzo on stable@freebsd.org.

Revision 320 - Directory Listing - [select for diffs]
Modified Mon Oct 30 17:02:39 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 317 , to selected 2068
Bandaid to get world to build.  Need to research/fix this problem.

Revision 317 - Directory Listing - [select for diffs]
Modified Mon Oct 30 15:50:17 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 269 , to selected 2068
Sync bsnmpd with FreeBSD stable/vendor.

Revision 269 - Directory Listing - [select for diffs]
Modified Sat Oct 14 23:42:41 2006 UTC (17 years, 8 months ago) by laffer1
Diff to previous 213 , to selected 2068
Change ports reference to mports.

Revision 213 - Directory Listing - [select for diffs]
Modified Sat Oct 7 16:33:20 2006 UTC (17 years, 8 months ago) by laffer1
Diff to previous 212 , to selected 2068
Bring the "just copy" hit list closer to date.

Revision 212 - Directory Listing - [select for diffs]
Modified Sat Oct 7 16:26:19 2006 UTC (17 years, 8 months ago) by laffer1
Diff to previous 211 , to selected 2068
Fix the location of the kernel during binary upgrades.

Revision 211 - Directory Listing - [select for diffs]
Modified Sat Oct 7 16:22:27 2006 UTC (17 years, 8 months ago) by laffer1
Diff to previous 190 , to selected 2068
Fix binary upgrades by accounting for the schg flag on /var/empty

Revision 190 - Directory Listing - [select for diffs]
Modified Tue Sep 26 18:10:18 2006 UTC (17 years, 8 months ago) by archite
Diff to previous 187 , to selected 2068
Update pkg_add -r path

Revision 187 - Directory Listing - [select for diffs]
Modified Sat Sep 23 01:38:26 2006 UTC (17 years, 9 months ago) by laffer1
Diff to previous 141 , to selected 2068
Change pkg_add -r to MidnightBSD ftp.

Revision 141 - Directory Listing - [select for diffs]
Modified Mon Aug 28 00:37:35 2006 UTC (17 years, 9 months ago) by laffer1
Diff to previous 140 , to selected 2068
Added rdate

Revision 140 - Directory Listing - [select for diffs]
Modified Sun Aug 27 23:45:11 2006 UTC (17 years, 9 months ago) by laffer1
Diff to previous 139 , to selected 2068
$MidnightBSD$

Revision 139 - Directory Listing - [select for diffs]
Modified Sun Aug 27 23:41:08 2006 UTC (17 years, 9 months ago) by laffer1
Diff to previous 135 , to selected 2068
Mergemaster now checks $MidnightBSD$

Revision 135 - Directory Listing - [select for diffs]
Modified Sun Aug 27 19:49:29 2006 UTC (17 years, 9 months ago) by archite
Diff to previous 117 , to selected 2068
Update so that home directories are 700 by default.

Revision 117 - Directory Listing - [select for diffs]
Modified Thu Aug 24 00:18:42 2006 UTC (17 years, 10 months ago) by laffer1
Diff to previous 116 , to selected 2068
rdate's -c flag was not working as -DLEAPSECONDS was not used in the base system to maintain posix compliance.  Instead, rdate was altered to read a "right" subdirectory just as openbsd does.  In right, leapsecond versions of all the zones are built so that we can maintain legal time if needed.

Revision 116 - Directory Listing - [select for diffs]
Modified Wed Aug 23 17:39:39 2006 UTC (17 years, 10 months ago) by laffer1
Diff to previous 112 , to selected 2068
Made final corrections to rdate.

Revision 112 - Directory Listing - [select for diffs]
Modified Tue Aug 22 15:18:15 2006 UTC (17 years, 10 months ago) by archite
Diff to previous 111 , to selected 2068
Fixing type in Makefile

Revision 111 - Directory Listing - [select for diffs]
Modified Tue Aug 22 12:58:06 2006 UTC (17 years, 10 months ago) by laffer1
Diff to previous 110 , to selected 2068
The old ntpdate program displayed the clock error by default.  Change rdate to do the same thing.  Idea from DragonFly.

Revision 110 - Directory Listing - [select for diffs]
Modified Tue Aug 22 05:56:42 2006 UTC (17 years, 10 months ago) by laffer1
Diff to previous 109 , to selected 2068
rdate was recently added. Note it in the timed man page.

Revision 109 - Directory Listing - [select for diffs]
Modified Tue Aug 22 05:52:12 2006 UTC (17 years, 10 months ago) by laffer1
Diff to previous 106 , to selected 2068
Import of OpenBSD's rdate utility.  Leapseconds flag disabled until a decision is made on /usr/share/zoneinfo/Right/UTC or equivalent.

Revision 106 - Directory Listing - [select for diffs]
Modified Tue Aug 22 01:22:12 2006 UTC (17 years, 10 months ago) by laffer1
Diff to previous 101 , to selected 2068
Removed several openbsd-compat functions not needed.  Smaller binaries are nice.

Revision 101 - Directory Listing - [select for diffs]
Modified Mon Aug 21 06:17:56 2006 UTC (17 years, 10 months ago) by laffer1
Diff to previous 98 , to selected 2068
Adjusted path to config file to point to /etc/ntpd.conf instead of /usr/local/etc/ntpd.conf

Revision 98 - Directory Listing - [select for diffs]
Modified Mon Aug 21 05:48:36 2006 UTC (17 years, 10 months ago) by laffer1
Diff to previous 78 , to selected 2068
Convert to OpenNTPD.

Revision 78 - Directory Listing - [select for diffs]
Modified Sun Aug 20 00:50:09 2006 UTC (17 years, 10 months ago) by laffer1
Diff to previous 77 , to selected 2068
Remove ISC ntpd

Revision 77 - Directory Listing - [select for diffs]
Modified Sun Aug 20 00:42:48 2006 UTC (17 years, 10 months ago) by laffer1
Diff to previous 76 , to selected 2068
Removing ISC bind

Revision 76 - Directory Listing - [select for diffs]
Modified Sun Aug 20 00:42:01 2006 UTC (17 years, 10 months ago) by laffer1
Diff to previous 75 , to selected 2068
Removing ISC ntpd

Revision 75 - Directory Listing - [select for diffs]
Modified Sun Aug 20 00:23:00 2006 UTC (17 years, 10 months ago) by laffer1
Diff to previous 74 , to selected 2068
Removing ISC ntpd

Revision 74 - Directory Listing - [select for diffs]
Modified Sun Aug 20 00:21:04 2006 UTC (17 years, 10 months ago) by laffer1
Diff to previous 73 , to selected 2068
*** empty log message ***

Revision 73 - Directory Listing - [select for diffs]
Modified Sun Aug 20 00:11:12 2006 UTC (17 years, 10 months ago) by laffer1
Diff to previous 57 , to selected 2068
Removing ISC ntpd

Revision 57 - Directory Listing - [select for diffs]
Modified Mon Aug 14 12:07:52 2006 UTC (17 years, 10 months ago) by laffer1
Diff to previous 56 , to selected 2068
*** empty log message ***

Revision 56 - Directory Listing - [select for diffs]
Modified Mon Aug 14 11:52:13 2006 UTC (17 years, 10 months ago) by laffer1
Diff to previous 46 , to selected 2068
My first past at MidnightBSDizing the installer.  Perhaps I should look into teh DF installer.

Revision 46 - Directory Listing - [select for diffs]
Modified Fri Aug 4 17:10:41 2006 UTC (17 years, 10 months ago) by laffer1
Diff to previous 6 , to selected 2068
FreeBSD-SA6:13 and 14 were patched.  The nis software and amd athlon fpu handling fixed.  Changes to echo and pfctl are needed to fix compile bugs with changes related to cvs tags and macros.

Revision 6 - Directory Listing - [select for diffs]
Modified Sat Feb 25 02:38:42 2006 UTC (18 years, 3 months ago) by laffer1
Diff to previous 3 , to selected 2068
This commit was generated by cvs2svn to compensate for changes in r5, which
included commits to RCS files with non-trunk default branches.
Revision 3 - Directory Listing - [select for diffs]
Added Sat Feb 25 02:29:52 2006 UTC (18 years, 3 months ago) by laffer1
Diff to selected 2068
This commit was generated by cvs2svn to compensate for changes in r2, which
included commits to RCS files with non-trunk default branches.

Convenience Links