summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move Michael Smith to the developers section.jkh1996-10-222-3/+7
|
* Document f2c's -o optionscrappy1996-10-221-0/+4
| | | | | | Closes: PR#docs/1272 Submitted by: "Steven G. Kargl" <kargl@troutmask.apl.washington.edu>
* Fixes:scrappy1996-10-222-4/+4
| | | | | | | | | | | If timed is running when system clock is changed by date command, improper wtmp entry is made. According to wtmp(5), two entries, one with "|" as ut_line field and one with "{" for ut_line, should be recorded, but, one with "|" and one with "}" are made. Closes: PR#bin/1182 Submitted by: Masafumi NAKANE <masafumi@tky007.tth.expo96.ad.jp>
* Fixes:scrappy1996-10-221-5/+12
| | | | | | | | | | When you ask pr to use form feeds at the end of pages and specify a page length and tell pr to not put the fancy headers and footers on each pages, then pr will not separate the pages with a form feed. Closes PR: bin/1237 Submitted by: Warner Losh <imp@village.org>
* Since rpc.yppasswdd(8) also supports adding entries to thewpaul1996-10-221-8/+25
| | | | | | | /var/yp/master.passwd template file and it uses the same kind of code as chpass(1), it may also be vulnerable to the bug from PR #1519. May as well deal with it since I'm in the area. (yppasswdd in -stable doesn't do additions, therefore it shouldn't be have this problem.)
* *blush* Whoops: got the format strings wrong.wpaul1996-10-221-4/+4
|
* Part 2 of fix for PR #1519. The problem here is similar to whatwpaul1996-10-221-8/+25
| | | | | was going on in pwd_mkdb, except here we also have to deal with the pw_change and pw_expire fields.
* Begin closing out PR #1519 (this requires a change to chpass too,wpaul1996-10-221-4/+12
| | | | | | | | | | and both changes need to be pulled into the stable branch). The problem here is that when pwd_mkdb creates /etc/passwd, it turns empty UID and GID fields into zeroes. To fix this, we check the _PWF_UID and _PWF_GID bits in the pw_fields flag: if the bits are not set, we print an empty field instead of a zero. This way, you don't get zeroes in the UID or GID fields unless you explicit want them.
* Close PR# 1206. sh(1) now ignores SIGINT and SIGQUITsteve1996-10-221-3/+19
| | | | | | | when a child is forked and the -c commandline switch has been specified. Reviewed by: joerg
* Modify the 'couldn't create udp handle' message so it tell youwpaul1996-10-221-4/+5
| | | | | | the name of the host that couldn't be connected to. This will hopefully make it easier to diagnose problems with certain NIS configuration problems.
* Fix a potential memory leak i've introduced with my recent patch.joerg1996-10-211-2/+2
| | | | Reviewed by: bde
* Suggest using `dd' to create the swapfile for diskless operation, withjoerg1996-10-211-5/+13
| | | | | | | the required size, as opposed to simply `touch'ing it. This works around problems in the -current NFS and/or VFS and/or VM code. Also hint about restricting the permissions to this file.
* Add swissgerman keyboardache1996-10-213-2/+120
| | | | Submitted by: Adrian Steinmann <ast@marabu.ch>
* Fix comments, which appear to have been mangled long ago and far away.fenner1996-10-211-6/+8
|
* New options for uudecodewosch1996-10-212-5/+86
| | | | | -p Decode file and write output to standard output. -c Decode more than one uuencode'd file from file if possible.
* Add hooks for rpc.ypxfrd in /etc/sysconfig and /etc/rc. Also changewpaul1996-10-212-5/+14
| | | | | a couple of benign cases of 'yppasswdd' to 'rpc.yppasswdd.' (Like rpc.yppasswdd, rpc.ypxfrd should only be run on NIS master servers.)
* unset TZ from the environment so the timestamp gets the system default,phk1996-10-211-0/+1
| | | | | | | | | | which is what syslogd presumably uses too. Notice that the "protocol" is bogus in not defining the timezone. "protocol" because it hardly deserves the name :-) closes bin/1739 Reported by: Stefan Zehl <sec@wg.camelot.de>
* dumpfs blindly trusts that it has been handed a filesystem.phk1996-10-211-0/+7
| | | | | | | If the magic is bad, don't waste our time. Submitted by: Giles Lean Giles Lean <giles@nemeton.com.au> Obtained from: NetBSD PR bin/249
* Correct the SYNOPSIS section of the man page to add the -p option.joerg1996-10-211-1/+2
|
* When compiling with '-Wall -pedantic', the byte swapping macros gave thenate1996-10-211-3/+3
| | | | | | | | | following warning: warning: ANSI C forbids braced-groups within expressions Adding __extension__ before the statement-expression seems to work right. Submitted by: bde (a *long* time ago)
* If a large (>4096 bytes) directory was modified, the old directorydfr1996-10-214-14/+22
| | | | | | | | | contents are discarded, including the cached seek cookies. Unfortunately, if the directory was larger than NFS_DIRBLKSIZ, then this confused nfs_readdirrpc(), making it appear as if the directory was truncated. Reviewed by: Karl Denninger <karl@Mcs.Net>
* Don't access stuff we have realloc()'ed using the old pointer.phk1996-10-211-2/+3
| | | | | | | This is a sample of a new class of malloc usage errors that the Junk option to phkmalloc will expose. Found by: phkmalloc.
* Implement a -c option to ps to display the short command name instead ofpeter1996-10-214-11/+24
| | | | | | | | | the full argument vector. I've bumped into a few things that expected this switch to be present, the most recent was the snmp package in ports. I'm not 100% sure of the origins of this, but Linux has it, so does the "BSD-compatable" version of ps on our SVR4 systems (so I assume SunOS has it too).
* Fix signed/unsigned comparison warnings.alex1996-10-205-14/+14
| | | | Reviewed by: bde
* Add a couple of reserved port checks: don't talk to either ypservwpaul1996-10-201-5/+24
| | | | | | | | or rpc.ypxfrd processes on remote systems that aren't bound to reserved ports. The servers already do reserved port checks on the clients. Obtained from: scrutinizing the OpenBSD ypxfr sources. (Note that this applies to the ypserv check only; OpenBSD doesn't have an rpc.ypxfrd.)
* Removing old isdn stuff.phk1996-10-208-101/+27
|
* Removing old isdn stuff.phk1996-10-2066-8187/+0
|
* removing old isdn stuff.phk1996-10-201-221/+0
|
* Fix a YTK bug.pst1996-10-201-1/+1
|
* Better case insensitve search support for pattern with meta chars.wosch1996-10-201-2/+9
| | | | | In some rare cases this does not work proper before flag FNM_ICASE was added to fnmatch(3).
* add flag FNM_ICASE for case insensitve searchwosch1996-10-204-2/+46
| | | | Reviewed by: ache
* Add four sysctl variables that joerg wanted.phk1996-10-202-2/+38
|
* malloc_pages should be static.phk1996-10-201-187/+103
| | | | | | | | | | | | | | | | Add progname to warning/error message layout. (joerg) Remove inline assembler, no speed impact, not need for the obfuscation (bde) Remove on the fly calculation of parameters, no longer critical. Make D & U flags valid even if we don't support them. Don't call imalloc until we're done initializing. Zap contents on free() if we have "Junk" set. [*] Various nitpicking. [*] As a sideeffect of this change, if you are worried about sensitive data lingering in memory, you can use the 'Junk' option now to make sure phkmalloc zaps memory when it is returned. add char * malloc_options = "J"; to your source. Obviously there is a performance impact.
* Make it clear that a vendor-branch import adds something to thejoerg1996-10-201-4/+4
| | | | | | existing sources. Requested by: markm
* Make pstat -s (aka. sswapinfo) print ``[NFS]'' as opposed tojoerg1996-10-201-3/+7
| | | | | | | | | ``/dev/??'' for NFS swap. I had a hard time to figure out whether it's possible to print the actual mounted swap file, but i failed to get any information. If anybody knows how to get ``192.168.0.1:/swap.192.168.0.3'' instead, please step forward!
* Add upgrade instructions.markm1996-10-201-0/+26
| | | | Stolen from: contrib/libpcap/FREEBSD-upgrade
* BMakefile for gmp-2.0.2markm1996-10-201-28/+46
| | | | | Requested by: ache Made world by: chuckr
* BMakefiles for gmp-2.0.2markm1996-10-203-0/+135
| | | | | Requested by: ache Made world by: chuckr
* Remove the old libgmp. Version 2.0.2 is about to hit prime time.markm1996-10-20295-28803/+0
|
* Remove the old libgmp. Version 2.0.2 is about to hit prime time.markm1996-10-20145-32251/+0
|
* This commit was generated by cvs2svn to compensate for changes in r19048,markm1996-10-20318-0/+48802
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Clean import of libgmp 2.0.2, with only the non-x86 bits removed.markm1996-10-20318-0/+48802
| | | | | | | BMakefiles and other bits will follow. Requested by: Andrey Chernov Made world by: Chuck Robey
* This commit was generated by cvs2svn to compensate for changes in r19045,markm1996-10-20317-1919/+46235
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of GNU MP 2.0.2markm1996-10-20318-2032/+46246
| | | | | | | | | | | | | | | | This is a clean import with only the non-x86 bits removed. Makefiles and other will follow. Requested by: Andrey Chernov Made world by: Chuck Robey
| * recording cvs-1.6 file deathpeter1995-12-3036-42729/+0
| |
* | Update email address for John-Mark Gurney (send-pr had recorded thealex1996-10-201-2/+2
| | | | | | | | wrong address because it failed to use REPLY_TO).
* | Add an entry about slow starting SCSI CD-ROM:roberto1996-10-191-2/+11
| | | | | | | | | | | | | | | | | | | | When I booted my system without the above option, the CDROM could not respond in time to the bootup probe of devices and was "missed". When I tried to access the device I got the "Device not configured" error message. I rebuilt the kernel with the SCSI_DELAY option and the problem went away. Submitted by: Jon Wallace <adrl@whoweb.com>
* | Restore ache's km addition to sysconspst1996-10-191-2/+2
| |
* | Restore XTERM definition to old definition + KMpst1996-10-192-63/+15
| |
* | Invoke weekly.local and monthly.local if they exist.alex1996-10-192-1/+13
| | | | | | | | Suggested by: jkh
OpenPOWER on IntegriCloud