Ben Gras
dd99ee67e0
Rename some #defines such as MAX_BLOCK_SIZE to _MAX_BLOCK_SIZE and such
...
so as to not pollute application namespace.
2005-11-14 18:41:27 +00:00
Ben Gras
549e0bb855
Include X in path
2005-11-14 18:40:36 +00:00
Ben Gras
267c01b493
out-of-date comment fixed
2005-11-14 16:35:32 +00:00
Ben Gras
2ea0f4491d
'.' fix for troff
2005-11-14 16:21:33 +00:00
Ben Gras
f9c1f3172d
getloadavg
2005-11-14 15:58:07 +00:00
Ben Gras
1266ebcc93
last.c displays load average for uptime(1)
2005-11-14 15:51:28 +00:00
Ben Gras
87f2236ad2
load average measurement implementation, accessable through
...
getloadavg() system call in the library.
2005-11-14 15:50:46 +00:00
Ben Gras
aabef59faa
getloadvg(3) manpage
2005-11-14 15:48:43 +00:00
Ben Gras
282e2f8e78
getloadavg() interface
2005-11-14 15:48:12 +00:00
Philip Homburg
a894f5842f
Larger raw keyboard/kbdaux buffer
2005-11-10 15:41:25 +00:00
Philip Homburg
f6bc0beb6f
Less debug output
2005-11-10 15:40:36 +00:00
Philip Homburg
233c092280
Resurrected sys_eniop.
2005-11-09 17:14:14 +00:00
Philip Homburg
b85736bd7b
Grant tty permission to use SYS_VM_MAP and SYS_IOPENABLE.
2005-11-09 15:48:41 +00:00
Philip Homburg
b3cf63b890
Added /dev/video. /dev/kbd and /dev/kbdaux are renumbered.
2005-11-09 15:46:15 +00:00
Philip Homburg
5556281540
Added /dev/video for mapping video memory.
2005-11-09 15:45:48 +00:00
Philip Homburg
4102a5db28
Various changes to header files for tcpdump.
2005-11-09 15:43:39 +00:00
Philip Homburg
6d02d10805
Added getprotobyname.
2005-11-09 15:42:38 +00:00
Philip Homburg
3fb6640115
Added tcpstat and udpstat.
2005-11-08 14:02:36 +00:00
Philip Homburg
7394f38ed7
Added paramvalue to the library.
2005-11-08 13:59:27 +00:00
Philip Homburg
0f8090e653
Small fix for ioctls.
2005-11-08 13:57:48 +00:00
Philip Homburg
3a0af50c80
ARP command.
2005-11-08 12:09:00 +00:00
Ben Gras
c6412ae342
"forward compatible" hack for lstat() - make new binaries work on old
...
systems
2005-11-07 13:15:09 +00:00
Philip Homburg
df279ac347
Set IOPL when /dev/mem is opened. Fixed small bug in MIOCMAP/MIOCUNMAP
2005-11-04 17:16:54 +00:00
Philip Homburg
80cce8b3d3
Added prototype for hypot.
2005-11-04 17:14:59 +00:00
Philip Homburg
8950d7eae7
Make struct sockaddr at least as big as struct sockaddr_in
2005-11-04 17:07:39 +00:00
Philip Homburg
0b7fcbfd70
Only the memory driver should be allowed access to SYS_IOPENABLE
2005-11-04 17:06:49 +00:00
Philip Homburg
ee80996c9a
_sigsetjmp was missing.
2005-11-04 17:05:28 +00:00
Philip Homburg
36e1cb4436
sys_eniop was missing.
2005-11-04 17:03:49 +00:00
Ben Gras
12f3eeaa01
Understand .SH "NAME" form too (e.g. perl manpages)
2005-11-04 10:50:49 +00:00
Ben Gras
6e37eb17b2
(mode_t) casts confused preprocessor
2005-11-03 17:04:50 +00:00
Ben Gras
a9702cca3a
Let chmem return error code on failure
2005-11-03 16:58:10 +00:00
Ben Gras
26844e05e7
From: Giovanni <gfalzoni@inwind.it>
...
To: Ben Gras <beng@few.vu.nl>
Date: Wed, 02 Nov 2005 19:05:13 +0100
Subject: Re: [Minix-devel-l] Symbolic link
Using an alias for cd to set the prompt to display the current path
breaks the cd command. I use in .ashrc:
PS3=$PS1
hostname=$(expr `cat /etc/hostname.file` : '\([^.]*\)')
cd() { ## shows current directory as prompt
command cd "$@"
PS1="$PS3$USER@$hostname:`pwd` > "
}
If you change the macro in shell.h to:
#define SYMLINKS 0
the correct behaviour is restored. Could you verify?
I think that the ash package needs the patch.
2005-11-03 15:25:18 +00:00
Philip Homburg
83df200475
Less restrictive I/O port check.
2005-11-03 13:42:56 +00:00
Philip Homburg
e6e1f4431d
Make I/O port check less strict
2005-11-03 11:33:42 +00:00
Ben Gras
5ccf545e1b
ast@'s update
2005-11-02 20:01:37 +00:00
Ben Gras
edb541fb98
Display "select" blocking status correctly, and add check for wrong
...
blocking process number
2005-11-02 17:43:19 +00:00
Ben Gras
bc010b74a2
Andy's new easypack
2005-11-02 12:05:01 +00:00
Ben Gras
ceb6a62f6d
Install ftpd sh executable.
2005-11-01 22:57:42 +00:00
Ben Gras
fa76dcb8c1
Giovanni's symlink patches.
2005-11-01 13:19:40 +00:00
Ben Gras
a3752a3a51
Fix
2005-11-01 13:15:44 +00:00
Ben Gras
94d370ca5f
library fixes for symlink, readlink and lstat
2005-11-01 13:13:31 +00:00
Ben Gras
0604dc26a8
Giovanni's symlink patches.
2005-10-31 14:33:12 +00:00
Ben Gras
b94a639398
Giovanni's symlink (+syslog+flock) patches.
2005-10-31 14:31:05 +00:00
Ben Gras
3acb6bf1fe
Giovanni's symlinks patches (libs)
2005-10-31 14:28:19 +00:00
Ben Gras
4c648c343e
Giovanni's symlink patches (includes only)
2005-10-31 14:14:54 +00:00
Ben Gras
2c704d288f
Giovanni's syslog.h
2005-10-31 14:07:07 +00:00
Jorrit Herder
cd582e02be
*** empty log message ***
2005-10-31 12:21:52 +00:00
Philip Homburg
c62239687d
More stack for rlogind.
2005-10-24 14:06:36 +00:00
Philip Homburg
070f7673b9
More stack for cp, du, and synctree.
2005-10-24 14:04:22 +00:00
Philip Homburg
c11611802e
Pass the right pointers to sys_inb
2005-10-24 14:02:45 +00:00