summaryrefslogtreecommitdiffstats
path: root/Object.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'hishamhm-pull-960'Nathan Scott2020-08-201-1/+1
|\
| * Clean up existing whitespaceDaniel Flanagan2019-10-311-1/+1
| |
* | Resolve compiler warnings and errors relating to the Arg unionNathan Scott2020-08-201-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Promote the Arg union to a core data type in Object.c such that it is visible everywhere (many source files need it), and correct declarations of several functions that use it. The Process_sendSignal function is also corrected to have the expected return type (bool, not void) - an error being masked by ignoring this not-quite-harmless warning. I've also added error checking to the kill(2) call here, which was previously overlooked / missing (?).
* | Re-generate all headers with latest scripts/MakeHeader.pyNathan Scott2020-08-181-1/+1
|/ | | | Sync-up missing extern declarations for many functions.
* Check for failure in allocations.Hisham2016-02-021-1/+2
|
* Compare with long, for 64-bit systemsHisham Muhammad2014-04-251-1/+1
|
* Changes in object model: separate class objects to store vtable. Also, nicer ↵Hisham Muhammad2012-12-051-16/+23
| | | | UTF-8 display of big numbers.
* major header cleanupHisham Muhammad2011-12-261-8/+1
|
* Tempus fugit.Hisham Muhammad2011-05-261-1/+1
|
* Tempus fugit.Hisham Muhammad2010-02-251-1/+1
|
* Clean up headers by using 'static' whenever possible.Hisham Muhammad2008-03-091-2/+0
| | | | | Reduces resulting code size.
* Performance improvement hackathon: improve process comparison routines,Hisham Muhammad2006-07-111-6/+17
| | | | | | | | | | disable useless code in release builds such as runtime type-checking on dynamic data structures and process fields that are not being computed, faster(?) method for verifying the process owner (still need to ensure correctness), don't destroy and create process objects for hidden kernel threads over and over. Phew. I shouldn't be doing all this today, but I could not resist.
* Regenerated all headers.Hisham Muhammad2006-06-061-2/+1
|
* Initial import.Hisham Muhammad2006-03-041-0/+44

© 2014-2024 Faster IT GmbH | imprint | privacy policy