1
0
mirror of https://github.com/golang/go synced 2024-09-30 14:28:33 -06:00
The Go programming language
Go to file
Russ Cox 602a446b74 new syscall package: manually maintained files and scripts.
auto-generated files and deletions are in another CL.

goals for new syscall:
	* automate as much as possible
	* do not let clients do unsafe things
	* use simple types (int not int64)
	* fewer files

the files are renamed from foo_amd64_linux to foo_linux_amd64,
both because it reads better (all the linux are related, all the amd64 less so)
and because it made it easier to replace the existing ones.

R=r
DELTA=2336  (2260 added, 6 deleted, 70 changed)
OCL=29709
CL=29723
2009-06-01 22:14:57 -07:00
doc update Go tree to use new syscall package. 2009-06-01 22:14:39 -07:00
include fix gotest by fixing nm -s to print in file order by storing a sequence number 2009-04-15 21:57:55 -07:00
lib help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
misc/xcode xcode config files, self-describing 2009-05-20 16:09:34 -07:00
pkg clear out pkg tree in clean.bash. 2009-05-20 11:12:05 -07:00
src new syscall package: manually maintained files and scripts. 2009-06-01 22:14:57 -07:00
test update Go tree to use new syscall package. 2009-06-01 22:14:39 -07:00
usr format package 2009-06-01 19:13:44 -07:00