elad
5e3617ba81
blymn made ips mode prevent execution of non-monitored files; document
...
that.
2006-07-24 21:44:52 +00:00
elad
51f96c232c
ugh.. forgot to document no removal in ids mode.
2006-07-24 21:43:46 +00:00
elad
05eb39fb84
replace magic numbers for strict levels (0-3) with defines.
2006-07-24 21:32:39 +00:00
elad
32e391d158
finally do things properly. veriexec_report() takes flags, not three ints.
2006-07-24 21:15:05 +00:00
manu
a640310a53
typo
2006-07-24 19:01:49 +00:00
gdt
030ff0dd8d
clarifications based on wiz@ comments:
...
Explain that the UGEN_BULK_RA_WB option enables the USB_SET_BULK_*
ioctls.
Explain that select works in BULK mode, but not in the unbuffered
mode.
Explain more clearly that UGEN_SET_BULK_RA causes the driver to read
from the device whenever there is space in the buffer.
2006-07-24 18:13:42 +00:00
christos
3dbe70d846
PR/34030: Takehiko NOZAKI: Allways allocate the cvs password returned
...
in the get_cvs_password() function to simplify the code and avoid leaks.
2006-07-24 18:11:19 +00:00
gdt
cf30106955
Add UGEN_BULK_RA_WB, requested by cube@.
2006-07-24 17:41:30 +00:00
wiz
7e04cdd341
New sentence, new line. Add "options UGEN_BULK_RA_WB" to SYNOPSIS.
...
Bump date for previous.
XXX: there should be a sentence or two about UGEN_BULK_RA_WB.
2006-07-24 17:00:52 +00:00
elad
5d611badde
some fixes:
...
- adapt to NVERIEXEC in init_sysctl.c.
- we now need "veriexec.h" for NVERIEXEC.
- "opt_verified_exec.h" -> "opt_veriexec.h", and include it only where
it is needed.
2006-07-24 16:37:28 +00:00
kardel
587059915b
get tickle_tc() prototyped unconditionally
2006-07-24 16:37:24 +00:00
elad
93a2eaef51
prevent removal of monitored files as early as ids mode.
...
okay blymn@
2006-07-24 16:27:15 +00:00
rpaulo
c41010f900
Enable anvil and scache. By popular demand. It's also enabled by default on
...
postfix distribution.
2006-07-24 16:11:45 +00:00
gdt
f9f3dc0a85
Add UGEN_BULK_RA_WB, which allows users of ugen(4) to request read
...
ahead and write behind, improving performance for the Universal
Software Radio Peripheral (USRP) used with GNU Radio.
Enable UGEN_BULK_RA_WB in GENERIC and GENERIC_LAPTOP; behavior is
unchanged unless the new ioctl is called.
This code was written by Joanne Mikkelson under funding from DARPA's
ACERT program.
ok'd by christos@, tested by Berndt Josef Wulf
2006-07-24 14:24:48 +00:00
drochner
53f4a934ae
revert previous (executable mapping of data needed for secondary CPU
...
spinup), this is not needed anymore
2006-07-24 10:57:13 +00:00
drochner
b5d3716437
Set the "NXE" bit (if available) early, before the cpu_info struct
...
is accessed. Without this, the (secondary) CPU chokes on the NX bit in
the PTE.
2006-07-24 10:55:25 +00:00
lukem
a7661355df
Add amrctl.debug
2006-07-24 05:09:19 +00:00
ad
f474dceb13
Use the LWP cached credentials where sane.
2006-07-23 22:06:03 +00:00
christos
8a487b533d
PR/34055: Kevin Massey: Date uses a fixed 1K buffer for strftime
...
but does not check when strftime fails because the buffer is too small.
Our implementation of strftime does not NUL terminat the buffer
on failure (it does not have to; the results are undefined), so
garbage gets printed. Use a dynamically allocated buffer instead.
2006-07-23 20:39:10 +00:00
christos
213f1e2476
PR/34062: Tanaka Akira: rl_deprep_term_function is NULL in libedit.
...
Default to rl_deprep_terminal as suggested; do the same for
rl_prep_term_function
2006-07-23 20:21:45 +00:00
wiz
56a3a2ae7a
Nitpicks.
2006-07-23 18:01:58 +00:00
jmcneill
4f4e89872b
Mention multicast TFTP support.
2006-07-23 17:52:24 +00:00
kent
6f99efd46f
For ThinkPad T60, make the default value of outputs.linein.dir "output"
2006-07-23 16:05:21 +00:00
bjh21
b1e602b971
Update to match new documentation layout.
2006-07-23 13:37:43 +00:00
bjh21
66e6b99a2b
Move varous documents into a subdirectory of !BtNetBSD and add a !Help file
...
(accessible from the Filer menu) to open it. The documents are:
BtNetBSD/FBInstall
BtNetBSD/!BtNetBSD/Files
BtNetBSD/!BtNetBSD/Legal
2006-07-23 13:33:53 +00:00
wiz
4181023cfa
Add Xr for amrctl(8). Bump date.
2006-07-23 13:24:34 +00:00
wiz
1702d6b574
Drop trailing whitespace.
2006-07-23 13:23:12 +00:00
lukem
2c9b699f2a
add reminder to sync with etc/Makefile and share/man/man5/mk.conf.5
2006-07-23 12:31:29 +00:00
lukem
a032824b81
document MKDEBUG & MKDEBUGLIB
2006-07-23 12:01:56 +00:00
bouyer
d252c65e9c
Add a /dev/amr* control file for amr(4) devices, which allows sending raw
...
commands to the controller.
Add a amrctl(8) control tool, which for now only allows to get status
from the adapter (status of adapter, logical volumes and and individual
drives).
From FreeBSD, with some adjustements by Andrew Doran and me.
2006-07-23 12:01:25 +00:00
lukem
9cd638deef
document MKDEBUG MKDEBUGLIB in /etc/release
2006-07-23 11:44:55 +00:00
lukem
cacf5bfacc
Implement MKDEBUG:
...
If "no", don't build and install separate debugging symbols
into /usr/libdata/debug.
Default: no
2006-07-23 11:41:24 +00:00
tsutsui
a7be7dcdc1
MKDEBUG -> MKDEBUGLIB
2006-07-23 03:27:09 +00:00
uwe
68272cc770
tlb_exception: Move and indent TLB_ASSERT to reduce visual clutter.
...
Fix function name in the panic message. Print expevt on panic.
Split panic message so that the dumped numbers are on a separate line.
2006-07-22 22:43:43 +00:00
bjh21
eaf8878f34
We build releases under NetBSD now, so there's no need for the MkRelease
...
and MkRelScr scripts to do (some of) it under RISC OS. Remove them.
2006-07-22 22:38:54 +00:00
uwe
3ed02eac7c
exp_type[] was constified in exception.c but an extern declaration in
...
db_interface.c was not updated. Declare it publicly. While here,
constify the array itself too.
2006-07-22 21:58:29 +00:00
tsutsui
205c4648a9
Note arc bootloader update.
2006-07-22 18:54:50 +00:00
tsutsui
84180e1158
- reorganize bootinfo structures and fix bootinfo handling in bootloader
...
(mostly based on pmax)
- pass symbol info from bootloader to kernel via bootinfo
(currently bootinfo is allocated in the bootloader and
copied by kernel later; maybe we should rethink about this)
- use passed bootinfo to initialize ksyms(4) in kernel
- remove options SYMTAB_SPACE from kernel config files
- bump bootloader version
2006-07-22 18:15:05 +00:00
rpaulo
25ec6d007f
revert stuff that shouldn't have gone in.
2006-07-22 17:45:03 +00:00
rpaulo
f5f6aa2ed3
TCP RFC is 793, not 783.
2006-07-22 17:39:48 +00:00
martin
a4cb6f93d2
Remove unused variable to make it compile again.
2006-07-22 15:09:09 +00:00
tsutsui
6efaa65c79
Add "-I${S}/../common/include" to CPPFLAGS for libprop sources in libkern.
...
XXX: shouldn't this be handled by sys/lib/libkern/Makefile.inc?
2006-07-22 14:11:35 +00:00
elad
a5307a7c24
"verified exec" -> "veriexec" + some minor tweaks.
2006-07-22 10:47:53 +00:00
elad
0f70b7df59
no VERIFIED_EXEC anymore, just a pseudo-device.
2006-07-22 10:43:51 +00:00
elad
e2706baefd
kill a VOP_GETATTR() we don't need for veriexec.
2006-07-22 10:40:49 +00:00
elad
a92c1615a4
deprecate the VERIFIED_EXEC option; now we only need the pseudo-device to
...
enable it. while here, some config file tweaks.
tons of input from cube@ (thanks!) and okay blymn@.
2006-07-22 10:34:26 +00:00
elad
a6e0095c33
oops, no 'p' here. from xtraeme@.
2006-07-22 09:59:24 +00:00
elad
686626bd00
sync with reality.
2006-07-22 09:26:29 +00:00
elad
7e7591e119
if LOCKDEBUG, assert that we can sleep in kauth_authorize_action().
...
discussed with yamt@ on tech-kern.
2006-07-22 09:24:25 +00:00
elad
6f83bb0086
don't call kauth_authorize_generic() when holding a lock, from yamt@.
2006-07-22 09:22:21 +00:00