Philip Homburg
fa6f63c3cb
New errors and defines for socket options.
2006-02-17 13:43:50 +00:00
Ben Gras
dd284552b4
fixes to include major() and minor() in system header files (in a different
...
file than sys/types.h)
small binpackage update
2006-01-27 13:57:18 +00:00
Ben Gras
e04832580d
Some misc portability-enhancing definitions.
...
Added fts.h for fts library imported from freebsd.
2006-01-20 13:42:29 +00:00
Philip Homburg
988493b2e2
Added caching bits
2006-01-12 14:32:42 +00:00
Ben Gras
fbc190e562
Added truncate and ftruncate() prototypes and call numbers (prematurely)
...
Added symlink-related prototypes
2005-12-20 14:17:05 +00:00
Ben Gras
32d5141935
Added prototype for getsockopt().
2005-12-12 10:40:29 +00:00
Ben Gras
e45c9f2741
Synonyms for helping porting applications.
2005-11-17 01:23:33 +00:00
Philip Homburg
4102a5db28
Various changes to header files for tcpdump.
2005-11-09 15:43:39 +00:00
Philip Homburg
8950d7eae7
Make struct sockaddr at least as big as struct sockaddr_in
2005-11-04 17:07:39 +00:00
Ben Gras
6e37eb17b2
(mode_t) casts confused preprocessor
2005-11-03 17:04:50 +00:00
Ben Gras
4c648c343e
Giovanni's symlink patches (includes only)
2005-10-31 14:14:54 +00:00
Philip Homburg
d920f5e0f9
Support for raw keyboard I/O and the AUX (PS/2 mouse) channel.
2005-10-24 13:52:53 +00:00
Ben Gras
5b452954ba
FSDEVUNMAP, late commit
2005-10-04 11:46:51 +00:00
Philip Homburg
31c1d6bf0d
Changes to includes for VM, IOPL, logging. Increased _NR_PROCS, CLICK_SIZE is
...
now 4096.
2005-09-30 12:47:03 +00:00
Philip Homburg
a9a8299e88
Misc. compatibility changes
2005-09-30 12:41:25 +00:00
Ben Gras
688910d983
Ast@'s formatting fixes
2005-09-16 14:23:14 +00:00
Ben Gras
d9557981d1
c -> d char
2005-09-14 01:44:13 +00:00
Ben Gras
1de242401f
An empty <sys/file.h> helps porting.
2005-09-06 16:19:21 +00:00
Ben Gras
43ea6a9ce8
Added <minix/sys_config.h>. This file is intended to be included from
...
other, user-includable config files. It only defines names that don't
pollute the users namespace (start with _). <minix/config.h> still works
like always; it includes sys_config.h now and defines the 'messy' names
(such as CHIP) as the 'cleaner' names (such as _MINIX_CHIP).
Changed some of the other include files to use sys_config.h and the
'cleaner' names. This solves some (past and future) compilation problems.
2005-08-29 13:52:08 +00:00
Ben Gras
647e179038
. release fixes
...
. added OPENCT ioctl to at driver, which returns the number of times
a device is opened. if it's not opened exactly once, new partition info
will not be read in (at the next open after this close). included
this check in autopart.
2005-08-25 09:47:31 +00:00
Ben Gras
d11b2e4b8c
Al's double-blank-line removal request
2005-08-22 15:23:47 +00:00
Jorrit Herder
74711a3b14
Check if kernel calls is allowed (from process' call mask) added. Not yet
...
enforced. If a call is denied, this will be kprinted. Please report any such
errors, so that I can adjust the mask before returning errors instead of
warnings.
Wrote CMOS driver. All CMOS code from FS has been removed. Currently the
driver only supports get time calls. Set time is left out as an exercise
for the book readers ... startup scripts were updated because the CMOS driver
is needed early on. (IS got same treatment.) Don't forget to run MAKEDEV cmos
in /dev/, otherwise the driver cannot be loaded.
2005-08-04 19:23:03 +00:00
Jorrit Herder
120e514506
Changed various header file to support dynamically staring drivers.
...
Note: full recompile necessary.
2005-08-02 15:31:12 +00:00
Philip Homburg
920c462e8c
Added {h,n}to{l,s} prototypes. Added IPPROTO_TCP. SA_FAMILY_T -> _SA_FAMILY_T
...
Added SOCK_RAW, SOCK_RDM, SOCK_SEQPACKET, SO_DEBUG, SO_ERROR.
2005-07-27 11:42:54 +00:00
Ben Gras
b5a5d3ec1c
new svrctl SETPARAM to set or override environment variables obtained
...
from the boot monitor
2005-07-22 18:37:33 +00:00
Ben Gras
d4b173ee50
Misc fixes and additions
2005-07-12 13:10:06 +00:00
Philip Homburg
11cbb6faae
Many changes to simplify porting applications.
2005-07-11 13:00:43 +00:00
Ben Gras
dd31785aa6
Added some data for the new log device.
2005-07-08 17:24:49 +00:00
Ben Gras
1adcfcdf1c
Changed FD_* select() fd set manipulation functions to macros. Also
...
made FD_SETSIZE pre-#include-definable, with OPEN_MAX as default if unset.
2005-07-06 07:22:21 +00:00
Ben Gras
83f0f501f8
Added <sys/resource.h> for [gs]etpriority() call.
2005-07-01 09:59:49 +00:00
Ben Gras
81081a4063
_POSIX_SOURCE doesn't make sense in <sys/select.h>
2005-06-28 16:02:58 +00:00
Philip Homburg
013f484525
select.h should include <sys.time.h>. Added struct svrqueryparam to svrctl.h.
2005-06-28 15:01:55 +00:00
Philip Homburg
0979014807
Renamed some types Uid_t, Gid_t, Mode_t, etc. for perl5.
...
More space for synctree.
2005-06-23 11:07:31 +00:00
Ben Gras
c40770ce68
Various select() support flags, prototypes, definitions.
...
Major numbers for inet, tty, ctty.
Defined _MINIX_VERSION to check for major minix version in applications.
Prototype for (fake) readlink().
2005-06-17 13:34:47 +00:00
Jorrit Herder
36c3091342
*** empty log message ***
2005-06-17 09:15:39 +00:00
Philip Homburg
dc23e18cef
Improved compatibility with other Unix systems.
2005-06-10 15:12:03 +00:00
Ben Gras
e44e9ad261
small compile fixes; initial select() stubs; release.sh script doesn't
...
need /tmp any more since 16MB root device; increase to 3.0.5 to make new
CD with working FXP driver. (not tagged 3.0.5 yet as at driver bios-copy
workaround hasn't been done.)
2005-06-06 11:40:32 +00:00
Ben Gras
dfe2b4513f
Moved timing structs around to be more standard
2005-06-01 09:34:37 +00:00
Jorrit Herder
1cb880b158
Intermediate update---please await next commit.
2005-05-19 09:36:44 +00:00
Ben Gras
9865aeaa79
Initial revision
2005-04-21 14:53:53 +00:00