Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a comment pointing to the freebsd-print@bostonradio.org mailing list. | gad | 2001-03-12 | 1 | -0/+3 |
| | |||||
* | Change the usage() message to include the recently-added -4 and -6 options. | gad | 2001-03-12 | 1 | -7/+15 |
| | |||||
* | Fix "lprm -" (remove all jobs) processing for remote printer queues. | gad | 2001-03-12 | 1 | -10/+17 |
| | | | | PR: bin/25544 | ||||
* | Improve a few error messages wrt if= filters on remote print queues. | gad | 2001-03-12 | 1 | -8/+26 |
| | |||||
* | Update to use proper nomenclature for the security profiles. | jkh | 2001-03-11 | 1 | -1/+1 |
| | | | | Submitted by: olgeni | ||||
* | Implement keyboard paste | ache | 2001-03-11 | 3 | -0/+10 |
| | | | | | PR: 25499 Submitted by: Gaspar Chilingarov <nm@web.am> | ||||
* | o Replace part-wise instructions for building world for jail(8) with | rwatson | 2001-03-11 | 1 | -5/+1 |
| | | | | | | | | | | a simple make world; while this does a bit more work, it means that jail(8) doesn't have to be kept in sync with /usr/src/Makefile{,.inc1} which is a moving target. MFC candidate. Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org> Reviewed by: phk Also pointed out by: Phil Kernick <Phil@Kernick.org> | ||||
* | Document the softupdate stuff and also warn people against using | jkh | 2001-03-11 | 2 | -0/+34 |
| | | | | it on root unless root is very large. | ||||
* | Support setting soft updates from the label editor. | jkh | 2001-03-10 | 6 | -24/+70 |
| | |||||
* | Allow for the last arugment to be the mountpoint of a filesystem, | ps | 2001-03-10 | 1 | -2/+9 |
| | | | | not just the device. | ||||
* | MAXHOSTNAMELEN includes the NUL | brian | 2001-03-09 | 1 | -5/+5 |
| | |||||
* | MAXHOSTNAME includes space for a NUL | brian | 2001-03-09 | 4 | -10/+10 |
| | |||||
* | Make md(4) and mdconfig(8) take over the role of vn(4) and vnconfig(8) | phk | 2001-03-09 | 2 | -616/+12 |
| | | | | | | | entirely as previously advertised. md(4) adopted all assets of vn(4) some time back and has proper devfs support and cloning abilities to boot. | ||||
* | mdoc(7) police revision 1.15: | ru | 2001-03-09 | 1 | -10/+9 |
| | | | | | | - replaced Oo/Oc enclosures with Op; - removed hard sentence breaks; - removed doubled space. | ||||
* | The new version of the daylight time saving support. This time it works | babkin | 2001-03-09 | 3 | -5/+182 |
| | | | | | for any change of the time zone offset from GMT. To enable use the option -s. | ||||
* | Talk a little more about the differences between PPPoE on FreeBSD & OpenBSD. | brian | 2001-03-09 | 2 | -4/+20 |
| | |||||
* | MAXPATHLEN -> PATH_MAX | brian | 2001-03-08 | 9 | -16/+16 |
| | | | | | | Don't assume MAXHOSTNAMELEN includes the NUL Correct a diagnostic Use "localhost" in our prompt instead of "" | ||||
* | Fix a paste-o which introduced a syntax error. | jkh | 2001-03-08 | 2 | -2/+0 |
| | |||||
* | TUNSIFINFO now requires uid 0 to change the interface MTU. | brian | 2001-03-08 | 1 | -2/+3 |
| | | | | Reviewed by: Mark Knight <markk@knigma.org> | ||||
* | Fix some of the security profile messages to be more explanatory | jkh | 2001-03-08 | 5 | -12/+35 |
| | | | | | | | and also obey most of the rules of english in their construction. Add a help screen for the security menu which gives the user a rough idea just what the various security profiles do. | ||||
* | Change check_sign to proper "pkg_sign" reference. | jkh | 2001-03-08 | 1 | -2/+2 |
| | | | | Noted by: Andrew Hesford <ajh3@chmod.ath.cx> | ||||
* | zeropad mac address ouput | billf | 2001-03-08 | 1 | -1/+2 |
| | | | | | | PR: bin/25584 Submitted by: David Xu <davidx@viasoft.com.cn> Reviewed by: wollman, billf | ||||
* | Properly detach at startup. We could be passing revoked fd's to | peter | 2001-03-07 | 1 | -12/+2 |
| | | | | | child processes or starting children with no fd 0 (stdin) at all etc. This is currently breaking on hub.freebsd.org. | ||||
* | replace the custom type of comments (``'\"'') with the standard one (``.\" ''). | dmlb | 2001-03-07 | 1 | -33/+30 |
| | | | | | | remove the duplicate $FreeBSD$ tag. Submitted by: ru | ||||
* | Sawfish is invoked by the gnome stuff automatically if it exists - | jkh | 2001-03-06 | 2 | -2/+2 |
| | | | | | | we don't need to start it explicitly. Noted by: "Jose M. Alcaide" <jose@we.lc.ehu.es> | ||||
* | mdoc(7) police: misc markup fixes. | ru | 2001-03-05 | 1 | -23/+40 |
| | |||||
* | Change types of "numeric" function to match that of a qsort comparison | dwmalone | 2001-03-05 | 1 | -3/+4 |
| | | | | function. | ||||
* | * Add two requested features, source'ing of /etc/mergemaster.rc, and | dougb | 2001-03-05 | 2 | -17/+66 |
| | | | | | | | | | | | | | | asking the user to actually run the recommended commands related to installation of files such as aliases or login.conf. * Return to using grep for CVS $Id comparison. Using ident caused too many problems for people with local CVS/RCS tags in their stuff. Attempt to make portability a little easier to maintain in spite of this change by defining the name of the tag to search for. This is a slightly different change that solves the problem in the PR. PR: bin/24564 Submitted by: Tony Finch <dot@dotat.at> | ||||
* | Build package signing tools if OpenSSL is included in the build. | wes | 2001-03-05 | 1 | -0/+4 |
| | | | | Prodded-by: kkenn, this time. | ||||
* | Switch from using rand() or random() to a stronger, more appropriate PRNG | kris | 2001-03-05 | 1 | -19/+2 |
| | | | | | | (random() or arc4random()) Reviewed by: bde | ||||
* | A NetBSD specific fix | brian | 2001-03-05 | 1 | -2/+8 |
| | | | | Kind-of obtained from: NetBSD | ||||
* | When called with the "-n" command line argument, pkg_delete | roberto | 2001-03-04 | 1 | -5/+4 |
| | | | | | | | | | | | | | | | | is supposed to inform the user of all steps it would take. The current code does not issue any messages regarding actions that would be performed by delete_package (removing files and executing @unexec commands), because when the Fake variable is 1, delete_package (which itself respects Fake and prints messages rather than taking action when it is 1) is not called at all. Fix this. PR: bin/24971 Submitted by: Thomas Quinot <thomas@cuivre.fr.eu.org> | ||||
* | setlocale(3) has been fixed to match POSIX standard: | ru | 2001-03-02 | 3 | -3/+3 |
| | | | | LC_ALL takes precedence over other LC_* envariables. | ||||
* | Ack! I finally got annoyed enough to actually kill this. There is no | peter | 2001-03-02 | 3 | -11/+0 |
| | | | | | | need to manually force the network_interfaces variable in /etc/rc.conf, and it only ever gets in the way. rc.network and rc.network6 DTRT with the default of 'auto'. This should have died over a year ago. | ||||
* | Fix brokeness in rev. 1.6: this manpage appeared in NetBSD 1.4. | ru | 2001-03-01 | 1 | -1/+1 |
| | | | | Obtained from: NetBSD | ||||
* | Put back several lines that I erroneously deleted in my previous commit. This | sobomax | 2001-03-01 | 1 | -0/+3 |
| | | | | | | should fix recent segfault of `pkg_info -e'. Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>, knu | ||||
* | h_errno is declared in netdb.h. | imp | 2001-03-01 | 1 | -2/+0 |
| | |||||
* | Include <unistd.h> for getopt's interface rather than declare things | imp | 2001-03-01 | 6 | -23/+11 |
| | | | | individually here. | ||||
* | optarg and optind are declared in unistd.h, so don't redundantly | imp | 2001-03-01 | 1 | -2/+0 |
| | | | | declare them here. | ||||
* | Move installation of sendmail helpfile into etc/sendmail/Makefile. It is | gshapiro | 2001-03-01 | 1 | -4/+0 |
| | | | | a user configurable file and it would benefit from mergemaster. | ||||
* | Eliminate mdocNG warnings caused by misplaced or extraneous macro calls. | ru | 2001-02-28 | 9 | -19/+19 |
| | |||||
* | Prepare for mdocNG. | ru | 2001-02-28 | 1 | -1/+1 |
| | |||||
* | newbus_ioconf() is long gone | peter | 2001-02-28 | 1 | -1/+0 |
| | |||||
* | Some more tidying up. we dont use config-dependent anyware. Eliminate | peter | 2001-02-28 | 2 | -22/+8 |
| | | | | some duplicate code (cut/paste bug?). tidy up some other minor stuff. | ||||
* | s/special/compilewith/ (so I stop confusing myself) and GC an unused | peter | 2001-02-28 | 2 | -27/+12 |
| | | | | function I missed before. | ||||
* | Untangle some special magic that happened for conflicting defintions for | peter | 2001-02-28 | 2 | -24/+0 |
| | | | | local files.* and options.* files on the third pass. | ||||
* | Remove some more dead code. :-/ | peter | 2001-02-28 | 1 | -10/+4 |
| | |||||
* | GC some leftover stuff (device-driver suffix) | peter | 2001-02-28 | 1 | -7/+0 |
| | |||||
* | Properly detect and report malloc(3) failures. | sobomax | 2001-02-27 | 1 | -36/+51 |
| | |||||
* | Print a diagnostic message if no interface could be determined | ru | 2001-02-27 | 1 | -0/+2 |
| | | | | | | | | | when attempting to create a published ARP entry. For example: # arp -s 1.1.1.1 auto pub PR: bin/7753 Submitted by: Jonathan Hanna <pangolin@home.com> |