summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Removed vestiges of vop_mmap.bde2001-02-022-72/+1
|
* Fix typo.nik2001-02-021-1/+1
| | | | | PR: docs/23936 Submitted by: Garret Rooney <rooneg@rpi.edu>
* Declaring functions inside functions was deprecated twice. Keep thenik2001-02-021-3/+1
| | | | | | | second recommendation, which includes more rationale, and nix the first. PR: docs/24690 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su
* mtx_try_enter() returns an int, not void.jhb2001-02-021-1/+1
|
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-0192-754/+1017
|
* Add the ability to declare ore-ride methods on a per-hook basisjulian2001-01-311-6/+42
| | | | | | for the rcvdata() and rcvmsg() methods. Also bring the man page up to sync with my last commit. (and this one)
* Document the mpsafe argument to callout_init().ben2001-01-311-1/+9
| | | | | | PR: 24529 Submitted by: harti brandt <brandt@fokus.gmd.de> Reviewed by: jlemon
* Implement direct support for semipersistant nodes.julian2001-01-301-2/+2
| | | | | | | | | | | | | (e.g. ethernet nodes are persistent until you rip out the hardware) Use this support in the ethernet and sample nodes. Add some more abstraction on the 'item's so that node and hook reference counting can be checked easier. Slight man page correction. Make pppoe type dependent on ethernet type. Clean up node shutdown a little. Move a mutex from MTX_SPIN to MTX_DEF (oops) Fix small ref-counting bug. remove warning on one2many type.
* Allow the output of /etc/security to be logged or mailed to differentbrian2001-01-301-2/+13
| | | | | | | users in line with ${daily,weekly,monthly}_output using a new $daily_status_security_output variable. PR: 24643
* Style police.des2001-01-291-5/+5
| | | | Submitted by: ru
* Add a new distribution algorythm to the 'one2many' node type.julian2001-01-281-8/+23
| | | | | | | | | The new method is 'flood' (in addition to the old round-robin) in which incoming packets are sent to more than one outgoing hook. (I'm not sure what Rogier is using this for but it seems generally useful and isn't much extra) Submitted by: Rogier R. Mulhuijzen (drwilco@drwilco.net )
* Add MLINKS for sbuf_clear() and sbuf_overflowed().des2001-01-281-0/+2
|
* Document the changes in subr_sbuf.c rev. 1.2.des2001-01-281-15/+42
|
* Add a man page for the zone allocator.des2001-01-272-0/+198
|
* correct documentation to match code.julian2001-01-261-2/+2
|
* remove reference to nonexistent ugen(4) manual page.ben2001-01-251-1/+0
| | | | | PR: 24622 Submitted by: Ernst de Haan <ernst@jollem.com>
* Mdoc(7)ify the previous revision.ru2001-01-241-1/+4
|
* mdoc(7) police: fixed some minor formatting/spelling errors.ru2001-01-243-20/+20
|
* Hmm. This must be a first. The man page was updated *before* the source.mjacob2001-01-231-0/+4
| | | | Correct some slight inaccuracies in the man page.
* - Activate runqueue.9, scheduler.9, and sleepqueue.9 along with appropriatejhb2001-01-231-3/+12
| | | | | MLINKS. - Update MLINKS for mi_switch.9.
* Catch up to the new way that the scheduling code works since the originaljhb2001-01-231-40/+27
| | | | | | | SMPng commit. Also document the new cpu_throw function (currently only on i386). Reviewed by: sheldonh
* Document the various functions and variables used by the currentjhb2001-01-231-0/+276
| | | | | | | scheduler code. Includes a rough description of the various priority values stored in struct proc as well as priority propagation. Reviewed by: chris
* Document the current organization and helper functions used to implementjhb2001-01-231-0/+89
| | | | | | the sleep queues used by msleep/wakeup and friends. Submitted by: sheldonh
* Document the current organization of the run queues and the variousjhb2001-01-231-0/+137
| | | | | | functions used to manage them. Reviewed by: sheldonh
* mdoc(7) police: use macros wherever possible, remove hard sentence breaks.ru2001-01-221-105/+113
|
* Prepare for mdoc(7)NG.ru2001-01-221-2/+2
|
* Add the options of which cron program to run, and specifying flagsdougb2001-01-211-0/+12
| | | | | | | to it. PR: conf/24358 Submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net>
* Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutexjasone2001-01-212-40/+1
| | | | | | | | initialization until after malloc() is safe to call, then iterate through all mutexes and complete their initialization. This change is necessary in order to avoid some circular bootstrapping dependencies.
* mdoc(7) police: removed leading whitespaces that are not insideru2001-01-195-5/+7
| | | | Bd/Ed; these hardly degrade the quality of the produced output.
* BSD/OS was called BSD/386 prior to 2.0.itojun2001-01-191-13/+13
|
* mdoc(7) police: add missing .Ed call.ru2001-01-182-1/+2
|
* remove reference to nonexistent screenmap(5) manual page.ben2001-01-181-1/+0
| | | | | PR: 24305 Submitted by: Marco van de Voort <marcov@stack.nl>
* mdoc(7) police:ru2001-01-181-279/+508
| | | | | Use proper macros for variables and their types, removed hard sentence breaks, added a bunch of cross references.
* Add a smal line of text which indicates I am working on updatingasmodai2001-01-181-0/+8
| | | | this. <almost exactly 6 years after Garrett>
* Add Greek collateache2001-01-175-0/+420
| | | | | PR: 24324 Submitted by: past@netmode.ntua.gr
* Add Greek keyboardache2001-01-173-0/+563
| | | | | PR: 24324 Submitted by: past@netmode.ntua.gr
* Add iso07 fontsache2001-01-174-0/+231
| | | | | PR: 24324 Submitted by: past@netmode.ntua.gr
* Add Greek supportache2001-01-173-0/+203
| | | | | PR: 24324 Submitted by: past@netmode.ntua.gr
* Add Greek supportache2001-01-173-1/+104
| | | | | PR: 24324 Submitted by: past@netmode.ntua.gr
* document ${KERNEL}ben2001-01-171-0/+18
| | | | | PR: 24404 Submitted by: Mike Meyer <mwm@mired.org>
* Actually add build.7 to the Makefile, 2 months late.ben2001-01-171-1/+1
| | | | | PR: 24405 Submitted by: Mike Meyer <mwm@mired.org>
* sysinstall.8 lives in src/usr.sbin/sysinstall now and gets installed viajhb2001-01-171-6/+0
| | | | normal means, so remove the hack to install it.
* Prepare for mdoc(7)NG.ru2001-01-1613-22/+22
|
* Prepare for mdoc(7)NG.ru2001-01-162-3/+3
|
* mdoc(7) police: use .Fa for function arguments, use .Vt for variable type.ru2001-01-161-11/+11
|
* Implement condition variables.jasone2001-01-162-1/+208
|
* man(7) -> mdoc(7).ru2001-01-151-26/+52
|
* Simplify some mdoc(7) constructs.ru2001-01-151-12/+5
|
* Add a missing argument for SYSCTL_ADD_OPAQUE.markm2001-01-141-4/+5
| | | | Fix the examples at the end which were horribly broken.
* Correct a typo in a product name.dmlb2001-01-131-1/+1
| | | | Pointed Out By: ru
OpenPOWER on IntegriCloud