Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Capitalize the last two entries. Note that i8254 is a timer. Report | green | 2000-07-28 | 1 | -4/+8 |
| | | | | | that TSC is for any fifth-gneration of later x86 processor, not an i586, and document that it _is_ available to applications. | ||||
* | Add HISTORY. | obrien | 2000-07-27 | 1 | -0/+5 |
| | |||||
* | Merge from stable: dtterm color fix | ache | 2000-07-27 | 1 | -0/+1 |
| | |||||
* | Fix minor typo. | markm | 2000-07-27 | 1 | -1/+1 |
| | |||||
* | Describe the syncer(4)-related sysctls kern.filedelay, kern.dirdelay | sheldonh | 2000-07-26 | 1 | -5/+13 |
| | | | | and kern.metadelay, thanks to mckusick's feedback. | ||||
* | Add an EXAMPLES section with an example of how to mount a | sheldonh | 2000-07-24 | 1 | -0/+15 |
| | | | | malloc(9)-backed md(4) device on /tmp . | ||||
* | Remove references to the (removed) kern.timecounter.method sysctl. | markm | 2000-07-23 | 1 | -15/+1 |
| | |||||
* | Rework the FILES section to cover the list of common symbolic links | sheldonh | 2000-07-22 | 1 | -12/+53 |
| | | | | | in the /dev directory. Also cover this driver's quirky relationship with the MAKEDEV script. | ||||
* | Move the ef(4) manual page from sys/modules/if_ef to share/man/man4, as | sheldonh | 2000-07-21 | 1 | -0/+1 |
| | | | | discussed with bp. | ||||
* | cons: shorten "rs" again, syscons fixed | ache | 2000-07-21 | 1 | -1/+1 |
| | |||||
* | Describe Reset | ache | 2000-07-21 | 1 | -0/+2 |
| | |||||
* | Move the netgraph-related manual pages into share/man/man4/, as | sheldonh | 2000-07-21 | 1 | -0/+20 |
| | | | | discussed with archie. | ||||
* | Cosmetic: | sheldonh | 2000-07-21 | 1 | -16/+143 |
| | | | | | Convert to one file per line in the MAN4 list. This will make future deltas easier to read. | ||||
* | cons: | ache | 2000-07-21 | 1 | -7/+7 |
| | | | | | | | | | Simplify "rs" (\Ec will be fixed later in syscons, so this is intermedia step) Remove "mh" - termcap must describe what device _actually_ have end left emulation upon upper level program. "mh" is also conflicting with colors. Don't remove "md" for mono consoles dosansi: Wrong "mh" -> good "mr" | ||||
* | Minor formatting tweak: compact the supported adapter list. | wpaul | 2000-07-20 | 1 | -1/+2 |
| | |||||
* | Update the Tigon driver to support 1000baseTX gigE over copper AceNIC | wpaul | 2000-07-20 | 1 | -6/+14 |
| | | | | | | | | cards. This basically involves switching to the 12.4.13 firmware, plus a couple of minor tweaks to the driver. Also changed the jumbo buffer allocation scheme just a little to avoid 'failed to allocate jumbo buffer' conditions in certain cases. | ||||
* | Oops. Activate tap in man4 and modules makefiles | nsayer | 2000-07-20 | 1 | -2/+2 |
| | |||||
* | cons: use newly added SGR 24 for "ue" and SGR 27 for "se" | ache | 2000-07-20 | 1 | -5/+5 |
| | |||||
* | Describe newly implemented SGR 22,24,25,27 | ache | 2000-07-20 | 1 | -9/+13 |
| | |||||
* | Add the tap driver. | nsayer | 2000-07-20 | 1 | -0/+217 |
| | | | | | | | | | | | | | The tap driver is used to present a virtual Ethernet interface to the system. Packets presented by the network stack to the interface are made available to a character device in /dev. With tap and the bridge code, you can make remote bridge configurations where both sides of the bridge are separated by userland daemons. This driver also has a special naming hack to allow it to serve a similar purpose to the vmware port. Submitted by: myevmenkin@att.com, vsilyaev@mindspring.com | ||||
* | Update isp man page, add ispfw man page. | mjacob | 2000-07-20 | 3 | -92/+104 |
| | |||||
* | Add an MLINKS entry which makes snd(4) a link for pcm(4). | sheldonh | 2000-07-20 | 2 | -1/+3 |
| | | | | Suggested by: Udo Erdelhoff <ue@nathan.ruhr.de> | ||||
* | Add a FILES section which, as a side-effect, just so happens to | sheldonh | 2000-07-20 | 1 | -1/+14 |
| | | | | | | | give device node creation instructions. PR: 20060 Reported by: "Sean O'Connell" <sto@stat.Duke.EDU> | ||||
* | Explicetly remove AX for mono consoles. | ache | 2000-07-20 | 1 | -4/+4 |
| | | | | Fix mono Latin2 console color support removing. | ||||
* | cons: add AX to indicate that SGR 39 and 49 present and can be used separately | ache | 2000-07-20 | 1 | -1/+1 |
| | |||||
* | Fix a typo and mark ``update'' up consistently in the HISTORY section. | sheldonh | 2000-07-20 | 1 | -2/+2 |
| | | | | Reported by: des | ||||
* | Clear the extraneous Os argument, which survived rev 1.3. | sheldonh | 2000-07-20 | 1 | -1/+1 |
| | |||||
* | General clean-up [1/1]: whitespace | sheldonh | 2000-07-20 | 1 | -7/+10 |
| | |||||
* | General clean-up [0/1]: content | sheldonh | 2000-07-20 | 1 | -15/+26 |
| | | | | | | | Clear extraneous Nm arguments. Clarify some English. Mark netgraph and ifconfig up as a cross-reference. Remove apostrophe from a genitive ``its''. | ||||
* | Include a comment explaining the usual delay between writes and syncs. | sheldonh | 2000-07-20 | 1 | -0/+5 |
| | |||||
* | Typo. | n_hibma | 2000-07-19 | 1 | -2/+2 |
| | | | | Submitted by: Mike Meyer <mwm@mired.org> | ||||
* | Document the rc.d system. | ben | 2000-07-19 | 1 | -0/+97 |
| | | | | | Suggested by: dcs Reviewed by: alex, dcs, sheldonh | ||||
* | pthread_once --> pthread_once_t. | jasone | 2000-07-19 | 1 | -1/+1 |
| | |||||
* | Remove mention of SYNCER_MAXDELAY and "thirty seconds", using more | sheldonh | 2000-07-19 | 1 | -12/+8 |
| | | | | | general terms instead. This follows a discussion with alfred, in which it became clear that I had misunderstood sched_sync(). | ||||
* | Replace the obsolete update(4) manual page with syncer(4). I was | sheldonh | 2000-07-19 | 2 | -43/+39 |
| | | | | not abble to solicit review from <freebsd-hackers>. | ||||
* | Clean up this new manual page. This delta includes content and | sheldonh | 2000-07-19 | 1 | -82/+112 |
| | | | | | | | | whitespace changes, which should not be a problem because this is only the second revision of the file and translators are unlikely to have gotten started yet. Reviewed by: abial | ||||
* | Define what is meant by `brackets' and `braces'. | ben | 2000-07-18 | 1 | -2/+13 |
| | | | | Suggested by: grog | ||||
* | Order the cross-references in the SEE ALSO section correctly. | sheldonh | 2000-07-18 | 1 | -2/+2 |
| | |||||
* | Clean up this new manual page. This delta includes content and | sheldonh | 2000-07-18 | 1 | -173/+234 |
| | | | | | | | | whitespace changes, which should not be a problem because this is only the second revision of the file and translators are unlikely to have gotten started yet. Reviewed by: abial | ||||
* | Don't get stuck in a loop calling exit from an atexit routine. Clean | mjacob | 2000-07-18 | 1 | -8/+9 |
| | | | | | | up cam_fill_ctio usage to passed atio flags. Clear periph_priv area of new ctio so if the kernel is dumb enough to look at them (this is a SECURITY hole) the panic will be obvious instead of subtle. | ||||
* | Change my email address in the copyright notices for the sake of consistency | jasone | 2000-07-18 | 6 | -6/+6 |
| | | | | (jasone@canonware.com --> jasone@freebsd.org). | ||||
* | Add the PCI IDs for the Macronix 98727 and 98732 parts. These are | wpaul | 2000-07-17 | 1 | -2/+4 |
| | | | | | | 3.3volt PCI/cardbus chipsets similar to the 98715 (and they have 512-bit hash tables). Also update the man page to mention the 98727/98732 and the SOHOware SFA110A Rev B4 card with the 98715AEC-C chip. | ||||
* | Remove some whitespace so the line with "brackets" changed to "angle | ben | 2000-07-17 | 1 | -1/+1 |
| | | | | brackets" no longer touches the right edge of an 80 column display. | ||||
* | kue(4) and cue(4) do not need miibus. | wpaul | 2000-07-17 | 2 | -2/+0 |
| | |||||
* | Rename MDNSECT to MD_NSECT and declare it as something that isn't | sheldonh | 2000-07-17 | 1 | -2/+2 |
| | | | | | | | default in NOTES. Requested by: bde Approved by: phk | ||||
* | sync with latest kame doc. wording changes and updates | itojun | 2000-07-17 | 1 | -52/+151 |
| | |||||
* | bring in latest kame doc. talk about ah tunnel caveat. | itojun | 2000-07-17 | 1 | -14/+100 |
| | |||||
* | Clean up after oneself on exit. | mjacob | 2000-07-17 | 1 | -0/+10 |
| | |||||
* | 1. "braces" -> "brackets" when referring to [ and ]. | ben | 2000-07-16 | 1 | -8/+27 |
| | | | | | | | | | | | | | | PR: 19894 Submitted by: Tony Finch <dot@dotat.at> 2. "brackets" -> "angle brackets" when referring to < and >. 3. Clean up the bit about creating the usage() message. After clarifying a couple of points the sentence became rather long, and rather poor English, so it was converted to a enumerated list instead. parts 1, 2, 3: Reviewed by: sheldonh | ||||
* | Clarify that CVSup doesn't understand comments in refuse files. | ben | 2000-07-16 | 1 | -0/+5 |
| | | | | | PR: 19949 Submitted by: Jun Ushida <ushida@msa.biglobe.ne.jp> |