opnsense-src/sys
John Polstra 0ff27d31ea Restore the core-dumping of all writable segments for ELF executables,
minus the NULL pointer dereference in rev. 1.33.  Also simplify
things somewhat by eliminating one traversal of the VM map entries.
Finally, eliminate calls to vm_map_{un,}lock_read() which aren't
needed here.  I originally took them from procfs_map.c, but here
we know we are dealing only with the map of the current process.
1998-09-16 02:04:05 +00:00
..
alpha Add new functions fill_fpregs() and set_fpregs(), like fill_regs() 1998-09-14 22:43:40 +00:00
amd64 autoconf.c: 1998-09-15 10:03:43 +00:00
boot Add exec syscall. 1998-09-15 13:26:23 +00:00
cam Check to make sure that this device is opened read-write, not just read 1998-09-16 00:11:53 +00:00
coda Finish conversion of cfs -> coda 1998-09-13 13:57:59 +00:00
compat Argh! *Now* the correct 3.0 fix is committed. 1998-08-31 10:53:33 +00:00
compile Stop cvs up -P from removing empty compile directories. 1994-08-25 16:20:16 +00:00
conf Bump config version. 1998-09-15 21:07:07 +00:00
contrib/softupdates Handle the case of moving a directory onto the top of a sibling's 1998-08-12 20:46:47 +00:00
ddb Update to work with the new elf headers. 1998-08-17 08:06:31 +00:00
dev fix reported compile error flying blind- I do not have the new compiler yet 1998-09-15 22:44:51 +00:00
fs Remove the SLICE code. 1998-09-14 19:56:42 +00:00
geom Update system to new device statistics code. 1998-09-15 08:15:30 +00:00
gnu Fixed the usual missing permissions checks in mount(). As for cd9660, 1998-09-09 20:21:18 +00:00
i386 Update to use CAM device names. 1998-09-15 22:38:50 +00:00
isa Nuke uninitialized varible fd from retrier(). Change the devstat code 1998-09-15 22:07:24 +00:00
isofs/cd9660 Remove the SLICE code. 1998-09-14 19:56:42 +00:00
kern Restore the core-dumping of all writable segments for ELF executables, 1998-09-16 02:04:05 +00:00
libkern Converted rcsid to $Id$ again. There shouldn't be any rcsids in the kernel. 1998-08-17 19:26:37 +00:00
miscfs various nits that didn't make it through the brucefilter. 1998-09-12 20:21:54 +00:00
modules Add the vesa module to the list 1998-09-15 20:17:35 +00:00
msdosfs Remove unused variable. 1998-09-13 15:40:31 +00:00
net Add DLT_{SLIP,PPP}_BSDOS from libpcap 0.4 1998-09-15 19:35:37 +00:00
netatalk Fixed printf format errors. 1998-08-17 01:05:25 +00:00
netatm Add new files for HARP3 1998-09-15 08:23:17 +00:00
netinet Turn off replies to ICMP echo requests for broadcast and multicast 1998-09-15 10:49:03 +00:00
netipx Yow! Completely change the way socket options are handled, eliminating 1998-08-23 03:07:17 +00:00
netkey Fixed printf format errors. 1998-08-17 01:05:25 +00:00
netnatm This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
netns Make INET a proper option. 1998-01-08 23:42:31 +00:00
nfs Removed statically configured mount type numbers (MOUNT_*) and all 1998-09-07 13:17:06 +00:00
nfsclient Removed statically configured mount type numbers (MOUNT_*) and all 1998-09-07 13:17:06 +00:00
nfsserver Made unloading of the nfs LKM sort of work. This is mainly to test 1998-09-07 05:42:15 +00:00
pc98 Add VESA support to syscons. 1998-09-15 18:16:39 +00:00
pccard Make PCIC_RESUME_RESET an proper option. 1998-09-08 18:09:51 +00:00
pci Correct printf format bugs. 1998-09-15 22:05:44 +00:00
posix4 Set PAGE_SIZE for _SC_PAGESIZE sysconf(). 1998-06-01 21:54:43 +00:00
powerpc Add new functions fill_fpregs() and set_fpregs(), like fill_regs() 1998-09-14 22:43:40 +00:00
rpc Resolve conflicts. 1997-05-28 04:45:15 +00:00
sys (this is an extract from src/share/examples/atm/README) 1998-09-15 11:44:44 +00:00
tools VOP_STRATEGY grows an (struct vnode *) argument 1998-07-04 20:45:42 +00:00
ufs Restore pre-v1.44 behavior: always copy modified in-core inode to disk 1998-09-15 14:45:28 +00:00
vm Instantiate `nfs_mount_type' in a standard file so that it is present 1998-09-05 15:17:34 +00:00
Makefile Add support for MACHINE=pc98. This leaves a single legacy entry for 1998-09-05 08:27:56 +00:00