summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Update the physio man page to better reflect reality.joe2002-02-051-37/+14
| | | | | | PR: docs/30603 Reviewed by: phk MFC after: 3 days
* Add a manpage for VOP_REVOKE(9).green2002-02-052-1/+63
| | | | Sponsored by: DARPA, NAI Labs
* Document that VOP_GETATTR(9) does not actually expect to hold angreen2002-02-051-3/+3
| | | | | | exclusive lock on entry. Sponsored by: DARPA, NAI Labs
* Two updates from ISO 639-2/RA Change Notice, dated 2001-08-13 andwollman2002-02-041-1/+2
| | | | | | | 2001-09-24. Obtained from: ISO 639-2/RA, <http://lcweb.loc.gov/standards/iso639-2/> MFC after: 1 day
* Update alpha-3 code for Romania.wollman2002-02-041-2/+5
| | | | | | | PR: 34608 Submitted by: Laurent Wacrenier <lwa@victor.teaser.fr> Obtained from: ISO 3166/MA Newsletter V-3 MFC after: 1 day
* Note new status of __P. Don't use it.imp2002-02-011-9/+2
| | | | Reviewed by: arch@, mckusick (in principle)
* There is no need to wrap vendor id bits with '#if 0' if they come pre-wrapped.obrien2002-02-011-1/+2
|
* Modified the rules for vendor ids:bde2002-01-311-12/+17
| | | | | | | | | | | | | | | | - explictly say not to edit infrastructure for vendor ids (not just the ids). - say to enclose vendor ids and their infrastucture in ``#if 0'', and partly explain why. - don't set a bad example by mangling the Berkeley id infrastructure from ``static char sccsid[] ...'' to ``__RCSID(...)''. - show a blank line between the vendor id cruft and the FreeeBSD if cruft in the example. - relaxed the rule about adding "From: " to say that "From: " is actually useful if the file has been renamed. - minor English improvements. Discussed with: obrien
* Update some release dates.joe2002-01-301-5/+7
| | | | PR: misc/34432
* Put a complete set of pppd(8) sample configuration files incjc2002-01-298-0/+112
| | | | | | | | | | | | | | | | | | /usr/share/examples/pppd. Update pppd(8) documentation to reflect this, usr.sbin/pppd/pppd.8. Remove the out-of-place pppd(8) configuration files in etc/ppp, ppp.shells.sample and ppp.deny. Make the appropriate changes to the build process, etc/Makefile and etc/mtree/BSD.usr.mtree, so it all works. The files from etc/ppp, ppp.shells.sample and ppp.deny, were moved with a repo copy. Note it in the logs with a forced commit to these two. Submitted by: Maxim Konovalov <maxim@macomnet.ru> provided the new samples.
* Remove references to raw devices.grog2002-01-281-30/+6
| | | | | Submitted by: mbr Approved by: re
* Merge from NetBSD.joe2002-01-281-1/+68
| | | | | | | | | | | | | | | | | | | | uhub.c: revision 1.37 usb.4: revision 1.30 usb.c: revision 1.38 usb.h: revision 1.40 usb_port.h: revision 1.21 usb_subr.c: revision 1.65 usbdi.h: revision 1.40 Split the attach/detach events up into device, driver and controller attach and detach events. The commit message from NetBSD was: date: 2000/02/02 07:34:00; author: augustss; state: Exp; Change the USB event mechanism to include more information about devices and drivers. Partly from FreeBSD. Also rework usbd to take these new event types into account.
* Sync with NetBSD's version.joe2002-01-281-5/+25
|
* Add support for the Netgear GA302T 10/100/1000 adapter. Given thatjdp2002-01-271-0/+2
| | | | | | it's a 32-bit card, it's quite nice for $75. MFC after: 3 days
* - Spelling fix: "functons" -> "functions".arr2002-01-261-1/+1
|
* Make the rc.conf(5) 'log_in_vain' knob an integer.cjc2002-01-261-6/+15
| | | | | | | | | | Try this out in -CURRENT, MFC, and then consider dropping the 'log_in_vain' knob all together. It really is something for sysctl.conf(5). PR: bin/32953 Reviewed by: -bugs discussion MFC after: 1 week
* Merged all of the lockmgr functions into a single file (lock.9); as well,davidc2002-01-267-512/+244
| | | | | | | | | | some content and layout changes were made. lock.9 had existed before but was never added to Makefile, so it was never installed. That is why the duplicate files were created in the first place. Reviewed by: ru, alfred
* Regen.sheldonh2002-01-251-131/+170
|
* Add pam_ssh support to the static PAM library, libpam.a:ru2002-01-231-6/+9
| | | | | | | | | | | - Spam /usr/lib some more by making libssh a standard library. - Tweak ${LIBPAM} and ${MINUSLPAM}. - Garbage collect unused libssh_pic.a. - Add fake -lz dependency to secure/ makefiles needed for dynamic linkage with -lssh. Reviewed by: des, markm Approved by: markm
* Fix a typo and fix indenting for struct sockaddr to match other structs.schweikh2002-01-221-5/+5
| | | | | No content changes. MFC after: 3 weeks
* Revert revision 1.57 -- ache@ axed /var/spool/uucp in BSD.var.dist,v 1.55.ru2002-01-221-2/+0
|
* The idea of mapping non-existen characters to space (0x20) was nice alone,ache2002-01-215-58/+58
| | | | | | | | | | but those maps also used as backward maps for Paste, so space becomes mapped to last non-existen character on Paste as result. Fix it by mapping non-existen characters to another non-existen one, i.e. to 0x00, so unused 0x00 can be backward-mapped to some junk without real harm. Pointed by: Alexander Kabaev <ak03@gte.com>
* Add the necessary dependencies and linker flags for linking with ades2002-01-211-3/+6
| | | | | | static PAM library that includes pam_ssh. Sponsored by: DARPA, NAI Labs
* Ispell sweep of share/man/man4/man4.i386.mpp2002-01-2117-24/+24
|
* Ispell sweep of share/man/man4.mpp2002-01-2139-68/+68
|
* Fix spelling errors.mpp2002-01-212-6/+6
|
* Remove very outdated comment from the Bugs section that states thatscottl2002-01-201-3/+0
| | | | | | | the driver cannot do U160. Submitted by: ladisalv.kostal@fem.uniag.sk MFC after: 1 day
* o Clarify that various sysctl timing values are in milliseconds.rwatson2002-01-191-6/+7
|
* We don't use two-letters terminal names, so strip them out from vt520* entriesache2002-01-181-2/+2
|
* mdoc(7) police: tidy up.ru2002-01-181-54/+62
| | | | Reviewed by: chris
* Introduce an interface announcement message for the routingru2002-01-181-2/+17
| | | | | | | | | socket so that routing daemons and other interested parties know when an interface is attached/detached. PR: kern/33747 Obtained from: NetBSD MFC after: 2 weeks
* Change "From Id:" to the correct "$Id$" string, as there's no dangerchris2002-01-172-2/+2
| | | | | | of it being expanded. Sponsored by: DARPA, NAI Labs
* mdoc(7) police: removed raw troff from previous delta.ru2002-01-171-18/+13
| | | | Objected to by: mpp, jhb
* Mark daily_news_expire_enable as a variable, not a path.sheldonh2002-01-171-1/+1
|
* mdoc(7) police: tidy up markup and spelling.ru2002-01-171-23/+24
| | | | PR: docs/33962
* Add VLAN for the dc(4) driver (ie long frame). The patch is 2 parts.ambrisko2002-01-161-0/+4
| | | | | | | | | | | | | | | | One to notify the system that the MTU for VLAN can be 1500 so the vlan will automatically be configured with a 1500 MTU the other is to ignore the error case if the received frame is to long. The frame size notification came from code in the SIS driver, and the support for long frames derived from the NetBSD Tulip driver. Tested on: 4 port D-Link adapter DFE-570TX 4 Intel 21143 Netgear card with 82c169 PNIC 10/100BaseTX Reviewed by: ru (manpage), wpaul (not objected to), archie Approved by: imp Obtained from: NetBSD
* - Attempt to help declutter kern. sysctl by moving security out fromarr2002-01-161-1/+1
| | | | | | beneath it. Reviewed by: rwatson
* Add entries for the DEC VT400 and and VT420 terminals.sheldonh2002-01-151-0/+35
| | | | | Obtained from: comp.terminals Reported by: tedm
* fix MLINKS for timeradd.3fjoe2002-01-141-1/+2
|
* yp(4) -> yp(8).ru2002-01-149-575/+12
| | | | PR: docs/30797
* Convert to man4/Makefile style.ru2002-01-141-4/+10
|
* mdoc(7) police: tidy up the markup.ru2002-01-142-118/+158
|
* Add manpage for timeradd macros and friends. A companion page fordwhite2002-01-142-1/+124
| | | | | | timespecadd should be added at a future point... PR: 13079
* Merge some of vt2x0 tc= chain to save 1024 buffer space.ache2002-01-131-16/+19
| | | | | | Clarify comment about kind of color emulators for which vt*-co* entries are for and about saving space. Use direct \E[m instead of ...;m for dumb emulators.
* Add comment indicating that vtXXX-co* entries are for color-enabled terminalache2002-01-131-4/+5
| | | | emulators
* Add NP flag to vt100-npache2002-01-121-2/+2
|
* Add color entries for DEC VT familyache2002-01-121-3/+21
| | | | Compact some space in vt100 entry, add more ac characters
* Fix pathnames.bmah2002-01-121-2/+2
| | | | | PR: 33716 Submitted by: Tim J. Robbins <tim@robbins.dropbear.id.au>
* newfs -U enables softupdates beginning with FreeBSD 4.5.bmah2002-01-111-2/+2
| | | | | PR: 33391 Submitted by: Ceri <setantae@submonkey.net>
* Fixed missing return type in the prototoype for the hook function.bde2002-01-111-0/+1
|
OpenPOWER on IntegriCloud