dragonfly.git
17 years agoRetire brconfig. Its functionality is covered in ifconfig.
Simon Schubert [Sat, 29 Jul 2006 12:11:11 +0000 (12:11 +0000)]
Retire brconfig.  Its functionality is covered in ifconfig.

17 years agoLast commit changed the function arguments of userland version of
YONETANI Tomokazu [Sat, 29 Jul 2006 03:49:01 +0000 (03:49 +0000)]
Last commit changed the function arguments of userland version of
iplioctl() to use (struct dev_ioctl_args *) only for ip_fil.c.
Adjust it to make it work again.

17 years agoWhy is ip_fil.h trying to declare kernel procedures for userland #include's?
Matthew Dillon [Fri, 28 Jul 2006 07:31:08 +0000 (07:31 +0000)]
Why is ip_fil.h trying to declare kernel procedures for userland #include's?
Remove them.

17 years agoFor the moment adjust dd to find the new location of the device type
Matthew Dillon [Fri, 28 Jul 2006 06:24:03 +0000 (06:24 +0000)]
For the moment adjust dd to find the new location of the device type
flags (D_*)

Reported-by: YONETANI Tomokazu <qhwt+dfly@les.ath.cx>
17 years agoMASSIVE reorganization of the device operations vector. Change cdevsw
Matthew Dillon [Fri, 28 Jul 2006 02:17:41 +0000 (02:17 +0000)]
MASSIVE reorganization of the device operations vector.  Change cdevsw
to dev_ops.  dev_ops is a syslink-compatible operations vector structure
similar to the vop_ops structure used by vnodes.

Remove a huge number of instances where a thread pointer is still being
passed as an argument to various device ops and other related routines.
The device OPEN and IOCTL calls now take a ucred instead of a thread pointer,
and the CLOSE call no longer takes a thread pointer.

17 years agoFix a minor bug that prevented compilation.
Matthew Dillon [Fri, 28 Jul 2006 02:11:53 +0000 (02:11 +0000)]
Fix a minor bug that prevented compilation.

17 years agoMake a few more #define's visible when compiling with _KERNEL_STRUCTURES
Matthew Dillon [Fri, 28 Jul 2006 02:11:31 +0000 (02:11 +0000)]
Make a few more #define's visible when compiling with _KERNEL_STRUCTURES

17 years agoUpdate amd64 bits of libc's math routines
Simon Schubert [Thu, 27 Jul 2006 00:46:57 +0000 (00:46 +0000)]
Update amd64 bits of libc's math routines

Obtained-from: NetBSD

17 years agoCorrect TLS and PIC addressing
Simon Schubert [Thu, 27 Jul 2006 00:44:27 +0000 (00:44 +0000)]
Correct TLS and PIC addressing

17 years agoRemove get/make/signalcontext.
Simon Schubert [Thu, 27 Jul 2006 00:44:20 +0000 (00:44 +0000)]
Remove get/make/signalcontext.
SUSv3 calls it "obsolescent" and i386 doesn't have it either.

17 years agoadd header glue
Simon Schubert [Thu, 27 Jul 2006 00:43:56 +0000 (00:43 +0000)]
add header glue

17 years agoAlways create __sys_name syscalls with weak symbols _name and name
Simon Schubert [Thu, 27 Jul 2006 00:43:42 +0000 (00:43 +0000)]
Always create __sys_name syscalls with weak symbols _name and name

Obtained-from: FreeBSD

17 years agoAdd amd64 atomic_lock implementation
Simon Schubert [Thu, 27 Jul 2006 00:43:35 +0000 (00:43 +0000)]
Add amd64 atomic_lock implementation

Obtained-from: FreeBSD

17 years agoThis is suitable for amd64 as well
Simon Schubert [Thu, 27 Jul 2006 00:43:17 +0000 (00:43 +0000)]
This is suitable for amd64 as well

17 years agoTell malloc.c about amd64
Simon Schubert [Thu, 27 Jul 2006 00:43:09 +0000 (00:43 +0000)]
Tell malloc.c about amd64

17 years agoAdd amd64 defines
Simon Schubert [Thu, 27 Jul 2006 00:43:02 +0000 (00:43 +0000)]
Add amd64 defines

Obtained-from: FreeBSD

17 years agoinclude the correct headers
Simon Schubert [Thu, 27 Jul 2006 00:42:54 +0000 (00:42 +0000)]
include the correct headers

17 years agoImport amd64 MD headers
Simon Schubert [Thu, 27 Jul 2006 00:42:46 +0000 (00:42 +0000)]
Import amd64 MD headers

Obtained-from: FreeBSD and our sys/i386

17 years agoCompile libc_r for all archs
Simon Schubert [Thu, 27 Jul 2006 00:41:38 +0000 (00:41 +0000)]
Compile libc_r for all archs

17 years agoBuild battd only for i386 (uses apm)
Simon Schubert [Thu, 27 Jul 2006 00:41:31 +0000 (00:41 +0000)]
Build battd only for i386 (uses apm)

17 years agoAdd defines for amd64
Simon Schubert [Thu, 27 Jul 2006 00:41:24 +0000 (00:41 +0000)]
Add defines for amd64

Obtained-from: FreeBSD

17 years agoPull up changes from i386
Simon Schubert [Thu, 27 Jul 2006 00:41:17 +0000 (00:41 +0000)]
Pull up changes from i386

17 years agoUse %zd for size_t printf()s
Simon Schubert [Thu, 27 Jul 2006 00:41:10 +0000 (00:41 +0000)]
Use %zd for size_t printf()s

17 years agoremove i386-only conditionalisation
Simon Schubert [Thu, 27 Jul 2006 00:41:03 +0000 (00:41 +0000)]
remove i386-only conditionalisation

17 years agoDo obscure va_list handling also on amd64
Simon Schubert [Thu, 27 Jul 2006 00:40:55 +0000 (00:40 +0000)]
Do obscure va_list handling also on amd64

Obtained-from: FreeBSD

17 years agoAdd amd64 support
Simon Schubert [Thu, 27 Jul 2006 00:40:35 +0000 (00:40 +0000)]
Add amd64 support

Obtained-from: FreeBSD

17 years agoAdd amd64 target sources
Simon Schubert [Thu, 27 Jul 2006 00:39:53 +0000 (00:39 +0000)]
Add amd64 target sources

Obtained-from: FreeBSD

17 years agoAdd correct register offsets
Simon Schubert [Thu, 27 Jul 2006 00:39:40 +0000 (00:39 +0000)]
Add correct register offsets

17 years agoRemove unneeded patches
Simon Schubert [Thu, 27 Jul 2006 00:39:33 +0000 (00:39 +0000)]
Remove unneeded patches

17 years agoRestructure Makefiles to accomodate multiple archs
Simon Schubert [Thu, 27 Jul 2006 00:35:02 +0000 (00:35 +0000)]
Restructure Makefiles to accomodate multiple archs

17 years agoRestructure Makefiles to accomodate multiple archs
Simon Schubert [Thu, 27 Jul 2006 00:30:10 +0000 (00:30 +0000)]
Restructure Makefiles to accomodate multiple archs

17 years agoLink libgcc_pic for shared libs
Simon Schubert [Thu, 27 Jul 2006 00:29:57 +0000 (00:29 +0000)]
Link libgcc_pic for shared libs

17 years agoBuild amd64 with the i486 files
Simon Schubert [Thu, 27 Jul 2006 00:29:49 +0000 (00:29 +0000)]
Build amd64 with the i486 files

17 years agoMerge from vendor branch GDB:
Simon Schubert [Thu, 27 Jul 2006 00:29:42 +0000 (00:29 +0000)]
Merge from vendor branch GDB:
restore erroneously removed header

17 years agorestore erroneously removed header
Simon Schubert [Thu, 27 Jul 2006 00:29:42 +0000 (00:29 +0000)]
restore erroneously removed header

17 years agoComment out empty BUGS section.
Sascha Wildner [Wed, 26 Jul 2006 20:21:07 +0000 (20:21 +0000)]
Comment out empty BUGS section.

17 years agoDocument the recently added WITHOUT_SRCS variable.
Sascha Wildner [Wed, 26 Jul 2006 20:18:54 +0000 (20:18 +0000)]
Document the recently added WITHOUT_SRCS variable.

17 years agoNOUUCP was removed a long time ago from the system.
Sascha Wildner [Wed, 26 Jul 2006 18:26:13 +0000 (18:26 +0000)]
NOUUCP was removed a long time ago from the system.

17 years agoUpdate upgrade procedure and adjust disk usage.
Sascha Wildner [Wed, 26 Jul 2006 18:23:16 +0000 (18:23 +0000)]
Update upgrade procedure and adjust disk usage.

17 years agoFix a bug where the VMAYHAVELOCKS flag on a vnode may get lost, resulting
Matthew Dillon [Tue, 25 Jul 2006 20:01:50 +0000 (20:01 +0000)]
Fix a bug where the VMAYHAVELOCKS flag on a vnode may get lost, resulting
in an assertion during exit.

Fix a bug where F_NOEND is not properly set in one of the merge cases.  This
only effects very rare F_GETLK cases.

Reported-by: Joerg Sonnenberger <joerg@britannica.bec.de>
17 years agoAdd code to dump lockf locks associated with a vnode.
Matthew Dillon [Tue, 25 Jul 2006 20:00:56 +0000 (20:00 +0000)]
Add code to dump lockf locks associated with a vnode.

17 years agoRemove devd specific documentation.
Sascha Wildner [Sun, 23 Jul 2006 07:47:12 +0000 (07:47 +0000)]
Remove devd specific documentation.

17 years agoFix date format.
Sascha Wildner [Sun, 23 Jul 2006 06:01:46 +0000 (06:01 +0000)]
Fix date format.

17 years agoGet rid of .Pp before .Sh
Sascha Wildner [Sat, 22 Jul 2006 23:55:30 +0000 (23:55 +0000)]
Get rid of .Pp before .Sh

17 years agoUse .Cd for kernel configuration options.
Sascha Wildner [Sat, 22 Jul 2006 23:52:23 +0000 (23:52 +0000)]
Use .Cd for kernel configuration options.

17 years agoUse full month name for .Dd
Sascha Wildner [Sat, 22 Jul 2006 18:49:25 +0000 (18:49 +0000)]
Use full month name for .Dd

17 years ago- Move error exit in front of tsleep_interlock()
Simon Schubert [Fri, 21 Jul 2006 00:51:13 +0000 (00:51 +0000)]
- Move error exit in front of tsleep_interlock()
- invoke tsleep_interlock and tsleep in a critical section
- release the serializer on error exit

17 years agoDefault kdump's data limit to 64 bytes and document how it can be disabled.
Simon Schubert [Thu, 20 Jul 2006 22:57:47 +0000 (22:57 +0000)]
Default kdump's data limit to 64 bytes and document how it can be disabled.

17 years agoCheck the the ops mount pointer is not NULL before indirecting through it.
Matthew Dillon [Thu, 20 Jul 2006 20:16:24 +0000 (20:16 +0000)]
Check the the ops mount pointer is not NULL before indirecting through it.
The mount pointer can be NULL if the vnode is dead.  This can occur if a
tty is revoke()'d.

Reported-by: walt <wa1ter@myrealbox.com>, Thomas Schlesinger <schlesinger@netcologne.de>
17 years agoPull in fixes from FreeBSD to make -e handling work better.
Simon Schubert [Thu, 20 Jul 2006 17:01:22 +0000 (17:01 +0000)]
Pull in fixes from FreeBSD to make -e handling work better.

Obtained-from: FreeBSD
Noticed-by: joerg, Jiawei Ye <leafy@moderntimes.com.cn> (indirect)
17 years agoFix bug introduced in rev 1.33 and make a clearer code flow.
Simon Schubert [Thu, 20 Jul 2006 16:22:48 +0000 (16:22 +0000)]
Fix bug introduced in rev 1.33 and make a clearer code flow.

Noticed-by: y0netani
17 years agoregen
Sepherosa Ziehau [Wed, 19 Jul 2006 13:38:56 +0000 (13:38 +0000)]
regen

17 years agoAdd device ids for various NVIDIA's GigE
Sepherosa Ziehau [Wed, 19 Jul 2006 13:34:53 +0000 (13:34 +0000)]
Add device ids for various NVIDIA's GigE

17 years agoMention all arguments and fix wording.
Sascha Wildner [Wed, 19 Jul 2006 07:49:21 +0000 (07:49 +0000)]
Mention all arguments and fix wording.

17 years agoIntroduce sys/syslink.h, the beginnings of a VOP-compatible RPC-like
Matthew Dillon [Wed, 19 Jul 2006 06:08:14 +0000 (06:08 +0000)]
Introduce sys/syslink.h, the beginnings of a VOP-compatible RPC-like
communications infrastructure that will be used for userland VFS and
communications between hosts in a cluster.

Begin merging the vnode operations vector code with syslink by replacing
vnodeop_desc with syslink_desc.  Also get rid of a lot of junk related
to vnodeop_desc that is no longer used.

17 years agoGet rid of the weird coda VOP function arguments and void casts and
Matthew Dillon [Wed, 19 Jul 2006 05:59:54 +0000 (05:59 +0000)]
Get rid of the weird coda VOP function arguments and void casts and
replace with the proper arguments.

17 years agoRemove several layers in the vnode operations vector init code. Declare
Matthew Dillon [Tue, 18 Jul 2006 22:22:16 +0000 (22:22 +0000)]
Remove several layers in the vnode operations vector init code.  Declare
the operations vector directly instead of via a descriptor array.  Remove
most of the recalculation code, it stopped being needed over a year ago.

This work is similar to what FreeBSD now does, but was developed along a
different line.  Ultimately our vop_ops will become SYSLINK ops for userland
VFS and clustering support.

17 years agoAdd a fairly bad hack to detect ripouts that might occur during a list
Matthew Dillon [Tue, 18 Jul 2006 02:03:11 +0000 (02:03 +0000)]
Add a fairly bad hack to detect ripouts that might occur during a list
scan.  This does not fix any currently known bugs.

17 years agoAdjust HEAD version from 1.5 to 1.7.
Matthew Dillon [Mon, 17 Jul 2006 00:12:01 +0000 (00:12 +0000)]
Adjust HEAD version from 1.5 to 1.7.

17 years agoAdd a new target for cvs administration of the 1.6 slip tag. Add a cvsup
Matthew Dillon [Mon, 17 Jul 2006 00:04:15 +0000 (00:04 +0000)]
Add a new target for cvs administration of the 1.6 slip tag.  Add a cvsup
file example that will maintain a 1.6 release.

17 years agoBump sub-versions and DragonFly_version in preparation for branching.
Matthew Dillon [Mon, 17 Jul 2006 00:00:04 +0000 (00:00 +0000)]
Bump sub-versions and DragonFly_version in preparation for branching.

17 years agoAdd a note on where to find the release engineering document.
Matthew Dillon [Sun, 16 Jul 2006 23:06:56 +0000 (23:06 +0000)]
Add a note on where to find the release engineering document.

17 years agoAttempt to fix an occassional panic in pf_purge_expired_states() by
Matthew Dillon [Sun, 16 Jul 2006 22:42:23 +0000 (22:42 +0000)]
Attempt to fix an occassional panic in pf_purge_expired_states() by
replacing an unsafe loop iteration with a safe one.

Reported-by: "Simon 'corecode' Schubert" <corecode@fs.ei.tum.de>
Note: Simon's crash only occurs once a month or so, so this patch is
not definitive.

17 years agoUse pbufs instead of ebufs.
Matthew Dillon [Sun, 16 Jul 2006 22:39:42 +0000 (22:39 +0000)]
Use pbufs instead of ebufs.

Submitted-by: "Simon 'corecode' Schubert" <corecode@fs.ei.tum.de>
17 years agoMake dlsym() search all (recursively) loaded objects and not just
Simon Schubert [Sun, 16 Jul 2006 22:15:38 +0000 (22:15 +0000)]
Make dlsym() search all (recursively) loaded objects and not just
the specified one alone.

Submitted-by: Kostik Belousov <kostikbel@gmail.com> via freebsd-hackers
17 years agoAdd missing prototype.
Matthew Dillon [Sun, 16 Jul 2006 21:44:18 +0000 (21:44 +0000)]
Add missing prototype.

17 years agolibssl needs libcrypto, so link it
Simon Schubert [Sun, 16 Jul 2006 12:28:11 +0000 (12:28 +0000)]
libssl needs libcrypto, so link it

17 years agoA broken pipe error is sometimes reported by zcat if the user quits out
Matthew Dillon [Sat, 15 Jul 2006 07:33:05 +0000 (07:33 +0000)]
A broken pipe error is sometimes reported by zcat if the user quits out
of the pager without reading the entire manual page.  It is unclear why
this happens (EPIPE should kill zcat, not cause an error to be reported).
For now, just quiet error reporting when piping zcat to a pager.

Reported-by: Petr Janda <elekktretterr@exemail.com.au>
17 years agoAdd an ASCII copy of the handbook to the system. It can't hurt to have it
Sascha Wildner [Fri, 14 Jul 2006 21:42:07 +0000 (21:42 +0000)]
Add an ASCII copy of the handbook to the system. It can't hurt to have it
around on the LiveCD. It will be updated periodically.

Also, get rid of the /usr/share/doc/ncurses directory (which we don't use).

Handbook-provided-by: Justin C. Sherrill <justin@shiningsilence.com>
                      (with contributions by many others)

Inclusion-OK'd-by: Matt Dillon

17 years agoFix two bugs in cluster_read:
Simon Schubert [Fri, 14 Jul 2006 19:23:39 +0000 (19:23 +0000)]
Fix two bugs in cluster_read:
- brelse rbp with B_INVAL set in case of a VOP_BMAP() error

- move the read-ahead after starting the real read for bp, so that it
  can be skipped if an error occured in the reading of bp.

  Before this commit rbp might have been a CLUSTER and didn't get special
  treatment for freeing, which resulted in a panic.

Reported-by: swildner
17 years agoAssign the packet length to the pkthdr and mbuf.
Simon Schubert [Fri, 14 Jul 2006 18:57:34 +0000 (18:57 +0000)]
Assign the packet length to the pkthdr and mbuf.
This was erroneously removed in rev 1.12 and led to no packet reception.

Reported-by: Vincent Hourdin
17 years agoRemove trailing whitespace.
Sascha Wildner [Thu, 13 Jul 2006 13:34:12 +0000 (13:34 +0000)]
Remove trailing whitespace.

17 years agoFor crash dump debugging, we use kgdb.
Sascha Wildner [Thu, 13 Jul 2006 12:38:29 +0000 (12:38 +0000)]
For crash dump debugging, we use kgdb.

17 years agoCompiling the nv(4) driver into the kernel is not supported in DragonFly.
Sascha Wildner [Thu, 13 Jul 2006 12:37:06 +0000 (12:37 +0000)]
Compiling the nv(4) driver into the kernel is not supported in DragonFly.

Noticed-by: sephe
17 years ago- Port ath(4) driver from FreeBSD, which supports various Atheros chip based
Sepherosa Ziehau [Thu, 13 Jul 2006 09:15:22 +0000 (09:15 +0000)]
- Port ath(4) driver from FreeBSD, which supports various Atheros chip based
  WiFi NIC
- Hook ath(4) into module building
- Add ath(4) and ath_hal(4) manpage
  With-help-from: swildner

Thank Sam Leffler and many other people for their greate work, also thank
Sam Leffler for his kind explaining about some caveats concerning ath_hal(4).

An early version of this driver, which works under DragonFly, was submitted by:
Andrew Atrens <atrens@nortel.com>
and was later modified to work on DragonFly 1.4.x and resubmitted by:
Adrian Michael Nida <nida@musc.edu>

Thank them for their submission.

Obtained-from: FreeBSD (mainly sam@freebsd.org)
Tested-by: many
Approved-by: dillon
17 years agoMerge from vendor branch ATHEROS:
Sepherosa Ziehau [Thu, 13 Jul 2006 08:46:40 +0000 (08:46 +0000)]
Merge from vendor branch ATHEROS:
Initial import of Atheros Hardware Access Layer (HAL) version 0.9.16.16

17 years agoInitial import of Atheros Hardware Access Layer (HAL) version 0.9.16.16 vendor/ATHEROS
Sepherosa Ziehau [Thu, 13 Jul 2006 08:46:40 +0000 (08:46 +0000)]
Initial import of Atheros Hardware Access Layer (HAL) version 0.9.16.16

17 years agoCopy /etc/localtime into the bind chroot so that log messages come from
Simon Schubert [Wed, 12 Jul 2006 23:53:36 +0000 (23:53 +0000)]
Copy /etc/localtime into the bind chroot so that log messages come from
the correct time zone.

17 years ago* To distinguish the separator from commit msg lines consisting of
Sascha Wildner [Wed, 12 Jul 2006 21:40:49 +0000 (21:40 +0000)]
* To distinguish the separator from commit msg lines consisting of
  28 -'s (as the case in FreeBSD's commit logs) look ahead to the
  next line and ensure that it begins with "revision".

* The revision line might contain info about CVS locks. Add this
  to the regexp.

17 years agoSort references by section.
Sascha Wildner [Tue, 11 Jul 2006 11:41:35 +0000 (11:41 +0000)]
Sort references by section.

17 years agoCorrect a problem with the user process scheduler's estimated cpu
Matthew Dillon [Tue, 11 Jul 2006 01:01:50 +0000 (01:01 +0000)]
Correct a problem with the user process scheduler's estimated cpu
calculation.  lwp_slptime would sometimes not get reset to 0 after a
wakeup and cause a cpu-bound process to get more cpu then it deserves.

Move the estcpu call for calculations based on slptime to the tsleep code
and then unconditionally set lwp_slptime back to 0 after the process
wakes up again.

17 years agoMatch revision separator only if preceded by a newline.
Sascha Wildner [Mon, 10 Jul 2006 23:07:45 +0000 (23:07 +0000)]
Match revision separator only if preceded by a newline.

This prevents the script from choking on

CVS ----------------------------------------------------------------------

lines accidentally left in commit messages.

perl-clue: corecode

17 years agoUpdate the manual pages for the kernel random number generator.
Matthew Dillon [Mon, 10 Jul 2006 22:52:31 +0000 (22:52 +0000)]
Update the manual pages for the kernel random number generator.

17 years agoTurn on the new kern.seedenable sysctl when seeding the PRNG.
Matthew Dillon [Mon, 10 Jul 2006 22:19:14 +0000 (22:19 +0000)]
Turn on the new kern.seedenable sysctl when seeding the PRNG.

17 years agoChange the seeder array from a modulo to a logical AND, improving performance
Matthew Dillon [Mon, 10 Jul 2006 21:06:09 +0000 (21:06 +0000)]
Change the seeder array from a modulo to a logical AND, improving performance
and allowing us to overflow the index variable without overflowing the
array.

Implement seeding via writes to /dev/random.  Seeding is only allowed
if the kern.seedenable sysctl is set to 1 (defaults to 0), and the securelevel
is less then or equal to 0.  Note that the random number generator also
self-seeds to some degree.

Writing to /dev/random is no longer a sink null.  Writing to /dev/urandom
is no longer allowed at all.

Modify the seeding code to mix a few of the bits with PNG feedback to reduce
the possibility of seeding-based attacks.

Intentionally feed /dev/urandom back into /dev/random for a bit, then run
DIEHARD to test for any obvious screwups.  Passes DIEHARD.

17 years agoSync with FreeBSD (makes it actually work).
Sascha Wildner [Mon, 10 Jul 2006 20:34:47 +0000 (20:34 +0000)]
Sync with FreeBSD (makes it actually work).

17 years agoCleanup, no functional changes.
Matthew Dillon [Mon, 10 Jul 2006 20:33:36 +0000 (20:33 +0000)]
Cleanup, no functional changes.

17 years agoDisassociate the VM object after calling VOP_INACTIVE instead of before.
Matthew Dillon [Mon, 10 Jul 2006 04:42:56 +0000 (04:42 +0000)]
Disassociate the VM object after calling VOP_INACTIVE instead of before.
VOP_INACTIVE may have to do some work on the vnode that requires a
functional buffer cache.  For example, UFS may have to truncate a removed
file.

17 years agoDon't use B_PAGING with geteblk() bufs
Simon Schubert [Sun, 9 Jul 2006 22:55:45 +0000 (22:55 +0000)]
Don't use B_PAGING with geteblk() bufs

17 years agoCorrectly handle dumping kernel threads
Simon Schubert [Sun, 9 Jul 2006 01:38:57 +0000 (01:38 +0000)]
Correctly handle dumping kernel threads

17 years agoUse bzip instead of gzip, rename the tar file to make it more obvious that
Matthew Dillon [Sat, 8 Jul 2006 18:12:05 +0000 (18:12 +0000)]
Use bzip instead of gzip, rename the tar file to make it more obvious that
only kernel sources are included, and allow WITHOUT_SRCS to be defined to
prevent inclusion of the kernel sources in the ISO.

Suggested-by: "Simon 'corecode' Schubert" <corecode@fs.ei.tum.de>
17 years agoInclude kernel sources on the release CD.
Matthew Dillon [Sat, 8 Jul 2006 03:19:30 +0000 (03:19 +0000)]
Include kernel sources on the release CD.

17 years agoRemove obsolete worm(4) ioctl definitions.
Sascha Wildner [Sat, 8 Jul 2006 01:20:29 +0000 (01:20 +0000)]
Remove obsolete worm(4) ioctl definitions.

17 years agoRemove unnecessary check (u_int8_t is 0-255).
Sascha Wildner [Sat, 8 Jul 2006 01:04:28 +0000 (01:04 +0000)]
Remove unnecessary check (u_int8_t is 0-255).

17 years agoSort by chapter.
Sascha Wildner [Fri, 7 Jul 2006 17:14:34 +0000 (17:14 +0000)]
Sort by chapter.

17 years agomissing ','
Sepherosa Ziehau [Fri, 7 Jul 2006 16:12:45 +0000 (16:12 +0000)]
missing ','

17 years ago- Add back references to wpa_cli(8)
Sepherosa Ziehau [Fri, 7 Jul 2006 15:11:46 +0000 (15:11 +0000)]
- Add back references to wpa_cli(8)
- Don't mention devd, which does not exist in DragonFly currently
Noticed-by: swildner
17 years agoAdd build infrastructure for wpa_cli(8), which can be used to interact with
Sepherosa Ziehau [Fri, 7 Jul 2006 15:05:18 +0000 (15:05 +0000)]
Add build infrastructure for wpa_cli(8), which can be used to interact with
wpa_supplicant(8) to query current status or change configure etc.

Obtained-from: FreeBSD
Manpage-reviewed-by: swildner
17 years ago- Replace lnc(4) driver with NetBSD's le(4), which gives us better performance,
Sepherosa Ziehau [Fri, 7 Jul 2006 14:16:29 +0000 (14:16 +0000)]
- Replace lnc(4) driver with NetBSD's le(4), which gives us better performance,
  especially for VMWare users.
- Sync lnc(4) manpage.

Submitted-by: Bill Marquette <bill.marquette@gmail.com>
Manpage-reviewed-and-adjusted-by: swildner
17 years agoCorrect typo in comment
Simon Schubert [Fri, 7 Jul 2006 13:00:37 +0000 (13:00 +0000)]
Correct typo in comment