summaryrefslogtreecommitdiff
path: root/sysdeps/solaris
Commit message (Expand)AuthorAgeFilesLines
...
* Removed. This is now included in <glibtop-private.h>.Martin Baulig1999-12-254-51/+5
* New file.Martin Baulig1999-12-252-0/+51
* Reflect latest interface changes.Martin Baulig1999-12-2510-288/+340
* Indent to 4 spaces.Martin Baulig1999-12-251-147/+145
* Indent everything to 4 spaces to make it consistant with the other LibGTopMartin Baulig1999-12-256-148/+146
* Reflect latest interface changes; especially all functions now returnMartin Baulig1999-12-258-16/+49
* Added function prototypes for everything from safeio.c.Martin Baulig1999-12-253-0/+15
* Warning fix.Martin Baulig1999-12-251-1/+1
* perl -pni -e 's,server->machine,server->_priv->machine,g' *.cMartin Baulig1999-12-2513-86/+86
* This is a larger source-incompatible commit, but it'll make it easier toMartin Baulig1999-12-114-14/+14
* @#$!%@# gcc!!!Drazen Kacar1999-11-291-1/+1
* Added `instance' argument.Martin Baulig1999-11-281-1/+1
* Reflect latest interface changes.Martin Baulig1999-11-213-1/+57
* This is a very big an possibly breaking commit.Martin Baulig1999-10-2420-37/+37
* Added `@DL_LIB@'.Martin Baulig1999-10-172-0/+6
* Small warning fix.Martin Baulig1999-10-171-1/+1
* Bugfix. It wasn't excluding system, non-tty or idle processes if that wasDrazen Kacar1999-09-282-4/+10
* Fix bug reported by Takis Psarogiannakopoulos: `start_time' are secondsMartin Baulig1999-07-292-2/+7
* Bug fix. All Solaris versions have RUID and RGID in struct stat forDrazen Kacar1999-07-162-4/+10
* Martin Baulig wrote:Drazen Kacar1999-06-151-0/+1
* Added/updated sysdeps AUTHORS files (each sysdeps port should haveMartin Baulig1999-06-151-0/+1
* Solaris 2.5 & 2.5.1 portability fixes, based on patches from Steve MurphyDrazen Kacar1999-06-076-3/+42
* Added the missing glibtop_suid.h to the `noinst_HEADERS'.Martin Baulig1999-06-011-1/+1
* Fixed bug in calculation of process argument list.Drazen Kacar1999-05-302-2/+8
* Get the file name from inode number.Drazen Kacar1999-05-274-9/+89
* automake.die.die.dieDrazen Kacar1999-05-211-7/+12
* Implemented what Solaris has to offer cheaply. It sucks, but digging inDrazen Kacar1999-05-172-2/+33
* Return 0 usage times for scheaduler (PID 0).Drazen Kacar1999-05-112-12/+21
* Another try to match Linux process states. Why am I doing it?Drazen Kacar1999-05-111-1/+2
* Forgot to commit.Drazen Kacar1999-05-101-6/+18
* Added process selection mechanism. It's not included in Solaris 2.5 build,Drazen Kacar1999-05-102-6/+89
* There be some useful documentation now. Syncing...Drazen Kacar1999-05-092-9/+16
* Typoo fix.Drazen Kacar1999-05-091-1/+1
* Initial Solaris 2.5 port. It's far from being complete and hasn't beenDrazen Kacar1999-05-0911-29/+263
* Added s_open(), s_close() etc. with EINTR wrappers.Drazen Kacar1999-05-087-28/+178
* Use bytes as units for memory consumption.Drazen Kacar1999-05-082-2/+6
* Deleted crap.Drazen Kacar1999-05-081-61/+0
* Fixed pagesize.Drazen Kacar1999-05-081-1/+1
* Fixed nice value.Drazen Kacar1999-05-082-1/+5
* Moved them into the setgid server since they need to access kvm data.Martin Baulig1999-05-0711-19/+202
* *** empty log message ***Drazen Kacar1999-05-071-0/+6
* machine.pagesize is now number of bits we need for shifting, ie.Drazen Kacar1999-05-074-15/+19
* Implemented size, vsize, resident and rss.Drazen Kacar1999-05-072-1/+17
* Use `(1L << feature)' instead of `(1 << feature)' to avoid problemsMartin Baulig1999-05-062-4/+4
* Fixed, valid for Solaris 2.6 & 7.Drazen Kacar1999-05-062-34/+46
* List of supplementary groups was not correct. Fixed.Drazen Kacar1999-05-064-6/+26
* Changed boot time to unsigned long long.Drazen Kacar1999-05-033-8/+32
* #include <glibtop_private.h>.Martin Baulig1999-05-035-0/+10
* We need to return NULL on error here.Martin Baulig1999-05-031-4/+4
* Fixed a broken sizeof ().Martin Baulig1999-05-031-1/+1