freebsd-dev/sys
Bruce Evans 654f6be1c8 Changed the type used to represent the user stack pointer from `long *'
to `register_t *'.  This fixes bugs like misplacement of argc and argv
on the user stack on i386's with 64-bit longs.  We still use longs to
represent "words" like argc and argv, and assume that they are on the
stack (and that there is stack).  The suword() and fuword() families
should also use register_t.
1999-12-27 10:42:55 +00:00
..
alpha Changed the type used to represent the user stack pointer from `long *' 1999-12-27 10:42:55 +00:00
amd64 Don't include <isa/isavar.h> or compile code depending on it when isa 1999-12-26 16:21:19 +00:00
boot Connect up the bootforth glue and compile it, but don't initialize it 1999-12-27 09:20:33 +00:00
cam Make sure we don't look at an edt entry that could go away when we try 1999-12-20 16:16:53 +00:00
coda Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
compat Introduce NDFREE (and remove VOP_ABORTOP) 1999-12-15 23:02:35 +00:00
compile
conf Zap the kvm_kernel.db juggling at 'make install' time, it isn't needed 1999-12-27 07:19:45 +00:00
contrib Garbage collect oltr_pci_shutdown 1999-12-21 08:21:36 +00:00
crypto IPSEC support in the kernel. 1999-12-22 19:13:38 +00:00
ddb
dev Add in missing ENABLE TARGET MODE opcode. 1999-12-27 08:47:11 +00:00
fs Fix a typo that was doing something kind of silly, and that is initializing 1999-12-21 06:29:00 +00:00
geom Remove unused variable 1999-12-21 08:20:36 +00:00
gnu Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
i4b update to isdn4bsd beta release 0.90 1999-12-14 20:54:38 +00:00
i386 Changed the type used to represent the user stack pointer from `long *' 1999-12-27 10:42:55 +00:00
isa Recognize the GVC0505 (GVC 56k Faxmodem) as a sio device. 1999-12-27 05:02:25 +00:00
isofs/cd9660 Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
kern Changed the type used to represent the user stack pointer from `long *' 1999-12-27 10:42:55 +00:00
libkern Zap c_index() and c_rindex(). Bruce prefers these to implicitly convert 1999-12-10 17:38:41 +00:00
miscfs Fix a typo that was doing something kind of silly, and that is initializing 1999-12-21 06:29:00 +00:00
modules Use genassym(1) and <sys/assym.h> to generate assembler symbols. 1999-12-23 21:19:32 +00:00
msdosfs Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
net IPSEC support in the kernel. 1999-12-22 19:13:38 +00:00
netatalk
netatm
netgraph Fix bugs in the MP fragment reassembly code that can cause a panic. 1999-12-17 23:29:04 +00:00
netinet IPSEC support in the kernel. 1999-12-22 19:13:38 +00:00
netinet6 IPSEC support in the kernel. 1999-12-22 19:13:38 +00:00
netipx Lose a register declaration to avoid a warning 1999-12-20 18:43:04 +00:00
netkey IPSEC support in the kernel. 1999-12-22 19:13:38 +00:00
netnatm
netncp Update to version 1.3.4 of ncplib. Cleanup header files. 1999-12-12 05:50:07 +00:00
netns
nfs make getfh a standard syscall instead of dependant on having 1999-12-21 20:21:12 +00:00
nfsclient make getfh a standard syscall instead of dependant on having 1999-12-21 20:21:12 +00:00
nfsserver make getfh a standard syscall instead of dependant on having 1999-12-21 20:21:12 +00:00
ntfs Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
nwfs Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
pc98 Oops, deactivate ed drivers because of undefiend references from 1999-12-26 05:26:43 +00:00
pccard Move the turning on of the interrupts for the card at the bridge from 1999-12-10 07:02:41 +00:00
pci Removed unnecessary const poisoning (redundant casting) which was added 1999-12-24 15:16:10 +00:00
posix4 Fixed some type mismatches. p_retval[0] in struct proc has type 1999-12-27 10:22:09 +00:00
powerpc
rpc
svr4 Introduce NDFREE (and remove VOP_ABORTOP) 1999-12-15 23:02:35 +00:00
sys Fixed some type mismatches. p_retval[0] in struct proc has type 1999-12-27 10:22:09 +00:00
tools Use a seperate -c and -h mode. The vnode_if.c file is compiled only into 1999-12-12 16:43:05 +00:00
ufs Update the unclean flag for mount -u. I forgot to handle this case 1999-12-23 15:42:14 +00:00
vm Introduce NDFREE (and remove VOP_ABORTOP) 1999-12-15 23:02:35 +00:00
Makefile