|  John Benediktsson | 115b7b62df | basis: removing unnecessary method stack effects. | 2020-09-09 15:00:54 -07:00 | 
				
					
						|  Doug Coleman | 87022ea3b9 | unix.linux.proc: Add cpuinfo flag "vmx flags". Fixes #2315.
I'm not sure how this would have stopped a vocabulary from loading.
cpuinfo flags are in linux kernel repo:
 arch/x86/kernel/cpu/proc.c | 2020-06-26 19:16:18 -05:00 | 
				
					
						|  Doug Coleman | 7c7bb93c55 | factor: Rename GENERIC# to GENERIC#:. Fixes #1670. | 2017-06-01 13:58:58 -05:00 | 
				
					
						|  Doug Coleman | 57c01ce863 | unix.linux.proc: add bugs line. | 2016-02-27 00:28:58 +00:00 | 
				
					
						|  John Benediktsson | ceb75057da | change ERROR: words from throw-foo back to foo. | 2015-08-13 16:13:05 -07:00 | 
				
					
						|  Doug Coleman | b6be8685c3 | basis: ERROR: changes. | 2015-08-13 03:20:39 -07:00 | 
				
					
						|  Doug Coleman | 5f8426cfbe | factor: rename files that are not loadable on mac, too | 2015-07-19 16:55:36 -07:00 | 
				
					
						|  Doug Coleman | 352e5de16a | core, basis, extra: Remove DOS line endings from files. Remove whitespace from end of lines.
Add a newline to the end of each file. | 2015-06-29 17:25:40 -07:00 | 
				
					
						|  Benjamin Pollack | 2c3dd8c3c8 | Remove executable bit from tons of files that aren't | 2014-11-05 20:40:42 -08:00 | 
				
					
						|  John Benediktsson | 3dae660d42 | unix.linux.proc: future proof! | 2014-04-22 07:50:35 -07:00 | 
				
					
						|  Doug Coleman | d1d15f83c4 | unix.linux.proc: Fix length of meminfo struct on some kernel versions. | 2014-04-22 00:18:20 -07:00 | 
				
					
						|  Jon Harper | 5341466a32 | linux/proc: do something with 'TLB size' | 2013-11-03 20:11:24 -08:00 | 
				
					
						|  Doug Coleman | b4de3d0a2f | unix.linux.proc: Handle a unified processor-info object for linux 2.6 and on. Add unit tests. Fixes #877. | 2013-05-01 12:25:49 -07:00 | 
				
					
						|  Doug Coleman | 65a7175cb6 | unix.linux.proc: Pad tail with f for cpu-info. Fixes #877. | 2013-04-30 16:47:09 -07:00 | 
				
					
						|  Doug Coleman | 7f118e13c0 | unix.linux.proc: /proc/cpuinfo is updated in real time and can change based on throttling options. Don't cache it. | 2013-04-24 13:39:03 -07:00 | 
				
					
						|  Doug Coleman | 48dff3e6f1 | unix.linux.proc: Older kernels don't have enough fields in /proc/pid/stat. Pad it. | 2013-02-25 10:07:05 -08:00 | 
				
					
						|  Doug Coleman | 9dfa305561 | unix.linux.proc: Add some more /proc parsing. | 2013-02-24 18:30:18 -08:00 | 
				
					
						|  Doug Coleman | 5a5bac70f4 | unix.linux.proc: Refactor /proc parsing. Add generic to make pid/string and pid-string/string pairs into /proc/pid/pathname. | 2013-02-24 18:30:18 -08:00 | 
				
					
						|  Doug Coleman | a7fab027ae | unix.linux.proc: Add a parser for some of the /proc and /proc/[PID]/ files. | 2013-02-01 11:36:18 -08:00 | 
				
					
						|  Joe Groff | 943596575a | use radix literals | 2011-11-23 19:03:40 -08:00 | 
				
					
						|  Slava Pestov | 32261681f8 | unix.linux.epoll: epoll_event is a packed struct! Damn... | 2011-08-25 21:37:52 -07:00 | 
				
					
						|  Erik Charlebois | 013209bd17 | epoll working on linux | 2011-05-23 23:36:13 -04:00 | 
				
					
						|  Doug Coleman | 026499e64f | Use flags{ instead of flags all over the place | 2010-04-01 14:44:03 -05:00 | 
				
					
						|  Joe Groff | 4cfa1a6c77 | rename current string-mangling "char*" to "c-string". char* is now just a boring old pointer to char | 2010-02-23 11:42:02 -08:00 | 
				
					
						|  Slava Pestov | 95bfc8a240 | vocabs.metadata: replace unportable tag with a platforms.txt file for more fine-grained control. Rename unportable tag to untested for remaining cases | 2010-02-20 13:30:49 +13:00 | 
				
					
						|  Doug Coleman | 8d952277a2 | Handle EINTR in a lot of cases where it wasn't handled before.  Split off unix into unix.ffi and unix. | 2010-01-22 12:59:24 -06:00 | 
				
					
						|  Slava Pestov | 4abfe06b51 | Fixing various test failures caused by C type parser change, and clarify C type docs some more | 2009-09-28 08:48:39 -05:00 | 
				
					
						|  Slava Pestov | efe8f3c74c | unix.linux: fix load errors from c-type changes | 2009-09-28 04:26:05 -05:00 | 
				
					
						|  Joe Groff | d4bfa0a581 | fill in missing USING:s in unix.linux and unix.bsd.* | 2009-09-27 23:08:16 -05:00 | 
				
					
						|  Joe Groff | 24de21eac8 | take a shot at making other platform vocabs c-type-string-free | 2009-09-27 19:25:34 -05:00 | 
				
					
						|  Doug Coleman | eb558fcc9c | remove deprecated inotify-event struct | 2009-09-08 14:15:25 -05:00 | 
				
					
						|  Doug Coleman | 475530ef3d | update network structs.  NO WHAMMY, NO WHAMMY, NO WHAMMY...STOP!!! | 2009-09-03 16:57:36 -05:00 | 
				
					
						|  Slava Pestov | 2037667473 | io.backend.unix.multiplexers.epoll: update for STRUCT: | 2009-09-01 14:46:08 -05:00 | 
				
					
						|  Doug Coleman | 45629c63b3 | update users/groups for new structs | 2009-08-30 23:07:46 -05:00 | 
				
					
						|  Doug Coleman | 14973eacb5 | update dirent for structs | 2009-08-30 22:11:42 -05:00 | 
				
					
						|  erg | 3bf8e41eef | fix bootstrap errors, add missing files | 2009-05-07 16:53:32 -05:00 | 
				
					
						|  erg | 8c19ab04c9 | use open64 instead of open on linux. use stat64 instead of stat on linux. add word to report if a file is sparse | 2009-05-07 16:41:37 -05:00 | 
				
					
						|  Slava Pestov | 49eeef4c35 | Move unused unix.linux vocabs to unmaintained, some of them don't even load anymore | 2008-12-17 19:25:01 -06:00 | 
				
					
						|  Slava Pestov | c5160d76e9 | Merge qualified, alias, symbols, constants into core | 2008-12-17 18:10:01 -06:00 | 
				
					
						|  Doug Coleman | 564a84b4e1 | add using for linux inotify | 2008-12-16 02:55:01 -06:00 | 
				
					
						|  Slava Pestov | 7926cab415 | Fix Linux load error | 2008-12-16 02:03:04 -06:00 | 
				
					
						|  Slava Pestov | 63fda570bf | Fixing assorted compile errors and help lint warnings | 2008-12-16 01:12:36 -06:00 | 
				
					
						|  Slava Pestov | a4fc4046a0 | Updating epoll code | 2008-12-09 20:01:23 -06:00 | 
				
					
						|  Doug Coleman | 548ee091d9 | ffi work, add dirent struct for linux | 2008-10-19 14:21:12 -05:00 | 
				
					
						|  Doug Coleman | 5c8de44085 | more unix ffi functions | 2008-10-05 15:23:04 -05:00 | 
				
					
						|  Slava Pestov | c19f2257f4 | Fix permission bits | 2008-10-02 08:34:49 -05:00 | 
				
					
						|  Slava Pestov | aea0fed14c | Fixing basis -> extra dependencies | 2008-09-05 19:29:14 -05:00 | 
				
					
						|  Doug Coleman | d9074c9d4e | fix bootstrap | 2008-08-13 23:20:44 -05:00 | 
				
					
						|  sheeple | bbb3597ac2 | add a couple constants for unix file access | 2008-08-13 15:13:55 -05:00 | 
				
					
						|  Slava Pestov | 6408b01e9d | Add 'unportable' tag in place of hard-coded list of 'dangerous' vocabs in load-everything | 2008-07-29 16:47:52 -05:00 |