summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-0463-131/+131
| | | | Pointed out by: bde
* Fix the "almost clone" semantics.phk2000-07-041-6/+11
|
* Insert a reference to ata.4.roberto2000-07-041-0/+1
| | | | Discussed with: phk
* Oops, there's no ad.4.roberto2000-07-041-1/+0
|
* Replace a reference to wd(4) to ad(4).roberto2000-07-041-1/+1
| | | | Found by: phk
* Replace the PQ_*CACHE options with a single PQ_CACHESIZE option that youjhb2000-07-044-26/+38
| | | | | | | set equal to the number of kilobytes in your cache. The old options are still supported for backwards compatibility. Submitted by: Kelly Yancey <kbyanc@posi.net>
* Allow restarting on SIGHUP when the full path was not given as argv[0].green2000-07-041-0/+1
| | | | We do have /proc/curproc/file :)
* Get userland visible flags added for snapshots to give a few daysmckusick2000-07-043-5/+40
| | | | | | advance preparation for them to get migrated into place so that subsequent changes in utilities will not fail to compile for lack of up-to-date header files in /usr/include.
* Simplify and rationalise the management of the vnode free listmckusick2000-07-044-159/+65
| | | | (preparing the code to add snapshots).
* Move the truncation code out of vn_open and into the open system callmckusick2000-07-0416-75/+95
| | | | | | | | | | after the acquisition of any advisory locks. This fix corrects a case in which a process tries to open a file with a non-blocking exclusive lock. Even if it fails to get the lock it would still truncate the file even though its open failed. With this change, the truncation is done only after the lock is successfully acquired. Obtained from: BSD/OS
* If a buffer flush fails when trying to reclaim a vnode, it is toomckusick2000-07-042-8/+20
| | | | | late to save the vnode, so just toss any remaining unwritten buffers rather than leaving them lying around to make trouble in the future.
* ${BDEFLAGS}billf2000-07-041-19/+19
|
* A side effect of new 12160 f/w- there is only one set whether targetmjacob2000-07-041-4/+1
| | | | mode enabled or not now (like the FC cards).
* roll new Qlogic 2200 firmware in placemjacob2000-07-041-4473/+5181
|
* roll new Qlogic 2100 firmware in placemjacob2000-07-041-3952/+4556
|
* roll new 12160.h firmware in placemjacob2000-07-041-3928/+2336
|
* Remove obsolete isp_dogactive tag.mjacob2000-07-041-1/+1
|
* Fix completely stupid and idiotiuc sprintfs in isp_inline.h withmjacob2000-07-041-36/+19
| | | | with the STRNCAT function.
* Add in config_hook for catching when interrupts are safe- this allowsmjacob2000-07-041-72/+91
| | | | | | us to not the ints are ok and also to (re)ENABLE isp interrupts. Remove all splcam()/splx() invocates and replace them with ISP_LOCK/ISP_UNLOCK macros.
* Add in isp_lock/isp_unlock inlines. Add in an islocked/intsok flagmjacob2000-07-041-9/+82
| | | | | | | | | to isp_osinfo substructure (all in prep for SMP). Define MBOX_WAIT_COMPLETE and MBOX_NOTIFY_COMPLETE macros so that we can now (temp) use tsleep to wait for mailbox completion. Requires us to guess whether we're servicing an interrupt or not- will use intr_nesting_level. Add local strncat function.
* Change delay loop in new isp_mboxcmd to the use of the new MBOX_WAIT_COMPLETEmjacob2000-07-041-7/+2
| | | | | macro. Change notification of completion of a mailbox command in isp_intr to MBOX_NOTIFY_COMPLETE macro.
* Change startup locking. Use new isp_handle_index functionmjacob2000-07-042-40/+32
| | | | for indexing off of handles to get dma maps.
* Update tags directive to reflect the new location of soft updatesmckusick2000-07-043-7/+5
| | | | and the reorganization of the eisa directory.
* "Fix" warnings.billf2000-07-031-6/+13
|
* remove rc and login.conf files prior to extraction of the newroger2000-07-031-2/+4
| | | | | | | | rc and login.conf files from the /etc directory on the floppy. This prevents the overwrite yes/no prompt from occuring in gzip. (some PicoBSD disks use gzip and some use minigzip, so the gzip -f flag (force) is not an option. minigzip has a different meaning for the -f flag.}
* - remove <please comment> lineswilko2000-07-031-5/+8
| | | | | | - add note on single CPU use on SMP boxes - add note on kld for isp f/w - corrected some typos
* do-nothing module that depends on all sound driverscg2000-07-031-0/+70
|
* add module metadata. this is a hack, sound drivers will eventually present acg2000-07-0319-27/+85
| | | | bus to which pcm, mixer, etc will attach.
* Delete the RSAREF=YES example from make.conf - it is not used at all.peter2000-07-032-8/+32
| | | | Add knobs for the optional crypto parts with some notes.
* This commit was generated by cvs2svn to compensate for changes in r62475,obrien2000-07-033-7/+12
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import Patchlevel 2 of the ISC 2.0 dhcp client.obrien2000-07-033-7/+12
| |
* | Yellow hat this way: forgot cvs add.phk2000-07-031-0/+103
| |
* | Pull the rug under block mode devices. they return ENXIO on open(2) now.phk2000-07-034-8/+6
| |
* | Experiemntal ascii based device configuration mechanism.phk2000-07-035-1/+12
| | | | | | | | This may or may not survive, decision will be made well before 5.0-R
* | Remove the use of a dash in the usage, since this isn't in keepingsheldonh2000-07-032-2/+2
| | | | | | | | | | | | | | with other utilities which offer similar functionality. This change was discussed with ache, who brought in the ability to use a dash to represent stdin in comcontrol.
* | Make the two calls from kern/* into softupdates #ifdef SOFTUPDATES,phk2000-07-035-15/+12
| | | | | | | | | | | | | | that is way cleaner than using the softupdates_stub stunt, which should be killed when convenient. Discussed with: mckusick
* | Include SOFTUPDATES in NOTES/LINT by default.phk2000-07-032-10/+2
| |
* | Account for packets we clean out when we disconnect.phk2000-07-031-1/+3
| |
* | Add device_set_softc() which does the obvious.phk2000-07-033-7/+23
| | | | | | | | Not objected to by: dfr
* | Describe agrument range correctly, according to multibyte(3)ache2000-07-032-23/+21
| | | | | | | | Remove unneded comment
* | Clear the obsolete argument to the Os macro.sheldonh2000-07-031-16/+18
| | | | | | | | | | | | Clear extraneous arguments to Nm. Use Pa to mark up paths. Use a single tagged list in the FILES section.
* | Fix up typo.asmodai2000-07-031-1/+18
| | | | | | | | | | | | | | Add description of sshd_program variable. Submitted by: Ashley Penney <ashp@unloved.org>, Adrian Chadd <adrian@freebsd.org>
* | Fix breakage introduced by bypassing update for additional 'mod'davidn2000-07-031-0/+1
| | | | | | | | | | | | | | functionality when nothing had actually changed; -d changes would not set the 'something had changed flag'. Actually test for a change in homedir. PR: bin/19649
* | What the commit log for rev 1.16 neglected to mention was that thesheldonh2000-07-031-1/+1
| | | | | | | | | | | | delta touched the Name Description (Nd). It introduced a grammar error and did not fix the extraneous punctuation (Nd lines are not terminated with a period).
* | Explicitly state that mountd can be made to re-read the exports file,sheldonh2000-07-032-0/+38
| | | | | | | | | | | | even though this may seem obvious to some folks. Requested by: obrien
* | Add new man pagespeter2000-07-032-2/+6
| |
* | Get this to compile in the 5.1-20000701-prerelease environment.peter2000-07-036-10/+34
| |
* | Fix a merge glitch - put our FREEBSD_NATIVE hack back in the originalpeter2000-07-031-7/+8
| | | | | | | | place. The author saw fit to reindent the code which messed this up.
* | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-0363-135/+135
| | | | | | | | | | | | | | | | Sanitize SYSCTL_HANDLER_ARGS so that simplistic tools can grog our sources: -sysctl_vm_zone SYSCTL_HANDLER_ARGS +sysctl_vm_zone (SYSCTL_HANDLER_ARGS)
* | Merge vendor changes onto mainlinepeter2000-07-032-511/+545
| |
OpenPOWER on IntegriCloud