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
fb6cc33daf
Branches
Tags
View all branches
freebsd-nq
/
sys
/
i386
History
Mike Barcroft
fb6cc33daf
Make __clock_t use `unsigned long' rather than a fixed 32-bit integer
...
so that it changes to the correct size in IP32L64 mode. Other architectures don't have this issue.
2002-08-22 00:28:24 +00:00
..
acpica
Improve stack manipulation code of ACPI wakeup routine.
2002-08-07 12:48:28 +00:00
apm
Remove __P.
2002-03-20 05:48:58 +00:00
bios
Remove __P.
2002-03-20 05:48:58 +00:00
compile
Don't need the .keep_me files. Obrien and I committed past each other.
2001-07-01 23:35:44 +00:00
conf
Merge changes in GENERIC to reduce difference (mostly cosmetic).
2002-08-20 04:36:31 +00:00
i386
Don't use "NULL" when "0" is really meant.
2002-08-21 23:39:52 +00:00
ibcs2
In continuation of early fileop credential changes, modify fo_ioctl() to
2002-08-17 02:36:16 +00:00
include
Make __clock_t use `unsigned long' rather than a fixed 32-bit integer
2002-08-22 00:28:24 +00:00
isa
Add additional range checks for copyout targets.
2002-08-09 05:50:32 +00:00
linux
- Hold the vnode lock throughout execve.
2002-08-13 06:55:28 +00:00
pci
Move a prototype to the least wrong place.
2002-08-02 18:45:43 +00:00
svr4
Moved signal handling and rescheduling from userret() to ast() so that
2002-04-04 17:49:48 +00:00
Makefile
This commit adds basic support for the UFS2 filesystem. The UFS2
2002-06-21 06:18:05 +00:00