Warner Losh
251bedd15b
Create a unix domain socket and write to it all the events that come
...
in over the socket.
2004-07-01 07:24:18 +00:00
Denis Peplin
ee2a403c97
MFen 1.19
...
Obtained from: The FreeBSD Russian Documentation Project
2004-07-01 07:22:17 +00:00
Paul Saab
2673a44621
Use a separate flag when doing a kernel coredump when polling for
...
completion instead of abusing the interrupt enable flag.
2004-07-01 06:56:10 +00:00
Paul Saab
b7c29ad503
When building a kernel or the loader, let the hostname be overridden
2004-07-01 06:40:12 +00:00
John Baldwin
0d7f466944
As per discussion at today's developer summit, add a comment to NOTES
...
indicating that 80386 support is deprecated and will be removed in
6.0-RELEASE.
Ok'd by: rwatson, scottl
2004-07-01 06:02:32 +00:00
Brooks Davis
5ec632a1e4
Product and vendor ids for SIIG US2308 USB to Serial adaptor.
...
Tested against: rwatson's laptop
2004-07-01 05:14:12 +00:00
Hiroki Sato
5d376d121b
Remove trailing whitespaces (no content change).
2004-07-01 04:56:20 +00:00
Hiroki Sato
eabda61630
New release notes:
...
acpi(4) bad-BIOS blacklist, and
zlib 1.1.4->1.2.1 import.
2004-07-01 04:54:21 +00:00
Mark Santcroos
ca57093825
Set WARNS=2 for the module build of ACPI.
...
Approved by: njl
2004-07-01 04:14:55 +00:00
Marcel Moolenaar
b8c87726c8
Fix build: forward declare struct tty before defining the tty function
...
types.
2004-07-01 03:08:15 +00:00
Brian Feldman
320f640b93
It's not very useful to set a softc refcount around blocking read/write
...
operations when the refcount doesn't protect the opens and closes. Fix
this, and don't actually let a time out happen: now ugen(4) devices do
not get freed out from under the programs with them open.
2004-07-01 02:07:01 +00:00
Nate Lawson
b0eefa38f9
Rework the code that waits for a response from the EC. Use an sx lock
...
instead of a mutex so we do not unblock it in msleep(). If we do this,
another event could occur, resetting the status register since reads
reset it. While I'm here, remove the backoff approach. Instead, sleep
in 10 ms chunks for up to the configured timeout using either DELAY (if
we aren't booted yet) or tsleep.
Help from: dillon
Tested by: Andrew Thompson andy AT fud.org.nz
2004-07-01 00:51:31 +00:00
Tim J. Robbins
30e970d965
Update libstand makefile for zlib 1.2.1.
2004-07-01 00:01:26 +00:00
Tim J. Robbins
9e64ecd96c
Update makefile for zlib 1.2.1.
2004-06-30 23:58:22 +00:00
Marcel Moolenaar
3d8f0528e5
Unbreak build: define __RMAN_RESOURCE_VISIBLE
...
See also src/sys/sys/rman.h rev. 1.21.
2004-06-30 23:55:14 +00:00
Tim J. Robbins
0b73a4c301
Resolve conflicts.
2004-06-30 23:54:46 +00:00
Tim J. Robbins
1fa1f918ab
This commit was generated by cvs2svn to compensate for changes in r131377,
...
which included commits to RCS files with non-trunk default branches.
2004-06-30 23:43:39 +00:00
Tim J. Robbins
aea8f65dfe
Import zlib 1.2.1 (trimmed)
2004-06-30 23:43:39 +00:00
Marius Strobl
4eae91a8f7
These need __RMAN_RESOURCE_VISIBLE, too.
2004-06-30 23:21:07 +00:00
Bruce M Simpson
a6c26e1ca8
Wordsmith and spell-correct last commit
2004-06-30 23:13:16 +00:00
Julian Elischer
8ed370fd90
Remove the home-grown metadata facility in favour of the now generic
...
mbuf tags facility. Netgraph modules will all need a recompile.
Submitted by: Gleb Smirnoff <glebius@cell.sick.ru>
2004-06-30 22:51:29 +00:00
Poul-Henning Kamp
b4994e318a
Define the tty methods as typedefs.
...
Change the return type for t_break to void.
Add t_ioctl (more about this later).
2004-06-30 21:38:08 +00:00
Warner Losh
b13117994e
Remove extra RMAN_RESOURCE_VISISBLE
2004-06-30 21:37:55 +00:00
Warner Losh
23bb544b55
puc needs to peek into struct resource too.
2004-06-30 21:27:59 +00:00
Poul-Henning Kamp
38a674b384
This needs __RMAN_RESOURCE_VISIBLE
2004-06-30 21:24:19 +00:00
Brooks Davis
e32e9a42a6
Static device counts will not be supported in 6.x so place the generated
...
macros (N<driver>) under BURN_BRIDGES.
Discussed with: peter, imp, scottl, ...
2004-06-30 21:00:47 +00:00
Warner Losh
6084486fd6
Fix to not use 255, but instead use APM_UNKNOWN.
...
Compare things correctly against -1 or 0
Don't print any capabilities if unknown is returned from the kernel.
Reviewed/Submitted by: njl, Liam Foy
2004-06-30 21:00:07 +00:00
Mark Santcroos
55c71dc9b0
mdoc changes.
...
Reviewed by: ru
Approved by: njl
2004-06-30 20:49:34 +00:00
Nate Lawson
3309d2fbc8
Add missing function debug trace macros to the new powerres functions.
...
Reported by: phk
2004-06-30 20:31:13 +00:00
Ruslan Ermilov
33992dc0ed
Markup, grammar, and spelling fixes.
2004-06-30 20:09:10 +00:00
Maxime Henrion
55388cdd92
Remove a duplicated printf().
...
Submitted by: Niki Denev <nike_d@cytexbg.com>
2004-06-30 19:56:23 +00:00
Jens Schweikhardt
a6a6666238
Bump document date.
...
Submitted by: ru
2004-06-30 19:56:16 +00:00
Mark Santcroos
07e2d0461f
Document BIOS blacklist.
...
Approved by: njl
2004-06-30 19:54:29 +00:00
Nate Lawson
c2dba66886
Note the ACPI blacklist changes.
...
Prodded by: imp
2004-06-30 19:52:40 +00:00
Ruslan Ermilov
bd486f888e
Fixed a typo.
2004-06-30 19:32:41 +00:00
Warner Losh
9a879a35fb
We need to make resources visible here as well.
2004-06-30 19:24:26 +00:00
Christian S.J. Peron
0c90b4887e
The call to setuid(2) subsequently causes setgroups(2) to fail. setgroups(2)
...
requires super-user access in order to complete successfully.
Move setgroups(2) to execute before setuid(2) so that it is successful.
2004-06-30 18:58:19 +00:00
Ruslan Ermilov
f5298929e3
Minor markup tweaks.
2004-06-30 17:26:31 +00:00
Ruslan Ermilov
9ae4f36d30
Markup and grammar fixes.
2004-06-30 17:24:27 +00:00
Warner Losh
0363a12688
Hide struct resource and struct rman. You must define
...
__RMAN_RESOURCE_VISIBLE to see inside these now.
Reviewed by: dfr, njl (not njr)
2004-06-30 16:54:10 +00:00
Maxim Konovalov
0d055a20bf
Add user _pflogd.
2004-06-30 16:47:08 +00:00
Hiroki Sato
a10dcdeed6
New release notes (changes in the second half of June 2004):
...
kern.sched.name added,
pseudo-interface cloning changes,
cut(1) -c, -f, and -d multibyte locale support,
indent(1) -fbs and -ut support,
pkg_create(1) -S support, and
pkg_info(1) -j support.
MFC:
sha1(1) and rmd160(1) added, and
CVS 1.11.15 -> 1.11.17 update.
2004-06-30 16:38:02 +00:00
Nate Lawson
d4b9ff9179
Move flags into a private ivar so it can't collide with device flags.
...
Unify the code to disable GPEs with the enable code. Shutdown is handled
the same way. ACPI now does all wake/sleep prep for child devices so
now they no longer need to call external functions in the suspend/resume
path. Add the flags to non-ACPI busses (i.e., pci).
2004-06-30 16:08:03 +00:00
Nate Lawson
d3b9d3d1d7
Add a method for referencing/switching power resources based on _PRW.
...
This brings us into line with the standard, which requires power resources
be enabled when wake is enabled for a given device. Move the dereferencing
code into its own function, +acpi_pwr_dereference_resource().
2004-06-30 16:02:40 +00:00
Nate Lawson
340a7f6a9b
Disable the EC GPE in the shutdown path. This is correct but is not known
...
to fix any bug.
2004-06-30 16:00:20 +00:00
Warner Losh
d8dbb9937b
devd is now on by default
...
Reviewed by: dfr,njr (not nate!)
2004-06-30 15:58:46 +00:00
Mike Makonnen
105711487e
When a thread is created suspended have libthr suspend it explicitly
...
instead of asking the kernel to do it when we create the thread.
2004-06-30 15:57:36 +00:00
Nate Lawson
346eda4f40
Diff reduction for style.
2004-06-30 15:10:02 +00:00
Warner Losh
743e8e75a5
My last commit broke oldcard. Rather than duplicate the lines for
...
pccarddevs.h, just make it standard for now. Once oldcard is gone,
we'll revisit.
2004-06-30 14:52:49 +00:00
Nate Lawson
f1ca765c85
Move acpi_if.m to files.{amd64,i386,ia64}. This should fix the alpha build.
...
Pointed out by: gallatin
2004-06-30 14:19:28 +00:00