Will Andrews
b3d2f94ea7
Make apm(8) understand AC Line state 2 as "backup power".
...
Submitted by: liamfoy@sepulcrum.org
2005-05-30 18:44:43 +00:00
Scott Long
5a8d0950c1
Fix LINT by defining vga_pxlmouse_planar and vga_pxlmouse_direct.
2005-05-30 18:37:25 +00:00
Alan Cox
8285135020
Eliminate unnecessary calls to wakeup(); no one sleeps on &aio_freeproc.
...
Eliminate an unused flag, AIOP_SCHED; it's cleared but never set.
2005-05-30 18:02:00 +00:00
Hiroki Sato
0717110a5a
New release notes:
...
syscons VESA support,
libpcap v0.8.3 --> v0.9.1 (alpha 096), and
TCPDUMP v3.8.3 --> v3.9.1 (alpha 096).
2005-05-30 16:51:57 +00:00
Robert Watson
3984b2328c
Rebuild generated system call definition files following the addition of
...
the audit event field to the syscalls.master file format.
Submitted by: wsalamon
Obtained from: TrustedBSD Project
2005-05-30 15:20:21 +00:00
Robert Watson
f3596e3370
Introduce a new field in the syscalls.master file format to hold the
...
audit event identifier associated with each system call, which will
be stored by makesyscalls.sh in the sy_auevent field of struct sysent.
For now, default the audit identifier on all system calls to AUE_NULL,
but in the near future, other BSM event identifiers will be used. The
mapping of system calls to event identifiers is many:one due to
multiple system calls that map to the same end functionality across
compatibility wrappers, ABI wrappers, etc.
Submitted by: wsalamon
Obtained from: TrustedBSD Project
2005-05-30 15:09:18 +00:00
Ruslan Ermilov
2e79aad4c7
Markup nits.
2005-05-30 12:33:04 +00:00
Christian Brueffer
3962985ba8
Add the Dell PERC 4/IM as supported.
...
Submitted by: Muthu_T@Dell.com
2005-05-30 12:26:12 +00:00
Jeff Roberson
204ec66d38
- Don't set our bio op to be a READ when we've just completed a write. There
...
are subtle differences in the read and write completion path. Instead,
grab an extra write ref so the write path can drop it when we recursively
call bufdone(). I believe this may be the source of the wrong bufobj
panics.
Reported by: pho, kkenn
2005-05-30 07:04:15 +00:00
Jeff Roberson
1f22a07afd
- Add bufobj_wrefl() to add a write ref to a bufobj that is already locked.
2005-05-30 07:01:18 +00:00
Xin LI
b147cf1db2
Deny to switch into banked video mode when it is not available. Some
...
users has reported corrupted display with old video cards.
Submitted by: Michal Mertl <mime traveller cz>
2005-05-30 06:45:40 +00:00
Joseph Koshy
36c0fd9d0f
Kernel hooks to support PMC sampling modes.
...
Reviewed by: alc
2005-05-30 06:29:29 +00:00
Alan Cox
95eca142ec
Eliminate aio_activeproc; it's unused.
2005-05-30 05:25:10 +00:00
Scott Long
e39e116ca2
malloc.h relies on param.h for a definition of MAXCPU. I guess that there is
...
other header pollution that makes this work right now, but it falls over when
doing a RELENG_5 -> HEAD upgrade.
2005-05-30 05:01:44 +00:00
Robert Watson
2c075601cd
Correct mistake in previous commit: add 'bsm' to LDIRS not LSUBDIRS.
...
Pointy hat: over here, please
2005-05-30 01:06:29 +00:00
Marcel Moolenaar
470cd51ee6
Create nexus in configure_first() instead of in configure(). This
...
makes sure that sysinit tasks that run after configure_first(),
but before configure() have a nexus to hang devices off.
2005-05-29 23:44:22 +00:00
Seigo Tanimura
7b7c2c20d4
s/-1000/BUS_PROBE_LOW_PRIORITY/
...
Pointed out by: nyan
2005-05-29 23:22:23 +00:00
Marcel Moolenaar
ba64ae0c94
Call cninit_finish() from configure_final().
2005-05-29 22:53:48 +00:00
Marcel Moolenaar
a0c51afb16
Call cninit_finish() in configure_final().
2005-05-29 22:48:41 +00:00
Marcel Moolenaar
e085487fe8
Call cninit_finish() and set cold to 0 in configure_final() instead
...
of in configure(). Call cninit_finish() before setting cold to 0.
This is how it's done for other platforms. Be alike to avoid problems.
2005-05-29 22:45:36 +00:00
Marcel Moolenaar
0ceee7d758
o Call cninit_finish() in configure_final().
...
o Remove unused and compiled-out code while here.
2005-05-29 22:42:27 +00:00
Maxim Sobolev
55f88dd25e
Make bzip2 support working again after bzip2 upgrade. This time commit
...
BZ_NO_COMPRESS support to the bzip2 sources directly (yes, this takes file
off the vendor branch, but looks like bzip2 maintainer doesn't care), so that
it will not be removed when the next upgrade is performed. Also, add a short
note on how to test bzip2 support.
Pointy hat to: obrien
Correct comment (libz -> libbz2) and remove useless full path to zutil.h
while I am here.
2005-05-29 21:56:38 +00:00
Alan Cox
8484b5e66c
Eliminate aio_bufjobs; it's unused.
2005-05-29 21:29:15 +00:00
Simon L. B. Nielsen
9e56be4c64
Catch up with s/dev_t/struct cdev */.
2005-05-29 21:23:50 +00:00
Robert Watson
2ec4389f6c
White space normalization: use tabs instead of spaces before and after
...
the system call type field.
2005-05-29 21:06:56 +00:00
Maxim Sobolev
422d5081e1
Add missed ${.CURDIR}/../../contrib/bzip2 into include search path, otherwise
...
old version of bzlib.h can be picked up from the /usr/include.
2005-05-29 21:05:58 +00:00
Robert Watson
45cb0a0074
Normalize white space in syscalls.master: try to use tabs before system
...
call types.
2005-05-29 20:20:16 +00:00
Robert Watson
8347dc9b60
Add a new field, sy_auevent, to the system call entry description
...
structure, sysent. This field will hold the default audit event
to generate when the system call is entered. Currently, it will
default to 0 due to allocation in bss.
Submitted by: wsalamon
Obtained from: TrustedBSD Project
2005-05-29 20:08:39 +00:00
Poul-Henning Kamp
98500a3693
Hand it to spaff, he knows how to say it:
...
Using encryption on the Internet is the equivalent of arranging
an armoured car to deliver credit card information from someone
living in a cardboard box to someone living on a park bench.
-- Gene Spafford, Purdue University.
2005-05-29 19:29:19 +00:00
Sam Leffler
c5b7d8556a
bump version for libpcap (+tcpdump) import
2005-05-29 19:15:34 +00:00
Sam Leffler
3a9ae5b3af
update after import of v3.9.1-096
...
Reviewed by: bms
2005-05-29 19:11:21 +00:00
Sam Leffler
c1ad1296ec
resolve merge conflicts and update for proper build; including:
...
o print-fr.c returned to code on vendor branch
o remove pmap_prot.h include from print-sunrprc.c
o remove gcc/i386-specific ntoh* write-arounds from tcpdump-stdinc.h
Reviewed by: bms
2005-05-29 19:09:28 +00:00
Sam Leffler
3d1038b8ce
This commit was generated by cvs2svn to compensate for changes in r146775,
...
which included commits to RCS files with non-trunk default branches.
2005-05-29 18:24:21 +00:00
Sam Leffler
d93a098204
Virgin import of tcpdump v3.9.1 (alpha 096) from tcpdump.org
2005-05-29 18:24:21 +00:00
Sam Leffler
233f3abd96
This commit was generated by cvs2svn to compensate for changes in r146773,
...
which included commits to RCS files with non-trunk default branches.
2005-05-29 18:17:16 +00:00
Sam Leffler
1de50e9f41
Virgin import of tcpdump v3.9.1 (alpha 096) from tcpdump.org
2005-05-29 18:17:16 +00:00
Sam Leffler
0b27443f51
update for import of v0.9.1-096
2005-05-29 18:12:46 +00:00
Sam Leffler
c761ebcb2c
resolve merge conflicts
...
Reviewed by: bms (earlier version)
2005-05-29 18:09:04 +00:00
Sam Leffler
0a71d148de
This commit was generated by cvs2svn to compensate for changes in r146768,
...
which included commits to RCS files with non-trunk default branches.
2005-05-29 17:46:52 +00:00
Sam Leffler
04fb274578
Virgin import of libpcap v0.9.1 (alpha 096) from tcpdump.org
2005-05-29 17:46:52 +00:00
Jens Schweikhardt
1d91c0f538
Chop a '>' in a feature name (RSVD2>) that snuck in;
...
this now balances the <> flags displayed at boot, e.g. without this
Features2=0x41d<SSE3,RSVD2>,MON,DS_CPL,CNTX-ID>
MFC after: 1 week
2005-05-29 17:43:24 +00:00
Robert Watson
a6f33be201
Due to a last minute change in the #ifdefing in malloc.h before committing,
...
a nested include of param.h is required so that MAXCPU is visible to all
consumers of sys/malloc.h. In an earlier version of the patch, the
malloc_type_internal structure was only conditionally visible.
Pointed out by: delphij
2005-05-29 17:27:52 +00:00
Xin LI
466e103c7d
Constify savedir pointer, and remove an accompaning strdup() call.
2005-05-29 16:28:07 +00:00
Robert Watson
19fb720da7
Add /usr/include/bsm to mtree creation set.
...
Submitted by: wsalamon
Obtained from: TrustedBSD Project
2005-05-29 16:18:29 +00:00
Robert Watson
62fdab9284
Do install BSM include files (such as they are) when installing system
...
includes.
Submitted by: wsalamon
Obtained from: TrustedBSD Project
2005-05-29 16:17:00 +00:00
Robert Watson
38e5b60d5d
For consistency with more system include files, add a trailing '_' to
...
the define guards in audit_kevents.h.
2005-05-29 16:11:34 +00:00
Robert Watson
8f0aaac907
Add place-holder audit.h that defines only au_event_t, which is needed
...
in order to modify the system call table to include event identifiers.
The full audit.h will be merged at a later date.
Obtained from: TrustedBSD Project
2005-05-29 16:10:33 +00:00
Philippe Charnier
8a1dff0c73
Give variable an initial value. Use errx() instead of fprintf().
2005-05-29 16:07:10 +00:00
Philippe Charnier
865059c8a8
Reduce compiler warning: variable might be used uninitialized, by giving
...
an initial value.
2005-05-29 16:04:46 +00:00
Philippe Charnier
ce2657c007
Even if variable is never used uninitialized by the semantic, reduce compiler
...
warning by giving an initial value in all cases.
2005-05-29 16:01:12 +00:00