summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Add `isoC-99' to the list of availble abbreviations.obrien2000-10-111-0/+2
|
* Minor doc tweaks: reorder the "SEE ALSO" section alphabetically; addjkoshy2000-10-111-2/+2
| | | | punctuation.
* Minor clarification about the "bypass" hook.archie2000-10-101-1/+2
|
* Install the sendmail cf building tools (contrib/sendmail/cf) ingshapiro2000-10-102-0/+37
| | | | | | /usr/share/sendmail/cf. PR: 19790
* update i4b version to 0.96.00hm2000-10-101-2/+2
|
* Removed the FreeBSD ID I was forced to add in rev 1.9.obrien2000-10-101-2/+1
|
* Remove LIBRSAGLUE, add LIBSSLgshapiro2000-10-101-1/+1
| | | | Reviewed by: kris
* update to i4b version 0.95.04hm2000-10-097-44/+673
| | | | | This commit adds the ReleaseNotes file which contains a list of major i4b changes happened since the last version comitted to FreeBSD (0.90.01).
* Reviewed by: rwatson, bpadrian2000-10-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Approved by: rwatson Obtained from: NetBSD source tree Second part of the fsck wrappers commit. This commit enables the new fsck code (removing the fsck/* code and replacing it with the netbsd fsck wrapper code), and enabling some FFS-based utilities to compile. Details: * quotacheck, fsdb required modification to use the fsck_ffs/ code rather than fsck/ . This might change later since quotacheck requires preen.c which should exist in fsck/ rather than fsck_ffs/ * src/Makefile has fsck_ffs added to it so it it built as part of the tree now * share/doc/smm/03.fsck/ uses the SMM.doc/ stuff from fsck_ffs, not fsck. I've tested this, and it shouldn't require any changes on your machine. The fsck wrapper reads /etc/fsck and is command-line-compatible enough to not require rc changes (well, most changes unless you want to do anything nifty by specifying the fs types explicityly, read the man page if you want further details on what it can do.) This now allows us to support multiple filesystem types during bootup.
* Initiate deorbit burn sequence for <machine/mouse.h>.phk2000-10-094-4/+4
| | | | | | | | | | Replace all in-tree uses with <sys/mouse.h> which repo-copied a few moments ago from src/sys/i386/include/mouse.h by peter. This is also the appropriate fix for exo-tree sources. Put warnings in <machine/mouse.h> to discourage use. November 15th 2000 the warnings will be converted to errors. January 15th 2001 the <machine/mouse.h> files will be removed.
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-083-4/+8
| | | | | | | | | Replace all in-tree uses with necessary subset of <sys/{fb,kb,cons}io.h>. This is also the appropriate fix for exo-tree sources. Put warnings in <machine/console.h> to discourage use. November 15th 2000 the warnings will be converted to errors. January 15th 2001 the <machine/console.h> files will be removed.
* Use <space> not <tab> before VCS ID.obrien2000-10-081-1/+2
|
* Give the post-fix example a better description.alex2000-10-071-1/+1
| | | | | PR: 21646 Submitted by: "Peter Pentchev" <roam@orbitel.bg>
* Index: Makefilebrian2000-10-061-0/+2
| | | | | | | | | | | | | | | | | | =================================================================== RCS file: /home/ncvs/src/share/man/man9/Makefile,v retrieving revision 1.75 diff -u -r1.75 Makefile --- Makefile 2000/09/17 12:15:12 1.75 +++ Makefile 2000/10/06 23:24:26 @@ -69,6 +69,8 @@ MLINKS+=make_dev.9 destroy_dev.9 MLINKS+=malloc.9 FREE.9 malloc.9 MALLOC.9 malloc.9 free.9 MLINKS+=mi_switch.9 cpu_switch.9 +MLINKS+=namei.9 NDINIT.9 +MLINKS+=namei.9 NDFREE.9 MLINKS+=posix4.9 p1003_1b.9 MLINKS+=psignal.9 gsignal.9 psignal.9 pgsignal.9 MLINKS+=rtalloc.9 rtalloc1.9 rtalloc.9 rtalloc_ign.9
* .Os FreeBSD instead of just plain .Osarchie2000-10-061-1/+1
| | | | Submitted by: ru
* * I don't think that ed-devices are still "high performance ethernet ↵alex2000-10-061-6/+6
| | | | | | | | device"s. Change that to "ethernet device". * Update synopsis for the new config-style: just "device ed". * PCI and PC Card devices are also supported.
* This brings support for IP Filter into rc.network and rc.conf withdarrenr2000-10-061-0/+214
| | | | | | | | | | | | the appropriate documentation added to rc.conf(5). If all goes well with this over the next few weeks, the PR will be closed with the pullup of patches back to 4-STABLE. PR: 20202 Submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net> Reviewed by: Darren Reed <darrenr@freebsd.org> Approved by: Darren Reed <darrenr@freebsd.org> Obtained from: Gerhard Sittig <Gerhard.Sittig@gmx.net>
* Correct who pioneered the accept filters and Yahoo!'s company name.ps2000-10-061-1/+1
|
* Add missing escape sequences, -mdoc'ify.ru2000-10-061-23/+34
|
* Simple -mdoc fixes.ru2000-10-061-6/+6
|
* Man page for the ichsmb SMBus controller driver.archie2000-10-061-0/+56
|
* The aac driver manual pagescottl2000-10-051-0/+140
| | | | Reviewed by: sheldonh@freebsd.org
* Add the manual page for the aac device.scottl2000-10-051-1/+2
| | | | Reviewed by: sheldonh@freebsd.org
* Add the card ID for the Am79c975 PCnet/FAST III card. This is a variantwpaul2000-10-051-2/+2
| | | | | | of the Am79c973 with "AlertIT Technology," whatever that is. Also mention support for the PCnet/FAST III cards in the documentation. The PCnet/FAST III chips have integrated 10/100 PHYs.
* Mention pccard_beep.sheldonh2000-10-051-0/+5
| | | | Requested by: sanpei
* Add a unaligned_print option (alpha only)brian2000-10-041-0/+9
| | | | | | | Document osf1_enable Submitted by: Eric D. Futch <efutch@nyct.net> PR: 21649
* Change macros Em -> Dv.marko2000-10-032-56/+59
| | | | | | Also removed hard sentence breaks introduced in my last commit. Suggested by: sheldonh
* Add support for the AMD Am79c976 PCnet/PRO controller chip. For nowwpaul2000-10-031-2/+2
| | | | | | | | | this just involves adding the chip ID to the supported list: the PCnet/PRO is compatible with the PCnet/FAST+ and friends and should "just work" with this driver. Also try to handle mbuf allocation failures in the receive handler more gracefully.
* Update with all the new chipsets..sos2000-10-031-10/+22
|
* Fix typo : s/maintaince/maintenance/murray2000-10-031-1/+1
|
* Fix cdev kld example after it has been broken for year or so. Also extend listsobomax2000-10-027-15/+114
| | | | | | | | of supported operations by example read() and write() operations. Inspired by: http://www.daemonnews.org/200010/blueprints.html PR: 16173 Submitted by: sobomax
* fix ordering of NetBSD 1.3 (sync with NetBSD share/misc/bsd-family-tree).itojun2000-10-021-7/+8
|
* Change "building the standard ${LIB} library" to "building the staticpeter2000-10-021-1/+1
| | | | | | | ${LIB} library". "standard" tends to imply the one that is normally used... but by default it is not the case - the .so would be the "standard" library. Therefore, change this to 'static'. Another option might be "conventional ${LIB} library".
* Add reference to file /usr/share/examples/netgraph/ether.bridge.archie2000-10-011-0/+5
|
* Script showing how to setup Ethernet bridging using ng_bridge(4).archie2000-10-011-0/+167
|
* SC_ALT_MOUSE_IMAGE is required for the mouse if SC_NO_FONT_LOADING ormarko2000-09-302-3/+13
| | | | | | | VGA_NO_FONT_LOADING are used. PR: 21626 Submitted by: Vivek Khera <khera@kciLink.com>
* Document passwd_format further.green2000-09-302-0/+16
|
* Document that net.inet.ip.fw.one_pass only affects dummynet(4).ru2000-09-291-1/+1
| | | | Noticed by: Peter Jeremy<peter.jeremy@alcatel.com.au>
* Bring this a bit more up to date.julian2000-09-291-97/+19
| | | | | | | | Remove the entire copy of ip_fw.h and just point readers at it as it gets out of date.. Add mentions of dummynet and the fwd actions. Still to do: Whoever did the 'stateful' stuff might mention it..
* Change paths, /modules -> /boot/kernel in FILES sectionmarko2000-09-291-4/+4
| | | | | PR: 21635 Submitted by: Mike Meyer <mwm@mired.org>
* Fixed broken path /etc/mailer.conf -> /etc/mail/mailer.confmarko2000-09-271-2/+3
| | | | | PR: 21586 Submitted by: tim@desert.net
* Huge improvement to the mutex man page.markm2000-09-251-9/+151
| | | | | | o Document all the mutex calls, not just the entry and exit. o Fix the mtx_t typedef (now is struct mtx).
* Remove references to the defunct kern.timecounter.method sysctl variable.markm2000-09-251-15/+1
|
* This is a very obsolete example file for wormcontrol, which is noasmodai2000-09-221-41/+0
| | | | | | | longer present in the tree. PR: 21005 Submitted by: Michael Harnois <mdharnois@home.com>
* Document 'libusb' option for .Lb macrophantom2000-09-221-0/+2
|
* Add ports-french.asami2000-09-223-0/+3
|
* Make some small line-break tweaks.wpaul2000-09-211-4/+4
| | | | Submitted by: Sheldon Hearn
* o Bring VOP_GETACL(9) and VOP_GETEXTATTR(9) man page "LOCKS" sections inrwatson2000-09-212-4/+2
| | | | | | | sync with the implementation. Vnode locks *are* required for these operations, as some underlying implementations will require them. Obtained from: TrustedBSD Project
* Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters.wpaul2000-09-202-0/+160
| | | | | | | | | | | | | | Previously, these cards were supported by the lnc driver (and they still are, but the pcn driver will claim them first), which is fine except the lnc driver runs them in 16-bit LANCE compatibility mode. The pcn driver runs these chips in 32-bit mode and uses the RX alignment feature to achieve zero-copy receive. (Which puts it in the same class as the xl, fxp and tl chipsets.) This driver is also MI, so it will work on the x86 and alpha platforms. (The lnc driver is still needed to support non-PCI cards. At some point, I'll need to newbusify it so that it too will me MI.) The Am79c978 HomePNA adapter is also supported.
* Put temporary output in ${TMPDIR:-/tmp}brian2000-09-191-2/+1
| | | | | | If $<basedir>_output is not set, don't redirect output PR: 21395
OpenPOWER on IntegriCloud