summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Add two new generic control messages, NGM_ASCII2BINARY andarchie1999-11-304-4/+280
| | | | | | | | | | | | | | | | | | | | | | | NGM_BINARY2ASCII, which convert control messages to ASCII and back. This allows control messages to be sent and received in ASCII form using ngctl(8), which makes ngctl a lot more useful. This also allows all the type-specific debugging code in libnetgraph to go away -- instead, we just ask the node itself to do the ASCII translation for us. Currently, all generic control messages are supported, as well as messages associated with the following node types: async, cisco, ksocket, and ppp. See /usr/share/examples/netgraph/ngctl for an example of using this. Also give ngctl(8) the ability to print out incoming data and control messages at any time. Eventually nghook(8) may be subsumed. Several other misc. bug fixes. Reviewed by: julian
* - Fixed German spelling in INDEX.keymaps.yokota1999-11-291-10/+55
| | | | | | - Added Estonian and new Swiss keymaps. Submitted by: Blapp Martin (mb@imb.ch)
* - Fix Swiss keymaps: swissfrench.iso.kbd and swissgerman.iso.kbd.yokota1999-11-297-46/+545
| | | | | | | | | Add new keymaps: swissfrench.iso.acc.kbd, swissgerman.acc.kbd, swissfrench.cp850.kbd, and swissgerman.cp850.kbd. PR: conf/14667 Submitted by: Blapp Martin (mb@imb.ch) Tested by: a number of Swiss users.
* Add two modules for the pccard work: dev/pccard/card_if.m andimp1999-11-281-2/+2
| | | | | | dev/pccard/power_if.m. XXX There has got to be a better way to deal with this.
* Build and clean device interface files (foo_if.[ch]) and empty optionsbde1999-11-281-4/+33
| | | | | | | | | | files (opt_*.h) automatically (if they are in ${SRCS}). Clean vnode_if.[ch] automatically (if one of them is in ${SRCS}, not just if VFS_KLD is defined). There are some complications to avoid using the "@" symlink before it is built.
* - Added Estonian keymaps: estonian.iso.kbd, estonian.iso15.kbd,yokota1999-11-285-0/+349
| | | | | | | and estonian.cp850.kbd. PR: conf/14658 Submitted by: priit@mig.ee
* add pthread_cancel, obtained from OpenBSD.alfred1999-11-282-0/+257
| | | | | | | | | | | | | | eischen (Daniel Eischen) added wrappers to protect against cancled threads orphaning internal resources. the cancelability code is still a bit fuzzy but works for test programs of my own, OpenBSD's and some examples from ORA's books. add readdir_r to both libc and libc_r add some 'const' attributes to function parameters Reviewed by: eischen, jasone
* A bullet in the head to pkg_manage references.billf1999-11-261-4/+0
|
* To avoid confusion, zap libcurses. ncurses provides both curses, termcappeter1999-11-262-42/+1
| | | | and termlib (terminfo) support.
* Add one of the two root words adapted from scandinavian since 1066:imp1999-11-241-0/+2
| | | | | | | | | | | | | | ombudsman and its mate ombudsmanship since I've had ispell (which uses /usr/share/dict/words) flag it too many times. Thanks to phk for telling me the other word is kokkenmoding, an archaeological term for a pile of oystershells and other debiris from a stone-age household. I didn't add it to the list, however, since none of the online dictionaries that I looked at had it in them. Gotta find that oed lookup link :-)
* Add .ORDER which is needed for the previous commit to work with -jN.marcel1999-11-231-0/+1
| | | | Pointed out by: bde
* vnode_if.sh makes both vnode_if.c and vnode_if.h. Add vnode_if.c tomarcel1999-11-231-1/+1
| | | | | the LHS of the rule for vnode_if.h. This solves a "dunno how to make" error.
* Document single_mountd_enableache1999-11-231-0/+10
|
* Remove man_locles - goes to manpath.configache1999-11-231-7/+0
|
* Document pppoed optionsbrian1999-11-231-0/+23
|
* Update the manpage with the changed usb_devinfo structure.n_hibma1999-11-221-29/+39
|
* The rt_refcnt member is a long now.jdp1999-11-221-1/+1
|
* An example of how to configure PPPoE.brian1999-11-211-0/+27
|
* Document the requirement for root privileges.julian1999-11-211-1/+3
|
* Document new feature (support for write(2) when 1 hook attached).julian1999-11-211-0/+10
|
* The at_exit and at_fork functions currently use a 'roll your own'phk1999-11-192-8/+0
| | | | | | | | | | | | | linked list to store the callbak routines. The patch converts the lists to queue(3) TAILQs, making the code slightly clearer and ensuring that callbacks are executed in FIFO order. Man page also updated as necesary. (discontinued use of M_TEMP malloc type while here anyway /phk) Submitted by: Jake Burkholder jake@checker.org PR: 14912
* Add an example of how to run raw IP across a sync port.julian1999-11-191-0/+16
|
* Add an example of how to set up a frame relay link using netgraph andjulian1999-11-191-0/+46
| | | | the 'sr' sync card.
* Update references.archie1999-11-191-12/+16
|
* Miscellaneous edits.archie1999-11-191-21/+25
|
* Add reference to ng_pppoe(8).archie1999-11-191-0/+1
|
* Update to reflect changed functionality.archie1999-11-191-22/+24
|
* Fix invalid option name: DIVERT -> IPDIVERTphantom1999-11-171-1/+1
|
* Make "-mpreferred-stack-boundary=2" the default on the i386.obrien1999-11-171-0/+13
| | | | This reduces the size of the kernel and modules when compiled with GCC 2.95.
* Add reference to new netgraph node type "ksocket".archie1999-11-161-1/+2
|
* New Netgraph node type "ksocket".archie1999-11-161-0/+128
| | | | Obtained from: Whistle source tree
* Added $FreeBSD$ idents.joe1999-11-163-1/+3
|
* Added $FreeBSD$ tags.joe1999-11-1612-0/+12
|
* Remove unsupported hardstatus related terminal capabilities for thejkoshy1999-11-161-2/+1
| | | | | | | 'xterm' entry. PR: misc/12209 Submitted by: Christian Weisgerber
* * remove i386 specific markphantom1999-11-1541-59/+57
| | | | | * some style and syntax fixes * some duplicated $FreeBSD$ tags removed
* Deactivate manpages repo-copied to man4 directory (all these driversphantom1999-11-1543-9148/+10
| | | | not i386 specific anymore -- move them to appropriate place)
* Update the ASCII diagram for FreeBSD 3.3chris1999-11-151-0/+2
|
* Activate manpages repo-copied from man4.i386.phantom1999-11-151-9/+16
|
* ${MACHINE} -> ${MACHINE_ARCH}marcel1999-11-142-7/+7
| | | | | | | | | | | | | | | | All Makefiles now use MACHINE_ARCH for the target architecture. Unification is required for cross-building. Tags added to: sys/boot/Makefile sys/boot/arc/loader/Makefile sys/kern/Makefile usr.bin/cpp/Makefile usr.bin/gcore/Makefile usr.bin/truss/Makefile usr.bin/gcore/Makefile: fixed typo: MACHINDE -> MACHINE_ARCH
* Document changed calling conventions (lost WILLRELE) for VOP_MKNOD andeivind1999-11-131-13/+1
| | | | VOP_SYMLINK.
* 'Dq' -> '.Dq'billf1999-11-121-3/+3
|
* Update to reflect changes in the node type.archie1999-11-102-10/+51
|
* Fix typo: MOUSE_GETSTAT -> MOUSE_GETSTATUS.yokota1999-11-097-11/+11
| | | | Found by: abial
* Fix comments: LKM -> KLD, /etc/objectformat -> /etc/objformatphantom1999-11-091-5/+5
|
* - Document SC_TWOBUTTON_MOUSE, SC_NORM_ATTR, SC_NORM_REV_ATTR,yokota1999-11-082-0/+94
| | | | | | SC_KERNEL_CONS_ATTR and SC_KERNEL_CONS_REV_ATTR. Nudged by eivind
* - This is the new version of libvgl jointly developed by sos and I.yokota1999-11-081-10/+11
| | | | | | | | | It adds new functions and extend some structures and can handle VESA modes. - Update the man page. - Bump the library version number. (The old version will be added to compat3x.)
* Update to better reflect reality.archie1999-11-081-18/+16
|
* Add missing documentation for the two control messages supportedarchie1999-11-081-1/+8
| | | | by this node type.
* Add some more clarification.archie1999-11-081-8/+35
|
* Stop nroff from complaining about the freeBSD version..julian1999-11-0711-29/+55
| | | | Also some updates to the vjc node man page.
OpenPOWER on IntegriCloud