Commit Graph

5031 Commits

Author SHA1 Message Date
jake
a3ec4c22a1 Add scant documentation for msleep. 2000-09-11 00:52:31 +00:00
dwmalone
51da1c63ec pmcd_value is actually a quad_t. 2000-09-10 14:35:20 +00:00
kris
395ad657f8 Nuke RSAREF support from orbit.
It's the only way to be sure.
2000-09-10 00:09:37 +00:00
jasone
daa58ba7a4 Major update to the way synchronization is done in the kernel. Highlights
include:

* Mutual exclusion is used instead of spl*().  See mutex(9).  (Note: The
  alpha port is still in transition and currently uses both.)

* Per-CPU idle processes.

* Interrupts are run in their own separate kernel threads and can be
  preempted (i386 only).

Partially contributed by:	BSDi (BSD/OS)
Submissions by (at least):	cp, dfr, dillon, grog, jake, jhb, sheldonh
2000-09-07 01:33:02 +00:00
kris
ed06e2e8ec ``Anyone is now free to rub two primes together for their own gratification''
-- Unknown

Now that the RSA algorithm is released into the public domain, build
librsaintl by default unless NO_RSAINTL is set in make.conf.

The native OpenSSL implementation of RSA is much faster, doesn't have
an artificial keysize limitation, has 30% fewer calories and tastes great!
2000-09-06 23:46:50 +00:00
nectar
4ded299256 Add nsswitch support. By creating an /etc/nsswitch.conf file, you can
configure FreeBSD so that various databases such as passwd and group can be
looked up using flat files, NIS, or Hesiod.

= Hesiod has been added to libc (see hesiod(3)).

= A library routine for parsing nsswitch.conf and invoking callback
  functions as specified has been added to libc (see nsdispatch(3)).

= The following C library functions have been modified to use nsdispatch:
    . getgrent, getgrnam, getgrgid
    . getpwent, getpwnam, getpwuid
    . getusershell
    . getaddrinfo
    . gethostbyname, gethostbyname2, gethostbyaddr
    . getnetbyname, getnetbyaddr
    . getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr

= host.conf has been removed from src/etc.  rc.network has been modified
  to warn that host.conf is no longer used at boot time.  In addition, if
  there is a host.conf but no nsswitch.conf, the latter is created at boot
  time from the former.

Obtained from:	NetBSD
2000-09-06 18:16:48 +00:00
obrien
57baa5ad71 The kernel is now known as `kernel.ko' and it and its matching modules
live in ``/boot/kernel/''.
2000-09-06 17:51:31 +00:00
obrien
6a44e2a875 The kernel is now known as `kernel.ko' and it and its matching modules
live in ``/boot/kernel/''.
2000-09-05 22:37:46 +00:00
dcs
b5a4c7de28 Good thing about these examples is that no one uses them, so they can
stay broken for months without anyone noticing.

The boot-conf command was changed as to reproduce the behavior of builtin
loader words precisely. As a result, it now always need an argument, possibly
0 indicating that no other arguments are being passed. This broke in a
non-deterministic way (ie, it could go on working as if everything was fine).
2000-09-05 16:30:09 +00:00
wosch
c70e73db38 Added page http://perso.wanadoo.fr/levenez/unix/ to Bibliography.
This is the most comprehensive UNIX famility tree I know of.

Submitted by: Poul-Henning Kamp <phk@critter.freebsd.dk>
2000-09-03 17:11:26 +00:00
wosch
5e07530d96 Added OpenBSD 2.7 2000-09-03 16:45:46 +00:00
wosch
ee57da15e7 Added FreeBSD 3.5.1 2000-09-03 16:38:47 +00:00
obrien
95020e1f6c Move NOPROFILE' and NOPERL' to be with the reset of their "NO" brethren. 2000-09-02 22:46:04 +00:00
obrien
483621aee8 Move the kernel's "cflags" to be next to the world ones. 2000-09-02 22:43:18 +00:00
sheldonh
4f4c44aef5 Add a missing article. 2000-09-01 13:06:57 +00:00
ru
5f80e3f572 `ip_id' now expected in host byte order when IP_HDRINCL is in use. 2000-09-01 12:37:11 +00:00
archie
5949076927 New netgraph node type for Ethernet bridging. 2000-09-01 01:37:25 +00:00
ache
5ae3ac929b Add Turkish keyboard
Submitted by:	Evren Yurtesen <yurtesen@ispro.net.tr>
2000-08-30 11:04:51 +00:00
sheldonh
6dba99d5ad Apply common line-breaking to the previous delta. 2000-08-30 08:07:06 +00:00
msmith
fe2d862b5a Update the amr.4 manpage for changes in the driver. 2000-08-30 08:00:36 +00:00
ache
3248816e85 8859-9 font
Submitted by:	Evren Yurtesen <yurtesen@ispro.net.tr>
2000-08-29 07:58:52 +00:00
ache
646e822a8b Add iso08 fonts 2000-08-29 04:11:57 +00:00
ache
8d6aaa6124 Fix Hebrew langcode 2000-08-29 04:11:29 +00:00
ache
d4fbfe30e5 Hebrew keyboard 2000-08-29 04:07:52 +00:00
ache
64bd2c30ae Add Hebrew keyboard
PR:		20864
Submitted by:	Allow Ole <allow@darkserver.dyndns.org>
2000-08-29 04:05:30 +00:00
wpaul
4bdf0325c0 Update xl(4) man page to mention a whole bunch of supported cards,
including the 3c556 and 3c556B.
2000-08-28 21:25:37 +00:00
dfr
7b2ba35c76 Document kobj_class_compile_static(). 2000-08-28 21:17:46 +00:00
ache
ab7a0d4bb8 8859-8 fonts
PR:		20864
Submitted by:	Allow Ole  <allow@darkserver.dyndns.org>
2000-08-28 15:07:58 +00:00
sheldonh
a86b9f336c Whitespace-only change: fix hard sentence breaks in previous commit. 2000-08-28 10:11:56 +00:00
phantom
a1dab8497e Apply fixes from NetBSD to bring this manual page into reallity.
Inspired by: ru & 4.4BSD Design and Implementation
Obtained from: NetBSD
2000-08-28 09:27:28 +00:00
ache
a25b721cd1 cons25r: minimize differences with cons25 2000-08-25 08:36:43 +00:00
sheldonh
18def27ac3 Replace the thumb-suck phrase "system call vector translation" with
something that people who like tomato juice prefer.
2000-08-25 08:18:50 +00:00
sheldonh
93d712d4cb Whitepace-only: normalize line-breaking. 2000-08-24 09:33:44 +00:00
sheldonh
39b068970c Import the new linux(4) manual page, which will be useful when the
linux(8) utility and manual page go away.
2000-08-24 07:29:04 +00:00
sheldonh
d4993130ff Miscellaneous fixes:
amr -> Nm
	Cross-reference the AUTHORS section properly.
2000-08-23 09:17:53 +00:00
sheldonh
16c2472210 Normalize the diagnostics list. 2000-08-23 09:13:56 +00:00
sheldonh
0679a78812 Miscellaneous fixes:
* Clear extraneous argument to the Os macro.
  * Place the name description on the Nd line.
  * Mark sub-sections up with Ss, not Sh.
  * Don't double-quote "Login" when "login prompt" is perfectly
    good English.
2000-08-23 09:05:19 +00:00
sheldonh
1b07d97804 Whitespace-only change: normalize line-breaking. 2000-08-23 08:57:59 +00:00
sheldonh
f6b7bd5b34 Misc: mlx -> Nm 2000-08-23 08:52:43 +00:00
sheldonh
eb157670f1 Whitespace-only changes: split over-long lines. 2000-08-23 08:50:34 +00:00
sheldonh
fb580be9e1 Normalize diagnostics list. 2000-08-23 08:47:26 +00:00
sheldonh
2a0a4496e3 Whitespace-only change: apply normal line breaking style. 2000-08-23 08:42:42 +00:00
sheldonh
2d13c2cbd9 Miscellaneous fixes: mly -> Nm and eg. -> e.g. . 2000-08-23 08:35:07 +00:00
sheldonh
434a350286 Normalize the diagnostics list. 2000-08-23 08:33:21 +00:00
sheldonh
faead7c3f8 Whitespace-only change: apply normal line-breaking style. 2000-08-23 08:22:22 +00:00
msmith
3d85f5941d Add a manpage for the new 'mly' driver. 2000-08-23 03:24:32 +00:00
wpaul
be6d30c66c Mention that the LinkSys LNE100TX v4.0/4.1 is supported. 2000-08-23 00:44:23 +00:00
wpaul
a6cdd75e4f Mention that the Netgear FA311 is supported as well as the FA312. 2000-08-23 00:41:44 +00:00
asmodai
60c4d5d4ab The Internet isn't by a long shot just DARPA anymore. Reflect reality.
Inspired by:	-current mailinglist
2000-08-22 15:29:04 +00:00
sobomax
73d6622048 Fix typos.
Approved by:	phk
2000-08-21 14:08:43 +00:00