summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't try to compile v6-only files if NOINET6.fenner2001-07-111-6/+8
| | | | PR: misc/28287 , misc/28288
* Document SET CONSOLE SERIAL/GRAPHICS for NoName as wellwilko2001-07-111-0/+9
| | | | Suggested by: bob@sfcei.com
* Commited patch for uni signaling fix.pirzyk2001-07-111-2/+2
| | | | | | PR: kern/28748 Submitted by: Richard Hodges <rh@matriplex.com> MFC after: 2 weeks
* Due to the documented bug in inet_aton(3), it wasn't possibleru2001-07-111-2/+3
| | | | | | | | | | | to use 0xffffffff (INADDR_NONE) as a netmask value. The fix is to use inet_addr(3) which doesn't suffer from this problem. PR: bin/28873 Also, while here, fixed the bug when netmask value was ignored (RTF_HOST flag was set) if the "destination gateway netmask" syntax is used, e.g. ``route add 1.2.3.4 127.1 255.255.255.255''.
* Add ftp2.jp.freebsd.org as IPv6 ready mirror server.ume2001-07-112-2/+6
| | | | | | Now, ftp2.jp.freebsd.org is serverd by IIJ. MFC after: 1 week
* mdoc(7) police: fixed markup and some content typos.ru2001-07-1117-328/+479
|
* mdoc(7) police: fixed markup.ru2001-07-116-84/+111
|
* mdoc(7) police: fixed markup.ru2001-07-111-6/+10
|
* mdoc(7) police: fixed markup and program name.ru2001-07-111-13/+16
|
* mdoc(7) police: fixed markup, a little bit.ru2001-07-1110-59/+67
|
* mdoc(7) police: fixed markup any numerous typos.ru2001-07-111-19/+24
|
* Call disk_destroy in cdcleanup() as appropriate.dd2001-07-111-0/+3
| | | | | PR: 24596 Reviewed by: ken
* I have gone through all of the functions and addedalfred2001-07-1119-80/+39
| | | | | | | the correct includes and changed the functions as requested. Submitted by: Chad David <davidc@acns.ab.ca>
* Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' andbsd2001-07-119-140/+699
| | | | | | | | | | 'dwatch'. The new commands install hardware watchpoints if supported by the architecture and if there are enough registers to cover the desired memory area. No objection by: audit@, hackers@ MFC after: 2 weeks
* Hmm. Let's try this on for size...mjacob2001-07-111-5/+11
| | | | | | | | | | | | | | | | | | | | We originally had it such that if the connection topology was FL-loop (public loop), we never looked at any local loop addresses. The reason for not doing that was fear or concern that we'd see the same local loop disks reflected from the name server and we'd attach them twice. However, when I recently hooked up a JBOD and a system to an ANCOR SA-8 switch, the disks did *not* show up on the fabric. So at least the ANCOR is screening those disks from appearing on the fabric. Now, it's possible this is a 'feature' of the ANCOR. When I get a chance, I'll check the Brocade (it's hard to do this on a low budget). In any case, if they *do* also show up on the fabric, we should simply elect to not log into them because we already have an entry for the local loop. There is relatively unexercised code just for this case. MFC after: 2 weeks
* Sanity guard- return ENODEV if we don't have a good IRQ resource.mjacob2001-07-111-0/+3
|
* Slight cleanliness- add an unlock of Giant in one dopanic case. Domjacob2001-07-111-9/+6
| | | | some very minor formatting changes.
* Correct spelling in a comment and remove trailing newline from add2001-07-111-2/+2
| | | | panic() call (panic() adds it itself).
* New release note: FreeBSD-SA-01:42.bmah2001-07-112-0/+10
|
* Two optimizations:wpaul2001-07-101-10/+35
| | | | | | | | | | | | | 1) Bite the bullet, and allow unaligned accesses without buffer copies on the i386 platform. According to some tests run by Andrew Gallatin, the buffer copy performance hit is greater than the unaligned access performance hit (especially with jumbo frames). We still need to copy everywhere else. 2) Enable interrupt moderation with a 100us timeout. Submitted by: Andrew Gallatin <no longer at duke.edu> MFC after: 1 week
* Bring in dirhash, a simple hash-based lookup optimisation for largeiedowse2001-07-1011-2/+1292
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | directories. When enabled via "options UFS_DIRHASH", in-core hash arrays are maintained for large directories. These allow all directory operations to take place quickly instead of requiring long linear searches. For now anyway, dirhash is not enabled by default. The in-core hash arrays have a memory requirement that is approximately half the size of the size of the on-disk directory file. A number of new sysctl variables allow control over which directories get hashed and over the maximum amount of memory that dirhash will use: vfs.ufs.dirhash_minsize The minimum on-disk directory size for which hashing should be used. The default is 2560 (2.5k). vfs.ufs.dirhash_maxmem The system-wide maximum total memory to be used by dirhash data structures. The default is 2097152 (2MB). The current amount of memory being used by dirhash is visible through the read-only sysctl variable vfs.ufs.dirhash_maxmem. Finally, some extra sanity checks that are enabled by default, but which may have an impact on performance, can be disabled by setting vfs.ufs.dirhash_docheck to 0. Discussed on: -fs, -hackers
* mdoc(7) police: eliminate warnings.ru2001-07-102-2/+2
|
* mdoc(7) police: removed punctuation after the last SEE ALSO xref.ru2001-07-106-6/+6
|
* mdoc(7) police: sort SEE ALSO xrefs.ru2001-07-101-1/+1
|
* VCS ID fixupobrien2001-07-102-5/+3
|
* style nitsobrien2001-07-101-2/+2
|
* Add $FreeBSD$ CVS tag.ru2001-07-101-0/+3
|
* Upgrade to Groff 1.17.2.ru2001-07-102-4/+4
|
* Merge Groff 1.17.2 changes.ru2001-07-104-23/+54
|
* Use stock (FSF) version of this file.ru2001-07-101-0/+2
|
* Provide a hint for the OPIE 'insecure' mode.markm2001-07-102-0/+12
|
* This commit was generated by cvs2svn to compensate for changes in r79546,ru2001-07-103-138/+0
| | | | which included commits to RCS files with non-trunk default branches.
* This commit was generated by cvs2svn to compensate for changes in r79543,ru2001-07-10116-2424/+5819
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of FSF groff v1.17.2ru2001-07-10123-2457/+5892
| |
* | Fix a horrible bug introduced by myself where the options collectionmarkm2001-07-103-11/+20
| | | | | | | | keeps on growing as the module stack is parsed.
* | Make this build again after breakage from previous commits.dfr2001-07-102-12/+12
| |
* | mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-10294-294/+294
| |
* | mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-1087-87/+87
| |
* | bzip2(1) is in the base system - we don't need /usr/local/bin in the PATHsobomax2001-07-101-1/+1
| | | | | | | | anymore.
* | mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-10100-100/+101
| |
* | Fix dependencies between kernel options:yokota2001-07-105-17/+26
| | | | | | | | | | | | | | | | | | | | - When both SC_PIXEL_MODE and SC_NO_FONT_LOADING are defined, quietly drop SC_NO_FONT_LOADING, because the pixel(raster) console requires font. - When SC_NO_FONT_LOADING is defined, force SC_ALT_MOUSE_IMAGE. Without font, the arrow-shaped mouse cursor cannot be drawn. - Fiddle and simplify some internal macros. MFC after: 2 weeks
* | Fix typo: "fending of" -> "fending off"sheldonh2001-07-101-1/+1
| |
* | mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-10325-325/+325
| |
* | mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-1060-60/+60
| |
* | mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-1023-24/+24
| |
* | mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-1016-18/+16
| |
* | mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-1015-15/+20
| |
* | Added #include <sys/proc.h>nyan2001-07-102-0/+2
| | | | | | | | Submitted by: Kaho Toshikazu <kaho@elam.kais.kyoto-u.ac.jp>
* | mdoc(7) police: minor markup tweaks.ru2001-07-101-2/+4
| |
* | mdoc(7) police:ru2001-07-101-11/+25
| | | | | | | | | | Restored .Pa for ``dumpdates'' (it's still a file). Also, removed duplicate ``file'' words.
OpenPOWER on IntegriCloud