darcy
db4d899fe8
Add Canon PowerShot SD630 camera.
2007-02-25 14:22:58 +00:00
nonaka
8d4fbc454e
Add PXA2x0 RTC driver.
2007-02-25 13:46:40 +00:00
tsutsui
772fa632f8
Hmm, comment out ciphy as well as vge(4).
2007-02-25 13:36:37 +00:00
tsutsui
c5a66c49a3
Add ciphy at mii for vge(4).
2007-02-25 13:31:52 +00:00
yamt
38b7dcdca4
a test for priority inheritance.
2007-02-25 09:52:47 +00:00
taca
5696b4fe01
- Update release information:
...
bind 9.4.0
ipf 4.1.19
libpcap 0.9.5
OpenSSL 0.9.8e
tzcode/tzdata 2007b
- Update zlib's home page.
2007-02-25 07:29:39 +00:00
macallan
43d10d0613
bandaid for a problem exposed by newlock2
...
the kernel enables interrupts and then sets up clocks. If we catch a timer
interrupt in between and call hardclock() we'll explode so for now just
bail when we get one while cold
2007-02-25 06:03:32 +00:00
dyoung
58d89d0317
Make the mac68k 'tags' target work.
2007-02-25 05:47:55 +00:00
uwe
e56125c356
G/c debugging printf (hi, macallan!).
2007-02-25 05:04:28 +00:00
uwe
e918be7b93
Add missing newlines to debug messages.
2007-02-25 04:46:32 +00:00
uwe
d88c11a8a3
Document that pseudo-device md takes optional count.
...
Expand width of the .Bl tag in FILES to match items.
2007-02-25 04:22:01 +00:00
tsutsui
075b18ca23
Try to map both PCI I/O and memory space and remove #ifdef RTK_USEIOSPACE.
...
Tested on dreamcast, landisk, and macppc with 8139C on PCI slot.
2007-02-25 04:19:32 +00:00
uwe
525a1eaf02
Catch up with changes in GENERIC and new wscons options.
2007-02-25 04:18:51 +00:00
pooka
284239ddb8
Document file-system PUFFS.. and while here, nuke EXPERIMENTAL for tmpfs
2007-02-24 21:42:28 +00:00
matt
902dda5b53
Add '-c' option for csh-style time output. Use the csh time format code
...
to print the new csh-style time output.
2007-02-24 21:30:27 +00:00
matt
271dc0c3c3
No functional changes. Cleanup time printing code so it can be used
...
elsewhere in the tree.
2007-02-24 21:29:13 +00:00
bouyer
dd27ab284c
Properly honnor bus_dma bus address range restriction for Xen3 (the Xen2
...
interface doesn't allow it), so that .e.g bus_dma_subregion() has a chance
to work. Unfortunably a stock Xen hypervisor won't allow a upper bound less
than 2^31 (2GB) so devices like bce(4) will need a hacked hypervisor to
work properly.
2007-02-24 21:19:25 +00:00
christos
2a84b2c2c1
Revert the kauth_impl.h change. Elad is going to maintain this. Asked by core@
2007-02-24 20:41:33 +00:00
pooka
b0f9a8a9aa
update and fix description of MKPUFFS
2007-02-24 18:53:34 +00:00
dsl
69a5cd957a
Don't increment 'cp' twice when looking for commands following ';' on a
...
dependency line.
This makes the line "foo:;echo bar" not try to execute "cho bar", and the
line "baz:;" not treat the rest of the makefile as commands.
Pointed out by Takahiro Kambe on current-users.
2007-02-24 17:55:54 +00:00
pooka
be2ccdedfd
proc/#/exe is now exposed for all mounts, move it away from linux-only
2007-02-24 15:45:43 +00:00
yamt
ad0768d11e
- fix "make obj && make".
...
- add "NOMAN=".
2007-02-24 15:25:23 +00:00
skrll
c0f2a403cd
Pass the LWP of the ptid in PT_{GET,SET}REGS calls.
...
Pulled across from the changes to gdb5.3.
2007-02-24 13:05:18 +00:00
skrll
d6172f381e
Whitespace
2007-02-24 13:01:34 +00:00
skrll
dcad5cdb82
Applies the changes made in gdb 5.3 to support pthread debugging.
...
Fixes part of PR/35540.
2007-02-24 12:36:27 +00:00
mrg
367f87f080
fix a typo - s/_inline/inline/
2007-02-24 02:25:02 +00:00
perseant
d1d9b558a7
Reverse the order of searching the vnode list in lfs_writevnodes(). This
...
should speed up e.g. "chown -R" on LFS filesystems; e.g. it shows a 100%
increase in the 'seq_stat' column of bonnie++.
2007-02-23 23:16:03 +00:00
christos
493edcfdc7
improve on TARGET_LIBC_PROVIDES_SSP test suggested from phone.
2007-02-23 21:31:13 +00:00
agc
7f4005e3b0
Add dbfs, an example (re)fuse file system which mounts a Berkeley
...
database as a file system.
The file was created in the first place with the following commands:
cp /etc/passwd infile
db -E B -w -f infile -F: -C btree bdb.db
and mounted as follows:
./dbfs bdb.db /mnt
Example use is as follows, using a btree-based database with login
names as the key, and the rest of the passwd file entry as the value:
[21:17:20] agc@inspiron1300 ~ 142 > df -i /mnt
Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted on
puffs:refuse:dbfs 32 32 0 100% 1 0 100% /mnt
[21:17:25] agc@inspiron1300 ~ 143 > l /mnt
total 2
drwxr-xr-x 2 root wheel 0 Jan 1 1970 .
drwxr-xr-x 29 root wheel 1024 Jan 31 21:14 ..
-r--r--r-- 1 agc agc 55 Feb 23 14:49 _pflogd
-r--r--r-- 1 agc agc 50 Feb 23 14:49 _proxy
-r--r--r-- 1 agc agc 46 Feb 23 14:49 _rwhod
-r--r--r-- 1 agc agc 49 Feb 23 14:49 _timedc
-r--r--r-- 1 agc agc 33 Feb 23 14:49 agc
-r--r--r-- 1 agc agc 51 Feb 23 14:49 bin
-r--r--r-- 1 agc agc 40 Feb 23 14:49 daemon
-r--r--r-- 1 agc agc 46 Feb 23 14:49 games
-r--r--r-- 1 agc agc 54 Feb 23 14:49 named
-r--r--r-- 1 agc agc 56 Feb 23 14:49 nobody
-r--r--r-- 1 agc agc 53 Feb 23 14:49 ntpd
-r--r--r-- 1 agc agc 49 Feb 23 14:49 operator
-r--r--r-- 1 agc agc 55 Feb 23 14:49 postfix
-r--r--r-- 1 agc agc 32 Feb 23 14:49 root
-r--r--r-- 1 agc agc 53 Feb 23 14:49 sshd
-r--r--r-- 1 agc agc 43 Feb 23 14:49 toor
-r--r--r-- 1 agc agc 52 Feb 23 14:49 uucp
[21:17:32] agc@inspiron1300 ~ 144 > grep nologin /mnt/*
/mnt/_pflogd:*:18:18:& pseudo-user:/var/chroot/pflogd:/sbin/nologin
/mnt/_proxy:*:21:21:Proxy Services:/nonexistent:/sbin/nologin
/mnt/_rwhod:*:19:19:& pseudo-user:/var/rwho:/sbin/nologin
/mnt/_timedc:*:22:22:& pseudo-user:/nonexistent:/sbin/nologin
/mnt/bin:*:3:7:Binaries Commands and Source:/:/sbin/nologin
/mnt/daemon:*:1:1:The devil himself:/:/sbin/nologin
/mnt/games:*:7:13:& pseudo-user:/usr/games:/sbin/nologin
/mnt/named:*:14:14:& pseudo-user:/var/chroot/named:/sbin/nologin
/mnt/nobody:*:32767:39:Unprivileged user:/nonexistent:/sbin/nologin
/mnt/ntpd:*:15:15:& pseudo-user:/var/chroot/ntpd:/sbin/nologin
/mnt/operator:*:2:5:System &:/usr/guest/operator:/sbin/nologin
/mnt/postfix:*:12:12:& pseudo-user:/var/spool/postfix:/sbin/nologin
/mnt/sshd:*:16:16:& pseudo-user:/var/chroot/sshd:/sbin/nologin
/mnt/uucp:*:66:1:UNIX-to-UNIX Copy:/nonexistent:/sbin/nologin
[21:17:37] agc@inspiron1300 ~ 145 >
2007-02-23 21:26:44 +00:00
agc
607e07e6b1
For large directories, remove the artificial restriction on one
...
buffer's worth of directory entries - this work is done in the higher
level (re)fuse readdir or getdir operation.
2007-02-23 20:51:49 +00:00
rumble
8f8bfb23ec
Add a DIAGNOSTICS section and explain that the error message "could not
...
calibrate pkcs5_pbkdf2" could have resulted due to dynamic changes in cpu
clock frequency.
2007-02-23 20:00:04 +00:00
degroote
f76a162cb7
Oops, I forgot to commit some bits last time
...
fast_ipsec and ipcomp works better now.
2007-02-23 19:35:25 +00:00
rumble
0a71191807
Cross-reference fsck_lfs and fsck_ext2fs.
2007-02-23 19:32:16 +00:00
pooka
bda4b28048
Add a couple of librefuse files I managed to miss initially.
...
from <seb> and Stephane Engel
2007-02-23 19:12:34 +00:00
yamt
aa6f94e40f
netccit -> netccitt
2007-02-23 19:11:13 +00:00
yamt
d2bcbf783e
some updates.
2007-02-23 18:31:42 +00:00
christos
aa221faf9e
vax does not have <machine/ieee.h> or long double
...
It would be nice if the compiler provided something like __IEEE_MATH__
2007-02-23 17:45:59 +00:00
ad
9501d652a0
setrunnable(): don't require that sleeps be interruptable. This breaks
...
smbfs. Fixes PR/35787.
2007-02-23 16:51:47 +00:00
yamt
b2b964ea2a
sys/proc.h -> sys/cpu.h
2007-02-23 15:59:17 +00:00
tsutsui
f9712fccb8
uvm.page_idle_zero now is a bool, not a 32bit value any more.
...
BTW, is it still worth to have uvm_pageidlezero()? Which port uses it?
2007-02-23 15:11:36 +00:00
kiyohara
8147572ab4
s/Sever/Server/
2007-02-23 13:34:34 +00:00
he
c4e5150555
Adapt to bool conversion of the DDB functions.
2007-02-23 09:49:48 +00:00
msaitoh
7db9e02335
fix media link issues with fiber-based card
...
fixes PR#35797
2007-02-23 08:22:06 +00:00
skrll
e7f4fd07df
-#include <sys/sa.h>
2007-02-23 08:18:35 +00:00
dyoung
6a5d57a4de
In gif_clone_destroy(), free the cached route before freeing the
...
interface.
2007-02-23 06:15:31 +00:00
dyoung
2bc5758505
Cosmetic: remove gratuitous () from return statements.
2007-02-23 06:13:24 +00:00
dyoung
6917e4364d
If we enter gre_output() without a route in the cache, call
...
rtcache_init() to try to fill the cache. rtcache_check() was not
sufficient.
2007-02-23 06:10:40 +00:00
mrg
9c61411e69
make this build without wscons or vga enabled.
2007-02-23 05:53:36 +00:00
dyoung
9020519740
Destroy route cache before destroying the interface.
2007-02-23 04:20:02 +00:00
uwe
3cdc20a9de
Brute force _lock_cas() by disabling interrupts.
...
Need to redo it with RAS later.
2007-02-23 03:24:47 +00:00