Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Add orandom(), osrandom(), etc. | ache | 1996-10-09 | 1 | -3/+7 | |
| | | ||||||
* | | delete doubled words, e.g.: "the the" -> "the" | wosch | 1996-10-05 | 1 | -2/+2 | |
| | | ||||||
* | | Convert to newly aded collate compare function | ache | 1996-08-12 | 2 | -5/+6 | |
| | | ||||||
* | | Use collate info for alpha character ranges | ache | 1996-08-12 | 2 | -9/+14 | |
| | | | | | | | | 8bit cleanup | |||||
* | | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 7 | -2/+9 | |
| | | | | | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu> | |||||
* | | Minor corrections. The second parameter is actually of type int | joerg | 1996-06-03 | 1 | -9/+6 | |
| | | | | | | | | | | | | (though only char will be used), and our implementation is not really worse than the SysV one, so there's no need to claim so in the BUGS section. | |||||
* | | remove MLINKS regcomp.3 regexec.3 regerror.3 due name clash with libc | wosch | 1996-05-27 | 1 | -2/+3 | |
| | | ||||||
* | | Correct some man page cross references and file location references. | mpp | 1996-04-07 | 1 | -1/+1 | |
| | | ||||||
* | | Correct the xref for msgctl: msgctl(2) -> msgctl(3) | mpp | 1996-02-12 | 1 | -4/+4 | |
| | | ||||||
* | | Correct a bunch of man page cross references and generally | mpp | 1996-02-11 | 3 | -5/+5 | |
| | | | | | | | | | | | | try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however. | |||||
* | | Added some missing MLINKS for section 3 man pages. | mpp | 1996-02-09 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | Also corrected a few minor formatting errors, file location and cross references in some of the section 3 man pages. This shuts up a lot of the output from "manck" for section 3. | |||||
* | | Another round of spelling fixes. | mpp | 1996-01-30 | 1 | -2/+2 | |
| | | ||||||
* | | This commit was generated by cvs2svn to compensate for changes in r13122, | peter | 1995-12-30 | 1 | -21/+0 | |
| | | | | | | | | which included commits to RCS files with non-trunk default branches. | |||||
* | | Add cfree.3 | ache | 1995-11-29 | 1 | -1/+1 | |
| | | ||||||
* | | Add a short man page for cfree(3), in order to hint people about its life in ↵ | joerg | 1995-11-24 | 1 | -0/+49 | |
| | | | | | | | | libcompat. | |||||
* | | Remove trailing whitespace. | rgrimes | 1995-05-30 | 3 | -11/+11 | |
| | | ||||||
* | | Added function and man page for ftok(3), used in conjunction with | joerg | 1995-05-01 | 3 | -1/+143 | |
| | | | | | | | | | | | | | | the so-called "System V IPC". Submitted by: jbeukema@HK.Super.Net (John Beukema) Obtained from: Th. Lockert <tholo@sigmasoft.com>, via NetBSD | |||||
* | | The implementation of rexec() missed the function ruserpass(), so the | joerg | 1995-04-11 | 2 | -3/+252 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | link stage fell over for any program that attempted to use rexec(). Ruserpass() remains undocumented; i could not find any documentation for it on other systems. Also added a BUGS section to the man page, stating that this function constitutes a potential security hole (as well as the underlying "exec" service). Submitted by: rgrimes Originally submitted by: agc@uts.amdahl.com (Alistair G. Crooks) Obtained from: netbsd-bugs@NetBSD.ORG | |||||
* | | My libcompat cleanup. | joerg | 1995-04-10 | 14 | -4/+378 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o add missing man pages o make all man pages clearly refer to the libcompat thingie o add the information to the vtimes(3) and vlimit(3) man pages that nobody has reimplemented the functions by now o add the missing getpw.c o add code and man pages for cftime(3) and ascftime(3) -- i found them somewhere in old unfinished work | |||||
* | | add a couple of missing #include lines | phk | 1995-03-19 | 2 | -0/+3 | |
| | | ||||||
* | | Make libcompat a static only library. | nate | 1995-02-20 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | Since functions will come and go from libcompat as they are deprecated it makes no sense to build a shared library out of it as it will change. Based on freedback from Terry and Jonas on the mailing lists. | |||||
* | | Add sanity check for "no previous regular expression" state, | ache | 1994-09-14 | 1 | -1/+4 | |
| | | | | | | | | bringed by 'more' | |||||
* | | Fix bug with searching "" pattern, cause 'more' always shows | ache | 1994-09-14 | 1 | -1/+1 | |
| | | | | | | | | next line on "/<Enter>" instead of searching next pattern | |||||
* | | Make it work with our make macros. | wollman | 1994-08-05 | 1 | -3/+3 | |
| | | ||||||
* | | Comment out missing sources. | rgrimes | 1994-05-27 | 1 | -5/+8 | |
| | | ||||||
* | | This commit was generated by cvs2svn to compensate for changes in r1581, | rgrimes | 1994-05-27 | 3 | -0/+151 | |
|\ \ | | | | | | | | | | which included commits to RCS files with non-trunk default branches. | |||||
| * | | This is Christopher G. Demetriou of NetBSD versions of ftime.c, gtty.c, and | rgrimes | 1994-05-27 | 3 | -0/+151 | |
| / | | | | | | | stty.c. | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r1578, | rgrimes | 1994-05-27 | 1 | -0/+92 | |
|\ \ | |/ |/| | | | which included commits to RCS files with non-trunk default branches. | |||||
| * | This is James da Silva at the University of Maryland at College Park's | rgrimes | 1994-05-27 | 1 | -0/+92 | |
| | | | | regex.c code as picked up from the net. | |||||
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 24 | -0/+3323 | |