aboutsummaryrefslogtreecommitdiff
path: root/include/u.h
AgeCommit message (Expand)Author
2015-03-01all: delete C libraries and cmd/dist code that builds themRuss Cox
2015-02-08include/u.h: fix name clash of REG_R* on solarisShenghou Ma
2015-02-03include: restore use of signal.h on windows (fixes build)Alex Brainman
2015-02-03include: fix arm build one more timeDave Cheney
2015-01-30liblink: fix arm build againDave Cheney
2014-07-25include/u.h: define _DEFAULT_SOURCE for new glibcBobby Powers
2013-12-08liblink: create new library based on linker codeRuss Cox
2011-07-25build: define getcallerpc in u.h (fix for Plan 9 build)Lucio De Re
2011-06-14build: fix header files for Plan 9Lucio De Re
2011-02-08windows: replace remaining __MINGW32__ instances with _WIN32Joe Poirier
2010-07-28gc: fix SIGBUSRuss Cox
2009-11-30Ports of lib9, libbio and libmach to Windows.Hector Chu
2008-08-03make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc.Russ Cox
2008-06-12import the plan 9 libraries libc (lib9) and libbio into the tree.Rob Pike