wiz
a5ff5be6d3
Remove an obsolete man page (we have MI wd(4) for quite some time now...).
2003-02-24 13:26:24 +00:00
nakayama
3fd1afa7af
Add quirk to probe I-O DATA USB-SC2 as umass.
...
(tested on sparc64 and i386)
2003-02-24 13:11:55 +00:00
nakayama
b818704815
Regen.
2003-02-24 13:07:52 +00:00
nakayama
89f39fecfa
Add I-O DATA USB2-SC (USB2.0-SCSI Bridge)
2003-02-24 13:06:45 +00:00
lukem
6c12b8f0d2
use LLT and STRTOLL() instead of off_t and strtoull() for parsing the
...
"larger than int" arguments from commands. improves portability.
2003-02-24 12:57:06 +00:00
jdolecek
70c11e3518
one #include <sys/lock.h> is enough; keep the #ifdef _KERNEL one
2003-02-24 11:18:03 +00:00
pk
d71686ab26
Introduce fdloadfile() to load an image from an open file descriptor;
...
implement loadfile() in terms of it.
This allows clients to open a file once and "load" it multiple times (e.g.
first with COUNT_KERNEL, then with LOAD_KERNEL) without the side-effects
of multiple open calls.
2003-02-24 10:51:05 +00:00
jdolecek
d82babe73c
include <sys/lock.h> to get struct simplelock
2003-02-24 10:18:38 +00:00
dsl
9f46bb077a
Create subwins that end one line from the bottom of the screen even
...
after the window is resized.
2003-02-24 10:10:00 +00:00
jdolecek
a7a5a493b5
SMBERROR() purge - turn into #ifdef DIAGNOSTIC panics
2003-02-24 10:01:02 +00:00
jdolecek
38b6d81ba3
update for changed locking requirements for smb_share_put()
2003-02-24 09:57:31 +00:00
jdolecek
31a056fdaf
clarify locking requirements for smb_{share,vc,co}_{rele,put}() - the lock
...
must be held on entry
drain the lock in smb_co_gone(), so that it's done always
turn some SMBERROR()s to #ifdef DIAGNOSTIC/DEBUG panics
2003-02-24 09:55:37 +00:00
jdolecek
da9a088d46
SMBERROR() purge - replace with KASSERT()s, panic or remove altogether
...
as appropriate
2003-02-24 09:30:42 +00:00
jdolecek
d8ab9af5e5
need <sys/mount.h> now
2003-02-24 09:18:56 +00:00
jdolecek
02229c5641
print also the description of error if mount(2) fails
2003-02-24 09:13:08 +00:00
perseant
d5bdd23d68
Convert lfs_cleanerd over to use the new ioctl calls instead of the
...
lfs syscalls.
2003-02-24 08:48:17 +00:00
perseant
95137c8477
Add lfs_ioctl vnode op, with ioctls to take over cleaner system call
...
functionality (not including segment clean, since that is now done
automatically as checkpoints happen).
2003-02-24 08:42:49 +00:00
perseant
bd6cf7e127
Allow filesystems' VOP_IOCTL to catch ioctl calls on directories and
...
regular files. Approved thorpej, fvdl.
2003-02-24 08:34:30 +00:00
matt
4f493fc42d
Zero bss in start, not in initppc.
2003-02-24 08:06:42 +00:00
kochi
7a7dfd71a7
Add myself.
2003-02-24 07:47:17 +00:00
matt
8609ed56b8
Only define KERN_AS= object if IDENT has -DLKM.
2003-02-24 07:15:40 +00:00
matt
97d38cdec2
Actually use bzero.S. Also fix bzero to use GET_CPUINFO
2003-02-24 07:14:17 +00:00
matt
05a4c83a70
Don't make memset.c since bzero.o has memset in addition to bzero.
2003-02-24 07:09:18 +00:00
matt
8c1eaadb7a
automatic aggregates are evil. make it static const.
2003-02-24 03:01:03 +00:00
atatat
3065ba7178
Execute the actual command as it's set instead of calling the sh
...
routine directly. This allows one to to override a specific command
via the use of /etc/rc.conf.d/sysdb.
2003-02-24 01:04:45 +00:00
atatat
83642bd3a6
Cast VM_DEFAULT_ADDRESS() to a caddr_t.
2003-02-24 00:49:43 +00:00
pooka
5046c98de1
adapt for glorious dist/file strategy
2003-02-23 23:46:55 +00:00
pooka
8e43248793
play "minor nit" games
2003-02-23 23:43:52 +00:00
pooka
2e90e27c3b
merge local changes
2003-02-23 23:42:50 +00:00
wiz
b517ab4402
.Nm still needs "".
2003-02-23 23:40:47 +00:00
thorpej
20c4b7b844
Change pcb32_pagedir to a paddr_t (after all, it's used as a paddr_t
...
everywhere in the code).
2003-02-23 23:40:01 +00:00
enami
37d7d10857
Remember the allocated ptimer object so that it won't leak.
2003-02-23 23:36:35 +00:00
pooka
c650965ed3
merge local changes
2003-02-23 23:34:21 +00:00
simonb
02468768a6
Note libsa LFSv2 support and i386 bootblock support for LFS.
2003-02-23 23:30:39 +00:00
simonb
a5781fdcdf
Add LFS support for i386. Tested with a "newfs_lfs -A -O 256" root
...
filesystem.
2003-02-23 23:25:50 +00:00
simonb
3a93f29238
Update for LFSv2 support. Ports that have "bootxx_lfs"-style
...
bootblocks currently only support LFSv2, but the second level
"boot" program supports both LFS versions.
2003-02-23 23:23:07 +00:00
simonb
6e4342ca79
Add support for LFSv2 filesystems. From a libsa standpoint, LFSv1 and
...
LFSv2 are treated as separate filesystem types for size considerations.
2003-02-23 23:17:42 +00:00
pooka
4fc6504c14
file 3.40
2003-02-23 23:08:21 +00:00
simonb
7d43baad24
Use the MAX() macro from <sys/param.h> instead of a local inline. Results
...
in same code size in ufs.c and removes an unused inline function in lfs.c.
2003-02-23 22:47:43 +00:00
nathanw
681f702ca1
In pmap_physpage_alloc() and pmap_physpage_free(): only the DIAGNOSTIC
...
check is inside the simple_lock()/simple_unlock() pair, so move the locks
inside the #ifdef as well.
Additionally, change the #ifdef from DIAGNOSTIC to DEBUG; the condition
is too weird to be worth checking at DIAGNOSTIC, according ot Jason.
2003-02-23 22:41:24 +00:00
jdolecek
f31ba31b00
change smbfs_args:
...
* g/c unused members 'mount_point', 'root_path', which only take space
* rename 'dev' to 'dev_fd' to more closely match what it is
* add 'export' member to avoid changing this again if ever smbfs would
be made exportable
bump SMBFS_VERMIN - ABI/API change; mount_smbfs needs to be recompiled
to work again
2003-02-23 22:31:17 +00:00
he
eca5e4743f
Bump ramdisk image size from 1444k to 1500k.
2003-02-23 22:30:46 +00:00
he
87ce3fd084
Remove the need to include grep in the miniroot; replace with
...
usage of awk instead.
2003-02-23 22:29:38 +00:00
jdolecek
999273657a
put the printf about version mismatch inside #ifdef SMB_VNODE_DEBUG
...
do not touch sm_args.mount_point[]
2003-02-23 22:20:05 +00:00
jdolecek
a2e6fb66e5
do not initialize/use member 'mount_point' of struct smbfs_args
...
allocate mount_point[] on stack
2003-02-23 22:14:09 +00:00
pk
025e435477
Protect the event queue with a simple mutex; this only partially addresses
...
MP-safety issues in the event handling system.
2003-02-23 22:05:35 +00:00
christos
8bf6b72335
style; no space after cast, and add cast to the assignment case too.
2003-02-23 22:03:11 +00:00
jdolecek
e211d06862
add genfsops necessary for genfs_*{get|put}pages() to actually work
...
use 'compat' getpages and gop_write - smbfs doesn't have bmap vnode op (yet)
2003-02-23 21:55:20 +00:00
jdolecek
ee219745fe
remove bogus (u_long) cast for uvm_vnp_setsize() arg in smbfs_setattr()
2003-02-23 21:54:05 +00:00
pk
f326711134
Use splsched() instead of splhigh() to protect the triggered event queues.
2003-02-23 21:44:26 +00:00