Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - link ata.4 to {acd,ad,afd,ast}.4 | roberto | 2000-07-04 | 3 | -3/+8 |
| | | | | | | | | - add the reference to ad.4 in da.4. MFC candidate. Submitted by: sheldonh, mpp | ||||
* | more pre-requisite for new ipv6 ioctls | itojun | 2000-07-04 | 1 | -0/+3 |
| | |||||
* | sync with latest kame netstat. basically, more statistics | itojun | 2000-07-04 | 8 | -299/+646 |
| | |||||
* | synchronize with latest kame tree. | itojun | 2000-07-04 | 31 | -1304/+2235 |
| | | | | | behavior change: policy syntax was changed. you may need to update your setkey(8) configuration files. | ||||
* | Ignore all md disks, installing on them would be particularly pointless. | phk | 2000-07-04 | 3 | -6/+18 |
| | | | | Its not fatal to find hardware we don't know. | ||||
* | Correct the text for the return value. | n_hibma | 2000-07-04 | 1 | -1/+1 |
| | | | | Submitted by: phk | ||||
* | Sync with sys/i386/conf/GENERIC revisions 1.258 and 1.259. | nyan | 2000-07-04 | 1 | -2/+2 |
| | |||||
* | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | phk | 2000-07-04 | 63 | -131/+131 |
| | | | | Pointed out by: bde | ||||
* | Fix the "almost clone" semantics. | phk | 2000-07-04 | 1 | -6/+11 |
| | |||||
* | Insert a reference to ata.4. | roberto | 2000-07-04 | 1 | -0/+1 |
| | | | | Discussed with: phk | ||||
* | Oops, there's no ad.4. | roberto | 2000-07-04 | 1 | -1/+0 |
| | |||||
* | Replace a reference to wd(4) to ad(4). | roberto | 2000-07-04 | 1 | -1/+1 |
| | | | | Found by: phk | ||||
* | Replace the PQ_*CACHE options with a single PQ_CACHESIZE option that you | jhb | 2000-07-04 | 4 | -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]. | green | 2000-07-04 | 1 | -0/+1 |
| | | | | We do have /proc/curproc/file :) | ||||
* | Get userland visible flags added for snapshots to give a few days | mckusick | 2000-07-04 | 3 | -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 list | mckusick | 2000-07-04 | 4 | -159/+65 |
| | | | | (preparing the code to add snapshots). | ||||
* | Move the truncation code out of vn_open and into the open system call | mckusick | 2000-07-04 | 16 | -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 too | mckusick | 2000-07-04 | 2 | -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} | billf | 2000-07-04 | 1 | -19/+19 |
| | |||||
* | A side effect of new 12160 f/w- there is only one set whether target | mjacob | 2000-07-04 | 1 | -4/+1 |
| | | | | mode enabled or not now (like the FC cards). | ||||
* | roll new Qlogic 2200 firmware in place | mjacob | 2000-07-04 | 1 | -4473/+5181 |
| | |||||
* | roll new Qlogic 2100 firmware in place | mjacob | 2000-07-04 | 1 | -3952/+4556 |
| | |||||
* | roll new 12160.h firmware in place | mjacob | 2000-07-04 | 1 | -3928/+2336 |
| | |||||
* | Remove obsolete isp_dogactive tag. | mjacob | 2000-07-04 | 1 | -1/+1 |
| | |||||
* | Fix completely stupid and idiotiuc sprintfs in isp_inline.h with | mjacob | 2000-07-04 | 1 | -36/+19 |
| | | | | with the STRNCAT function. | ||||
* | Add in config_hook for catching when interrupts are safe- this allows | mjacob | 2000-07-04 | 1 | -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 flag | mjacob | 2000-07-04 | 1 | -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_COMPLETE | mjacob | 2000-07-04 | 1 | -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 function | mjacob | 2000-07-04 | 2 | -40/+32 |
| | | | | for indexing off of handles to get dma maps. | ||||
* | Update tags directive to reflect the new location of soft updates | mckusick | 2000-07-04 | 3 | -7/+5 |
| | | | | and the reorganization of the eisa directory. | ||||
* | "Fix" warnings. | billf | 2000-07-03 | 1 | -6/+13 |
| | |||||
* | remove rc and login.conf files prior to extraction of the new | roger | 2000-07-03 | 1 | -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> lines | wilko | 2000-07-03 | 1 | -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 drivers | cg | 2000-07-03 | 1 | -0/+70 |
| | |||||
* | add module metadata. this is a hack, sound drivers will eventually present a | cg | 2000-07-03 | 19 | -27/+85 |
| | | | | bus to which pcm, mixer, etc will attach. | ||||
* | Delete the RSAREF=YES example from make.conf - it is not used at all. | peter | 2000-07-03 | 2 | -8/+32 |
| | | | | Add knobs for the optional crypto parts with some notes. | ||||
* | This commit was generated by cvs2svn to compensate for changes in r62475, | obrien | 2000-07-03 | 3 | -7/+12 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import Patchlevel 2 of the ISC 2.0 dhcp client. | obrien | 2000-07-03 | 3 | -7/+12 |
| | | |||||
* | | Yellow hat this way: forgot cvs add. | phk | 2000-07-03 | 1 | -0/+103 |
| | | |||||
* | | Pull the rug under block mode devices. they return ENXIO on open(2) now. | phk | 2000-07-03 | 4 | -8/+6 |
| | | |||||
* | | Experiemntal ascii based device configuration mechanism. | phk | 2000-07-03 | 5 | -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 keeping | sheldonh | 2000-07-03 | 2 | -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, | phk | 2000-07-03 | 5 | -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. | phk | 2000-07-03 | 2 | -10/+2 |
| | | |||||
* | | Account for packets we clean out when we disconnect. | phk | 2000-07-03 | 1 | -1/+3 |
| | | |||||
* | | Add device_set_softc() which does the obvious. | phk | 2000-07-03 | 3 | -7/+23 |
| | | | | | | | | Not objected to by: dfr | ||||
* | | Describe agrument range correctly, according to multibyte(3) | ache | 2000-07-03 | 2 | -23/+21 |
| | | | | | | | | Remove unneded comment | ||||
* | | Clear the obsolete argument to the Os macro. | sheldonh | 2000-07-03 | 1 | -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. | asmodai | 2000-07-03 | 1 | -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' | davidn | 2000-07-03 | 1 | -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 |