Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The umass(4) driver now supports the Trek Thumbdrive 8MB. | trhodes | 2003-01-30 | 1 | -0/+2 |
| | |||||
* | On -CURRENT, we need "device apm" and not "device apm0 at nexus?". | mux | 2003-01-29 | 1 | -1/+1 |
| | |||||
* | Document WANT_EXT2FS_MODULE. | obrien | 2003-01-29 | 2 | -0/+7 |
| | |||||
* | fix pathname typo | sam | 2003-01-28 | 1 | -2/+2 |
| | | | | Submitted by: Jim Geovedi <negative@magnesium.net> | ||||
* | Fix typo and update information. | simokawa | 2003-01-25 | 2 | -8/+16 |
| | |||||
* | Rescaning the bus is usually unnecessary. | simokawa | 2003-01-25 | 1 | -32/+12 |
| | |||||
* | Correct License text. | pdeuskar | 2003-01-24 | 1 | -20/+23 |
| | | | | MFC after: 1 day | ||||
* | Say goodbye to `freen' and `freend'. | wollman | 2003-01-24 | 2 | -2/+3 |
| | | | | | | | | | | freen: imputed typo in original wordlist. I can find no evidence for this being an actual English word, not even in the OED. freend: archaic spelling of `friend'. In a modern document, it is far more likely that this appears as a typo or a dialect word than it does under the original meaning, so remove it as not to cause false negatives for spelling checkers. | ||||
* | Fix formatting of rev. 1.6 so that the note fits on a line. | wollman | 2003-01-24 | 1 | -1/+1 |
| | |||||
* | Correct grammatical error. | wollman | 2003-01-24 | 1 | -1/+1 |
| | |||||
* | Added UFS library to the bsd.libnames.mk namespace. | ru | 2003-01-23 | 1 | -0/+1 |
| | |||||
* | List all of the assignment operators explicitly, for those who have been | fanf | 2003-01-22 | 2 | -19/+21 |
| | | | | traumatized by perl. | ||||
* | Update with the current list of scanners that the driver supports. | joe | 2003-01-21 | 1 | -3/+29 |
| | |||||
* | use 'void *' instead of 'caddr_t' for useracc, kernacc, vslock and vsunlock. | alfred | 2003-01-21 | 2 | -4/+4 |
| | |||||
* | Catch up to WAIT/NOWAIT cleanup. | alfred | 2003-01-21 | 2 | -30/+3 |
| | |||||
* | hook fast_ipsec.4 up | sam | 2003-01-21 | 1 | -0/+1 |
| | |||||
* | fast ipsec protocols | sam | 2003-01-21 | 1 | -0/+105 |
| | |||||
* | Augment the model number list. | obrien | 2003-01-21 | 2 | -6/+8 |
| | |||||
* | Properly mark up column lists. This does not affect output; I just had | chris | 2003-01-20 | 3 | -8/+8 |
| | | | | | | the arguments to .Bl incorrect. Sponsored by: DARPA, Network Associates Laboratories | ||||
* | Reference the MAC chapter in the user Handbook. | chris | 2003-01-20 | 1 | -0/+5 |
| | | | | Sponsored by: DARPA, Network Associates Laboratories | ||||
* | Support for the "Seiko Epson Perfection 1260 scanner". | joe | 2003-01-20 | 1 | -0/+1 |
| | | | | | Submitted by: Michael Lestinsky <michael@lestinsky.de> MFC After: 3 days | ||||
* | Add required commas that were ommitted in the previous delta; the | sheldonh | 2003-01-19 | 2 | -2/+2 |
| | | | | SEE ALSO section's list of manual pages must be comma-separated. | ||||
* | Kill whitespace at EOL. | mtm | 2003-01-19 | 1 | -1/+1 |
| | | | | | Approved by: markm (mentor) Noticed by: ru | ||||
* | Note that Wisecom's PCI adapter works. | tom | 2003-01-18 | 1 | -0/+1 |
| | |||||
* | Document lock order reversals possible when calling allocation functions | alfred | 2003-01-18 | 2 | -14/+28 |
| | | | | | | | | | | | with vnode interlocks held. Emphasize that users need to be careful with malloc flags versus mbuf flags. Remove stale portion in vnode.9 about v_tag. We don't have it anylonger. Submitted by: Hiten Pandya <hiten@unixdaemons.com> | ||||
* | Caution programmers not to confuse M_DONTWAIT with M_NOWAIT. They | rwatson | 2003-01-18 | 2 | -0/+19 |
| | | | | | | are not the same. Suggested by: Hiten Pandya <hiten@unixdaemons.com> | ||||
* | Mention net.inet.ip.accept_sourceroute. | ru | 2003-01-17 | 1 | -0/+3 |
| | |||||
* | kernel: | njl | 2003-01-16 | 3 | -10/+14 |
| | | | | | | | | | | | | * Fix a bug where devices weren't cleaned up on close(): CAM_REQ_CMP != 0 user: * Increase timeout in usermode to CAM_TIME_INFINITY. The initiator is in charge of timeouts and the value was in ms, not seconds. * Bring two debugging printfs under the debug flag * Clean up man page to show increased testing on isp(4) Submitted by: gibbs (bugfixes) | ||||
* | Add missing . to mandoc macro | keramida | 2003-01-15 | 1 | -1/+1 |
| | | | | | PR: docs/47092 Submitted by: SUZUKI Koichi <koich@cac.co.jp> | ||||
* | Slightly better grammar. | chris | 2003-01-15 | 1 | -1/+1 |
| | | | | Sponsored by: DARPA, Network Associates Laboratories | ||||
* | Update cross-references to include mac(4). | chris | 2003-01-15 | 10 | -1/+11 |
| | | | | Sponsored by: DARPA, Network Associates Laboratories | ||||
* | Welcome mac(4), the central source of information for all things MAC. | chris | 2003-01-15 | 2 | -0/+132 |
| | | | | Sponsored by: DARPA, Network Associates Laboratories | ||||
* | Add rc_debug knob to rc.conf. The code for it has been in rc.subr for | mtm | 2003-01-14 | 1 | -0/+81 |
| | | | | | | | | some time now. Document all knobs introduced by rc.d Approved by: markm (mentor) Reviewd by: gordon (earlier revision) | ||||
* | Cross reference lio_listio(2). | tjr | 2003-01-14 | 1 | -0/+1 |
| | |||||
* | Manual page for sem.ko/options P1003_1B_SEMAPHORES, similar to aio(4). | tjr | 2003-01-14 | 2 | -0/+68 |
| | |||||
* | Note that the Dlink Air 660 is supported. | trhodes | 2003-01-14 | 1 | -0/+1 |
| | |||||
* | Add check for AIO support before starting up. | njl | 2003-01-13 | 1 | -0/+27 |
| | |||||
* | Sort. Move /usr/heimdal to /var/heimdal where it really is. | ceri | 2003-01-10 | 1 | -12/+12 |
| | | | | | | PR: docs/46637 Submitted by: Igor Sobrado <sobrado@acm.org> Approved by: ru | ||||
* | Top Gun Telnet has been deprecated, and the home page recomends Top Gun SSH. | trhodes | 2003-01-09 | 1 | -1/+1 |
| | | | | | | | Update the URL to reflect this. PR: 45010 Submitted by: Kim Scarborough <sluggo@unknown.nu> (Original patch) | ||||
* | Regen: | sheldonh | 2003-01-09 | 1 | -47/+111 |
| | | | | * Boemler: vendors.txt (2002-12-27) | ||||
* | Do not do manually what sendmail(8) can do better automatically. | wollman | 2003-01-08 | 1 | -13/+12 |
| | | | | | Tell sendmail to clean up its own host status cache. The error condition handling could probably be done better. | ||||
* | o Refer to "Network Associates Laboratories" instead of "NAI Labs" or | chris | 2003-01-08 | 10 | -41/+38 |
| | | | | | | | | "Network Associates Labs" in the copyright notice. o Remove clause #3 in the license terms. o Remove the line break from my name. Sponsored by: DARPA, Network Associates Laboratories | ||||
* | Include a proper reference to the Developers' Handbook in the | chris | 2003-01-08 | 1 | -0/+4 |
| | | | | | | SEE ALSO section. Sponsored by: DARPA, Network Associates Laboratories | ||||
* | Cross-reference mac_lomac.4 | chris | 2003-01-08 | 9 | -0/+9 |
| | | | | Sponsored by: DARPA, Network Associates Laboratories | ||||
* | Document the LOMAC security policy. | chris | 2003-01-08 | 2 | -0/+197 |
| | | | | | | This man page was co-written by Brian Feldman <green>. Sponsored by: DARPA, Network Associates Laboratories | ||||
* | pthread_attr_get_np() now takes 'pthread_t' (not 'pthread_t *') | fjoe | 2003-01-07 | 1 | -2/+2 |
| | | | | to be consistent with other pthread_XXX functions | ||||
* | Correct order of alignment in EXAMPLES. | trhodes | 2003-01-06 | 1 | -2/+2 |
| | | | | | PR: 42760 Submitted by: Christian Brueffer <chris@unixpages.org> | ||||
* | Major update to the refuse file. | trhodes | 2003-01-06 | 2 | -9/+17 |
| | | | | | PR: 44164 Submitted by: Sergei Kolobov <sergei@kolobov.com> | ||||
* | Back out revisions 1.45 && 1.46, they are incorrect. | trhodes | 2003-01-06 | 1 | -2/+1 |
| | | | | Noticed by: schweikh | ||||
* | Document what .jcr and .eh_frame is. | trhodes | 2003-01-06 | 1 | -0/+5 |
| | | | | | PR: 46638 Submitted by: Tim Kientzle <tim@kientzle.com> |