summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak fr_BE localephantom2002-02-126-7/+68
| | | | Found by: tools/diag/localeck
* Unbreak it_CH localephantom2002-02-123-3/+17
| | | | Found by: tools/diag/localeck
* Unbreak fr_CH localephantom2002-02-121-2/+9
| | | | Found by: tools/diag/localeck
* Document NO_CXX and NO_GDB.obrien2002-02-111-0/+2
|
* The routine is dev_depends(); consistently spell it that way.dd2002-02-112-4/+4
| | | | | | PR: 34047 Submitted by: Maxime Henrion <mux@sneakerz.org> Pointy hat to: dd
* Reinforce locking requirement for VOP_REVOKE: the lock must not be held.rwatson2002-02-101-1/+1
| | | | Discussed with: phk
* Revert 1.14: VOP_GETATTR() really does require a vnode lock.rwatson2002-02-101-3/+3
| | | | Confirmed by: mckusick
* memrange.h is in sys/.dd2002-02-101-1/+1
| | | | | PR: 34460 Submitted by: Bruce Dang <bruce@research.teamxor.org>, roam
* Don't hardcode paths. This is generally silly, and in this casemarkm2002-02-081-1/+1
| | | | | | breaks custom installworlds. Pointed out by: bde
* Regen.sheldonh2002-02-081-2/+7
|
* Correct copyright.green2002-02-071-12/+19
|
* Allow local tweaks when messing with manpages.markm2002-02-061-2/+4
|
* CURRENT-tyyle updates. This document was (is?) in the dark ages.markm2002-02-061-3/+43
|
* Document entropy device bits.markm2002-02-063-0/+238
|
* Neither .depend nor ${DEPENDFILE} depend on _SUBDIR.ru2002-02-061-1/+1
| | | | (One step closer to _SUBDIR <-> _SUBDIRUSE merge.)
* Back out revision 1.23 (SUBDIR_CHANGE).ru2002-02-061-37/+12
| | | | Not objected to by: bde, eivind
* 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
|
OpenPOWER on IntegriCloud