rwatson
370e72b242
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
ru
18fac9a47f
Markup nits.
2005-05-30 12:33:04 +00:00
brueffer
faf343576f
Add the Dell PERC 4/IM as supported.
...
Submitted by: Muthu_T@Dell.com
2005-05-30 12:26:12 +00:00
jeff
36b04bf4ea
- 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
33b78c31e9
- Add bufobj_wrefl() to add a write ref to a bufobj that is already locked.
2005-05-30 07:01:18 +00:00
delphij
920510430d
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
jkoshy
ad86ac4ba4
Kernel hooks to support PMC sampling modes.
...
Reviewed by: alc
2005-05-30 06:29:29 +00:00
alc
f570134192
Eliminate aio_activeproc; it's unused.
2005-05-30 05:25:10 +00:00
scottl
5753345cf7
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
rwatson
5ca6f955b5
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
bb14b518f7
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
tanimura
bdc0663fe0
s/-1000/BUS_PROBE_LOW_PRIORITY/
...
Pointed out by: nyan
2005-05-29 23:22:23 +00:00
marcel
31cf0b1399
Call cninit_finish() from configure_final().
2005-05-29 22:53:48 +00:00
marcel
1ca3e5dd43
Call cninit_finish() in configure_final().
2005-05-29 22:48:41 +00:00
marcel
0fc00302ea
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
97c1c8498d
o Call cninit_finish() in configure_final().
...
o Remove unused and compiled-out code while here.
2005-05-29 22:42:27 +00:00
sobomax
eb9b77e827
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
alc
404d37a14d
Eliminate aio_bufjobs; it's unused.
2005-05-29 21:29:15 +00:00
simon
a96a011866
Catch up with s/dev_t/struct cdev */.
2005-05-29 21:23:50 +00:00
rwatson
fe0681ca34
White space normalization: use tabs instead of spaces before and after
...
the system call type field.
2005-05-29 21:06:56 +00:00
sobomax
630e4285d9
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
rwatson
aaf5c1d3e8
Normalize white space in syscalls.master: try to use tabs before system
...
call types.
2005-05-29 20:20:16 +00:00
rwatson
49bcd8b33d
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
phk
70a0447f0b
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
e5fa1b32be
bump version for libpcap (+tcpdump) import
2005-05-29 19:15:34 +00:00
sam
db5bc54c03
update after import of v3.9.1-096
...
Reviewed by: bms
2005-05-29 19:11:21 +00:00
sam
7dacff5dd0
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
d9db21b8bc
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
cbc6e26dd5
Virgin import of tcpdump v3.9.1 (alpha 096) from tcpdump.org
2005-05-29 18:24:21 +00:00
sam
777fc78fe5
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
88a191f109
Virgin import of tcpdump v3.9.1 (alpha 096) from tcpdump.org
2005-05-29 18:17:16 +00:00
sam
8c6500f369
update for import of v0.9.1-096
2005-05-29 18:12:46 +00:00
sam
1907987c21
resolve merge conflicts
...
Reviewed by: bms (earlier version)
2005-05-29 18:09:04 +00:00
sam
3fcae53268
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
70f7ae46f5
Virgin import of libpcap v0.9.1 (alpha 096) from tcpdump.org
2005-05-29 17:46:52 +00:00
schweikh
d5f6019ad6
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
rwatson
75c0ea0283
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
delphij
2163cbcb0f
Constify savedir pointer, and remove an accompaning strdup() call.
2005-05-29 16:28:07 +00:00
rwatson
2608c23876
Add /usr/include/bsm to mtree creation set.
...
Submitted by: wsalamon
Obtained from: TrustedBSD Project
2005-05-29 16:18:29 +00:00
rwatson
12b86b875b
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
rwatson
bbbde97163
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
rwatson
0a2b7da874
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
charnier
278cc09264
Give variable an initial value. Use errx() instead of fprintf().
2005-05-29 16:07:10 +00:00
charnier
6cd34f4d90
Reduce compiler warning: variable might be used uninitialized, by giving
...
an initial value.
2005-05-29 16:04:46 +00:00
charnier
db28e8fe5e
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
charnier
a40be9078d
rscid -> __FBSDID. Mark parameter as __unused when necessary.
2005-05-29 15:57:00 +00:00
charnier
00bccc99ec
Move variable initialization to reduce compiler warning.
2005-05-29 15:52:48 +00:00
charnier
45f96a1a02
Reduce compiler warning: variable might be used uninitialized, by giving
...
an initial value.
2005-05-29 15:49:53 +00:00
charnier
3d484d1c7a
Move FreeBSD Id outside of copyright. Initialize variable.
2005-05-29 15:47:31 +00:00
avatar
90df580ec3
Typo correction.
2005-05-29 14:56:51 +00:00