Robert Watson
e8a6d7e554
Set freebsd32 system call event identifiers for:
...
- old truncate, ftruncate
- old getpeername, gethostid, sethostid, getrlimit, setrlimit, killpg.
- old quota, getsockname, getdirentries.
- lgetfh
- old getdomainname, setdomainname
- sysarch, rtprio, __getcwd, jail, sigtimedwait
- extattrctl, extattr_{get,set,delete,list}_{file,fd,link}
- getresgid, getresuid, kqueue, eaccess, nmount, sendfile
- fhstatfs, kldunloadf
Right identifiers for:
- nfssvc
Remove incorrect identifier for:
- __acl_get_file
Compile tested with help of: sam
Obtained from: TrustedBSD Project
2006-09-03 16:17:49 +00:00
Robert Watson
89ede214c7
Regenerate for updated audit event identifiers.
2006-09-03 15:11:13 +00:00
Robert Watson
7f26ddda62
Assign proper audit event identifiers to a number of system calls not
...
covered in previous passes:
- sysarch, rtprio
- clock_settime
- preadv/pwritev
- __getcwd
- kqueue
- fhstatfs
- kldunloadf
Obtained from: TrustedBSD Project
2006-09-03 15:10:40 +00:00
Hajimu UMEMOTO
d45564dcfe
Support Celsius (nn.nC), Fahrenheit (nn.nF) and Kelvin (nnnn) to
...
specify temperature.
Reviewed by: njl
MFC after: 3 days
2006-09-03 15:10:04 +00:00
Robert Watson
863ccba5d5
Regenerate.
2006-09-03 13:48:48 +00:00
Robert Watson
8075da7e8b
Regenerate. Looks like someone missed doing this previously as more than
...
just the audit event change appears in the diff.
2006-09-03 13:47:52 +00:00
Robert Watson
1b25e5f3c4
Use AUE_NTP_ADJTIME instead of AUE_ADJTIME for ntp_adjtime().
...
Obtained from: TrustedBSD Project
2006-09-03 13:47:24 +00:00
Robert Watson
d1967c5d2c
Use AUE_NTP_ADJTIME for ntp_adjtime() instead of AUE_ADJTIME.
...
Obtained from: TrustedBSD Project
2006-09-03 13:44:21 +00:00
Christian Brueffer
10ce24c563
Document VIA 8237A support.
2006-09-03 11:33:52 +00:00
Matt Jacob
198b33587b
Restore multi-version cleanliness.
2006-09-03 01:26:55 +00:00
Matt Jacob
048963977c
Bump __FreeBSD_version by one due to newbus changes.
2006-09-03 01:12:34 +00:00
John-Mark Gurney
a890c1dd21
up the default msgbuf limit to 64k.. a verbose boot on i386 on modern
...
hardware returns almost 48k of data... to change the default per platform,
it should be done in DEFAULTS, not here...
Discussed on: -arch
2006-09-03 00:33:19 +00:00
John-Mark Gurney
d1c32d02b6
now that we have bus_get_dma_tag, document it's requirement in
...
bus_dma_tag_create
2006-09-03 00:31:21 +00:00
John-Mark Gurney
378f231e7d
add a newbus method for obtaining the bus's bus_dma_tag_t... This is
...
required by arches like sparc64 (not yet implemented) and sun4v where there
are seperate IOMMU's for each PCI bus... For all other arches, it will
end up returning NULL, which makes it a no-op...
Convert a few drivers (the ones we've been working w/ on sun4v) to the
new convection... Eventually all drivers will need to replace the parent
tag of NULL, w/ bus_get_dma_tag(dev), though dev is usually different for
each driver, and will require hand inspection...
Reviewed by: scottl (earlier version)
2006-09-03 00:27:42 +00:00
John-Mark Gurney
01646adbc8
Break out typedefs from bus_dma.h to _bus_dma.h so that we can get the
...
typedef for bus_dma_tag_t in sys/bus.h w/o poluting the namespace...
This is in preperation for adding bus_get_dma_tag to sys/bus.h...
2006-09-03 00:26:17 +00:00
David Xu
295ce693b9
Check if it is root user in do_unlock_pp.
2006-09-03 00:07:37 +00:00
Marius Strobl
647ef1a927
Add a belated entry regarding the removal of lnc(4).
2006-09-02 22:17:15 +00:00
Marcel Moolenaar
d3867f934d
Unbreak PowerPC build after addition of powermac_nvram(4powerpc).
2006-09-02 20:58:37 +00:00
Marius Strobl
347658223d
- s/UltraSparc/UltraSPARC/
...
- Add info about the requirement of OFW support.
2006-09-02 20:15:21 +00:00
Sam Leffler
b3f627ac81
incorporate Rui Paulo's work
...
Obtained from: netbsd
2006-09-02 17:56:24 +00:00
Bruce A. Mah
754fbb67ae
New release notes: audit(4) (somewhat belatedly, now that I
...
marginally understand how this feature works), cp(1) -l (+MFC),
pkill(1)/pgrep(1) to /bin, lukemftpd 20060831.
Updated release notes: OpenBSM 1.0a10 (also do a minor markup fix,
+MFC).
MFCs noted: OpenBSM userland, freebsd-update(8), rc.d/auditd.
2006-09-02 16:25:50 +00:00
Søren Schmidt
adf1bdac4f
Add support for VIA 8237A.
2006-09-02 12:55:42 +00:00
Marius Strobl
13311d237e
Add the usual info about loading as module on startup to the SYNOPSIS.
2006-09-02 12:12:16 +00:00
Robert Watson
c6c571f1e3
s/6.1/6.2/ as the introduction date for kernel audit support.
...
Obtained from: TrustedBSD Project
2006-09-02 11:55:38 +00:00
Robert Watson
23b7e55f3f
Merge OpenBSM 1.0 alpha 10 changes into src/sys/bsm; comment spelling
...
fixes.
Obtained from: TrustedBSD Project
2006-09-02 10:49:44 +00:00
Colin Percival
b698a3ab22
Conform to wider English usage.
...
Submitted by: Royce Williams
2006-09-02 10:47:01 +00:00
Robert Watson
33c207f0e2
Note removal of certain contrib/openbsm/bsm include files from
...
FreeBSD development branches, they exist only in the vendor branch.
Obtained from: TrustedBSD Project
2006-09-02 09:56:28 +00:00
Robert Watson
ba33e7d9dd
This commit was generated by cvs2svn to compensate for changes in r161863,
...
which included commits to RCS files with non-trunk default branches.
2006-09-02 09:37:14 +00:00
Robert Watson
fdb4472c92
Vendor import of OpenBSM 1.0 alpha 10, with the following changes:
...
- auditd now generates complete audit records for its events, as required for
application-submitted audit records in the the FreeBSD kernel audit
implementation.
This also restores contrib/openbsm/bsm/audit_record to the vendor version
after the build fixes previously committed; however, this file is not used
in the build.
Obtained from: TrustedBSD Project
2006-09-02 09:37:14 +00:00
Poul-Henning Kamp
efc88ae81d
Document that the default timeout is 16 seconds
2006-09-02 09:11:58 +00:00
Robert Watson
ce105e8f5a
Enforce the compile-time threads limit at run-time, so that a high thread
...
count argument doesn't cause a segfault or memory corruption when the
compile-time array is overrun.
2006-09-02 08:25:40 +00:00
Robert Watson
0ee913128d
Remove two hypothetical calls to suser() in ifdef'd (and uncompilable)
...
svr4 code: this code would call centralized sysctl code that does
these checks also.
MFC after: 1 week
Obtained from: TrustedBSD Project
Sponsored by: nCircle Network Security, Inc.
2006-09-02 08:18:22 +00:00
David Xu
81273e0632
Make sure we get new m_owner value if we can not unlock it in
...
uncontested case. Reorder statements in do_unlock_umutex.
2006-09-02 02:41:33 +00:00
Marcel Moolenaar
ee35caa0b3
Whitespace fix.
2006-09-02 01:07:21 +00:00
David Christensen
46ae242dba
Resolve "firmware handshake" error on 5752.
...
Approved by: ps
MFC after: 2 weeks
2006-09-01 22:45:11 +00:00
Marius Strobl
d647ed4cf6
- Improve the description of gem(4); the Sun chips it supports are
...
termed ERI and GEM rather than GMAC.
- Bring the description of le(4) in line with the current le(4); it
was still refering to the old i386 ISA-only le(4) which was nuked
along with ISA_COMPAT while HEAD was FreeBSD 5.
- Add an entry for hme(4).
- Remove the obsolete entry for lnc(4).
MFC after: 1 day
2006-09-01 22:34:49 +00:00
David Christensen
21c9e4077a
/tmp/cvsleYf6y
2006-09-01 22:30:56 +00:00
Marius Strobl
ee967d5eb1
Replace the .Pq added in rev 1.2 with literal parenthesis as the former
...
aren't required for plain text and the latter formats faster.
Pointed out by: ru
2006-09-01 21:54:58 +00:00
Marius Strobl
092f607db8
- s/gigabit/Gigabit/
...
- Talk about supported chips rather than supported cards as the majority
of the hardware supported by gem(4) is on-board.
- "the .Nm driver"
- Sort the list of supported chips alphabetically.
- Sun GEM aren't used on-board though, so don't claim they'd be.
- Add a CAVEATS section informing that Sun GEM cards aren't supported
so far.
MFC after: 1 day
2006-09-01 21:42:22 +00:00
Marcel Moolenaar
4d630a8f11
Stylize:
...
o avoid using a global register variable.
o redefine struct ia64_tp as a union. We don't have to get to the
fields themselves. We just need it to be of the right size with
the right alignment.
2006-09-01 21:25:22 +00:00
Marcel Moolenaar
be2f4bda88
Stylize: avoid using a global register variable.
2006-09-01 21:01:11 +00:00
Marius Strobl
94d8eb4fc7
- Use full name of the Sun PGX64 cards and add the Sun part number
...
in order to simplify matters for people who are looking for a video
card supported by FreeBSD/sparc64.
- Add Sun PGX to the list of known working cards.
MFC after: 1 day
2006-09-01 20:41:59 +00:00
Marius Strobl
55d3a2fcc5
Fix spelling in a status message.
...
MFC after: 1 day
2006-09-01 20:14:06 +00:00
Marius Strobl
e70415b38e
Fix spelling and wording in a comment.
2006-09-01 20:12:12 +00:00
Marius Strobl
ad3c888766
Add missing '?' in "watchdog-enable?".
...
MFC after: 1 day
2006-09-01 20:09:22 +00:00
Marius Strobl
6ca1d15e09
Fix indentation in two spots to match the rest of this file.
2006-09-01 20:07:15 +00:00
Marius Strobl
851bf68fae
Move two periods out of quotes and to where they belong.
...
MFC after: 1 day
2006-09-01 20:01:51 +00:00
Marius Strobl
91be44de19
Add references to scc(4) as it hangs off of ebus(4) and sbus(4)
...
respectively.
2006-09-01 19:51:26 +00:00
Marcel Moolenaar
ce2dfbd199
Enable TLS on PowerPC.
2006-09-01 19:14:14 +00:00
Marcel Moolenaar
4c91d168a7
The ucontext is 16-byte aligned, which means that struct tcb is
...
16-byte aligned. Consequently, struct tcb is a multiple of 16
bytes in size. We need to make sure there's no padding after
struct ppc32_tp. We do this by explicitly adding the necessary
padding in front of it.
2006-09-01 19:13:36 +00:00