2005-08-01 |
Philip Homburg | Replace REVIVE with notify. |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Jorrit Herder | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Jorrit Herder | - Kernel call handlers cleaned up. More strict checking... |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Philip Homburg | rs232 support |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Jorrit Herder | System library changes to interface. |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Jorrit Herder | Updates system library calls: interface changes (remove... |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Jorrit Herder | Updated servers according to syslib interface changes. |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Jorrit Herder | Updated drivers according to syslib interface changes. |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Jorrit Herder | Small update to SYS_IRQCTL -> setting an interrupt... |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Jorrit Herder | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Philip Homburg | bios_wini driver |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Philip Homburg | Fixed prototype of random_update. |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Philip Homburg | Added shutdown. EBADIOCTL in connect. Chaned some debug... |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Ben Gras | Removed debugging statements from log.c; changed PRINTF... |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Ben Gras | Took fchdir out of the user library, it's suspected... |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Philip Homburg | Replaced REVIVE and select/notify with alert and DEV_ST... |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Ben Gras | Added dup_inode to fchdir() call. Still not sure if... |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Jorrit Herder | Made PRINTER driver use new revive-notify mechanism. |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Jorrit Herder | AT driver is not modified (debugging only); |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Ben Gras | Log device only suspendable now |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Ben Gras | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Ben Gras | Prettify scheduling queue prints |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Ben Gras | Added SENDREC_BUSY flag to indicate that process is... |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Ben Gras | alert()-aware revive/select in log device |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Ben Gras | Values for alert revive/select callbacks |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Ben Gras | FS understanding revives and selects as alerts (new... |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Philip Homburg | Listen/accept. Read select for UDP. |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Philip Homburg | 3 -> T_GETUSER |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Philip Homburg | Do not accept requests from dead processes. |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Philip Homburg | Socket library |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Philip Homburg | Added some error strings. |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Philip Homburg | More stack for ash. |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Philip Homburg | The priority of FS should be lower than that of PM... |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Philip Homburg | Prototypes for some string functions that are not part... |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Philip Homburg | Added EALREADY and EMSGSIZE. |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Philip Homburg | Added {h,n}to{l,s} prototypes. Added IPPROTO_TCP. SA_FA... |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Philip Homburg | Added ioctls for listen/accept. Added cookies for accept. |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Ben Gras | No RDY_Q_HEAD business.. |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Ben Gras | Prettier s_flags printing |
commit | commitdiff | tree | snapshot |
2005-07-26 |
Jorrit Herder | Removed debug output. |
commit | commitdiff | tree | snapshot |
2005-07-26 |
Jorrit Herder | Minor fixes and improvements for sys_call(). |
commit | commitdiff | tree | snapshot |
2005-07-26 |
Ben Gras | test shouldn't install, only clean |
commit | commitdiff | tree | snapshot |
2005-07-26 |
Ben Gras | . give users a boot floppy image (cdfdboot) they can use |
commit | commitdiff | tree | snapshot |
2005-07-26 |
Ben Gras | Top-level makefile didn't clean test |
commit | commitdiff | tree | snapshot |
2005-07-26 |
Ben Gras | Minor cdprobe message additions; usyslogd logs shorter... |
commit | commitdiff | tree | snapshot |
2005-07-26 |
Ben Gras | MINIX 3, not MINIX3 |
commit | commitdiff | tree | snapshot |
2005-07-26 |
Ben Gras | Setup, not setupcd any more |
commit | commitdiff | tree | snapshot |
2005-07-26 |
Ben Gras | Small fix |
commit | commitdiff | tree | snapshot |
2005-07-26 |
Ben Gras | Rename setupcd.sh to setup.sh |
commit | commitdiff | tree | snapshot |
2005-07-26 |
Ben Gras | Rename setupcd.sh to setup.sh, setup.sh to floppysetup.sh |
commit | commitdiff | tree | snapshot |
2005-07-26 |
Ben Gras | Added an IDENTIFIED flag that is set on successfully... |
commit | commitdiff | tree | snapshot |
2005-07-26 |
Jorrit Herder | Framework (and some functionality) for new server ... |
commit | commitdiff | tree | snapshot |
2005-07-26 |
Jorrit Herder | Removed implicit call to 'make depend' on 'make install... |
commit | commitdiff | tree | snapshot |
2005-07-26 |
Jorrit Herder | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-07-26 |
Jorrit Herder | Small update to shared driver code: SYS_EVENT (signal... |
commit | commitdiff | tree | snapshot |
2005-07-26 |
Jorrit Herder | Updated F4 dump at IS to include send masks. |
commit | commitdiff | tree | snapshot |
2005-07-26 |
Jorrit Herder | Kernel changes: |
commit | commitdiff | tree | snapshot |
2005-07-25 |
Philip Homburg | Fixed do_trace to properly return (status) information. |
commit | commitdiff | tree | snapshot |
2005-07-25 |
Jorrit Herder | Defined base numbers for DEV_ request and response... |
commit | commitdiff | tree | snapshot |
2005-07-24 |
Ben Gras | SIGSTOP being in _NSIG nowadays caused test8 to break... |
commit | commitdiff | tree | snapshot |
2005-07-24 |
Ben Gras | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-07-24 |
Ben Gras | Let writeisofs write files longer than 11 chars |
commit | commitdiff | tree | snapshot |
2005-07-24 |
Ben Gras | Yet more readme and install script updates |
commit | commitdiff | tree | snapshot |
2005-07-24 |
Ben Gras | Redirect touch stderr to /dev/null, error is unlikely... |
commit | commitdiff | tree | snapshot |
2005-07-24 |
Ben Gras | Various autopart fixes, and new delete-partition feature |
commit | commitdiff | tree | snapshot |
2005-07-24 |
Ben Gras | install script fixes - mkfs block size, autopart invocation |
commit | commitdiff | tree | snapshot |
2005-07-23 |
Ben Gras | Made line endings CRLF |
commit | commitdiff | tree | snapshot |
2005-07-23 |
Ben Gras | Added a README.TXT for on the ISO filesystem (so people... |
commit | commitdiff | tree | snapshot |
2005-07-23 |
Ben Gras | Fixes to autopart. |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Ben Gras | Updates to /usr/etc/rc to deal with the new cd probing... |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Ben Gras | Funny depend behaviour fixed |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Ben Gras | new svrctl SETPARAM to set or override environment... |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Ben Gras | Removed funny debug printf |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Ben Gras | Third-oldest image is thrown away instead of oldest... |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Ben Gras | Boot monitor setting of device _names_ no longer necessary |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Ben Gras | autopart, setupcd updates |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Ben Gras | Imported treecmp |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Ben Gras | Imported indent |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Ben Gras | . Junk-filling gap+stack code on exec() if enabled... |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Ben Gras | . added cd-probe logic; tries to find the right root... |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Ben Gras | Some bugs in memory driver fixed (destination address... |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Ben Gras | Nits here and there. Made log device buffer messages... |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Jorrit Herder | Functionality moved from IS to LOG driver. |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Jorrit Herder | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Jorrit Herder | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-07-21 |
Jorrit Herder | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-07-21 |
Jorrit Herder | - Fixed comments in various system call handlers. Work... |
commit | commitdiff | tree | snapshot |
2005-07-21 |
Jorrit Herder | Added new BASE_MEM_TOP to restrict sys_vircopy() calls... |
commit | commitdiff | tree | snapshot |
2005-07-21 |
Jorrit Herder | Removed printing functionality from IS server. |
commit | commitdiff | tree | snapshot |
2005-07-21 |
Jorrit Herder | Allowed printing diagnostic messages (either from syste... |
commit | commitdiff | tree | snapshot |
2005-07-21 |
Ben Gras | Added dev2name - translate (minor,major) device numbers... |
commit | commitdiff | tree | snapshot |
2005-07-21 |
Ben Gras | Added presz134.zip to go on install cd, modified releas... |
commit | commitdiff | tree | snapshot |
2005-07-20 |
Jorrit Herder | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-07-20 |
Jorrit Herder | Removed 'tracing' flag from sys_exec. Logic is now... |
commit | commitdiff | tree | snapshot |
2005-07-20 |
Jorrit Herder | Kernel sends SIGKSTOP just before shutdown. Drivers... |
commit | commitdiff | tree | snapshot |
2005-07-20 |
Jorrit Herder | Fixed bug in PM that caused update program not to be... |
commit | commitdiff | tree | snapshot |
2005-07-20 |
Jorrit Herder | Various fixes and improvements. |
commit | commitdiff | tree | snapshot |
2005-07-20 |
Ben Gras | Fixed bug that caused booting being aborted in some... |
commit | commitdiff | tree | snapshot |
2005-07-20 |
Ben Gras | Uninitialised field at init |
commit | commitdiff | tree | snapshot |
2005-07-19 |
Ben Gras | Another test case for select - ptys (when implemented) |
commit | commitdiff | tree | snapshot |
next |