summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: Scheduled sweep.ru2003-02-2433-441/+562
|
* Return bits which were removed in revision 1.22.trhodes2003-02-241-3/+11
| | | | Requested by: imp
* Return bits which were removed in revision 1.28.trhodes2003-02-241-0/+19
| | | | Requested by: imp
* Be more specific about supported cards.trhodes2003-02-241-1/+1
| | | | Submitted by: imp
* Remove a comment about pccardd(8).trhodes2003-02-241-3/+1
| | | | Discussed with: imp
* Add device wlan as its now required.trhodes2003-02-241-0/+1
| | | | Discussed with: imp
* Explain what exca is.imp2003-02-232-0/+41
|
* o Improve vocabulary/wordingchris2003-02-231-34/+60
| | | | | | | | | | o Expand on MAC policy enforcement on network interfaces o Add cross-references to su(1) and setfsmac(8) where appropriate o Comment out mmap revocation sysctls as they are a bit too experimental o Add the standard BUGS section Prompted by: rwatson Sponsored by: DARPA, Network Associates Laboratories
* A few improvements suggested by nectar.dwmalone2003-02-231-3/+12
|
* Add a section on different types of randomness, what the librarydwmalone2003-02-231-0/+121
| | | | | | | functions we provide are good for and how /dev/random fits into this picture. Reviewed by: markm
* Packages have been in .tbz format for some time now, thus s/tgz/tbz/brueffer2003-02-221-1/+1
| | | | X-MFC after: re-approval
* Document the net.inet.ip.portrange.reserved{high,low} sysctl knobscjc2003-02-211-0/+18
| | | | | | added in sys/netinet/in_pcb.c 1.120. Prodded by: ru
* mdoc(7) police: tidy up.ru2003-02-201-21/+41
|
* Remove extraneous word.ceri2003-02-201-1/+1
|
* Update teh aac(4) manpage to note new controllers, the scsi passthruscottl2003-02-201-17/+24
| | | | interface, changes to linux compatibilty, and fewer bugs.
* Note we now support the DC395U2W cards.cognet2003-02-201-0/+3
|
* The nfs_privport variable doesn't exist - mention nfs_reserved_port_onlyceri2003-02-181-1/+1
| | | | | | | instead. Approved by: murray (mentor) MFC After: 2 days
* Back out revision 1.34 until we can come up with a more accurate patch.chris2003-02-171-65/+0
|
* Add a section on Giant lock manipulation macros.chris2003-02-171-0/+65
| | | | | Submitted by: Hiten M. Pandya <hiten@angelica.unixdaemons.com> Reviewed by: bmilekic
* Xref miibus(4).trhodes2003-02-172-0/+2
|
* o Add a note explaining the meaning of mls/equal beyond "equal to allchris2003-02-171-2/+30
| | | | | | | | | | | labels" o Remove the ++ compartment range notation example as this has not yet been merged into CVS. o Include a "Runtime Configuration" section listing all of the relevant sysctl knobs for this policy. Sponsored by: DARPA, Network Associates Laboratories Obtained from: TrustedBSD Project
* - Document some of the sysctl parameters. The read-only ones will go intochris2003-02-171-42/+64
| | | | | | | | | | | another subsection, but I'm not quite sure where yet. Right now it's just the configurable bits. - Move the label format off into another subsection to match other labeling policy man pages. - Make the sample range label look like the form specified. Sponsored by: DARPA, Network Associates Laboratories Obtained from: TrustedBSD Project
* Add a bunch of cards that we've added IDs for in the past few months:imp2003-02-171-2/+7
| | | | | | | | | +Allied Telesis WR211PCM Prism? PCMCIA +ArTem OnAir Prism? PCMCIA +Bay eMobility 11B Prism-2.5? PCMCIA +Blue Concentric Circle WL-379F Prism-II CF +Linksys WCF11 Prism-3 PCMCIA +YIS TWL-11B Prism-II PCMCIA
* Correct the BSD/OS macro.trhodes2003-02-161-1/+1
|
* Include a section about enabling MAC on UFS2 file systems. UFS1 ischris2003-02-161-0/+28
| | | | | | a bit more challenging and will be added later. Sponsored by: DARPA, Network Associates Laboratories
* Link several of the if_* modules to their respected manual pages.trhodes2003-02-151-0/+40
|
* Update xrefs to point at other usb pages.trhodes2003-02-151-0/+2
|
* 1: wi(4) does not need miibus(4).trhodes2003-02-151-2/+2
| | | | | | 2: Add arp(4) and netintro(4) to Xrefs. 1: Discussed with: imp
* Xref miibus(4).trhodes2003-02-1519-0/+19
|
* Add a manual page for miibus(4) and attach it to the build.trhodes2003-02-152-0/+108
| | | | Reviewed by: peter, rwatson (older version)
* Improve the wording.hrs2003-02-151-4/+9
| | | | Reviewed by: ru
* Move NOMAN down the section without underscore characters.trhodes2003-02-141-1/+1
| | | | | | Add a forgotten `=' sign. Thanks to: ru, bde
* Add AUTHORS sectionphantom2003-02-131-0/+6
|
* Finally! Document all undocumented functions in libc_r.phantom2003-02-1310-0/+696
| | | | | | | | | | | | | | | | | | | | Add manual pages for following functions: . pthread_attr_setcreatesuspend_np(3) . pthread_main_np(3) . pthread_multi_np(3) . pthread_single_np(3) . pthread_mutexattr_getkind_np(3) . pthread_mutexattr_setkind_np(3) . pthread_resume_all_np(3) . pthread_resume_np(3) . pthread_set_name_np(3) . pthread_suspend_all_np(3) . pthread_suspend_np(3) . pthread_switch_add_np(3) . pthread_switch_delete_np(3) MFC after: 3 days
* Document start_if.${ifn} scripts.hrs2003-02-131-0/+6
| | | | Not objected to by: -doc
* Break important implementation detail note into IMPLEMENTATION DETAILSphantom2003-02-131-3/+7
| | | | | | section. Add cross reference to pthread_attr_getstack() function. MFC after: 1 day
* Add cross reference for pthread_attr_get_np()phantom2003-02-131-0/+1
|
* Various spelling and grammar fixesbrueffer2003-02-131-8/+8
| | | | | | PR: 44312 Submitted by: Chris Pepper <pepper@rockefeller.edu> MFC after: 3 days
* Add description about device detaching.simokawa2003-02-131-0/+9
|
* Add description about kldload and security note.simokawa2003-02-124-0/+34
|
* Document the NOMAN option.trhodes2003-02-121-0/+3
|
* Add NOMAN here also.trhodes2003-02-111-0/+1
|
* Update man page to match the new world order after Sam updated us toimp2003-02-111-73/+42
| | | | NetBSD's 802.11 infrastructure.
* Commit a nearly real man page describing the current state of devctl.imp2003-02-111-1/+71
| | | | | | | | More work likely needs to happen. This describes things better than the old "this man page intentionally left blank" style man page that I'd committed previously. Nitpickers: comb nits and commit!
* Install the OpenSSL man pages in /usr/share/openssl/mannectar2003-02-102-17/+0
| | | | and remove the WANT_OPENSSL_MANPAGES knob.
* Add pthread_attr_getstack() and pthread_attr_setstack().alfred2003-02-101-0/+8
| | | | Submitted by: Craig Rodrigues <rodrigc@attbi.com>
* Give more information to users replacing sendmail regarding periodic'sgshapiro2003-02-081-0/+2
| | | | | | submit mail queue check. PR: docs/38924
* Correct the man page for nfs_bufpackets. DEFAULT is not an acceptablegshapiro2003-02-081-3/+1
| | | | | | | value. PR: conf/31280 MFC after: 3 days
* The .Fn functioncharnier2003-02-0611-29/+58
|
* Document the recent changes for vinum as root filesystem.joerg2003-02-051-9/+62
| | | | MFC after: 2 weeks
OpenPOWER on IntegriCloud