summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Minor background cleanups:mckusick2001-04-165-30/+87
| | | | | | | | | | | 1) Set the FS_NEEDSFSCK flag when unexpected problems are encountered. 2) Clear the FS_NEEDSFSCK flag after a successful foreground cleanup. 3) Refuse to run in background when the FS_NEEDSFSCK flag is set. 4) Avoid taking and removing a snapshot when the filesystem is already clean. 5) Properly implement the force cleaning (-f) flag when in preen mode. Note that you need to have revision 1.21 (date: 2001/04/14 05:26:28) of fs.h installed in <ufs/ffs/fs.h> defining FS_NEEDSFSCK for this to compile.
* Support the empty "PASS\r\n" command.green2001-04-161-3/+7
|
* Add support the the Intel ICH2 mobilesos2001-04-162-20/+14
| | | | Tidy chip name printing a bit.
* Fix typo s/thissystem/this system/jesper2001-04-161-1/+1
| | | | Submitted by: Stephen <sdk@shell.yuck.net>
* Clean up temporary file(s) and directory when m4 exits without fallinggshapiro2001-04-163-7/+18
| | | | | | through main() (e.g., signals or calls to errx()). PR: conf/25715
* Add missing sound module.markm2001-04-161-0/+1
| | | | OK'ed by: cg
* Fix an off-by-2 error in periphdriver_register(). The read side of theken2001-04-161-1/+1
| | | | | | | | bcopy would go off the end of the array by two elements, which sometimes causes a panic if it happens to cross into a page that isn't mapped. Submitted by: gibbs Reviewed by: peter
* mdoc(7) police: Prepare for mdocNG.ru2001-04-161-2/+3
| | | | The .Cd macro does not cause a line break until in the SYNOPSIS section.
* Grrr, get the right change from the the machine I tested this on.obrien2001-04-161-1/+1
|
* mdoc(7) police: cosmetics.ru2001-04-161-1/+1
|
* mdoc(7) police: prepare for mdocNG.ru2001-04-162-2/+2
|
* mdoc(7) police: add missing .El call.ru2001-04-161-0/+1
|
* mdoc(7) police: fix markup.ru2001-04-161-5/+5
|
* Document that SITE extensions are disabled for anonymous logins.ru2001-04-161-0/+2
| | | | Obtained from: logdaemon package by Wietse Venema
* Move the isa parts to a separate file.jhay2001-04-166-2447/+6
|
* Update to the 2001-04-02 version of the nanokernel code from Dave Mills.jhay2001-04-162-24/+30
|
* Merged from sys/i386/isa/npx.c revision 1.95.kato2001-04-161-1/+1
|
* Merged from sys/conf/options.i386 revision 1.148.kato2001-04-161-2/+2
|
* New script to help creation of shared readonly diskless partition.luigi2001-04-161-0/+144
| | | | | | | | It also has some instructions on how to setup the client and the server. I have been using this code for over 2 years on RELENG_3 and later RELENG_4. Have not tried on CURRENT, but in case there are any issues these are in /etc/rc and /etc/rc.diskless{12}
* Add the "SITE MD5 filename" facility.phk2001-04-152-1/+16
| | | | | | | | | This allows you to determine if the file on the other side is the same as the one you have without transferring the entire file to compare. Needless to say, if the server end lies to you this check doesn't work, but on the other hand, if it lies to you about the files checksum, what can you trust from it ?
* Add a more useful solution to the problem of password files with more thandougb2001-04-151-3/+14
| | | | | | | | | | one user who differs only by case. The other perl tools assume (or enforce) the all lowercase requirement, therefore making the search through master.passwd case insensitive seemed a reasonable optimization, IMO. I understand, although I do not sympathize with, the argument that someone might want to do this on purpose, and might subsequently want to use the wrong tool for the job. So, this fix should hopefully satisfy both camps.
* Forced commit to point out that PR 25961 was actually originated bydougb2001-04-150-0/+0
| | | | Dan Langille <dan@freebsddiary.org>.
* Rev 1.11 introduced a bug where the processing became case insensative forobrien2001-04-151-1/+1
| | | | | | | username to rm. PR: 25961 Submitted by: Linh Pham <lplist@closedsrc.org>
* Grammar police: "its", not "it's", is the possessive form of "it".dd2001-04-159-12/+12
|
* Make links from setresuid.2 to getresgid.2 and getresuid.2.dd2001-04-151-1/+1
|
* Document getresgid and getresuid calls.dd2001-04-151-2/+21
| | | | Reviewed by: ru
* Turn on kernel debugging support (DDB, INVARIANTS, INVARIANT_SUPPORT, WITNESS)obrien2001-04-1512-6/+118
| | | | | | by default while SMPng is still being developed. Submitted by: jhb
* Apply rev 1.48 (only dike out the `ncr' driver, not every line with theobrien2001-04-155-5/+5
| | | | [sub]string "ncr" in it) to the Alpha also.
* Correct a bogus cast in acl_get_qualifier() causing invalidjedgar2001-04-151-1/+1
| | | | | | ID's to be stored in the ACL. Obtained from: TrustedBSD Project
* In the /etc/rc startup script a soft link is created from /var/run/log tophk2001-04-151-1/+1
| | | | | | | | | | /dev/log like this: if [ ! -h /dev/log ]; The man page for test(1) says that the -h switch is depracated and that users should NOT rely on it being available. It suggest the -L switch instead. They both do the same thing: check for the existence of the symbolic link. PR: 26596 Submitted by: mikem <mike_makonnen@yahoo.com>
* note that VOP_STRATEGY may block.alfred2001-04-151-0/+2
| | | | Learned from: vm/swap_pager.c comment above swap_pager_putpages()
* use TAILQ_FOREACH, fix a comment's locationalfred2001-04-153-15/+6
|
* Get the crypto checksums in the right file. This bug has beenjkh2001-04-141-1/+4
| | | | | | | around for a very long time and it's my fault. Sorry. :) PR: 20311 Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org>
* Call strlen() once instead of twice.brian2001-04-141-2/+2
|
* Back out wrapping the asm ... ; bits in #ifndef lint macros. Theremarkm2001-04-141-6/+0
| | | | | | | | | | | | | | | | | are some good reasons for not doing this, even if the linting of the code breaks. 1) If lint were ever to understand the stuff inside the macros, that would break the checks. 2) There are ways to use __GNUC__ to exclude overly specific code. 3) (Not yet practical) Lint(1) needs to properlyu understand all of te code we actually run. Complained about by: bde Education by: jake, jhb, eivind
* Suggest that kernels are built with ``cd /usr/src; make buildkernel''brian2001-04-141-19/+23
| | | | | | Add a comment saying that our softc is automatically allocated by the parent bus. Fix lots of spellings
* The VIA 586 chip does UDMA from rev 0x3 onwards.sos2001-04-141-1/+1
| | | | MFC candidate!
* Update to describe use of mdconfig instead of deprecated vnconfig.mckusick2001-04-141-3/+3
| | | | Submitted by: Steve Ames <steve@virtual-voodoo.com>
* Hardware listing updates:bmah2001-04-143-31/+62
| | | | | | | | | | Make listings of dc(4)-supported cards consistent with manpage (submitted by fenner). amr(4) supports the Dell PERC 3/DCL (submitted by Vivek Khera <khera@kciLink.com>). Properly capitalize "Ethernet" and variants thereof.
* dgm now builds as a modulebrian2001-04-142-1/+9
|
* New-busify and ansify.brian2001-04-141-895/+1061
| | | | | I've cleaned up a bit of the formatting here, but it's still a long way from style(9).
* MFS: deal with svr4 module's dependency on streams modulejkh2001-04-141-1/+3
|
* Log denied IXFR, too.dirk2001-04-141-1/+1
| | | | MFC canidate.
* Toss into attic stuff we don't use.markm2001-04-144-940/+0
|
* This checkin adds support in ufs/ffs for the FS_NEEDSFSCK flag.mckusick2001-04-143-8/+19
| | | | | | | | | | | | | | | | | | | It is described in ufs/ffs/fs.h as follows: /* * Filesystem flags. * * Note that the FS_NEEDSFSCK flag is set and cleared only by the * fsck utility. It is set when background fsck finds an unexpected * inconsistency which requires a traditional foreground fsck to be * run. Such inconsistencies should only be found after an uncorrectable * disk error. A foreground fsck will clear the FS_NEEDSFSCK flag when * it has successfully cleaned up the filesystem. The kernel uses this * flag to enforce that inconsistent filesystems be mounted read-only. */ #define FS_UNCLEAN 0x01 /* filesystem not clean at mount */ #define FS_DOSOFTDEP 0x02 /* filesystem using soft dependencies */ #define FS_NEEDSFSCK 0x04 /* filesystem needs sync fsck before mount */
* Add ``RETURN VALUES'' and ``ERRORS'' sections since getpgid(2) candd2001-04-141-1/+18
| | | | | | fail. Also fix a minor grammar nit (it's -> its). PR: 26520
* *sigh*... when trying to dike out the `ncr' driver, I was getting the `sym'obrien2001-04-145-5/+5
| | | | | | driver too because it had "ncr" in its comment. Submitted by: joerg
* Remove the filename_completion_function() extern that conflicts with theobrien2001-04-141-2/+2
| | | | latest version of this fuction in Readline 4.2
* Do not allow the soft updates flag to be set if the filesystem is dirty.mckusick2001-04-131-1/+4
| | | | | | | | | | | Because the kernel will allow the mounting of unclean filesystems when the soft updates flag is set, it is important that only soft updates style inconsistencies (missing blocks and inodes) be present. Otherwise a panic may ensue. It is also important that the filesystem be in a clean state when the soft updates flag is set because the background fsck uses the fact that the flag is set to indicate that it is safe to run. If background fsck encounters non-soft updates style inconsistencies, it will exit with unexpected inconsistencies.
* Turn -b (BSD socket compat mode) back on by default, as we don't have TLI/XTIalfred2001-04-132-0/+19
|
OpenPOWER on IntegriCloud