xtraeme
25be892bac
Don't forget to check if -s was specified without -d, and add a macro
...
to check it in two places.
2007-09-10 14:15:11 +00:00
xtraeme
16f28d90fc
Redo how the arguments are processed, so that arguments not allowed
...
will call usage(). Also remove an extra free().
2007-09-10 13:58:50 +00:00
skrll
9fdaf800d9
Merge nick-csl-alignment.
2007-09-10 11:34:05 +00:00
cube
7a185660d8
Some more licence clean up.
2007-09-10 10:54:20 +00:00
cube
c725329722
Remove 3rd clause and my name from all the licences which were only in my
...
name.
2007-09-10 10:35:51 +00:00
martti
61078fef5f
Revert to previous, it was not working for me correctly...
2007-09-10 06:28:38 +00:00
martti
fcbc8c046f
Fixed IPF bug #1767831
...
ipflog() & ipmon ignore IPv6 extension headers
Patch fetched from the SourceForge bug report.
2007-09-10 06:12:02 +00:00
martti
20df8bbd24
Fixed IPF bug #1785199
...
fr_natderef causes lock contention and performance slowdown
Patch fetched from the SourceForge bug report.
2007-09-10 06:07:01 +00:00
martti
2021a17984
Fixed IPF bug #1791241 ("keep frag does not work with keep state for fragments")
...
Patch fetched from the SourceForge bug report.
2007-09-10 06:03:21 +00:00
martin
e680b6ed1a
Make cpufrequency and friends per cpu values.
...
Prepare a hz tick interrupt on secondary CPUs via %tick, but do not
enable it yet, as it breaks ddb.
2007-09-09 22:37:39 +00:00
ad
e2c2fa5d09
Fix recursive mutexes to work again in non-threaded applications.
2007-09-09 20:13:23 +00:00
christos
b1749a12b7
PR/36957: sm: whois does not follow AfriNIC referral
2007-09-09 18:31:45 +00:00
gson
a74fd1b8dc
Fix typo in comment
2007-09-09 16:35:13 +00:00
martin
0b1fe292ea
Do not ACK IPIs before we finished loading all arguments.
2007-09-09 16:29:55 +00:00
wiz
f4a91b1899
Fix Dd argument (use full month names).
...
Use more markup.
Comment out references to safte(4) and softraid(4), which don't exist in
NetBSD.
Remove trailing whitespace.
Use macros instead of characters for HTML output (replace ">", "<"
with \*[Gt], \*[Lt]).
Sort sections.
2007-09-09 16:13:19 +00:00
xtraeme
ae9c37793d
Reorganize the code and add two ENVSYS_BATTERY_STATE sensors.
2007-09-09 16:09:37 +00:00
xtraeme
e8f02a5c46
Set LKM_ISA_DRVNAME to LKM_ISA_DRVNAME_CA by default... removes an
...
extra line in some drivers.
2007-09-09 13:52:23 +00:00
xtraeme
b50c672fb3
Add missing SYSCTL_SETUP_PROTO() to make the LKM happy.
2007-09-09 13:48:14 +00:00
bouyer
23448a2818
Fix typo.
2007-09-09 13:30:55 +00:00
xtraeme
f98b18e4bd
Ok, last round: templ -> tmpl.
2007-09-09 13:28:03 +00:00
xtraeme
4a8ca00f58
Rename lkm_isa.templ to lkm_isa.c.templ... to make jmcneill happy.
2007-09-09 13:24:02 +00:00
xtraeme
25fa55f16f
Change the DPRINTFs in sysmon_envsys_destroy_plist() to DPRINTFOBJs
...
(second level of verbosity).
2007-09-09 12:28:08 +00:00
christos
c3b08dc40f
PR/36955: Ighighi: Use fseeko instead of fseek.
2007-09-09 12:20:27 +00:00
apb
6fc16fbc88
Document "emul" keyword. Fixes PR 36935.
...
Also sort list of keywords, and bump date.
2007-09-09 10:35:32 +00:00
martin
90ef42f1bb
Print the access concentrator name when a session is established.
...
This seems to be usefull to identify peers with known broken firmware
(e.g. that can only do IPv4 reliably).
2007-09-09 09:58:55 +00:00
xtraeme
d76f18ef6a
Add all drivers that I just added. They won't be built by default...
2007-09-09 05:51:59 +00:00
xtraeme
ee73e65e69
Sync with reality.
2007-09-09 05:50:02 +00:00
xtraeme
09af330546
Remove a local CPPFLAGS line that was commented out.
2007-09-09 05:46:27 +00:00
xtraeme
3d9887f5a6
Add the ug(4) LKM. Not tested but I've been using lm(4) and should work.
2007-09-09 05:40:22 +00:00
xtraeme
7edd0f0532
Add the detach method, will be used by the LKM.
2007-09-09 05:39:10 +00:00
xtraeme
42d3167c6c
Add the nsclpcsio(4) LKM. Not tested but I've been using lm(4) and
...
should work.
2007-09-09 05:27:10 +00:00
xtraeme
2db2debe7e
Add the detach method and don't bother with gpio in the LKM for now.
2007-09-09 05:26:18 +00:00
xtraeme
ba6e78a942
Add the smsc(4) LKM. Not tested but I've been using lm(4) and should work.
2007-09-09 05:18:20 +00:00
xtraeme
3efc7cfcb3
Add the detach method, will be used by the LKM.
2007-09-09 05:17:17 +00:00
xtraeme
c2d7d8aaf3
Add the it(4) LKM. Not tested but I've been using lm(4) and should work.
2007-09-09 05:11:01 +00:00
xtraeme
d7850b3e83
Add the detach method, will be used by the LKM.
2007-09-09 05:08:11 +00:00
xtraeme
ae26b33f71
Remove a duplicate line.
2007-09-09 04:38:16 +00:00
xtraeme
2049e94266
Add the lm(4) LKM and a common template to build ISA modules by only
...
setting some variables. Voodoo magic to create lkm_isa.c was required.
2007-09-09 04:24:24 +00:00
dyoung
ca1b22492a
Bug fix: filed.fd_ofiles is always a pointer to the open files
...
table, so always read the table from kernel virtual memory at that
address. Do not ever try to read the table from filed0.fd_dfiles,
because it just isn't necessary, and sometimes we read a stale
table from there.
2007-09-09 01:26:55 +00:00
xtraeme
0c62f2147b
regen
2007-09-09 01:09:19 +00:00
xtraeme
cf19cf6244
Another ICH8M SATA Controller found in jmcneill's laptop.
2007-09-09 01:09:02 +00:00
ad
b5d1c4ed09
Block SIGALRM in the 'setup' thread, otherwise the alarm may not be taken
...
by the thread in sigsuspend().
2007-09-09 01:08:56 +00:00
cube
14a82de83a
Improve the structure of the man page to make it more usual, with the hope
...
that people might actually read it some day. Yeah, I know, dream on, dream
on.
Thanks schmonz@ for a quick english check.
2007-09-09 00:35:14 +00:00
xtraeme
66ad9e7acd
sysmon_envsys_register: don't forget to clear SME_FLAG_BUSY when
...
registration succeeds.
2007-09-08 23:59:38 +00:00
xtraeme
1e91f1628f
Use DPRINTF for a debugging printf.
2007-09-08 23:21:02 +00:00
xtraeme
2473f3e4f5
Use panic(9) for previous. To make pooka and rmind happy.
2007-09-08 23:16:08 +00:00
xtraeme
4258a2b5f4
Remove an unused variable.
2007-09-08 23:14:13 +00:00
ad
debc2870e6
Update.
2007-09-08 23:00:31 +00:00
xtraeme
f854251f66
sme_event_worker: in PENVSYS_EVENT_STATE_CHANGED, only
...
ENVSYS_DRIVE or ENVSYS_BATTERY_STATE sensors are allowed for now.
Other type of sensors will be ignored. Added this to make
Coverity Prevent happy.
2007-09-08 22:58:56 +00:00
ad
f4fd6b797e
- Get rid of self->pt_mutexhint and use pthread__mutex_owned() instead.
...
- Update some comments and fix minor bugs. Minor cosmetic changes.
- Replace some spinlocks with mutexes and rwlocks.
- Change the process private semaphores to use mutexes and condition
variables instead of doing the synchronization directly. Spinlocks
are no longer used by the semaphore code.
2007-09-08 22:49:50 +00:00