• Russ Cox's avatar
    new syscall package: manually maintained files and scripts. · 602a446b
    Russ Cox authored
    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
    602a446b
Name
Last commit
Last update
..
cmd Loading commit data...
lib Loading commit data...
lib9 Loading commit data...
libbio Loading commit data...
libmach_amd64 Loading commit data...
old/c Loading commit data...
pkg/debug/macho/testdata Loading commit data...
runtime Loading commit data...
Make.conf Loading commit data...
all.bash Loading commit data...
clean.bash Loading commit data...
make.bash Loading commit data...
quietgcc.bash Loading commit data...
run.bash Loading commit data...
sudo.bash Loading commit data...