summaryrefslogtreecommitdiff
path: root/src/lib/syscall/time_amd64_linux.go
AgeCommit message (Collapse)AuthorFilesLines
2009-06-01auto-generated, renamed, and deleted filesRuss Cox1-25/+0
associated with CL 29709. R=r DELTA=6444 (3476 added, 2958 deleted, 10 changed) OCL=29710 CL=29724
2009-01-20delete exportRuss Cox1-3/+3
TBR=r OCL=23121 CL=23127
2009-01-16casify syscall and sequelaeRob Pike1-5/+5
R=rsc DELTA=337 (0 added, 1 deleted, 336 changed) OCL=22950 CL=22950
2008-12-09replace assembly casts with unsafe.pointerRuss Cox1-2/+5
R=r DELTA=178 (18 added, 101 deleted, 59 changed) OCL=20822 CL=20826
2008-12-03add time.Tick()Russ Cox1-0/+6
R=r DELTA=130 (115 added, 1 deleted, 14 changed) OCL=20376 CL=20385
2008-09-26move src/syscall to src/lib/syscall.Russ Cox1-0/+16
enforce rule: all kernel data structures and constants go in syscall module. move things that should be in syscall out of net. make net a single package. R=r OCL=15985 CL=15994