summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - restore an ability to write log of added users (default tofjoe2003-01-231-3/+13
| | | | | | | /var/log/adduser, disabled if empty or adduserlog="no") - do not ask for password in configure mode - print $passwdtype instead of password in configure mode - add DATECMD, GREPCMD (not overridable but with full path)
* Do not loose trailing spaces when printing prompt messages.fjoe2003-01-231-3/+3
|
* Do not expose password if it is empty and PWF_STANDARD format is requestedfjoe2003-01-231-1/+2
| | | | MFC after: 1 week
* Add an explanation of why indirection is good. Remove an indirectionfanf2003-01-231-15/+4
| | | | filk that also appears in fortunes2.
* Add some whitespace in the Audio section. Translators can ignorebmah2003-01-232-0/+42
| | | | this.
* I didn't like where I put the last entry. Relocate it within itsbmah2003-01-232-4/+8
| | | | section.
* Add SB Live! to hardware list.bmah2003-01-232-0/+4
| | | | Submitted by: Arnaud Boudou <arnaud.boudou@cgey.com>
* joy(4) entry for pc98 was misplaced...move it from Audio section tobmah2003-01-232-4/+8
| | | | Miscellaneous.
* - Add a new option, ``-P port'', to specify the port for ftpd(8)yar2003-01-232-5/+23
| | | | | | | | | to listen at in daemon mode. - Use the port by 1 less than the control port as the default data port instead of always using hard-coded port 20. Submitted by: roam MFC after: 1 week
* Add missing #if USE_IF_MEDIA/#endif.mdodd2003-01-231-1/+4
|
* Minor whitespace around previous commit. Can be ignored bybmah2003-01-232-10/+26
| | | | translators.
* Add idt devices to the hardware list.bmah2003-01-232-0/+4
| | | | Submitted by: Vincent Jardin <vjardin@wanadoo.fr>
* Merge DV(Digital Video) support.simokawa2003-01-234-3/+449
|
* - Add sysctl knob for bus manager. (hw.firewire.try_bmr)simokawa2003-01-232-18/+29
| | | | | - Check invalid SID length. - Add some debug messages.
* Slight cleanup of the ETA / BPS code. Avoid a division by zero.des2003-01-231-14/+12
|
* Better error handling for -s.maxim2003-01-232-11/+15
| | | | | | | | | | | | | | Submitted by: bde Do not constantify maximum payload size. It is 65467 with -R (record route), and 65507 without it. Reviewed by: silence on -net Proposed by: bde I am going to MFC rev.1.77 - 1.81 ping.c and rev.1.39 and 1.40 ping.8: MFC after: 6 months
* style(9) sweep.maxim2003-01-231-37/+30
| | | | Submitted by: bde
* Anti-magic: s/255/MAXTTL/maxim2003-01-231-2/+2
|
* Implement -D (do not fragment) and -z (TOS) options.maxim2003-01-232-8/+63
| | | | | | PR: bin/29164 Reviewed by: silence of -net Obtained from: OpenBSD
* Print strict source routing option.maxim2003-01-231-1/+3
| | | | | Reviewed by: silence on -net Proposed by: David Wang <dsw@juniper.net>
* burncd format accepts either 'dvd+rw' or 'dvd-rw' not 'dwd+rw'.johan2003-01-231-2/+2
| | | | Approved by: sos
* Fixed Charles' e-mail here too.ru2003-01-232-3/+3
|
* tunefs now requires -lufs.ru2003-01-236-6/+6
|
* Added UFS library to the bsd.libnames.mk namespace.ru2003-01-232-1/+2
|
* ypserv(8) is now started from rc.dmtm2003-01-231-1/+1
| | | | Approved by: markm (mentor)(implicit)
* Missing '$'mtm2003-01-231-1/+1
| | | | Approved by: markm (mentor)(implicit)
* *blush*mtm2003-01-231-8/+8
| | | | | | | While I'm here properly quote all the other input I neglected to quote. Approved by: markm (mentor)(implicit)
* In the absence of consensus as to implement stubs for these TSH-shadedwollman2003-01-231-12/+0
| | | | | | routines, remove their declarations. Even though rwlocks have the same functions, XBDft does not shade those declarations so I am leaving them in. (This is probably a bug in the Standard.)
* Clean up some junk defines, and GC the TPR options.peter2003-01-231-23/+0
|
* Nuke CHEAP_TPR stuff, including LOPRIO_LEVEL (bogus) and ALLHWI_LEVELpeter2003-01-233-51/+0
| | | | | (which we never used). There is no need to tweak the TPR anymore and only causes problems.
* Hack around a bug in the 2200 and 2120 controllers that connot DMAscottl2003-01-232-4/+18
| | | | | | | | commands from below the first 8K of physical memory. A better fix is to modify the busdma api to allow either inclusion ranges or multiple exclusion ranges, but that debate is for another day. MFC After: 2 days
* Now that TPR isn't bogusly raised at boot, there is no need to clearpeter2003-01-233-24/+0
| | | | it at context switch.
* Dont raise the TPR register at initialization time. It only causespeter2003-01-231-2/+0
| | | | problems and we only ever clear it.
* Implement SIOCGIFMEDIA for vlan devices by passing the request to thefenner2003-01-221-0/+23
| | | | | | | | parent device, if there is a parent configured. Modify the result returned by the parent to indicate that the only supported media is the currently configured one. Reviewed by: brooks
* YAM: This id is found in a Sony Vaio GRX-670. When will this end?marcel2003-01-222-0/+2
| | | | Submitted by: Chuck McCrobie <mccrobie2000@yahoo.com>
* Revert AHD_TIMER_MAX_US to its original definition now that thegibbs2003-01-221-2/+1
| | | | ahc and ahd modules have correct dependencies on the assembler.
* Update GENSRCS and aicasm options correctly depending on whether registergibbs2003-01-222-26/+28
| | | | | | | | | pretty printing is enabled Add a dependency on the source files for aicasm so that it will be rebuilt if out of date. Simplify.
* - Remove NO_TIDY.hrs2003-01-222-3/+23
| | | | | | - Merge the following from the English version: 1.20 -> 1.23 errata/article.sgml
* Provide a sysctl to allow defaulting of the connectionless (-c) featuredillon2003-01-221-0/+15
| | | | | | | | to mount_nfs. The sysctl defaults to 1 (paranoid mode). Setting it to 0 will allow an NFS client to receive replies on a different IP then they were sent to by default. Submitted by: Sean Eric Fagan <sef@kithrup.com>
* Document netrc support.des2003-01-221-0/+11
|
* Add -N option to specify a netrc file.des2003-01-221-29/+66
| | | | | | | Fix handling of -v option. Don't treat negative offsets as valid positive ones. Clean up the ETA and transfer rate code. Show transfer rate along with ETA if the verbose level is higher than 1.
* Document .netrc support.des2003-01-221-0/+8
|
* - Move enable_sse()'s prototype to machine/md_var.h.jhb2003-01-2210-30/+18
| | | | | | | | - Sort definition of cpu_* variables appropriately. - Move cpu_fxsr out of the magic non-BSS set of variables and stick it in the BSS along with hw_instruction_sse (make the latter static as well). Submitted by: bde (partially)
* Added comment why this workaround is required.ume2003-01-221-1/+7
| | | | | Suggested by: sam MFC after: 1 week
* Hook in the .netrc code + don't use pointers as if they were booleans.des2003-01-221-4/+6
|
* Rename cpuid_cpuinfo to cpu_procinfo. bde requested that I rename thisjhb2003-01-2215-19/+19
| | | | | | | variable to something in the cpu_* namespace since that's what all the other cpuid variables were named and cpu_procinfo is what I came up with. Requested by: bde
* Experimental support for .netrc.des2003-01-222-0/+92
|
* Initialization paranoia.des2003-01-221-0/+8
|
* A negative offset means "get it all".des2003-01-221-2/+2
|
* New errata note: xl(4) timing problems.bmah2003-01-221-0/+6
| | | | Submitted by: silby
OpenPOWER on IntegriCloud