summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary extern definition of strrchr. It is defined inimp2000-08-161-1/+0
| | | | string.h, which already was included.
* Add cross reference to the ast device.imp2000-08-161-1/+1
| | | | Remove reference to the now defunct wt device.
* optreset is declared in unistd.h, so we don't need to declare it here again.imp2000-08-161-2/+0
| | | | Reviews by: ken
* Do not allow the cleandir target to blow away the entire sourcesheldonh2000-08-161-1/+1
| | | | | | directory when MAKEOBJDIRPREFIX is defined but empty. Reported by: Vernon Schryver <vjs@calcite.rhyolite.com>
* backout previous change for nowdarrenr2000-08-161-1/+0
|
* add extern for inetswdarrenr2000-08-161-0/+1
|
* ISDN B channels have a bandwidth of 64000, not 65536brian2000-08-161-1/+1
| | | | Pointed out by: Christian Weisgerber <naddy@mips.inka.de>
* Disable part of my 8-bits fixes from December 1999.cracauer2000-08-161-4/+1
| | | | | | | | Serious fix still needed, see discussion on -current (Subject: /bin/sh dumps core with here-document of 8bit text) Problem in this code originally spotted by Jun Kuriyama <kuriyama@FreeBSD.org>
* Fix type builtin for absolute paths and relative paths with directorycracauer2000-08-161-9/+16
| | | | | | | | | names in them. Also use a colon in the answer of `type` everytime the questioned item is not usable. PR: bin/20567
* If the -p option is used, use setproctitle() to hide it's argumentbrian2000-08-162-4/+37
| | | | (a password) asap.
* From submitter:cracauer2000-08-163-1/+22
| | | | | | | | | | | | | | | | | growstackblock() sometimes relocates a stack_block considered empty without properly relocating stack marks referencing that block. The first call to popstackmark() with the unrelocated stack mark as argument then causes sh to abort. Relocating the relevant stack marks seems to solve this problem. The patch changes the semantics of popstackmark() somewhat. It can only be called once after a call to setstackmark(), thus cmdloop() in main.c needs an extra call to setstackmark(). PR: bin/19983 Submitted by: Tor.Egge@fast.no Reviewed by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* add missing splx(), when outgoing interface queue is full on tunnelleditojun2000-08-162-0/+4
| | | | IPsec packet output. KAME PR 280.
* Decrease the size of mfsroot.flp for PC-98 to 1.2MB.nyan2000-08-161-2/+5
|
* Fix `control socket: Protocol not supported' failure inru2000-08-161-3/+2
| | | | standalone -D mode when neither -4 nor -6 is specified.
* setproctitle() doesn't need to be called with root privs, so movebrian2000-08-166-28/+20
| | | | it from id.c into defs.c
* Default the bandwidth of an ISDN B channel to 65536bpsbrian2000-08-161-3/+5
|
* optreset is declared in unistd.h now.imp2000-08-163-3/+0
|
* Rearrange the probe a bit, hopefully this will help to eleminatesos2000-08-164-145/+145
| | | | | | | | | | | some of the fake devices sometimes seen on single device ATA channels. Proberly fail on failures in ata-disk.c, retry instead of hang. Cleanup the VIA probe/init code a bit. Fix a couble of missing free's in atapi-cd.c in the changer code.
* Don't explicitly declare optarg and optind. These are declared inimp2000-08-164-6/+0
| | | | unistd.h, which is already included.
* open_drive:grog2000-08-161-16/+21
| | | | | | | | | | | | | Add support for AMD RAID controllers as "disks". Requested-by: Marius Bendiksen <mbendiks@eunet.no> Remove potential panic when attempting to open non-existent drivers. init_drive: Return error codes correctly. Previously it would occasionally return 0. The error was redetected elsewhere, but this was causing a number of confusing error messages.
* Add another USR modem.peter2000-08-152-0/+2
| | | | | PR: 20621 Submitted by: Masanori Taira <mtaira@logicaleffect.com>
* Mention the gawk-3.0.6 upgrade.sheldonh2000-08-152-0/+7
|
* Remove redundant code left over on removal of /dev/rXXX handlingrnordier2000-08-151-2/+0
| | | | in r1.12.
* Move the running of the Linux and SVR4 compat bits to the arch independentobrien2000-08-153-32/+17
| | | | | | location. Sponsored by: LinuxWorld frustration
* Partially revert r1.12, in which a warnx() if the device is not arnordier2000-08-151-1/+1
| | | | | character device is changed to an errx(). This unnecessarily compromises device independence.
* Grammar police; "has been written by" --> "was written by".markm2000-08-154-4/+4
|
* Improve the cross-references.markm2000-08-151-1/+2
|
* Make the pppoe-in config entry a bit more useful (and verbose)brian2000-08-151-6/+10
|
* Add a sample ifconfig entry for an IPX address family address, to givesheldonh2000-08-151-0/+1
| | | | | | | | | IPX folks a fighting chance of figuring this out themselves. I can't work out how to document this carefully in rc.conf(5), but this ought to close the PR. PR: 17904 Reported by: John Gelnaw <jeg@hawk.circa.ufl.edu>
* Fix grammar and a function name.markm2000-08-151-2/+2
|
* Describe the process used for the gawk-3.0.6 update insheldonh2000-08-152-247/+3
| | | | | | FREEBSD-upgrade and remove the config.h which should never have existed in the contrib area. That file has been moved into gnu/usr.bin/awk where it belongs.
* Install mode 644, not mode 664 during kernel compile. Yes, Peter, I amkris2000-08-151-1/+2
| | | | psycho :-)
* Update for the newly-updated gawk-3.0.6.sheldonh2000-08-151-0/+230
|
* Update for the newly-updated gawk-3.0.6.sheldonh2000-08-151-2/+2
|
* Maintain input and output throughput averages and choose the highestbrian2000-08-159-44/+77
| | | | | | | | | | | | | | of the two when calculating the MP throughput average for the ``set autoload'' implementation. This makes more sense as all links I know of are full-duplex. This also means that people may need to adjust their autoload settings as 100% bandwidth is now the theoretical maximum rather than 200% (but of course, halfing the current settings is probably not the correct answer either!). This involves a ppp version bump as we need to pass an extra throughput array through the MP local domain socket.
* Merge the vendor release of gawk-3.0.6 onto HEAD.sheldonh2000-08-157-76/+206
| | | | | | | This addresses one known problem in the PR database. PR: 13921 Reported by: Jin Guojun <j_guojun@lbl.gov>
* This commit was generated by cvs2svn to compensate for changes in r64666,sheldonh2000-08-15130-188/+33163
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Update vendor branch to gawk-3.0.6.sheldonh2000-08-15144-295/+33604
| |
| * Fix zero-padding for printf formats which include a precision orsheldonh1999-12-221-2/+8
| | | | | | | | | | | | | | | | | | width. This is a vendor-supplied patch. Requested by: bde Submitted by: Aharon Robbins <arnold@skeeve.com>
* | Install /var/crash/minfree mode 644 instead of 664 - group wheel shouldn'tkris2000-08-151-1/+1
| | | | | | | | have special write permissions to things.
* | reorder "localhost" entry, to prefer ::1 than 127.0.0.1.itojun2000-08-151-1/+1
| |
* | When warning that a log file can't be compressed, tell the reader whichjoe2000-08-151-1/+1
| | | | | | | | log file it was.
* | Don't extract these files as mode 664 during build, use mode 644 instead.kris2000-08-153-3/+6
| |
* | Don't extract these files as mode 666 during build, use mode 644 instead.kris2000-08-1512-12/+12
| |
* | Fixed determination method for sector size of the 2nd IDE HDD.kato2000-08-151-1/+1
| |
* | Fix nit in previous delta: trailing punctuation arguments to mdocsheldonh2000-08-151-1/+1
| | | | | | | | macros must be whitespace separated.
* | repair endianness issue in IN_MULTICAST().itojun2000-08-153-5/+9
| | | | | | | | | | | | again, *BSD difference... From: Nick Sayer <nsayer@quack.kfu.com>
* | Several cleanups:sobomax2000-08-152-25/+29
| | | | | | | | | | | | | | - use getopt(3) to parse command line arguments instead of home-made incomplete parser; - be more verbose when error in command line encountered (i.e. incorrect playing/recording device, incorrect recsrc syntax).
* | Document three new control messages.archie2000-08-151-0/+16
| |
* | Add three more control messages to complement their opposites:archie2000-08-152-10/+103
| | | | | | | | | | NGM_ETHER_SET_ENADDR, NGM_ETHER_GET_PROMISC, and NGM_ETHER_GET_AUTOSRC. Alter parsing algorithm so the EN address really looks like one.
OpenPOWER on IntegriCloud