freebsd_amp_hwpstate/sys/kern
Bill Fenner 92f57d003c Revert sosend() to its behavior from 4.3-Tahoe and before: if
so_error is set, clear it before returning it.  The behavior
introduced in 4.3-Reno (to not clear so_error) causes potentially
transient errors (e.g.  ECONNREFUSED if the other end hasn't opened
its socket yet) to be permanent on connected datagram sockets that
are only used for writing.

(soreceive() clears so_error before returning it, as does
getsockopt(...,SO_ERROR,...).)

Submitted by:	Van Jacobson <van@ee.lbl.gov>, via a comment in the vat sources.
1998-02-19 19:38:20 +00:00
..
Make.tags.inc
Makefile
imgact_aout.c
imgact_elf.c
imgact_gzip.c
imgact_shell.c
inflate.c
init_main.c Make the rootdir handling more consistent. Now, processes always 1998-02-15 04:17:09 +00:00
init_sysent.c
init_sysvec.c
kern_acct.c
kern_clock.c Add a nanotime() function so that we can start to use this call. 1998-02-15 13:55:06 +00:00
kern_conf.c
kern_descrip.c Make the rootdir handling more consistent. Now, processes always 1998-02-15 04:17:09 +00:00
kern_exec.c
kern_exit.c
kern_fork.c
kern_intr.c Move include of <machine/ipl.h> inside ifndef SMP where it is used, to 1998-02-10 17:10:23 +00:00
kern_ktrace.c
kern_linker.c
kern_lkm.c Make NO_LKM a new-style option. 1998-02-12 18:02:07 +00:00
kern_lock.c Include SIMPLELOCK_DEBUG functions even if SMP if compiling LINT; give 1998-02-11 00:05:26 +00:00
kern_lockf.c
kern_malloc.c
kern_mib.c
kern_module.c
kern_ntptime.c unifdef -UEXT_CLOCK fdef -UEXT_CLOCK, it is irrelevant. 1998-02-15 13:50:12 +00:00
kern_opt.c
kern_physio.c
kern_proc.c
kern_prot.c
kern_random.c
kern_resource.c
kern_shutdown.c Add HW_WDOG to LINT, and turn it into a new-style option. 1998-02-16 23:57:49 +00:00
kern_sig.c
kern_subr.c
kern_synch.c
kern_sysctl.c
kern_tc.c Add a nanotime() function so that we can start to use this call. 1998-02-15 13:55:06 +00:00
kern_threads.c
kern_time.c
kern_timeout.c A bunch of nits from bde. 1998-02-15 14:15:21 +00:00
kern_xxx.c
link_aout.c
makesyscalls.sh
md5c.c
subr_autoconf.c
subr_clist.c
subr_disklabel.c
subr_diskmbr.c
subr_diskslice.c Fixed an aliasing bug. It was too easy to defeat the check for moving 1998-02-15 05:41:31 +00:00
subr_dkbad.c
subr_log.c
subr_param.c
subr_prf.c
subr_prof.c
subr_rlist.c
subr_smp.c
subr_trap.c
subr_xxx.c
sys_generic.c
sys_pipe.c
sys_process.c
sys_socket.c
syscalls.c
syscalls.master
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty.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
uipc_domain.c
uipc_mbuf.c
uipc_proto.c
uipc_sockbuf.c
uipc_socket.c Revert sosend() to its behavior from 4.3-Tahoe and before: if 1998-02-19 19:38:20 +00:00
uipc_socket2.c
uipc_syscalls.c
uipc_usrreq.c
vfs_aio.c
vfs_bio.c Fix a && that should be an &. 1998-02-11 20:06:48 +00:00
vfs_cache.c
vfs_cluster.c
vfs_conf.c
vfs_default.c
vfs_export.c
vfs_extattr.c Make the rootdir handling more consistent. Now, processes always 1998-02-15 04:17:09 +00:00
vfs_init.c
vfs_lookup.c Make the rootdir handling more consistent. Now, processes always 1998-02-15 04:17:09 +00:00
vfs_mount.c
vfs_subr.c
vfs_syscalls.c Make the rootdir handling more consistent. Now, processes always 1998-02-15 04:17:09 +00:00
vfs_vnops.c
vnode_if.pl
vnode_if.sh
vnode_if.src