dragonfly.git
19 years agoAdd WARNS, set to 6.
Jeroen Ruigrok/asmodai [Sun, 26 Sep 2004 15:31:15 +0000 (15:31 +0000)]
Add WARNS, set to 6.

19 years agoBump WARNS to 6.
Jeroen Ruigrok/asmodai [Sun, 26 Sep 2004 15:30:45 +0000 (15:30 +0000)]
Bump WARNS to 6.

19 years agoMake WARNS ?= instead of = per all the other Makefiles.
Jeroen Ruigrok/asmodai [Sun, 26 Sep 2004 15:29:11 +0000 (15:29 +0000)]
Make WARNS ?= instead of = per all the other Makefiles.

19 years agoAdd WARNS, set to 3.
Jeroen Ruigrok/asmodai [Sun, 26 Sep 2004 15:28:02 +0000 (15:28 +0000)]
Add WARNS, set to 3.

19 years agoFix spammage introduced by dillon's commit in r1.5.
Jeroen Ruigrok/asmodai [Sun, 26 Sep 2004 15:18:29 +0000 (15:18 +0000)]
Fix spammage introduced by dillon's commit in r1.5.

19 years agoSynchronise with FreeBSD-CURRENT as of 2004-09-26.
Jeroen Ruigrok/asmodai [Sun, 26 Sep 2004 15:10:26 +0000 (15:10 +0000)]
Synchronise with FreeBSD-CURRENT as of 2004-09-26.

In a number of cases I used normal English alphabetical sorting instead of
where FreeBSD placed their entries.

19 years agoVFS messaging/interfacing work stage 5/99. Start work on the new
Matthew Dillon [Sun, 26 Sep 2004 06:00:10 +0000 (06:00 +0000)]
VFS messaging/interfacing work stage 5/99.  Start work on the new
namecache/lookup API.  The core of this API will be the concept of a
'locked namespace' rather then a 'locked vnode' for namespace centric
operations like CREATE, DELETE, and RENAME.   The namecache will no longer
be optional for a VFS but instead will become centric to all kernel
namespace operations.

This commit is mostly non-functional.  It removes an extension I had made
to VOP_LOOKUP/VOP_CACHEDLOOKUP and starts adding support functions for the
new cache_nclookup() API.  The work being backed out was originally intended
to shepard the new work, but the new interface is now so different (and far
more simplified) then the original that it's actually better to create a
new VOP for it instead of augmenting existing VOPs.

19 years agoThe wrong vendor-id was used when adding Adaptec ServeRAID Adapter support.
Matthew Dillon [Sun, 26 Sep 2004 05:30:24 +0000 (05:30 +0000)]
The wrong vendor-id was used when adding Adaptec ServeRAID Adapter support.

Submitted-by: YONETANI Tomokazu <qhwt+dfly@les.ath.cx>
19 years agoGet rid of some conditionalized code which the pmap invalidation API took
Matthew Dillon [Sun, 26 Sep 2004 01:53:51 +0000 (01:53 +0000)]
Get rid of some conditionalized code which the pmap invalidation API took
over from long ago and is no longer used.

19 years agoDocument the additional vendors applicable to the 'sk' driver.
Matthew Dillon [Sun, 26 Sep 2004 01:52:48 +0000 (01:52 +0000)]
Document the additional vendors applicable to the 'sk' driver.

19 years agoVFS messaging/interfacing work stage 5/99. Start work on the new
Matthew Dillon [Sun, 26 Sep 2004 01:25:52 +0000 (01:25 +0000)]
VFS messaging/interfacing work stage 5/99.  Start work on the new
namecache/lookup API.  The core of this API will be the concept of a
'locked namespace' rather then a 'locked vnode' for namespace centric
operations like CREATE, DELETE, and RENAME.   The namecache will no longer
be optional for a VFS but instead will become centric to all kernel
namespace operations.

This commit is mostly non-functional.  It removes an extension I had made
to VOP_LOOKUP/VOP_CACHEDLOOKUP and starts adding support functions for the
new cache_nclookup() API.  The work being backed out was originally intended
to shepard the new work, but the new interface is now so different (and far
more simplified) then the original that it's actually better to create a
new VOP for it instead of augmenting existing VOPs.

19 years agoOnly assume a numeric group id if the ENTIRE string is numeric.
Matthew Dillon [Sat, 25 Sep 2004 20:38:21 +0000 (20:38 +0000)]
Only assume a numeric group id if the ENTIRE string is numeric.

Reported-by: "Martin P. Hellwig" <mhellwig@xs4all.nl>
19 years agoAllow ip_output to be called with rt=NULL by making the FAST_IPSEC code
Joerg Sonnenberger [Sat, 25 Sep 2004 17:01:16 +0000 (17:01 +0000)]
Allow ip_output to be called with rt=NULL by making the FAST_IPSEC code
included by default.

Obtained-from: FreeBSD netinet/ip_output.c, 1.201

This fixes a panic from PF.

Reported-by: Aggelos Economopoulos via IRC
19 years agoFrom FreeBSD:
Joerg Sonnenberger [Sat, 25 Sep 2004 15:20:33 +0000 (15:20 +0000)]
From FreeBSD:
Introduce an M_ASSERTPKTHDR() macro which performs the very common task
of asserting that an mbuf has a packet header.  Use it instead of hand-
rolled versions wherever applicable.

Submitted by: Hiten Pandya <hiten@unixdaemons.com>

19 years agoFix a bug where DragonFly's nat was closing TCP connections every 10 minutes.
Matthew Dillon [Sat, 25 Sep 2004 03:42:58 +0000 (03:42 +0000)]
Fix a bug where DragonFly's nat was closing TCP connections every 10 minutes.
This was due to the TCPS state not being properly initialized (our TCPS_CLOSED
state is not 0).

Submitted-by: YONETANI Tomokazu <qhwt+dfly@les.ath.cx>
19 years agoAdd GPL-free patch. This is the extended version of Larry Wall's original
Joerg Sonnenberger [Fri, 24 Sep 2004 18:44:28 +0000 (18:44 +0000)]
Add GPL-free patch. This is the extended version of Larry Wall's original
patch.

Obtained-from: OpenBSD
Submitted-by: Sascha Wildner <saw@online.de>
19 years agoFix typo
Joerg Sonnenberger [Fri, 24 Sep 2004 12:39:25 +0000 (12:39 +0000)]
Fix typo

19 years agoThe inode size must be unsigned-extended to a quad, not sign-extended, so
Matthew Dillon [Fri, 24 Sep 2004 09:18:03 +0000 (09:18 +0000)]
The inode size must be unsigned-extended to a quad, not sign-extended, so
the size of files in the 2-4GB range on DVDs are properly reported.

Taken-from: Jun Kuriyama <kuriyama@imgsrc.co.jp> post on freebsd-current@

19 years agoAdd support for the LinkSys EG1032 GigE PCI card, and add support for
Matthew Dillon [Thu, 23 Sep 2004 23:18:01 +0000 (23:18 +0000)]
Add support for the LinkSys EG1032 GigE PCI card, and add support for
the D-Link DGE-530T GigE card.  These cards are commonly available
off-the-shelf.  These are just SK-9521/Marvell chipsets with new vendor
PCI IDs.

Taken-from: FreeBSD-5

19 years agoWhile I'm here, convert other strcpy -> strlcpy
Scott Ullrich [Thu, 23 Sep 2004 21:39:08 +0000 (21:39 +0000)]
While I'm here, convert other strcpy -> strlcpy

Reviewed-by: Matthew Dillon

19 years agoConvert strcpy -> strlcpy and convert strcpy and strcat -> snprintf
Scott Ullrich [Thu, 23 Sep 2004 20:20:59 +0000 (20:20 +0000)]
Convert strcpy -> strlcpy and convert strcpy and strcat -> snprintf

Submitted-by: Christer Ã–berg ( christer.oberg _AT_ ornsat.com )

19 years agoAdd the -L and -l options to install. -L allows an alternative /etc directory
Matthew Dillon [Thu, 23 Sep 2004 19:13:51 +0000 (19:13 +0000)]
Add the -L and -l options to install.  -L allows an alternative /etc directory
path to be specified and causes install to search LOPT/group and
LOPT/master.passwd for group and user names.  If the -l option is also
specified, install will fallback to system files if the group or user name
cannot be found in the alternative /etc directory.

This is intended to allow us to ensure that the correct uid's and gid's are
used in a release build and to allow new uid's and gid's to be used during
an installworld before they have necessarily been added to the system
password and group files.

19 years agoBYTE_ORDER ==> _BYTE_ORDER
Joerg Sonnenberger [Thu, 23 Sep 2004 16:46:02 +0000 (16:46 +0000)]
BYTE_ORDER ==> _BYTE_ORDER

19 years agoChange the conditionals to use the protected _BYTE_ORDER defines.
Joerg Sonnenberger [Thu, 23 Sep 2004 16:44:32 +0000 (16:44 +0000)]
Change the conditionals to use the protected _BYTE_ORDER defines.

19 years agoTypo.
Joerg Sonnenberger [Thu, 23 Sep 2004 16:13:21 +0000 (16:13 +0000)]
Typo.

19 years agoUse the protected names for BYTE_ORDER and co, the others are not defined
Joerg Sonnenberger [Thu, 23 Sep 2004 16:11:47 +0000 (16:11 +0000)]
Use the protected names for BYTE_ORDER and co, the others are not defined
by default from machine/endian.h anymore. Also change the implicit
!LITTLE_ENDIAN == BIG_ENDIAN where it is used.

19 years agoUpdate FireWire device nodes.
Hidetoshi Shimokawa [Thu, 23 Sep 2004 14:30:16 +0000 (14:30 +0000)]
Update FireWire device nodes.

19 years agoAdd dcons(4).
Hidetoshi Shimokawa [Thu, 23 Sep 2004 14:22:48 +0000 (14:22 +0000)]
Add dcons(4).

19 years agoUnbreak addump().
Jeroen Ruigrok/asmodai [Thu, 23 Sep 2004 11:50:03 +0000 (11:50 +0000)]
Unbreak addump().
request.callout must be callout_init()'ed before a call to ad_transfer().

Submitted by: YONETANI Tomokazu <qhwt+dragonfly-commits@les.ath.cx>

19 years agoHooks to build dcons(4)/dcons_crom(4).
Hidetoshi Shimokawa [Thu, 23 Sep 2004 06:52:05 +0000 (06:52 +0000)]
Hooks to build dcons(4)/dcons_crom(4).

19 years agoAdd dcons(4) related manpages.
Hidetoshi Shimokawa [Thu, 23 Sep 2004 06:44:30 +0000 (06:44 +0000)]
Add dcons(4) related manpages.

19 years agodconschat - user interface to dcons(4)
Hidetoshi Shimokawa [Thu, 23 Sep 2004 06:38:29 +0000 (06:38 +0000)]
dconschat - user interface to dcons(4)

Obtained from: FreeBSD

19 years agoAdd support for eui64(5) to libc.
Hidetoshi Shimokawa [Thu, 23 Sep 2004 06:33:04 +0000 (06:33 +0000)]
Add support for eui64(5) to libc.
This is required for upcoming dconschat(8).

Obtained from: FreeBSD

19 years agoUse opt_dcons.h.
Hidetoshi Shimokawa [Thu, 23 Sep 2004 06:18:46 +0000 (06:18 +0000)]
Use opt_dcons.h.
Remove unnecessary CFLAGS.

19 years agoAdd dcons(4), a pseudo console driver for FireWire and KVM interface.
Hidetoshi Shimokawa [Thu, 23 Sep 2004 05:09:49 +0000 (05:09 +0000)]
Add dcons(4), a pseudo console driver for FireWire and KVM interface.
dcons_crom(4) is a glue for FireWire interface.

Obtained from: FreeBSD

19 years agoRemove unused variable.
Matthew Dillon [Thu, 23 Sep 2004 01:55:15 +0000 (01:55 +0000)]
Remove unused variable.

19 years agoFix typo of->pf.
Jeroen Ruigrok/asmodai [Wed, 22 Sep 2004 09:21:41 +0000 (09:21 +0000)]
Fix typo of->pf.

19 years agoThis should read const char *, not char char *.
Joerg Sonnenberger [Wed, 22 Sep 2004 08:54:27 +0000 (08:54 +0000)]
This should read const char *, not char char *.

19 years agos/pidfile/my_pidfile/
Joerg Sonnenberger [Wed, 22 Sep 2004 08:38:09 +0000 (08:38 +0000)]
s/pidfile/my_pidfile/

This should be converted to use pidfile(3) instead if the hand-rolled
implementation.

19 years agoAdd pidfile(3).
Joerg Sonnenberger [Wed, 22 Sep 2004 05:06:57 +0000 (05:06 +0000)]
Add pidfile(3).

Obtained-from: NetBSD

19 years agoUse const char* for tcpstates
Joerg Sonnenberger [Wed, 22 Sep 2004 05:00:06 +0000 (05:00 +0000)]
Use const char* for tcpstates

19 years agoUesrland part of PF
Joerg Sonnenberger [Tue, 21 Sep 2004 21:25:28 +0000 (21:25 +0000)]
Uesrland part of PF

Obtained-from: OpenBSD
Ported-by: Devon O'Dell and Simon 'corecode' Schubert
Additioncally, do a pass over the code to get it WARNS=6 clean.
This means mostly fixing const'ness of strings and cleanup sign/unsigned
comparisions. The warnings in authpf about unused arguments have been
removed by use of __unused.

19 years agoPF uses -1 as rule number for the default entry. To make the value more
Joerg Sonnenberger [Tue, 21 Sep 2004 21:20:58 +0000 (21:20 +0000)]
PF uses -1 as rule number for the default entry. To make the value more
explicit, change this to (uint32_t)(-1).

19 years agoInclude machine/cpu.h for userland to get clear_lwkt_resched.
Joerg Sonnenberger [Tue, 21 Sep 2004 18:46:00 +0000 (18:46 +0000)]
Include machine/cpu.h for userland to get clear_lwkt_resched.

19 years agoSync defines with sys/globaldata.h.
Joerg Sonnenberger [Tue, 21 Sep 2004 18:40:30 +0000 (18:40 +0000)]
Sync defines with sys/globaldata.h.

19 years agoUse libcaps_free_stack instead of kmem_free for userland
Joerg Sonnenberger [Tue, 21 Sep 2004 18:09:57 +0000 (18:09 +0000)]
Use libcaps_free_stack instead of kmem_free for userland

19 years agoAdd a new option "TIMER_USE_1", which allows switching the primary heart
Joerg Sonnenberger [Tue, 21 Sep 2004 13:02:51 +0000 (13:02 +0000)]
Add a new option "TIMER_USE_1", which allows switching the primary heart
beat from i8254 timer 2 to timer 1. This also reactivates the console beep
if TIMER_USE_1 is active.

19 years agoFixup the location of openssl / fix release builds.
Matthew Dillon [Tue, 21 Sep 2004 03:25:16 +0000 (03:25 +0000)]
Fixup the location of openssl / fix release builds.

Reported-by: David Rhodus <sdrhodus@gmail.com>
19 years agoHook the new bc and dc into the tree. Unhook the old gnu bc/dc and add
Matthew Dillon [Mon, 20 Sep 2004 22:03:17 +0000 (22:03 +0000)]
Hook the new bc and dc into the tree.  Unhook the old gnu bc/dc and add
entries to the upgrade target to remove obsolete examples and documentation.

Submitted-by: Sascha Wildner <saw@online.de>
19 years agoAdd various ICMP defines used by PF.
Joerg Sonnenberger [Mon, 20 Sep 2004 21:30:01 +0000 (21:30 +0000)]
Add various ICMP defines used by PF.

Submitted-by: Simon Schubert and Devon O'Dell
Obtained-from: OpenBSD

19 years agoInstall PF header files.
Joerg Sonnenberger [Mon, 20 Sep 2004 21:19:28 +0000 (21:19 +0000)]
Install PF header files.

19 years agoAdd KTR, a facility that logs kernel events to help debugging. You can access
Eirik Nygaard [Mon, 20 Sep 2004 20:38:17 +0000 (20:38 +0000)]
Add KTR, a facility that logs kernel events to help debugging. You can access
the logged information with ddb. If KTR_VERBOSE is defined a string will also be
printed with printf() to your console.

See ktr(4) and ktr(9) for information on how to use KTR.

Obtained from: FreeBSD

19 years agoAlso define global uid_t and gid_t variables and remove some warnings.
Joerg Sonnenberger [Mon, 20 Sep 2004 19:32:19 +0000 (19:32 +0000)]
Also define global uid_t and gid_t variables and remove some warnings.
WARNS=6 clean now.

19 years agoSwitch to 9.2.4rc7.
Jeroen Ruigrok/asmodai [Mon, 20 Sep 2004 15:33:00 +0000 (15:33 +0000)]
Switch to 9.2.4rc7.

19 years agoWARNS=6 cleanes
Joerg Sonnenberger [Mon, 20 Sep 2004 13:11:54 +0000 (13:11 +0000)]
WARNS=6 cleanes
- proper prototypes
- constify certain strings
- remove pre-ISO C junk

19 years agoRemove a '+', remnant of patchset.
Jeroen Ruigrok/asmodai [Mon, 20 Sep 2004 11:54:11 +0000 (11:54 +0000)]
Remove a '+', remnant of patchset.

Discovered by: Edmondas Girkantas

19 years agoMerge from vendor branch BIND:
Jeroen Ruigrok/asmodai [Mon, 20 Sep 2004 06:33:19 +0000 (06:33 +0000)]
Merge from vendor branch BIND:
Add BIND 9.2.4rc7.

Notable changes:

1643.   [bug]           dns_db_closeversion() could leak memory / node
                        references. [RT #11163]

1650.   [bug]           dig, nslookup: flush standard out after each command.

1654.   [bug]           isc_result_totext() contained array bounds read
                        error.

1681.   [bug]           Only set SO_REUSEADDR when a port is specified in
                        isc_socket_bind(). [RT #11742]

1686.   [bug]           Named sent a extraneous NOTIFY when it received a
                        redundant UPDATE request. [RT #11943]

1687.   [bug]           Race condition in dispatch. [RT #10272]

1690.   [bug]           Delay detaching view from the client until UPDATE
                        processing completes when shutting down. [RT #11714]

19 years agoAdd BIND 9.2.4rc7.
Jeroen Ruigrok/asmodai [Mon, 20 Sep 2004 06:33:19 +0000 (06:33 +0000)]
Add BIND 9.2.4rc7.

Notable changes:

1643.   [bug]           dns_db_closeversion() could leak memory / node
                        references. [RT #11163]

1650.   [bug]           dig, nslookup: flush standard out after each command.

1654.   [bug]           isc_result_totext() contained array bounds read
                        error.

1681.   [bug]           Only set SO_REUSEADDR when a port is specified in
                        isc_socket_bind(). [RT #11742]

1686.   [bug]           Named sent a extraneous NOTIFY when it received a
                        redundant UPDATE request. [RT #11943]

1687.   [bug]           Race condition in dispatch. [RT #10272]

1690.   [bug]           Delay detaching view from the client until UPDATE
                        processing completes when shutting down. [RT #11714]

19 years agoM_NOWAIT -> M_WAITOK
Matthew Dillon [Mon, 20 Sep 2004 06:32:58 +0000 (06:32 +0000)]
M_NOWAIT -> M_WAITOK

19 years agoM_NOWAIT -> M_INTWAIT/M_WAITOK. Plus fix a NULL free() that can occur if
Matthew Dillon [Mon, 20 Sep 2004 06:32:41 +0000 (06:32 +0000)]
M_NOWAIT -> M_INTWAIT/M_WAITOK.  Plus fix a NULL free() that can occur if
initialization fails (which can occur if contigmalloc fails).

19 years agoHere are (BSD licensed) replacements for bc and dc:
Matthew Dillon [Mon, 20 Sep 2004 04:20:39 +0000 (04:20 +0000)]
Here are (BSD licensed) replacements for bc and dc:

Submitted-by: Sascha Wildner <saw@online.de>
Taken-From: OpenBSD, with minor modifications.

19 years agoUse the appropriate #defines instead of hard-coding constants.
Matthew Dillon [Mon, 20 Sep 2004 04:10:44 +0000 (04:10 +0000)]
Use the appropriate #defines instead of hard-coding constants.

Submitted-by: Matt Emmerton <memmerto@yahoo.com>
19 years agoif_pfsync.h needs pfvar.h for struct pf_addr. The ioctl header collection
Matthew Dillon [Mon, 20 Sep 2004 01:43:13 +0000 (01:43 +0000)]
if_pfsync.h needs pfvar.h for struct pf_addr.  The ioctl header collection
code for kdump collects the two header files in the wrong order.  The easiest
solution for now is to hack if_pfsync.h to include pfvar.h.

19 years agoDo not unconditionally fork() after accept(). accept() can return -1 due
Matthew Dillon [Mon, 20 Sep 2004 00:58:36 +0000 (00:58 +0000)]
Do not unconditionally fork() after accept().  accept() can return -1 due
to an interrupted system call (i.e. SIGCHLD).  If we fork in that case
ftpd can get into an accept()/SIGCHLD/fork/[fail]/repeat loop.

Reported-by: fabian <fabian.duelli@bluewin.ch>
19 years agoAdd a missing #include and add a missing semicolon.
Matthew Dillon [Sun, 19 Sep 2004 23:54:02 +0000 (23:54 +0000)]
Add a missing #include and add a missing semicolon.

19 years agoQuick cleanup in preparation for a more complete cleanup.
Matthew Dillon [Sun, 19 Sep 2004 23:31:18 +0000 (23:31 +0000)]
Quick cleanup in preparation for a more complete cleanup.

19 years agoKernel part of PF
Joerg Sonnenberger [Sun, 19 Sep 2004 22:32:48 +0000 (22:32 +0000)]
Kernel part of PF

Ported-by:
- Max Layer (original patch set, FreeBSD PF maintainer)
- Devon O'Dell, Simon 'corecode' Schubert (integration and DragonFly specific
   changes)

In contrast to FreeBSD and OpenBSD, use direct flags in pkthdr instead of
m_tags. This reduces allocation and processing overhead.

Keep the IP header in Host Byte Order like the rest of the tree assumes.

Module support has a memory leak for vm_zones when unloading pf.ko.

19 years agotesting
Matthew Dillon [Sun, 19 Sep 2004 19:33:50 +0000 (19:33 +0000)]
testing

19 years agoFrom NetBSD 1.11:
Jeroen Ruigrok/asmodai [Sun, 19 Sep 2004 18:08:21 +0000 (18:08 +0000)]
From NetBSD 1.11:

Fix a condition where the hole would be inserted in the wrong place during a
split.

Inspired by FreeBSD commit, which did the same.

Submitted by: Simon 'corecode' Schubert.

19 years agoThe CIS vendor and product string routines return the string directly, not
Joerg Sonnenberger [Sun, 19 Sep 2004 17:42:57 +0000 (17:42 +0000)]
The CIS vendor and product string routines return the string directly, not
an error value like in FreeBSD.

Submitted-by: Jaime Fournier <jaime.fournier@hush.com>
19 years agoChange getgrouplist(3) to take gid_t arguments for the groups.
Joerg Sonnenberger [Sun, 19 Sep 2004 17:25:42 +0000 (17:25 +0000)]
Change getgrouplist(3) to take gid_t arguments for the groups.

Submitted-by: Liam J. Foy
Adjust jail(8) and id(1) to pass gid_t arguments as well.

19 years agotimeout/untimeout ==> callout_*
Joerg Sonnenberger [Sun, 19 Sep 2004 16:51:03 +0000 (16:51 +0000)]
timeout/untimeout ==> callout_*

19 years agoBelatedly remember that in Nordic languages the aa, ae, and similar letters
Jeroen Ruigrok/asmodai [Sun, 19 Sep 2004 12:13:38 +0000 (12:13 +0000)]
Belatedly remember that in Nordic languages the aa, ae, and similar letters
are placed behind the position of the letter z.

19 years agoUpdate per recent newsletters of the ISO3166 committee.
Jeroen Ruigrok/asmodai [Sun, 19 Sep 2004 12:07:30 +0000 (12:07 +0000)]
Update per recent newsletters of the ISO3166 committee.

19 years agoRemove timeout() and untimeout() plus all related support. Not having to
Matthew Dillon [Sun, 19 Sep 2004 02:52:27 +0000 (02:52 +0000)]
Remove timeout() and untimeout() plus all related support.  Not having to
preallocate a large array of callout structures saves ~800K of physical memory.

Could-not-have-been-done-without: Joerg Sonnenberger <joerg@britannica.bec.de>

19 years agotimeout/untimeout ==> callout_*. NDIS hides the callout in a windoz
Matthew Dillon [Sun, 19 Sep 2004 02:44:35 +0000 (02:44 +0000)]
timeout/untimeout ==> callout_*.  NDIS hides the callout in a windoz
structure so we have to 'fake' it with a pointer and use malloc().

Submitted-by: Joerg Sonnenberg
19 years agotimeout/untimeout ==> callout_*
Matthew Dillon [Sun, 19 Sep 2004 02:43:26 +0000 (02:43 +0000)]
timeout/untimeout ==> callout_*

19 years agotimeout/untimeout ==> callout_*
Matthew Dillon [Sun, 19 Sep 2004 02:15:44 +0000 (02:15 +0000)]
timeout/untimeout ==> callout_*

19 years agotimeout/untimeout ==> callout_*
Matthew Dillon [Sun, 19 Sep 2004 02:11:56 +0000 (02:11 +0000)]
timeout/untimeout ==> callout_*

19 years agotimeout/untimeout ==> callout_*
Matthew Dillon [Sun, 19 Sep 2004 02:05:54 +0000 (02:05 +0000)]
timeout/untimeout ==> callout_*

19 years agotimeout/untimeout ==> callout_*
Matthew Dillon [Sun, 19 Sep 2004 02:02:28 +0000 (02:02 +0000)]
timeout/untimeout ==> callout_*

19 years agotimeout/untimeout ==> callout_*
Matthew Dillon [Sun, 19 Sep 2004 01:56:29 +0000 (01:56 +0000)]
timeout/untimeout ==> callout_*

19 years agotimeout/untimeout ==> callout_*
Matthew Dillon [Sun, 19 Sep 2004 01:37:13 +0000 (01:37 +0000)]
timeout/untimeout ==> callout_*

19 years agotimeout/untimeout ==> callout_*
Matthew Dillon [Sun, 19 Sep 2004 01:33:32 +0000 (01:33 +0000)]
timeout/untimeout ==> callout_*

19 years agocleanup syntax a bit. non functional changes.
Matthew Dillon [Sun, 19 Sep 2004 01:28:54 +0000 (01:28 +0000)]
cleanup syntax a bit.  non functional changes.

19 years agotimeout/untimeout ==> callout_*
Matthew Dillon [Sun, 19 Sep 2004 01:27:23 +0000 (01:27 +0000)]
timeout/untimeout ==> callout_*

19 years agotimeout/untimeout ==> callout_*
Matthew Dillon [Sun, 19 Sep 2004 01:20:42 +0000 (01:20 +0000)]
timeout/untimeout ==> callout_*

19 years agotimeout/untimeout ==> callout_*
Matthew Dillon [Sun, 19 Sep 2004 01:13:33 +0000 (01:13 +0000)]
timeout/untimeout ==> callout_*

19 years agotimeout/untimeout ==> callout_*
Joerg Sonnenberger [Sun, 19 Sep 2004 00:36:37 +0000 (00:36 +0000)]
timeout/untimeout ==> callout_*

19 years agotimeout/untimeout ==> callout_*
Joerg Sonnenberger [Sun, 19 Sep 2004 00:25:57 +0000 (00:25 +0000)]
timeout/untimeout ==> callout_*

19 years agotimeout/untimeout ==> callout_*
Matthew Dillon [Sun, 19 Sep 2004 00:23:33 +0000 (00:23 +0000)]
timeout/untimeout ==> callout_*

19 years agoRemove extra tokens at end of #undef.
Joerg Sonnenberger [Sat, 18 Sep 2004 22:01:49 +0000 (22:01 +0000)]
Remove extra tokens at end of #undef.

19 years agoRemove cast of lvalues.
Joerg Sonnenberger [Sat, 18 Sep 2004 22:00:37 +0000 (22:00 +0000)]
Remove cast of lvalues.

19 years agotimeout/untimeout ==> callout_*
Joerg Sonnenberger [Sat, 18 Sep 2004 21:05:43 +0000 (21:05 +0000)]
timeout/untimeout ==> callout_*

19 years agotimeout/untimeout ==> callout_*
Joerg Sonnenberger [Sat, 18 Sep 2004 21:05:07 +0000 (21:05 +0000)]
timeout/untimeout ==> callout_*

Note: The driver is currently not stoped when pccard is unloaded.
This might be a problem, but it is definitely not new.

19 years agoAdd DragonFly-stable-supfile and cleanup the comments in it and
Matthew Dillon [Sat, 18 Sep 2004 20:36:38 +0000 (20:36 +0000)]
Add DragonFly-stable-supfile and cleanup the comments in it and
DragonFly-src-supfile.

19 years agotimeout/untimeout ==> callout_*
Matthew Dillon [Sat, 18 Sep 2004 20:25:17 +0000 (20:25 +0000)]
timeout/untimeout ==> callout_*

19 years agomalloc() M_NOWAIT -> M_WAITOK, plus remove bzero's in favor of M_ZERO.
Matthew Dillon [Sat, 18 Sep 2004 20:02:38 +0000 (20:02 +0000)]
malloc() M_NOWAIT -> M_WAITOK, plus remove bzero's in favor of M_ZERO.

19 years agotimeout/untimeout ==> callout_*
Matthew Dillon [Sat, 18 Sep 2004 19:54:28 +0000 (19:54 +0000)]
timeout/untimeout ==> callout_*

19 years agotimeout/untimeout ==> callout_* [structural fields appeared not to be used,
Matthew Dillon [Sat, 18 Sep 2004 19:42:12 +0000 (19:42 +0000)]
timeout/untimeout ==> callout_* [structural fields appeared not to be used,
#if 0 them out]