christos
a0160c16ae
add TrouSerS
2012-01-28 02:21:22 +00:00
christos
493ac06fcb
- add _tss user for tcsd, and needed directories for TrouSerS.
...
This is all unused as of now because the trousers is not connected to
the build yet.
2012-01-28 02:17:29 +00:00
christos
03a31f348d
add build glue
2012-01-28 02:15:25 +00:00
christos
6af45b0d65
we only have <sys/endian.h> not <endian.h>
2012-01-28 02:11:18 +00:00
christos
ed30c0ec40
add && defined(__NetBSD__)
2012-01-28 02:10:12 +00:00
christos
2134a889e1
- add && defined(__NetBSS__) where appropriate.
...
- we don't have <endian.h>, perhaps we should?
2012-01-28 02:09:08 +00:00
christos
8c24f147ac
add && defined(__NetBSD__)
2012-01-28 02:08:11 +00:00
christos
0924657c8e
cast to long the thread id before printing
2012-01-28 02:06:51 +00:00
christos
6a35549fad
add && defined(__NetBSD__) where appropriate
2012-01-28 02:05:55 +00:00
christos
139fa20f38
don't inline functions whose body is not visible in all places used.
2012-01-28 02:03:41 +00:00
christos
5a1e8d4ef0
we want our role accounts to start with _
2012-01-28 02:00:51 +00:00
christos
77931e2b39
remove erroneous extra .TP
2012-01-28 01:58:25 +00:00
christos
2d5f7628c5
import trousers 0.3.8 from sourceforge.
...
TrouSerS is the open-source TCG Software Stack
2012-01-28 01:35:04 +00:00
christos
3cbaf51ab7
description of cpl
2012-01-28 01:30:42 +00:00
rmind
833816ab75
Replace tun_lock with mutex(9). XXX: too far from being MP-safe yet.
2012-01-28 01:02:27 +00:00
matt
01297b624b
Nuke the simplelock from vm_page_md
2012-01-28 00:18:30 +00:00
matt
964db32e75
Don't use simple locks.
2012-01-28 00:11:46 +00:00
rmind
bc9403f1a3
pool_page_alloc, pool_page_alloc_meta: avoid extra compare, use const.
...
ffs_mountfs,sys_swapctl: replace memset with kmem_zalloc.
sys_swapctl: move kmem_free outside the lock path.
uvm_init: fix comment, remove pointless numeration of steps.
uvm_map_enter: remove meflagval variable.
Fix some indentation.
2012-01-28 00:00:06 +00:00
njoly
24d0234070
unpriv owner test now pass for sysvbfs.
2012-01-27 21:53:50 +00:00
njoly
af1deb8b05
Check credentials when setting uid, gid or mode attributes.
2012-01-27 21:46:42 +00:00
skrll
6059877bc7
Adapt to extent(9) changes.
2012-01-27 21:05:38 +00:00
para
e62ee4d475
extending vmem(9) to be able to allocated resources for it's own needs.
...
simplifying uvm_map handling (no special kernel entries anymore no relocking)
make malloc(9) a thin wrapper around kmem(9)
(with private interface for interrupt safety reasons)
releng@ acknowledged
2012-01-27 19:48:38 +00:00
para
de01c11487
converting readdir in ffs ext2fs from malloc(9) to kmem(9)
...
while there allocate ufs mount structs from kmem(9) too
preceding kmem-vmem-pool-patch
releng@ acknowledged
2012-01-27 19:22:48 +00:00
para
89c9828deb
converting extent(9) from malloc(9) to kmem(9)
...
preceding kmem-vmem-pool-uvm patch
releng@ acknowledged
2012-01-27 18:52:47 +00:00
christos
1ed18fbd3b
PR/45881: Chavdar Ivanov: nvi copy command copies empty lines.
...
Move ENTIRE_LINE definition to common.h and have interested parties use it.
2012-01-27 16:41:22 +00:00
christos
2ee3a9cdc8
PR/45878: Nick Hudson: SIG_ATOMIC_{MAX,MIN} wrong for sig_atomic_t on amd64
...
sig_atomic_t is an int on amd64, put the proper limits there
2012-01-27 15:41:02 +00:00
christos
b76235fd7a
handle the case where we have no space properly (Nat Sloss)
2012-01-27 15:37:09 +00:00
jakllsch
273d253879
"if (mvTclk == 166666667) mvTclk = 166664740;" does not make sense.
...
It's within the margin of a 25.000MHz crystal multiplied by 20
and divided by 3, so it's moot anyway.
2012-01-27 15:28:32 +00:00
tsutsui
b41763f442
Update comments for recent lcdctl changes.
2012-01-27 15:07:41 +00:00
tsutsui
63752ed247
Allow calling scoop_set_backlight() even before scoop is attached and
...
schedule initial values in that case as ioexp does. Suggested by nonaka@.
Now lcdctl no longer has to defer lcdctl_set_brightness() by
config_finalize_register(9), which is a bit too late.
(i.e. no backlight during USB/SD probe by config_interrupt(9) in previous)
2012-01-27 14:48:22 +00:00
hubertf
3e9c4933e3
Sync with FreeBSD: src/share/misc/bsd-family-tree,v rev. 1.150
...
Submitted in PR 45880 by Rares Aioanei
2012-01-27 14:34:30 +00:00
tsutsui
26266e6650
Protect ldattach ops with config_pending_intr(9)/config_pending_decr(9)
...
so that "boot device: ld0" detection works properly even on slower zaurus.
2012-01-27 14:28:33 +00:00
njoly
f5adce712b
Check parent directory write permission for DELETE operation.
...
ok uch@.
2012-01-27 12:22:02 +00:00
jnemeth
4ce18a15d5
put back accidentally obsoleted pxeboot
2012-01-27 08:47:52 +00:00
jnemeth
01f3bfcec8
PR/45877 - Geoff C. Wing -- openpam modules need to be owned by root
2012-01-27 08:45:10 +00:00
jnemeth
a9a0f4b79c
Stop building boot ROM images for old PC NICs as discussed on tech-kern.
2012-01-27 08:41:35 +00:00
dholland
145f9b8221
Minor English improvements for -w, partly from Snader_LB.
2012-01-27 05:59:17 +00:00
matt
499a32ac9e
Remove suplurfious ++
2012-01-27 03:07:21 +00:00
matt
66f29c3992
Fix sdmmmc_mem_decode_scr for BE machines.
2012-01-27 03:06:24 +00:00
wiz
71a175ae1b
Bump date for previous.
2012-01-26 21:54:26 +00:00
drochner
7361c687ef
put printing of the pci_devinfo into its own function (not inlined
...
by purpose) - this is a stack hog, and with this change my uTCA amd64
system boots again
a lot of similar code can be eliminated from pci device drivers this way,
but before doing so (and making the new function part of the module API)
I'd like to consider a modification to make it work with drivers which
prefer to print names from other sources (like pciide)
2012-01-26 21:17:28 +00:00
drochner
c51fcdeec7
also mention the aes-gcm ESP variants
2012-01-26 21:11:27 +00:00
drochner
f9e506933b
remove some DPRINTFs which are not just diagnostics but cause noise
...
even on regular operation
2012-01-26 21:10:24 +00:00
rmind
5c644ed8dd
sysctl_dobuf: re-acquire the sysctl lock on retry path. PR/45827.
2012-01-26 19:18:25 +00:00
tsutsui
c1e4c0e11a
zaurus zboot supports UFS2. (as defined in zaurus/stand/zboot/conf.c)
2012-01-26 16:12:14 +00:00
skrll
ee7ae17537
Typo in comment
2012-01-26 08:11:06 +00:00
matt
84efaa5d69
Print error if couldn't enable card.
2012-01-26 02:20:12 +00:00
matt
e5323fccec
Let mips_pmap_{,un}map_poolpage do the translation work.
2012-01-26 02:14:08 +00:00
dholland
de37c897b5
Add libquota, as requested by wiz
2012-01-25 22:22:20 +00:00
wiz
807d8e00fe
Use more markup. Fix xrefs. Sort ERRORS. Fix typos. Remove trailing
...
whitespace. Fix minus symbol ("\-", not "-").
2012-01-25 21:58:43 +00:00