summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Check to see if /usr/bin/logger exists before using it. Use "echo" ifobrien1999-08-101-1/+5
| | | | | | /usr/bin/logger is not available. Noticed from: error messages in -CURRENT's sysinstall Alt-F2 debug screen
* Set the close-on-exec flag when we lock the file we're editing.brian1999-08-061-3/+10
| | | | | | | | This prevents any background sub-command executed from inheriting the descriptor & lock (and making vi think that someone else is editing the file when it re-edits). Remembered from: An OpenBSD commit message from May '99
* Log hostname settings/changes.obrien1999-08-041-0/+1
| | | | Submitted by: John Baldwin <jobaldwi@vt.edu>
* Back out rev 1.2. The correct type of host-name is `X'. There was a problemobrien1999-08-041-1/+1
| | | | | | | | | | with options.c which was fixed in ISC's version 2.0 (rev 1.1.1.2 --> 1.1.1.3). I have tested host-name with both types `X' and `t' and things work fine either way. I would prefer to match the offical sources when easily possible. PR: 12205 Submitted by: John Baldwin <jobaldwi@vt.edu>
* MFS: use logger(1) instead of plain echo(1).obrien1999-08-041-2/+7
| | | | | (some how these local changes made it out of my local tree into the repository, so lets do it right)
* Support the setting of hostname via DHCP.obrien1999-08-041-0/+7
| | | | Submitted by: myself & Ted Lemon <mellon@isc.org>
* Tune table since 0200-0206 is not available, add more charsache1999-07-311-9/+5
|
* bad news: chars 0200-0206 used internally in troff, make them back illegalache1999-07-312-2/+2
|
* make all chars above 127 legalache1999-07-312-4/+4
|
* change prev. commit: emulate latin1 on ascii if latin1 chars areache1999-07-312-2/+2
| | | | in the text as groff authors suppose
* Add more koi8-r charsache1999-07-311-0/+64
|
* Pick hardcoded latin1 chars definitions only if -Tlatin1ache1999-07-312-2/+3
|
* Document the "skey" command in telnet(1).nik1999-07-301-0/+4
| | | | | | PR: docs/12360 Submitted by: kjm@rins.ryukoku.ac.jp (KOJIMA Hajime) Nagged by: markm :-)
* dhclient-lease(8) -> dhclient.leases(5)nik1999-07-301-1/+1
| | | | | PR: docs/12619 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* Correct reference to dhclient.conf(5) (was dhclient.conf(8)), as pointednik1999-07-301-1/+1
| | | | | | | | out in the PR. Correct typo on the same line, which was not pointed out by the PR. PR: docs/12619 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* If "YYPARSE_PARAM" is defined, we need a different prototype for yyparse().obrien1999-07-301-0/+4
| | | | | | PR: gnu/12868 Submitted by: Vadim Chekan <vadim@gc.lviv.ua> Obtained from: bison-1.26a (identical change was made there)
* Sense $LANG only if $LC_CTYPE is not setache1999-07-304-16/+12
|
* Teach the .At macro about releases v2, v3, v4, and v5 of AT&T UNIX.mpp1999-07-301-0/+8
|
* Force safer mode of operation for man's use of *roff.imp1999-07-302-4/+4
| | | | Obtained from: OpenBSD's nroff.sh 1.2 by aaron@openbsd.org
* bc core dumped when a value with between 128 and 255 (mod 256) digitsn_hibma1999-07-282-1/+3
| | | | | | | | was entered. PR: 12550 Submitted by: Vladimir Tchoukharev chu@gpi.ru Reviewed by: Phil Nelson <phil@cs.wwu.edu> (maintainer of bc)
* Fix a problem where commands in backticks `` wont get executed in taintmarkm1999-07-191-0/+6
| | | | | | mode because of an insecure path. Reported by: George Cox
* Fix type of host-name option. Partial fix for referenced PR.jkh1999-07-191-1/+1
| | | | | Submitted by: John Baldwin <jobaldwi@vt.edu> PR: 12205
* Merge some patches from RedHat-6.0. The most important change fixes a bugdfr1999-07-171-30/+90
| | | | | | | | when linking large shared libraries where the linker missed out some of the dynamic relocations from the output. This prevents libqt from linking properly among other packages. Obtained from: RedHat-6.0
* This commit was generated by cvs2svn to compensate for changes in r48743,obrien1999-07-1013-33/+217
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of GCC 2.7.2.3obrien1999-07-1018-87/+312
| |
| * This commit was manufactured by cvs2svn to create branch 'VENDOR-gcc'.cvs2svn1999-03-3014-0/+8724
| |
* | Fixed style bugs in FreeBSD changes. KNF style doesn't apply to gnubde1999-07-041-4/+4
| | | | | | | | sources.
* | Remove the soft-updates sources from their original location. Theyjdp1999-07-033-5353/+0
| | | | | | | | have been repository-copied to "src/sys/contrib/softupdates".
* | * The OBSTACK_CHUNK_SIZE #define was in the "Code generation parameters"obrien1999-07-021-6/+6
| | | | | | | | | | | | | | | | section rather than the "Miscellaneous parameters" where it belongs. * Clarify what we are locating using the -m rule. Submitted by: bde
* | The GNU standard about putting 2 spaces after sentences in commentsobrien1999-07-021-10/+10
| | | | | | | | | | | | was not consistantly followed. Submitted by: bde
* | No longer need to set B_ASYNC flag since BUF_KERNPROC nowmckusick1999-06-291-2/+1
| | | | | | | | unconditionally sets the identity of the buffer.
* | Define "OBSTACK_CHUNK_SIZE" as getpagesize().obrien1999-06-281-1/+5
| | | | | | | | | | | | | | Our malloc can allocte pagesized blocks efficiently and the EGCS default size of 4072 bytes is not optimal. Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
* | Keep the inlines for <sys/buf.h> happy..peter1999-06-271-3/+3
| |
* | Actually describe all of the command line options in fsinfo(8).mpp1999-06-261-16/+116
| | | | | | | | | | | | Most of the text was take from the fsinfo section in info(1). Also included a pointer to that information, since there is so much detail about the format of the configuration files there.
* | Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-9/+13
| | | | | | | | | | | | | | lockmgr locks. This commit should be functionally equivalent to the old semantics. That is, all buffer locking is done with LK_EXCLUSIVE requests. Changes to take advantage of LK_SHARED and LK_RECURSIVE will be done in future commits.
* | Sort options.obrien1999-06-251-21/+39
| | | | | | | | Add options in usage() not documented.
* | Fix -1 (onetry) fails, exit(2) rather than exit(1) so an error from thisobrien1999-06-251-3/+3
| | | | | | | | option is distingishable from other errors.
* | Fix bug (introduced by me) where UDP port numbers were starting at 1 insteadarchie1999-06-251-3/+7
| | | | | | | | | | | | of 33435 like before. Reported by: John Polstra <jdp@polstra.com>
* | Clean up conflicts.obrien1999-06-241-4/+5
| |
* | Update for latest vendor import.obrien1999-06-231-4/+4
| |
* | This commit was generated by cvs2svn to compensate for changes in r48146,obrien1999-06-2311-129/+694
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Virgin import of ISC-DHCP v2.0obrien1999-06-2314-135/+701
| | |
* | | Merge from non-crypto version:ru1999-06-175-15/+75
| | | | | | | | | | | | | | | | | | | | | | | | - "-N" option - "-E" security fix - "-s src_addr" option Requested by: markm
* | | Add a vnode argument to VOP_BWRITE to get rid of the last vnodemckusick1999-06-161-12/+14
| | | | | | | | | | | | | | | operator special case. Delete special case code from vnode_if.sh, vnode_if.src, umap_vnops.c, and null_vnops.c.
* | | Get rid of the global variable rushjob and replace it with a function inmckusick1999-06-151-41/+45
| | | | | | | | | | | | | | | kern/vfs_subr.c named speedup_syncer() which handles the speedup request. Change the various clients of rushjob to use the new function.
* | | Remove 'SET_ASM_OP' macro, which is unused now and rather harmfulsimokawa1999-06-101-2/+0
| | | | | | | | | | | | for recent egcs.
* | | Fix -T doublingache1999-06-072-6/+6
| | |
* | | Fix typo which causes an unnecessary line break.nik1999-05-291-1/+1
| | | | | | | | | | | | | | | PR: docs/11561 Submitted by: Norihiro Kumagai <kuma@nk.rim.or.jp>
* | | fix End key nameache1999-05-281-1/+1
| | |
* | | describe processache1999-05-281-0/+3
| | |
OpenPOWER on IntegriCloud