summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - The 'aux' field isn't around any longer.mdodd2003-01-241-7/+5
| | | | - Add missing splnet()/splx()
* In interactive mode, ask the user if he/she wants to add anothermtm2003-01-241-0/+18
| | | | | | | | user and re-run interactive questions or quit depending on the answer. Submitted by: Scot Hetzel <hetzels@westbend.net> Approved by: markm (mentor)
* Parse both old flags location and new one. Print out new flags includingnjl2003-01-241-14/+24
| | | | acls, multilabel, and location updated.
* bwrite, not sbwrite, needs to open for writing and write.jmallett2003-01-232-10/+14
|
* add forgotten IFA_LOCK_INITfjoe2003-01-231-0/+1
|
* Add a reference to talkd(8) as a hint that talk(1) depends on akeramida2003-01-231-1/+2
| | | | | | service to work correctly. Inspired by: P. U. Kruppa <520023893678-0001@t-online.de>
* Correct SIMM support for AS2100.wilko2003-01-231-2/+3
| | | | | Submitted by: Soren Harward <soren@byu.edu> Prompted by: jhb
* More useful announce message containing current speed of CPUnjl2003-01-231-3/+3
|
* Remove redundant printf from targbhasync() since all places that return annjl2003-01-231-4/+0
| | | | error do their own, more useful printf.
* This commit was generated by cvs2svn to compensate for changes in r109756,des2003-01-231-2/+2
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * #include <stddef.h> rather than <sys/types.h> (perforce change 24116)des2003-01-231-2/+2
| |
* | API to fillout a blank disk. For e.g. newfs.jmallett2003-01-232-5/+13
| |
* | For "sensitive" processes, we always set the 'A' flag which causes abort()phk2003-01-231-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | to be called on first sight of trouble. "sensitive" is somewhat arbitrarily defined as "setuid, setgid, uid == root or gid == wheel". The 'A' option carries no performance penalty. It is not possible to override this setting: fix the program instead. Absentmindedly nodded OK to by: various
* | expr foo -> $((foo))fjoe2003-01-231-2/+2
| |
* | - 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.
OpenPOWER on IntegriCloud