Dag-Erling Smørgrav
ff4e0229f4
Add acpi_video_load (default NO) in the ACPI section
2004-03-01 18:13:00 +00:00
Andrey A. Chernov
f2fd86b76e
Improve GNU compatibility in several places, use internal GNU_COMPATIBLE
...
define for it.
Don't catch POSIXLY_CORRECT env. into static variable, it can be changed
on the fly by program.
Use P1003.2 standartized illoptchar[]
2004-03-01 17:57:05 +00:00
Ruslan Ermilov
4fca7bd3dd
Removed extraneous parentheses.
2004-03-01 17:47:38 +00:00
Pawel Jakub Dawidek
db33b1c4d0
Removed unused fields.
2004-03-01 17:33:11 +00:00
Pawel Jakub Dawidek
03816084de
We don't need d_length field.
2004-03-01 17:32:48 +00:00
Ruslan Ermilov
86e67aa89b
Restore the sorting broken in rev. 1.256.
2004-03-01 17:26:39 +00:00
Ruslan Ermilov
407ea29095
Netgraph node type for IEEE 802.1Q VLAN tagging.
2004-03-01 17:22:16 +00:00
David E. O'Brien
57f5e24fec
Update for reality.
2004-03-01 16:34:39 +00:00
Hajimu UMEMOTO
cfcea11979
- reject incoming packets to an interface-local multicast address from
...
the wire.
- added a generic scope check, and removed checks for loopback src/dst
addresses.
Obtained from: KAME
2004-03-01 15:34:29 +00:00
Søren Schmidt
e7c9858a8f
Remember to mtx_destroy mutexes.
2004-03-01 13:17:07 +00:00
Andrey A. Chernov
2298a6e766
Comment out things related to getopt() replacement we not use
2004-03-01 10:59:23 +00:00
Andrey A. Chernov
8a4dd785c0
Change "-"-started options when POSIX_CORRECTLY is set handling
...
in favour of GNU instead of NetBSD, because configure's use us and
expect GNU.
2004-03-01 10:12:45 +00:00
Andrey A. Chernov
ee43cb7a22
Change "-"-started options when POSIX_CORRECTLY is set handling
...
in favour of GNU instead of NetBSD, because configure's use us and
expect GNU.
2004-03-01 10:03:34 +00:00
Andrey A. Chernov
0416b7503d
Merge conflicts, upgrade
2004-03-01 08:37:20 +00:00
Andrey A. Chernov
cdd3ecb3a1
This commit was generated by cvs2svn to compensate for changes in r126432,
...
which included commits to RCS files with non-trunk default branches.
2004-03-01 08:24:49 +00:00
Andrey A. Chernov
7a39f4da90
Trimmed grep 2.4.2
2004-03-01 08:24:49 +00:00
Nate Lawson
355ff5fe33
Hook acpi_video up to the build.
2004-03-01 08:15:26 +00:00
Nate Lawson
c58375c3a5
Add the ACPI standard video extensions driver. I've done some style cleanup
...
but a bit more reamins to be done. For now, it is usable.
Submitted by: Taku YAMAMOTO <taku@cent.saitama-u.ac.jp>
2004-03-01 08:12:56 +00:00
Nate Lawson
7592c288eb
Add the ACPI standard video extensions driver. I've done some style cleanup
...
but a bit more reamins to be done. For now, it is usable.
PR:
Submitted by: Taku YAMAMOTO <taku@cent.saitama-u.ac.jp>
Reviewed by:
Approved by:
Obtained from:
MFC after:
2004-03-01 08:12:55 +00:00
Bruce Evans
d1233ab372
Fixed some insertion sort errors for usb devcies (mainly for serial ones).
2004-03-01 07:51:51 +00:00
Scott Long
cc7db16df0
Add a manual page for the umct(4) driver.
2004-03-01 03:49:05 +00:00
Robert Watson
746e5bf09b
Rename dup_sockaddr() to sodupsockaddr() for consistency with other
...
functions in kern_socket.c.
Rename the "canwait" field to "mflags" and pass M_WAITOK and M_NOWAIT
in from the caller context rather than "1" or "0".
Correct mflags pass into mac_init_socket() from previous commit to not
include M_ZERO.
Submitted by: sam
2004-03-01 03:14:23 +00:00
Alexander Kabaev
30d4dd7ee9
Pich up a do {} while(0) cleanup by phk that was discarded accidentally in
...
previous revision.
Submitted by: alc
2004-03-01 02:44:33 +00:00
Bernd Walter
7de8778318
add driver for BWCT console management serials
2004-03-01 02:34:49 +00:00
Scott Long
740d9ba692
Convert the other use of flags to mflags in soalloc().
2004-03-01 01:14:28 +00:00
Tim Kientzle
09951e89e9
Back out the "clean_environment()" function from libutil.
...
Further contemplation has convinced me that this was
not going to really solve the problem of environment-poisoning
without raising serious administrative headaches. There
must be a better way...
2004-02-29 22:13:28 +00:00
Mike Heffner
c92dfc231b
Add the -e (mail presence test), -H (header summary mode), and -F
...
(message save as first recipient) options for standards
conformance.
Submitted by: Wartan Hachaturow <wart@tepkom.ru> (with some changes)
PR: standards/61934
2004-02-29 20:44:44 +00:00
Maxim Konovalov
16c36bbe5d
o Typo: Ternal -> Thermal.
2004-02-29 18:30:35 +00:00
Robert Watson
2bc87dcfbe
Modify soalloc() API so that it accepts a malloc flags argument rather
...
than a "waitok" argument. Callers now passing M_WAITOK or M_NOWAIT
rather than 0 or 1. This simplifies the soalloc() logic, and also
makes the waiting behavior of soalloc() more clear in the calling
context.
Submitted by: sam
2004-02-29 17:54:05 +00:00
Poul-Henning Kamp
2cf6bdac50
Loudly announce WITNESS and DIAGNOSTIC options and warn about reduced
...
performance.
2004-02-29 16:56:54 +00:00
Max Laier
01315efca3
Remove __inline keyword from functions that can't be inlined according to
...
LINT. This fixes LINT compliation for now, but needs to be revised.
Changes do not affect the objects.
Approved by: bms(mentor)
2004-02-29 16:34:43 +00:00
Colin Percival
e07113d65c
Use DEV_BSIZE byte sectors instead of PAGE_SIZE byte sectors for
...
swap-backed memory disks. This reduces filesystem allocation overhead
and makes swap-backed memory disks compatible with broken code (dd,
for example) which expects to see 512 byte sectors. The size of a
swap-backed memory disk must still be a multiple of the page size.
When performing page-aligned operations, this change has zero
performance impact.
Reviewed by: phk
Approved by: rwatson (mentor)
2004-02-29 15:58:54 +00:00
Philippe Charnier
5904b6fdcc
Revert previous change. The effect of -w or -W option is described in
...
another paragraph.
Obtained from: David Malone <dwmalone@maths.tcd.ie>
2004-02-29 15:49:26 +00:00
Robert Watson
e33d9f2929
Define BPFD_LOCK_ASSERT() to assert the BPF descriptor lock.
...
Assert the BPF descriptor lock in the MAC calls referencing live
BPF descriptors.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, McAfee Research
2004-02-29 15:33:56 +00:00
Robert Watson
f747d2dd90
Grab Giant after MAC processing on outgoing packets being sent via
...
BPF. Grab the BPF descriptor lock before entering MAC since the MAC
Framework references BPF descriptor fields, including the BPF
descriptor label.
Submitted by: sam
2004-02-29 15:32:33 +00:00
Jens Schweikhardt
d0930e8695
Added Xref to env(1).
2004-02-29 13:10:09 +00:00
Johan Karlsson
506f4c06ae
Add amd64 to universe.
...
Approved by: peter
2004-02-29 13:07:05 +00:00
Jens Schweikhardt
ec6001d98e
Fix grammar bogon.
2004-02-29 12:52:21 +00:00
Poul-Henning Kamp
7314dafb6f
Move boottime from <sys/kernel.h> to <sys/time.h> where it belongs.
2004-02-29 10:55:15 +00:00
Poul-Henning Kamp
db42ff97da
Remove unused FDNUMTOUNIT() macro
2004-02-29 10:21:40 +00:00
Poul-Henning Kamp
74cc032b41
Give DDB a "watchdog" command which disables all watchdogs.
2004-02-29 09:55:32 +00:00
Jens Schweikhardt
d6bfbcc360
Make rmuser now also remove ipc resources. Also, fix a few minor
...
shell style problems (superfluous backslashes at EOL).
PR: 55980
Submitted by: Chris S.J.Peron <maneo@bsdpro.com>
MFC after: 2 weeks
2004-02-29 09:54:15 +00:00
Søren Schmidt
9a19089d86
Rearrange sense_key and sense_data to get alignment right.
...
Submitted by: Marcel
2004-02-29 09:35:29 +00:00
Scott Long
474e30f0b1
All three of these drivers abused cv_waitq_empty in the same way by spinning
...
on it in hopes of making sure that the waitq was empty before going on.
This wasn't needed and probably never would have worked as intended. Now
that cv_waitq_empty() and friends are gone, the code in these drivers that
spins on it can go away too. This should unbreak LINT.
Discussed with: kan
2004-02-29 09:26:01 +00:00
Bruce Evans
77585df415
Fixed style bugs in previous commit (.ifndef instead of .if defined(),
...
and tab lossage).
Garbage-collected NEED_LIBNAMES.
2004-02-29 06:39:11 +00:00
Peter Grehan
80bd99be33
Bring to working PIO state.
...
- use correct rid when allocating PCI mem resource
- ATA taskfile registers are indeed spaced 0x10 apart just like
the Macio ATA cell. Adjust offsets in ATA channel struct.
Tested by: Suleiman Souhlal <ssouhlal@vt.edu>
2004-02-29 06:01:16 +00:00
Bruce A. Mah
77990834a3
Modified release notes: More ports affected by thread-safe resolver
...
ABI change [1], ACPI 20040220.
Submitted by: marcus [1]
2004-02-29 02:20:21 +00:00
Brian Feldman
2e8fe46f97
Further shuffle runcom ordering so that netif does not start before
...
ipfw, but ipfw and ipfilter do start before dhclient.
2004-02-29 01:42:48 +00:00
Marcel Moolenaar
b55a929477
uteval.c gained a warning (cast discards qualifiers from pointer target
...
type) after vendor import of ACPICA 20040220. Add nowerror.
2004-02-28 23:04:45 +00:00
Lukas Ertl
06aed75cac
Add MLINKs for MALLOC_DEFINE and MALLOC_DECLARE.
...
Approved by: grog (mentor)
2004-02-28 23:01:20 +00:00