minix/lib/sysutil
Ben Gras 3cc092ff06 . new kernel call sysctl for generic unprivileged system operations;
now used for printing diagnostic messages through the kernel message
   buffer. this lets processes print diagnostics without sending messages
   to tty and log directly, simplifying the message protocol a lot and
   reducing difficulties with deadlocks and other situations in which
   diagnostics are blackholed (e.g. grants don't work). this makes
   DIAGNOSTICS(_S), ASYN_DIAGNOSTICS and DIAG_REPL obsolete, although tty
   and log still accept the codes for 'old' binaries. This also simplifies
   diagnostics in several servers and drivers - only tty needs its own
   kputc() now.
 . simplifications in vfs, and some effort to get the vnode references
   right (consistent) even during shutdown. m_mounted_on is now NULL
   for root filesystems (!) (the original and new root), a less awkward
   special case than 'm_mounted_on == m_root_node'. root now has exactly
   one reference, to root, if no files are open, just like all other
   filesystems. m_driver_e is unused.
2009-01-26 17:43:59 +00:00
..
asynsend.c lingering file. 2008-11-19 12:35:46 +00:00
env_get_prm.c . rename message fields to endpoint variants 2006-03-03 09:44:55 +00:00
env_panic.c Added dp8390 to /usr/etc/rc. Renamed get_mon_prm.c to env_get_prm.c. 2005-08-05 14:20:05 +00:00
env_parse.c . made memory parsing function into a library call 2007-02-16 15:54:28 +00:00
env_prefix.c Fix warnings (Ingmar Alting) 2006-11-10 18:19:38 +00:00
fkey_ctl.c Fixed 'bug' in log driver that caused kernel messages not to be displayed. 2005-08-03 08:14:08 +00:00
getuptime.c . rename message fields to endpoint variants 2006-03-03 09:44:55 +00:00
getuptime2.c Added getuptime2.c 2007-08-07 12:14:04 +00:00
kmalloc.c Renamed src/lib/utils to src/lib/sysutil --- because of new src/lib/util 2005-07-19 13:21:51 +00:00
kprintf.c Renamed src/lib/utils to src/lib/sysutil --- because of new src/lib/util 2005-07-19 13:21:51 +00:00
kputc.c . new kernel call sysctl for generic unprivileged system operations; 2009-01-26 17:43:59 +00:00
Makefile.in timing library from kernel into library 2009-01-09 16:39:31 +00:00
micro_delay.c No more HZ; move stacktrace() to library 2008-12-11 14:36:37 +00:00
profile.c cprofile always on 2009-01-09 21:42:36 +00:00
profile_extern.c cprofile always on 2009-01-09 21:42:36 +00:00
read_tsc.s . let kernel use read_tsc() from sysutil library 2007-03-08 15:39:14 +00:00
read_tsc_64.c . let kernel use read_tsc() from sysutil library 2007-03-08 15:39:14 +00:00
report.c Renamed src/lib/utils to src/lib/sysutil --- because of new src/lib/util 2005-07-19 13:21:51 +00:00
ser_putc.c prototype fix 2008-12-11 15:02:44 +00:00
stacktrace.c Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
sys_hz.c No more HZ; move stacktrace() to library 2008-12-11 14:36:37 +00:00
sysutil.h Renamed src/lib/utils to src/lib/sysutil --- because of new src/lib/util 2005-07-19 13:21:51 +00:00
taskcall.c Renamed src/lib/utils to src/lib/sysutil --- because of new src/lib/util 2005-07-19 13:21:51 +00:00
tickdelay.c Fix some warnings (by Ingmar Alting) 2006-11-10 18:13:02 +00:00
timing.c timing library from kernel into library 2009-01-09 16:39:31 +00:00