Commit Graph

  • b629f70366 intro.tex: - added a brief comment regarding anon cvs updates gdr-ftp 1998-10-31 20:23:29 +0000
  • 1d0c7e0be2 status.bin: Updated entries for: calendar, syslogd status.lib: Updated entries for: sprintmt, vsprintmt, syslotmt, vsyslogmt, closelog, openlog, readv, setlogmask, syslog, vsyslog, writev TO.DO: Added a bunch of stuff, deleted some. How's that for a precise explanation? gdr-ftp 1998-10-31 19:14:49 +0000
  • bf00017f17 syslog.3: Use <stdarg.h> vice <vararg.h> in the synopsis. gdr-ftp 1998-10-31 19:05:57 +0000
  • 0fa42147e3 Initial checkin of syslogd v2 for GNO. This was a complete rewrite from both Phil Vandry's v1 syslogd (which is part of init), and the BSD version. It still needs some work, but it can log to a file or to console at the moment. gdr-ftp 1998-10-31 19:02:47 +0000
  • c2d4a9371b gno.h: - Added declaration for the global "__progname". - Added prototypes for sprintmt(3) and vsprintmt(3). gdr-ftp 1998-10-31 18:50:44 +0000
  • a9c8ba111c syslog.h: - added prototypes for vsyslogmt() and syslogmt() - changed the internal structure used by syslogd(8) and the syslog(3) family of routines gdr-ftp 1998-10-31 18:48:50 +0000
  • b84b251619 added test for syslogmt(3), vsyslogmt(3) gdr-ftp 1998-10-31 17:25:04 +0000
  • 6eebdb8e3a Makefile, vsprintmt.c: - Added the sprintmt and vsprintmt routines. These are thread safe variants of the sprintf and vsprintf routines. Note that they don't support as many formatting options as stdio does. gdr-ftp 1998-10-31 17:22:05 +0000
  • fd73dca790 syslog.c: - added thread safe functions syslogmt and vsyslogmt. - minor changes to sendPort to make it thread safe - moved variadic wrappers to the end of the file so that the command line optimize/debug levels get propogated through the rest of the source during compilation. - changed the mechanism by which sendPort waits for it's buffer to be released by syslogd - since ctime(3) is not thread safe, add a flag to the SyslogDataBuffer_t that tells syslogd(8) to add the appropriate time stamp. This is easier than implementing thread safe versions of ctime and localtime. gdr-ftp 1998-10-31 17:17:24 +0000
  • 963a33c4bf Changes for gsh version 2.0d5: tribby 1998-10-26 17:04:51 +0000
  • 0c8ae50cfc mkso.data: Added links for __progname(3), vsprintmt(3), syslogmt(3), and vsyslogmt(3). gdr-ftp 1998-10-25 17:17:21 +0000
  • 7199e83868 sprintmt.3: Initial checkin for sprintmt(3) and vsprintmt(3) documentation. gdr-ftp 1998-10-25 17:15:51 +0000
  • 96955b85a3 Makefile: The "up" link in the reference manuals was broken; the -up_title flag to tex2html was missing. gdr-ftp 1998-10-14 03:14:02 +0000
  • 3061aa26a4 Added the following entries, submitted by Scott Moberly: comm paste rev tput unifdef gdr-ftp 1998-09-27 15:53:03 +0000
  • c4af1317ee intro.tex: Various changes as requested by Dave Tribby. Some are typographic, some are broken links, ambiguities, etc. No change of basic content. gdr-ftp 1998-09-24 06:49:58 +0000
  • 1dc5497309 Added startup protocol as requested by Devin Reed (PR#78) and Steve Reeves (PR#85, PR#86): For login shells (command line starts with '-'), If $PATH doesn't start with ':' or contain a space, change all ":" to " ". source /etc/glogin source $HOME/glogin $HOME/gshrc is sourced afterward for both login and non-login shells. tribby 1998-09-08 16:53:14 +0000
  • 2e0ebb5392 Replaced last of old shell calls with their newer counterparts. This removed the need for p-string routines, so they were removed. Also removed alloc256/free256 and associated data structures. tribby 1998-08-03 17:30:30 +0000
  • d534981038 Changed many invocations from old shell interface routines (Read_Variable, Set_Variable, Export, etc.) to new ones (ReadVariableGS, SetGS, ExportGS, etc.) in many places; there are still a few more to change. This change removed the 256-character limit on strings retrieved by these routines, such as the value of environment variables. (PR # 9). tribby 1998-07-20 16:23:11 +0000
  • 615d7ab922 syslog.3: - fixed some formatting problems gdr-ftp 1998-07-07 03:32:44 +0000
  • ed7f658d4e fudgeinstall: - don't fudge sed(1) any more; it's done gdr-ftp 1998-07-07 02:31:22 +0000
  • 4957db0caf Makefile: - set HAS_BSD_MANPAGE to 'true' -- get the right one when building the release. gdr-ftp 1998-07-07 02:19:26 +0000
  • 3689484d24 calendar.c: - fixed a bug introduced in 1.1 where getting an error while reading the calandar file could cause an infinite loop - added "ChangeLog" comments for all versions - added stack checking - eliminated "pragma stacksize" from the source file; it was too small (was 512 bytes, currently using 862 bytes) and overriding the value given on the command line during the GNO base build process README, calendar.info: - Moved the information in these files to the man page. Makefile, calendar.rez: - initial checkin calendar.1: - cleaned it up a bit and made it conform to the GNO base builds - added an example gdr-ftp 1998-07-07 02:14:30 +0000
  • b40c451852 calendar.1, calendar.c: Updates for v1.1 as submitted by Marlin Allred. His comments: gdr-ftp 1998-07-04 17:24:38 +0000
  • 5a9733461b describe.src: - added entry for 'eject' - updated entry for 'calendar' gdr-ftp 1998-07-04 17:13:43 +0000
  • 546377ce0d - added describe entry gdr-ftp 1998-07-04 17:05:18 +0000
  • 01902c1b91 Major changes to gsh with this checkin: tribby 1998-06-30 17:26:04 +0000
  • f5e621f814 status.bin: - updated entries for edit(1) and logger(1) gdr-ftp 1998-06-26 01:29:37 +0000
  • afc1676d9f syscall.c: - added readv (untested) and writev (tested) gdr-ftp 1998-06-24 04:22:38 +0000
  • b7010abc60 This is a re-implementation of the syslog(3) and related functions. gdr-ftp 1998-06-24 04:20:02 +0000
  • 4e1bec2062 stdio.h: Changed some '0' constants to '0L'. Probably not necessary, but consider it paranoia from earlier ORCA/C bugs. gdr-ftp 1998-06-24 00:12:32 +0000
  • c6c45722d8 logger.c: Did changes for the initial GNO version. This includes: - prototyping; - changing the facility/priority value from an int to a long (we need 32 bits for all the information); - stack checking code; and - after doing a freopen() of stdin, change it back to text mode. gdr-ftp 1998-06-23 23:23:55 +0000
  • 442d75ce87 netif.h: Replaced a non-standard #import directive with a guarded #include. gdr-ftp 1998-06-22 06:48:55 +0000
  • 23e61fe09c logger.1G: Added GNO version of man page. gdr-ftp 1998-06-22 05:05:55 +0000
  • 40d932969c logger.c, logger.1: Initial checkin. No change from BSD sources. gdr-ftp 1998-06-21 04:21:04 +0000
  • 560e9a67ad bugs.html: Explain how to submit followups to a given PR (problem report) using the email interface. gdr-ftp 1998-06-19 23:35:07 +0000
  • 4bd91df5de Fixed "ls -s" kilobyte calculation. See PR#48 for details. stever 1998-06-17 07:00:27 +0000
  • a43a7e27fd Trying a test cvs checkin. stever 1998-06-17 05:13:38 +0000
  • 999f6066fb index.html: added links for status lists gdr-ftp 1998-06-12 14:47:44 +0000
  • 94012d9889 edit.c: - initial checkin gdr-ftp 1998-06-12 05:06:24 +0000
  • cd8bfae836 Create *.mac files from gsh.mac via Makefile. tribby 1998-06-09 16:22:56 +0000
  • 6cdf1b9893 describe.src: - clarified descriptions of "lam" and "from". gdr-ftp 1998-06-04 03:41:42 +0000
  • c39b230a61 gsh.1: - initial checkin. This is mainly just a pointer to the reference manual. gdr-ftp 1998-06-04 03:11:28 +0000
  • 102c443527 - Added entries for from, jot, lam, lc, and nohup (submitted by Scott Moberly). - inserted a blank line after the "FTP:" line for some entries. These lines had been deleted due to a bug in descu. See PR#66 for details. gdr-ftp 1998-06-03 16:09:46 +0000
  • 92eced2bba status.bin: updated entries for gsh, rsh, rlogin gdr-ftp 1998-06-02 13:11:02 +0000
  • 69723f10b6 Makefile: - except for main.root, delete all created *.root files just after they're made. This avoids duplicate symbols in the link step. gdr-ftp 1998-05-30 17:21:40 +0000
  • 49801ffa31 setvers.1: - expanded the .TH line to have all arguments. If this is not done, then when building the html versions of the man pages the page is not recognised as a GNO man page and is ignored. gdr-ftp 1998-05-30 16:09:41 +0000
  • 750cc1d6da trap.asm: fixed a comment regarding exec(2) gdr-ftp 1998-05-30 15:36:15 +0000
  • 769c8a8027 initrc: Initial checkin. This is the one used for starting the multiuser package. gdr-ftp 1998-05-30 14:36:51 +0000
  • d4f470ef7d paths.mk: - removed makefile macros for DISKS and DISK?; they're not needed any more. gdr-ftp 1998-05-30 14:18:04 +0000
  • 5e602d499d Added entries for column, expand, file2c, unexpand, and what. gdr-ftp 1998-05-30 03:11:15 +0000
  • 068fd5bb72 Change call of execve to _execve. tribby 1998-05-11 19:18:43 +0000
  • 1f9c2a058b New output test case tribby 1998-05-08 17:37:36 +0000
  • e014797a8e Update getvers per user feedback: * Add -f option to control printing of filename * Rewrote printing of text to allow carriage-return and tab * Report no version information as warning for both no rVersion and no version fork tribby 1998-05-08 17:33:46 +0000
  • 519805dbb4 Modifications for getvers tribby 1998-05-08 17:31:03 +0000
  • 2a2c7d8648 Tests modified for latest getvers tribby 1998-05-08 17:30:23 +0000
  • 91c2c09f56 Preparation for checking in new getvers tribby 1998-05-08 00:37:29 +0000
  • 9170dd1a63 fsettext.3, funopen.3: Explained how to get binary streams on the result from an funopen(3) call. execl.3: minor "see also" change gdr-ftp 1998-04-29 03:33:14 +0000
  • 7c77098c01 kerntool.h: Updated with the remainder of the changes for the v2.0.6 kernel. gdr-ftp 1998-04-29 03:05:40 +0000
  • f00cfed6ba Documentation files for setvers. Not yet modified. tribby 1998-04-29 00:45:05 +0000
  • d36d59e158 getvers version 2.0 test files. tribby 1998-04-29 00:42:47 +0000
  • 3b6e40c95f Move the setvers files (unaltered, original versions) to their own directory. No longer need gv, and new version of getvers has -b option that does the work. tribby 1998-04-29 00:23:12 +0000
  • 0a5e437e26 less, cron, crontab, at, atrun: assigned to Steve Reeves split, sed: passed testing column: assigned to Scott Moberly find: updated comment gdr-ftp 1998-04-28 06:15:07 +0000
  • f6ad5e32aa To.Do, UpdateLog: Added explanation of the (minor) changes made in the initial v2.0.6 checkin, and what still needs to be done. gdr-ftp 1998-04-28 05:51:26 +0000
  • d2efd0151f Initial checkin of man pages for some of the gsh builtin commands. Not all builtins are represented here. Some information (such as a dependancy on the 31/ prefix) is probably out of date, too. gdr-ftp 1998-04-28 05:18:13 +0000
  • cf2e1b8db9 dotests: - updated paths to sed and the split binary under test gdr-ftp 1998-04-28 05:08:38 +0000
  • 39b959d34c dotests: corrected location of binary under test gdr-ftp 1998-04-24 19:16:26 +0000
  • f0419b78c8 Added entry for colrm. gdr-ftp 1998-04-24 17:20:46 +0000
  • 731eb90c1e Add "MAIN= main" so that main.root will be created tribby 1998-04-24 16:24:00 +0000
  • 61474a874f This checkin contains only enough changes that gsh is able to assemble and link. However, it does not work yet and thus still needs work. gdr-ftp 1998-04-24 15:38:47 +0000
  • eacedc7aca README.install: - corrected mkso command line - explained what to do after install is complete gshrc: - make problem report comment more explanatory installboot1: - fixed up initial message - create the /lang/orca/utilities directory installboot2: - fixed up initial message - create a man hierarchy in /gno-hfs gdr-ftp 1998-04-24 06:02:21 +0000
  • 5533c5ed3c gshrc: Eliminated unnecessary elements from root's MANPATH and PATH environment variables. gdr-ftp 1998-04-24 04:15:29 +0000
  • f07edb38f2 fudgeinstall: don't install the v2.0.4 awk any more; the new one is working mkboot: - add tee(1) to the boot disk - add a bunch of (require) empty directories gdr-ftp 1998-04-24 03:38:51 +0000
  • 5af9e3b875 Checkin of install version 1.2. New to this version is use of GS/OS sessions, and a verbose flag to print out file names as they are copied. gdr-ftp 1998-04-24 00:54:06 +0000
  • 32ccee5a06 Updated entries for: - last, wall, whois, getty, login (man pages) - awk (now complete) gdr-ftp 1998-04-23 16:02:07 +0000
  • 2f6263d18a Install /etc/gettytab from this directory instead of taking it from the gno/verbatim hierarchy. In this directory, the file is called "gtab" so that we don't confuse dmake. gdr-ftp 1998-04-22 05:29:03 +0000
  • eb014e0fc2 environ.7: Fixed some formatting so that it looks right on the GS (use .IP instead of .TP commands). gdr-ftp 1998-04-22 05:26:21 +0000
  • 038d5d04cf When building the 'release' target, install the mkso (and if appropriate, mklink) data file in the proper spot. gdr-ftp 1998-04-22 05:22:44 +0000
  • 0ed60a2fe1 mkso/Makefile, renram5/Makefile: make these programs use the new chapter 8 generalization for the 'release' target gdr-ftp 1998-04-22 05:09:55 +0000
  • 97bbd0ba97 binconst.mk, binrelease.mk: - generalized the release target so that it can also be used for chapter 8 programs. This is done by defining the CHAPTER macro to be 8. - if HAS_MKLINK_DATA or HAS_MKSO_DATA macros are set, then the appropriate data files are copied when the 'release' target is made. gdr-ftp 1998-04-22 05:07:20 +0000
  • f796d6adab gshrc: - changed /usr/orca/bin to /lang/orca/utilities - general clean up gdr-ftp 1998-04-22 05:01:15 +0000
  • ddac971a82 These are all initial checkins. These files go onto the /gno.boot disk, without modification. gdr-ftp 1998-04-22 04:57:38 +0000
  • 82f60994d2 mkboot: Initial checkin; this script creates the installation boot disk, /gno.boot mkdisk1, mkdisk2: Initial checkin; these scripts assist in the creation of the *.shk files for the binary distribution. fudgeinstall: - added verbose flag to install(1) calls - don't "fudge" install gettytab or getty any more - make sure the mkso data files are copied over gdr-ftp 1998-04-22 04:51:12 +0000
  • 2c52584063 initial checkin of GNO-formatted man page gdr-ftp 1998-04-17 01:02:24 +0000
  • d8638d7f83 Makefile: Let the builds know that there is a GNO-formatted man page. gdr-ftp 1998-04-16 06:33:45 +0000
  • 16efada45b login.1G: initial checkin for GNO-formatted man page Makefile: let the builds know about the new man page. gdr-ftp 1998-04-16 06:32:28 +0000
  • 49214ecab2 initial checkin of GNO-formatted man page. gdr-ftp 1998-04-16 06:18:48 +0000
  • 768c413e7c wall.1G: Initial checkin of the GNO-formatted version of the man page. gdr-ftp 1998-04-16 06:11:14 +0000
  • df1aab9de6 last.1G: Initial checkin of GNO-formatted version of the man page. gdr-ftp 1998-04-16 06:06:15 +0000
  • e2c6df7488 re.format.7: Replaced "\(dg" with "***"; neither the current GNO nroff program nor groff used by Linux (on which the web versions of the man pages is generated) use "\(dg", which is supposed to be a dagger. gdr-ftp 1998-04-16 05:52:39 +0000
  • e8bcb53ed7 environ.7: Updated to reflect the current implementation; some formatting and other minor changes were done. No major change in content. gdr-ftp 1998-04-16 05:29:17 +0000
  • e2adcb9b2b environ.7: Initial checkin. This is the environ(7) man page as it was shipped with lenviron v1.1.3. gdr-ftp 1998-04-16 05:11:54 +0000
  • f589b65333 tty.4: Finished converting this man page to nroff source (it was previously preformatted). gdr-ftp 1998-04-16 05:03:39 +0000
  • 2495ce287f basename.3: dirname now returns "." instead of "" for arguments containing no directory components fgets.3: added a GNO note about streams opened in binary mode. gdr-ftp 1998-04-11 19:13:41 +0000
  • af6a5191a8 mkgen, describe.src: minor changes to some URLs gdr-ftp 1998-04-11 19:08:30 +0000
  • 6a7127aa10 Initial checkin. This file creates a web version of gno/NOTES/status.bin. gdr-ftp 1998-04-11 03:23:23 +0000
  • 04e5cb4232 status.bin: I did some formatting changes to make it easier for a perl script to parse this file and create a web page showing current status. No change to content. gdr-ftp 1998-04-11 03:20:13 +0000
  • d6d81225de copyfile.c: The last fix wasn't quite correct in that (for copying only data forks) the rez fork was still created but with zero length. This fix doesn't create the rez fork at all under those circumstances. gdr-ftp 1998-04-10 21:36:08 +0000
  • e8879227c8 basename.c: If the argument provided to dirname(3) doesn't have a directory component, return "." instead of "". gdr-ftp 1998-04-10 21:33:20 +0000
  • 50a2dce1b5 initial checkin for strftime(3) test program gdr-ftp 1998-04-10 21:25:07 +0000
  • ff4949a278 locale.h rune.h runetype.h: - initial checkin. No changes from the BSD versions other than extra #include guards gdr-ftp 1998-04-10 21:19:40 +0000