This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0c495036b4
freebsd-nq
/
sys
/
miscfs
History
Bruce Evans
15c7382561
Cast pointers to [u]intptr_t instead of to [unsigned] long.
1998-07-15 04:17:55 +00:00
..
deadfs
Add support for poll(2) on files. vop_nopoll() now returns POLLNVAL
1997-12-15 03:09:59 +00:00
devfs
DEVFS completely bypasses the cdevsw and bdevsw tables now.
1998-07-05 23:10:22 +00:00
fdesc
Avoid a 64-bit division in fdesc_readdir(). Fixed related overflows
1998-06-14 08:46:41 +00:00
fifofs
Back out DIAGNOSTIC changes.
1998-02-06 12:14:30 +00:00
kernfs
Remove "not hungly" panics. Cookies now used by the linux and ibcs2
1998-06-25 16:54:41 +00:00
nullfs
Cast pointers to uintptr_t/intptr_t instead of to u_long/long,
1998-07-15 02:32:35 +00:00
portal
Make these files compile.
1998-06-10 21:21:31 +00:00
procfs
Cast pointers to uintptr_t/intptr_t instead of to u_long/long,
1998-07-15 02:32:35 +00:00
specfs
Cast pointers to uintptr_t/intptr_t instead of to u_long/long,
1998-07-15 02:32:35 +00:00
umapfs
VOP_STRATEGY grows an (struct vnode *) argument
1998-07-04 20:45:42 +00:00
union
Cast pointers to [u]intptr_t instead of to [unsigned] long.
1998-07-15 04:17:55 +00:00