freebsd-nq/sys/kern
David Greenman 5eb7d0cd2e Special cased the handling of mb_map in the M_WAITOK case. kmem_malloc()
now returns NULL and sets a global 'mb_map_full' when the map is full.
m_clalloc() has further been taught to expect this and do the right thing.
This should fix the "mb_map full" panics that several people have reported.
1995-03-15 07:52:06 +00:00
..
imgact_aout.c
imgact_gzip.c
imgact_shell.c
inflate.c
init_main.c Use of vm_allocate() and vm_deallocate() has been deprecated. 1995-02-20 22:23:31 +00:00
init_sysent.c Removed obsolete vtrace() remnants. 1995-03-04 03:24:45 +00:00
kern_acct.c
kern_clock.c Obtained from: my old fix for 1.1.5 1994-12-12 11:58:46 +00:00
kern_descrip.c
kern_devconf.c YPfix 1995-02-14 06:34:49 +00:00
kern_exec.c Removed some #include's of unnecessary include files. 1995-03-10 08:44:20 +00:00
kern_exit.c Fixed multiple bugs that cause null pointers to be followed or FREEed data 1994-12-28 06:15:08 +00:00
kern_fork.c
kern_ktrace.c
kern_lkm.c
kern_lockf.c Changed some variable names in lf_addblock to make the code both 1994-10-25 11:27:51 +00:00
kern_malloc.c Added some additional DIAGNOSTIC code that makes sure that freed 1995-03-11 22:28:16 +00:00
kern_ntptime.c
kern_physio.c
kern_proc.c
kern_prot.c
kern_resource.c
kern_sig.c
kern_subr.c
kern_synch.c
kern_sysctl.c
kern_tc.c Obtained from: my old fix for 1.1.5 1994-12-12 11:58:46 +00:00
kern_time.c
kern_timeout.c
kern_xxx.c
Make.tags.inc
Makefile
makesyscalls.sh First attempt to run linux binaries. This is only the changes needed to 1995-02-14 19:23:22 +00:00
md5c.c
subr_autoconf.c
subr_clist.c
subr_disklabel.c Finish the previous change. The device name got lost in diskerr(). 1995-03-12 08:17:30 +00:00
subr_diskmbr.c Support extended DOSpartitions. 1995-03-04 11:44:05 +00:00
subr_diskslice.c Don't warn about missing labels for non-BSD slices. 1995-03-04 11:42:27 +00:00
subr_dkbad.c
subr_log.c
subr_param.c Implement maxprocperuid and maxfilesperproc. They are tunable 1995-02-20 19:42:42 +00:00
subr_prf.c
subr_prof.c
subr_rlist.c Rewrote rlist_free(). The previous code was a good example of how to 1995-01-31 06:48:53 +00:00
subr_rmap.c
subr_trap.c
subr_xxx.c
sys_generic.c
sys_process.c
sys_socket.c
syscalls.c Removed obsolete vtrace() remnants. 1995-03-04 03:24:45 +00:00
syscalls.master Removed obsolete vtrace() remnants. 1995-03-04 03:24:45 +00:00
sysv_ipc.c Added SYSV ipcs. 1994-09-13 14:47:38 +00:00
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty_compat.c
tty_conf.c
tty_cons.c
tty_pty.c
tty_snoop.c
tty_subr.c
tty_tb.c
tty_tty.c
tty.c Workaround IXOFF bug when output queue is full && RTS control is on 1995-02-28 23:21:33 +00:00
uipc_domain.c
uipc_mbuf.c Special cased the handling of mb_map in the M_WAITOK case. kmem_malloc() 1995-03-15 07:52:06 +00:00
uipc_proto.c
uipc_sockbuf.c
uipc_socket2.c All of this is cosmetic. prototypes, #includes, printfs and so on. Makes 1994-10-02 17:35:40 +00:00
uipc_socket.c
uipc_syscalls.c
uipc_usrreq.c
vfs_bio.c Removed most of the special policy regarding the seperation of VMIO and 1995-03-07 19:53:27 +00:00
vfs_cache.c Update a couple of counters. 1995-03-12 02:01:20 +00:00
vfs_cluster.c Removed obsolete vtrace() remnants. 1995-03-04 03:24:45 +00:00
vfs_conf.c
vfs_export.c Added a comment. 1995-03-11 22:29:07 +00:00
vfs_extattr.c
vfs_init.c
vfs_lookup.c
vfs_mount.c
vfs_subr.c Added a comment. 1995-03-11 22:29:07 +00:00
vfs_syscalls.c
vfs_vnops.c
vnode_if.pl
vnode_if.sh
vnode_if.src Make NFS ask the filesystems for directory cookies instead of making them 1994-09-28 16:45:22 +00:00