summaryrefslogtreecommitdiff
path: root/libgtop-sysdeps.m4
Commit message (Collapse)AuthorAgeFilesLines
* New macro; moved check for the sysdeps directory here.Martin Baulig1999-12-261-40/+97
| | | | | | | | | | | 1999-12-26 Martin Baulig <martin@home-of-linux.org> * libgtop-sysdeps.m4 (LIBGTOP_CHECK_SYSDEPS_DIR): New macro; moved check for the sysdeps directory here. (--with-sysdeps-dir): New hacker mode command line option to manually override the sysdeps dir. Use of this option is highly deprecated; I only added it to be able to do `stub_suid' hackings on my GNU/Linux machine.
* The LibGTop examples have been moved into their own top-level moduleMartin Baulig1999-10-241-6/+0
| | | | | | | | | | | | 1999-10-24 Martin Baulig <martin@home-of-linux.org> The LibGTop examples have been moved into their own top-level module libgtop-examples. * examples/*: Removed. * configure.in: Removed all checks for the examples. * libgtop-sysdeps.m4: Removed --with-libgtop-examples parameter. * Makefile.am: Removed examples from the subdir list.
* Check for <osreldate.h> on *BSD* systems.Martin Baulig1999-10-241-1/+1
| | | | | | 1999-10-24 Martin Baulig <martin@home-of-linux.org> * libgtop-sysdeps.m4: Check for <osreldate.h> on *BSD* systems.
* Make I4B work on NetBSD.Martin Baulig1999-05-251-2/+2
|
* *** empty log message ***Martin Baulig1999-05-161-2/+2
|
* Remove the `--enable-hacker-mode' requirement for the BSDI, Solaris andMartin Baulig1999-05-151-17/+19
| | | | | | | 1999-05-15 Martin Baulig <martin@home-of-linux.org> * libgtop-sysdeps.m4: Remove the `--enable-hacker-mode' requirement for the BSDI, Solaris and Digital Unix ports.
* Define this on Solaris; we use version codes like 270 for SunOS 5.7 andMartin Baulig1999-05-131-0/+12
| | | | | | | 1999-05-13 Martin Baulig <martin@home-of-linux.org> * libgtop-sysdeps.m4 (GLIBTOP_SOLARIS_RELEASE): Define this on Solaris; we use version codes like 270 for SunOS 5.7 and 251 for SunOS 2.5.1.
* Use the setgid sys server for Solaris.Martin Baulig1999-05-071-1/+2
| | | | | | 1999-05-08 Martin Baulig <martin@home-of-linux.org> * libgtop-sysdeps.m4: Use the setgid sys server for Solaris.
* Fixed a typo.Martin Baulig1999-03-241-2/+2
|
* Added a new sysctl () interface to the Linux Kernel.Martin Baulig1999-03-211-2/+45
| | | | | | | | | | | 1999-03-21 Martin Baulig <martin@home-of-linux.org> Added a new sysctl () interface to the Linux Kernel. * kernel/sysctl: Imported. * libgtop-sysdeps.m4: If `--enable-hacker-mode' is given, check for my new sysctl () interface.
* Removed all traces of my old table () Linux kernel hack.Martin Baulig1999-03-201-47/+3
| | | | | | | | | | | 1999-03-20 Martin Baulig <martin@home-of-linux.org> Removed all traces of my old table () Linux kernel hack. * kernel: Removed. * sysdeps/kernel: Removed. * libgtop-sysdeps.m4: Don't check for table (); it does not exist any longer.
* This is *untested* - please read "sysdeps/freebsd/ChangeLog" !Martin Baulig1999-03-191-0/+6
| | | | | | | | | 1999-03-19 Martin Baulig <martin@home-of-linux.org> This is *untested* - please read "sysdeps/freebsd/ChangeLog" ! * libgtop-sysdeps.m4: Use the `freebsd' sysdeps directory for BSDI as well if the `--enable-hacker-mode' parameter was given.
* Imported first version of my Solaris port.Martin Baulig1999-03-171-1/+6
| | | | | | | | | | | 1999-03-17 Martin Baulig <martin@home-of-linux.org> Imported first version of my Solaris port. * configure.in: Check for `kstat_open' in `-lkstat'. * libgtop-sysdeps.m4: Recognize the `solaris' sysdeps directory when the `--enable-hacker-mode' parameter was given.
* Always enable SMP support for Linux.Martin Baulig1999-01-061-14/+8
| | | | | | 1999-01-06 Martin Baulig <martin@home-of-linux.org> * libgtop-sysdeps.m4: Always enable SMP support for Linux.
* This should now be working for 2.2.0-pre kernels.Martin Baulig1999-01-051-3/+3
|
* Moved here from the macros directory, formerly known asMartin Baulig1998-12-081-53/+80
| | | | | | | | | | | 1998-12-09 Martin Baulig <martin@home-of-linux.org> * libgtop-sysdeps.m4: Moved here from the macros directory, formerly known as `macros/gnome-libgtop-sysdeps.m4'. (--enable-hacker-mode): New command line parameter to configure, enables building of unstable sysdeps directories. (LIBGTOP_HACKER_TESTS): New macro to check for unsafe things when hacker mode was enabled.
* Moved here from the macros directory, formerly known asMartin Baulig1998-12-081-0/+249
1998-12-09 Martin Baulig <martin@home-of-linux.org> * libgtop-sysdeps.m4: Moved here from the macros directory, formerly known as `macros/gnome-libgtop-sysdeps.m4'.