summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed accumulated unsorting and some other style bugs (long lines).bde2002-01-111-11/+10
|
* Sort entries and clarify commentsphantom2002-01-111-2/+5
|
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.ru2002-01-11114-135/+2
| | | | Not objected to by: -current
* Replaced bogus cross references by the usual one for the ctype familybde2002-01-112-32/+2
| | | | (ctype(3)).
* Removed assertion that isblank() conforms to C90 too. This assertionbde2002-01-111-5/+0
| | | | | | is correct but less than useful. There is some uncertainty about whether isblank() is in C99, but it is certainly not in C90. It just conforms to C89 because it is a conforming extension.
* Fixed unsorting of almost all lists in previous commit.bde2002-01-111-7/+4
| | | | Removed assertion that isblank() is in C99 here too.
* Now that we have the original BSD man(1)'s ${MACHINE} featureru2002-01-114-118/+40
| | | | | | | | back (as of man.c,v 1.45), change the meaning of the -m option from poorly documented and badly coded "alternate system" to a much more useful "different architecture for the same system". PR: docs/31261
* Fixed unsorting of MLINKS in previous commit.bde2002-01-111-3/+3
| | | | Fixed unsorting of SRCS in rev.1.18.
* Fixed missing return type in the prototoype for the hook function.bde2002-01-111-0/+1
|
* Fix a panic condition in icmp_reflect() introduced in rev. 1.61.ru2002-01-111-2/+2
| | | | | | | | | | (We should be able to handle locally originated IP packets, and these do not have m_pkthdr.rcvif set.) PR: kern/32806, kern/33766 Reviewed by: luigi Fix tested by: Maxim Konovalov <maxim@macomnet.ru>, Erwin Lansing <erwin@lansing.dk>
* The -pthread -> -lc_r change didn't reach here.ru2002-01-112-2/+2
|
* Forgot to commit these two files for the recent .Dt change.ru2002-01-113-98/+17
|
* Add missing prototype for pmap_unmapdev().jhb2002-01-111-0/+1
|
* genassym builds need the -fno-common stripped out.peter2002-01-113-5/+5
|
* Export cd9660_wchar2char symbol, because we need it in the pluggablesobomax2002-01-111-0/+1
| | | | unicode decoding klds (cd9660_unicode port).
* Turn on unconditional symbol export for modules whose API ismsmith2002-01-1110-0/+20
| | | | | not clear enough, will require additional analysis, or will require some input from their maintainers.
* Export symbols that constitute APIs defined by thesemsmith2002-01-1115-0/+142
| | | | | | | | modules. Note that in the case of 'mii' the API is not clearly defined, and the symbols exported represent a subset defined by current usage.
* Reverse the sense of EXPORT_SYMS. If EXPORT_SYMS is notmsmith2002-01-111-4/+7
| | | | | | | | | | defined, no symbols are exported from the module. This is the typical configuration for most device drivers and standalone modules; only infrastructure modules or those with special requirements typically need to export symbols. Don't print the objcopy commands as they are run when converting symbols; they're bulky and annoying in many cases.
* Catch the netboot version up to the main loader. This is pretty bogus.jhb2002-01-111-0/+5
| | | | | | | | All the alpha loaders should use the same version file. Also, we might should merge the various loaders (cdboot, loader, netboot) into one loader that can boot off of disks, CD's, and network devices. The version bump is needed so the FICL scripts won't bomb out thinking that the netboot binary is too old.
* Unrevert revision 1.12. Revision 1.14 backed this out saying it wasjhb2002-01-101-7/+17
| | | | | | | backing out the 1024 sector boot0, but revision 1.12 had nothing to do with that. Instead, it documented various compile time options for boot0 and allowed them to be overridden via make.conf or options on the make command line.
* o Add T-POWER flashimp2002-01-101-2/+19
| | | | | | | | | | Submitted by: Michael Johansson <micke@nevermind.net> o Sony PCWA-C100 WaveLAN card Submitted by: "Jeremiah Gowdy" <jgowdy@home.com> o Corega KK Wireless LAN PCCA-11 (version b?) Submitted by: Masahide *MAC* Noda <mac@clave.gr.jp>
* Add vlruvp() routine - implements LRU operation for vnode recycling.dillon2002-01-101-0/+46
| | | | | | | | We calculate a trigger point that both guarentees we will find a sufficient number of vnodes to recycle and prevents us from recycling vnodes with lots of resident pages. This particular section of code is designed to recycle vnodes, not do unnecessary frees of cached VM pages.
* mdoc(7) police: shorten AUTHORS section.ru2002-01-101-5/+1
|
* MFV: NetBSD style document titles (OS/arch).ru2002-01-101-75/+70
|
* Fix reversed definitions for the bits that select half vs. full duplex.archie2002-01-101-4/+4
| | | | Submitted by: Darren Croke <djc@packetdesign.com>
* This commit was generated by cvs2svn to compensate for changes in r89232,ru2002-01-101-17/+18
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Print architecture right after an operating system name in a title.ru2002-01-102-92/+88
| | | | | | | | | | | | | | | | | | | | From ChangeLog: : 2001-12-24 Ruslan Ermilov <ru@FreeBSD.org> : : * tmac/doc-common (Dt): Change output of architecture strings. : Do some syntax cleanup. : * tmac/groff_mdoc.man: Updated.
| * From ChangeLog:ru2001-12-242-0/+5
| | | | | | | | | | | | | | | | | | : 2001-12-22 Ruslan Ermilov <ru@FreeBSD.org> : : * tmac/doc-common, tmac/doc-syms: Small updates. This adds support for FreeBSD 4.4, FreeBSD 4.5, NetBSD 1.6, and POSIX.1-2001.
* | mdoc(7) police: tidy up.ru2002-01-101-17/+25
| |
* | mdoc(7) police: tidy up the markup.ru2002-01-101-55/+58
| | | | | | | | Reviewed by: davidc
* | mdoc(7) police: tidy up the markup.ru2002-01-101-50/+79
| |
* | mdoc(7) police: doh, again I forgot about this XXX.ru2002-01-101-2/+1
| |
* | mdoc(7) police: tidy up the markup.ru2002-01-101-19/+26
| |
* | mdoc(7) police: tidy up the markup.ru2002-01-101-96/+131
| |
* | mdoc(7) police: expand contractions, remove newly introducedru2002-01-101-12/+13
| | | | | | | | | | hard sentence break, revert to a proper markup for config(8) file directives, fix broken xref.
* | mdoc(7) police: markup nits.ru2002-01-101-2/+2
| |
* | mdoc(7) police: tidy up the markup.ru2002-01-101-61/+86
| |
* | mdoc(7) police: tidy up the markup in revision 1.96.ru2002-01-101-5/+12
| |
* | mdoc(7) police: add missing markup bit.ru2002-01-101-1/+1
| |
* | mdoc(7) police: ispell rev. 1.32.ru2002-01-101-1/+1
| |
* | mdoc(7) police: tidy up previous delta.ru2002-01-101-3/+9
| |
* | Do not pull quota entries of the cache-list if they have alreadyphk2002-01-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | been removed from the cache-list as part of a previous unmount. This would result in panics (page fault in dqflush()) during subsequent umounts provided that enough distinct UID's to actually make the hash do something are active. This can probably explain a number of weird quota related behaviours. PR: 32331 maybe more. Reproduced by: Søren Schrørder <sch@cybercity.dk>
* | mdoc(7) police:ru2002-01-101-26/+13
| | | | | | | | | | | | | | | | | | Fixed bugs from previous delta: - Removed duplicate -m and -o options from SYNOPSIS - Added missing -L option to SYNOPSIS - Removed duplicate -M option from DESCRIPTION - Tidy up the markup
* | Add an example for testing scalability and concurrencybrian2002-01-101-5/+45
| |
* | mdoc(7) police: kill WEOL and HSB, tidy up the AUTHORS section.ru2002-01-101-4/+6
| |
* | mdoc(7) police: oops, forgot about those interim XXX'es.ru2002-01-101-8/+4
| |
* | mdoc(7) police: tidy up.ru2002-01-101-212/+237
| |
* | mdoc(7) police: tidy up the markup.ru2002-01-101-22/+40
| |
* | mdoc(7) police: get rid of WEOL and HSB introduced in rev 1.6.ru2002-01-101-3/+4
| |
* | mdoc(7) police: finish up the "proc" -> "thread" conversion.ru2002-01-101-2/+2
| |
OpenPOWER on IntegriCloud