go/src
Ian Lance Taylor 8206cce117 syslog: split Unix domain support from network support.
This is to make it easier to support Solaris syslog.  On
Solaris syslog messages are sent via STREAMS using putmsg to
/dev/conslog.  The putmsg call uses a a control buffer of type
log_cdtl and a data buffer which is the message, and it is in
general a big mess.  This CL just splits out the Unix domain
support so that Solaris can use a different mechanism.  I do
not propose to implement the Solaris support today.  This
split will make it possible for gccgo to just call the libc
function for now.

R=r, rsc
CC=golang-dev
https://golang.org/cl/4261061
2011-03-09 13:15:46 -08:00
..
cmd http: change ResponseWriter.SetHeader(k,v) to Header() accessor 2011-03-09 09:41:01 -08:00
lib9 lib9: update to Unicode 6.0.0 2011-01-31 12:38:54 -05:00
libbio build: test for _WIN32, not _MINGW32 2010-09-08 22:20:35 -04:00
libmach gc, ld: detect stale or incompatible object files 2011-02-03 13:51:43 -05:00
pkg syslog: split Unix domain support from network support. 2011-03-09 13:15:46 -08:00
Make.ccmd build: remove intermediate yacc files in Make.ccmd 2010-12-14 12:22:40 -05:00
Make.clib build: Allow archiver to be specified in the environment with HOST_AR. 2010-12-07 15:28:26 -05:00
Make.cmd Make.cmd: also clean _test* 2011-03-08 15:02:02 -03:00
Make.common build: avoid calling gomake wrapper in recursive make 2011-03-05 14:53:29 -05:00
Make.inc goinstall: handle $(GOOS) and $(GOARCH) in filenames 2011-03-07 10:54:53 -05:00
Make.pkg build: remove old cgo files 2011-03-06 17:04:24 -05:00
all.bash build: $GOBIN defaults to $GOROOT/bin 2010-08-24 20:00:33 -04:00
clean.bash runtime: scheduler, cgo reorganization 2011-03-07 10:37:42 -05:00
env.bash build: move $GOBIN ahead of /bin, /usr/bin in build $PATH 2011-02-28 14:55:27 -05:00
make.bash build: convert src/cmd to use make directly and simplify src/make.bash 2011-03-01 09:20:32 +11:00
quietgcc.bash build: add GOHOSTOS and GOHOSTARCH environment variables. 2010-10-08 18:52:28 +11:00
run.bash doc/codelab/wiki: include into windows build 2011-03-07 15:48:39 +11:00
sudo.bash build: no required environment variables 2010-08-18 10:08:49 -04:00
version.bash gc, ld: detect stale or incompatible object files 2011-02-03 13:51:43 -05:00