mbalmer
c78d71afc8
Add the ssh-askpass manual page to xfree builds, since x11/bin/ssh-askpass
...
installs it.
2011-04-04 06:05:52 +00:00
rmind
3b0d20a4ad
getcleanvnode: make static, add few comments, convert checks to asserts.
2011-04-04 02:46:57 +00:00
jruoho
412d5e96fe
Check for getuid(2) == 0.
2011-04-04 01:49:45 +00:00
jym
e3ac71de45
Update xvif(4). Interface name changed from xvifX.Y to xvifX-Y.
2011-04-03 23:44:46 +00:00
jym
8bbd42f10a
Now that pkgsrc-2011Q1 has arrived, and before -6 chimes in, change
...
ifxname for xvif(4) from xvif%d.%d to xvif%d-%d. This is needed
to avoid sysctl(9) EINVAL errors when creating interface nodes.
See http://mail-index.netbsd.org/port-xen/2011/01/11/msg006405.html
2011-04-03 23:21:37 +00:00
dyoung
9c021d330c
Fix 'tags' target.
2011-04-03 23:07:19 +00:00
dyoung
7b673ebd9e
Clean up excessive #ifdef'age of NMI trap handling for amd64/i386/xen.
...
Handle NMI in all Xen kernels.
2011-04-03 22:29:25 +00:00
christos
8056bccd98
Protect against stack smashes (Maksymilian Arciemowicz)
2011-04-03 22:14:15 +00:00
dyoung
1ef7297c4c
Deregister in ahci_pci_detach() the PMF hooks registered in
...
ahci_pci_attach().
2011-04-03 20:05:30 +00:00
dholland
efb9133f26
Expand user warning (adding examples) and move to CAVEATS as it's not fixable.
2011-04-03 19:44:15 +00:00
dholland
ba1f9c173a
remove stray extra word
2011-04-03 19:25:05 +00:00
jruoho
c257514ed7
Remove leftover <stdio.h> include.
2011-04-03 16:22:15 +00:00
jruoho
597629b945
Add couple of simple tests for access(2) and mprotect(2).
2011-04-03 16:12:45 +00:00
mbalmer
6b079736fe
ssh-askpass updated.
2011-04-03 13:30:22 +00:00
mbalmer
a5ce577b9d
Build the updates ssh-askpass program and add the man page to the xbase set.
2011-04-03 13:29:45 +00:00
drochner
786f64be87
make michael_mic() robust against degenerate mbuf layouts like
...
odd sizes in the middle of a chain
2011-04-03 10:04:32 +00:00
jruoho
dc9fc4f125
.Xr uvm_map_protect, not .Fn.
2011-04-03 06:54:30 +00:00
jdc
2025001e38
Return early if we are called from indirect attach (i.e., not the normal
...
case).
2011-04-03 06:25:11 +00:00
jdc
e549a2a161
Remove ENVSYS_FMONNOTSUPP, so that we can monitor this sensor.
2011-04-03 06:22:02 +00:00
jruoho
f364f2ef05
Offset indent.
2011-04-03 06:05:21 +00:00
mhitch
a8b3ad35b4
Fix pmax timecounters for mips3-class machines. Apparently no one else
...
has run a 5000/150 with 5.0 or later - I booted 5.0 a couple of time, but
clamd caused a hard hang. Now that I've given up trying to run clamd on
my 5000/150, I noticed that time ran too fast while using the
mips3_cp0_counter source. The cpu_mhz computed in mc_cpuspeed is the
CP0 clock speed, not the doubled CPU clock. Also add the mips3_cp0_counter
timecounters for the 5000/50 (maxine) and 5000/260 (3maxplus).
2011-04-03 03:19:52 +00:00
rmind
63ac53c049
vfs_insmntque: convert check to assert.
2011-04-03 01:20:23 +00:00
rmind
c71a09f0c6
- Use offsetof() in VOPARG_OFFSETOF() instead of re-implementing it.
...
- Remove VDESC_NOMAP_VPP and VDESC_VPP_WILLRELE.
- Remove VRELEL_NOINACTIVE and VRELEL_ONHEAD.
2011-04-03 01:19:35 +00:00
rmind
9c063c5f3e
Update UCB license (3rd clause drop).
2011-04-02 23:05:50 +00:00
macallan
dd74e821ee
Add a quirks entry for Seagate SX173404LC drives, now they will work at higher
...
speeds than 8bit/async
While there, also disable sync for ZIP drives - at least some of them will
pretend to support sync and then act up.
2011-04-02 20:52:10 +00:00
joerg
278d108904
Revert pthread_atfork related change not intended for commit yet.
2011-04-02 16:49:49 +00:00
hannken
032b3dee5f
Fix file handle operations for tmpfs by removing a now bogus test and
...
fixing the return value of tmpfs_fhtovp() in the not-found case.
When vmlocking2 was merged to head (Jan 2008 !!) the inode numbering was
changed. Before inodes were numbered 2..tm_nodes_max-1 and after the
merge the numbers are derived from the nodes memory address.
Fixes PR #43605 (tmpfs file handles are broken)
2011-04-02 14:24:53 +00:00
joerg
b50095d784
Don't fail on platforms without TLS
2011-04-02 12:53:32 +00:00
joerg
241421a0db
Unbreak HPPA
2011-04-02 12:30:41 +00:00
mbalmer
8ac2ff5d25
Fix misplaced parenthesis, from henning.petersen@t-online.de, thanks.
2011-04-02 10:22:09 +00:00
martin
292d7c42ed
Do not increment a bool var - from Henning Petersen, PR port-vax/44816.
2011-04-02 10:21:58 +00:00
mbalmer
428c959348
Fix PR 42923, from Takahiro HAYASHI, thanks.
2011-04-02 10:19:27 +00:00
mbalmer
95f605c283
Wording fixes from Ryo HAYASAKA, thanks.
2011-04-02 08:38:56 +00:00
mbalmer
1571556be6
Fix misplaced parenthesis. From henning.petersen@t-online.de, thanks.
2011-04-02 08:11:31 +00:00
mbalmer
18e7170716
Declare variable only once. Fixes PR 44795.
2011-04-02 07:58:30 +00:00
mbalmer
17ab36f183
fix typo, bump date
2011-04-02 07:44:15 +00:00
rmind
05bae7a216
KNF, slightly improve few comments.
2011-04-02 07:33:49 +00:00
rmind
61dad95d81
Merge vfs_shutdown1() and vfs_shutdown().
2011-04-02 06:48:20 +00:00
rmind
8be41a9351
vfs_drainvnodes: drop lwp argument, remove variable name in prototype.
2011-04-02 05:07:56 +00:00
rmind
756122ce22
Remove unused M_MOUNT.
2011-04-02 04:57:35 +00:00
rmind
6fe40e04a2
- Move vrele_list flush notify code into vrele_flush() routine.
...
- Make some structures static.
2011-04-02 04:45:24 +00:00
rmind
fbc8beae75
Split off parts of vfs_subr.c into vfs_vnode.c and vfs_mount.c modules.
...
No functional change. Discussed on tech-kern@.
2011-04-02 04:28:56 +00:00
hannken
5515232cfd
Make zero length symlinks work on tmpfs.
...
Fixes PR #43843 (tmpfs dies with kassert panic for 0 length symlink target)
2011-04-01 17:40:54 +00:00
njoly
fb7cdbe06b
Fix prologue macros order.
2011-04-01 13:54:00 +00:00
jruoho
f20d392006
Enable acpicpu(4) by default.
2011-04-01 12:11:16 +00:00
jruoho
78ce31faf6
Maintain the state properly during firmware-based DVFS.
2011-04-01 11:46:57 +00:00
jruoho
3252ed3efa
Continue the previous. Namely, separate FILES and EXAMPLES -sections.
2011-04-01 10:32:37 +00:00
wiz
8f79b0c789
Remove trailing whitespace, fix some xrefs, improve markup.
2011-04-01 08:48:41 +00:00
spz
749619c9e1
mitigation for CVE-2011-1547
2011-04-01 08:29:29 +00:00
spz
5e98b9a2eb
mitigation for CVE-2011-1547
...
this should really be solved by counting nested headers (like in the
inet6 case) instead
2011-04-01 08:25:02 +00:00