Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove un-necessary comment. | nate | 1997-01-06 | 1 | -2/+1 |
| | |||||
* | - Add a BSD-style copyright. (Should have done that before.) | msmith | 1997-01-06 | 1 | -8/+63 |
| | | | | | | | | - Be more intelligent about library-like objects that are actually symlinks. (Suggested by Steve Price) - Complain about nonexistent libraries referenced by executables (instead of creating a library called 'not' and putting them there. (oops) - Fix a few typos. | ||||
* | Merge Lite2 mods. | steve | 1997-01-06 | 1 | -9/+40 |
| | |||||
* | FIx typing error .SRCDIR -> SRCDIR | ache | 1997-01-06 | 1 | -2/+2 |
| | | | | Submitted by: bde | ||||
* | Make the .y.c rule 'make -j n' friendly. | steve | 1997-01-06 | 1 | -4/+2 |
| | | | | Inspired by: bde and brian@mediacity.com | ||||
* | Implement and document a '-o output_file_name' option to | steve | 1997-01-06 | 2 | -1/+22 |
| | | | | | | | allow the generated code to be written to a file other than the default, y.tab.c. Inspired by: bde and brian@mediacity.com | ||||
* | Fix a problem that caused some foreground pipelines to die with: | steve | 1997-01-06 | 1 | -3/+2 |
| | | | | | | tcsetpgrp failed, errno=1 Discovered and Reviewed by: joerg | ||||
* | Fix NetBSD pr kern/3067, which also applies to FreeBSD: | se | 1997-01-05 | 1 | -3/+3 |
| | | | | | | | | | NCR driver dies when "xmcd" accesses the CD-ROM drive Restrict cacheing of INQUIRY results to LUN 0. Thanks to Dave Huang <khym@bga.com> for reporting the problem and suggesting a fix, though I chose a slightly different one. | ||||
* | Fix minor typo. BIOSETIF -> BIOCSETIF | nate | 1997-01-05 | 1 | -2/+2 |
| | |||||
* | Oops, there was a ] I forgot to erase. | max | 1997-01-05 | 1 | -2/+2 |
| | |||||
* | Change wording of MAN?PREFIX description. | max | 1997-01-05 | 1 | -4/+6 |
| | |||||
* | Move typedef for rlim_t into sys/types.h (as per NetBSD). | davidn | 1997-01-05 | 2 | -8/+4 |
| | |||||
* | Fix Makefile so that dependencies are actually right this time. | wollman | 1997-01-05 | 1 | -8/+8 |
| | | | | | It is almost always the wrong thing to put .y and .l files directly into the SRCS. | ||||
* | Kill another bogus inclusion of <netinet/if_ether.h>. | wollman | 1997-01-05 | 1 | -1/+1 |
| | |||||
* | Disable isxdigit block until proper solution will be found | ache | 1997-01-05 | 1 | -2/+7 |
| | | | | | isxdigit(name[0]) gives false failures on short names which looks like hexadecimal digits, f.e. "fade", "babe", "d133", etc. | ||||
* | Use contrib version now | ache | 1997-01-05 | 48 | -23013/+52 |
| | |||||
* | Use SRCDIR to handle non-current directory docs | ache | 1997-01-05 | 1 | -9/+8 |
| | | | | Use INFO* macros from bsd.own.mk | ||||
* | Romania is not a Soc. Rep | wosch | 1997-01-05 | 1 | -3/+3 |
| | | | | fix umlaut converting for Zuerich | ||||
* | This commit was generated by cvs2svn to compensate for changes in r21336, | ache | 1997-01-05 | 2 | -0/+2206 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Add manpage from another bash directory | ache | 1997-01-05 | 2 | -0/+2206 |
| | | |||||
* | | Turn on PAREN_MATCHING | ache | 1997-01-05 | 1 | -1/+1 |
| | | |||||
* | | Backup savestring as rl_savestring | ache | 1997-01-05 | 2 | -4/+2 |
| | | |||||
* | | A collection of spelling fixes and minor grammar corrections. | mckay | 1997-01-05 | 9 | -69/+71 |
| | | | | | | | | Safe for 2.2. | ||||
* | | Fix typos pointed out by bde (thanks!). | davidn | 1997-01-05 | 1 | -3/+3 |
| | | |||||
* | | Adds optional NIS passwd file updating and optionally rebuilding | davidn | 1997-01-05 | 8 | -22/+202 |
| | | | | | | | | | | | | NIS maps. Suggested by: Peter Wemm | ||||
* | | Don't depend only <stdio.h> bogusly including <sys/types.h>. | bde | 1997-01-05 | 1 | -1/+2 |
| | | | | | | | | | | | | (<sys/types.h> is a prerequisite for <login_cap.h> mainly because the latter wants to typedef rlim_t. rlim_t is typedefed in <sys/types.h> in NetBSD.) | ||||
* | | Undo RCS keyword change to keep the original `$NetBSD$'. | kato | 1997-01-05 | 14 | -14/+14 |
| | | | | | | | | Pointed out by: j@uriah.heep.sax.de (J Wunsch) | ||||
* | | Minor white-space and comment cleanups. No functional change. | nate | 1997-01-05 | 3 | -9/+30 |
| | | | | | | | | Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> | ||||
* | | actually apply submitted changes for Finland and Australia | adam | 1997-01-05 | 1 | -3/+6 |
| | | | | | | | | Submitted by: Ville.Eerola@vlsi.fi, danny@hilink.com.au | ||||
* | | Fix for PR/2333 - psm0 panics if no mouse attached: | nate | 1997-01-05 | 1 | -2/+7 |
| | | | | | | | | | | | | | | The problem is that `psmopen()' doesn't validate a pointer before using it. Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> | ||||
* | | Caribbean Islands moved from inter.phone to na.phone | adam | 1997-01-05 | 2 | -26/+18 |
| | | | | | | | | | | | | | | | | | | partial sync with iso3166 2-letter country codes added to na.phone for Caribbean islands (except Cayman Islands and Monserrat since the 2-letter codes clash with Kentucky and Mississippi) changed city codes in Finland (from Ville.Eerola@vlsi.fi) changed city codes in Australia (from danny@hilink.com.au) | ||||
* | | Synchronize with sys/i386/isa/npx.c revision 1.36 (reenable | kato | 1997-01-05 | 1 | -3/+1 |
| | | | | | | | | i586_optimized_copyin/out). | ||||
* | | Remove duplicated #include. | davidn | 1997-01-05 | 1 | -2/+1 |
| | | |||||
* | | Fix reference /etc/acct/pw.conf -> /etc/pw.conf. | davidn | 1997-01-05 | 1 | -2/+2 |
| | | | | | | | | Pointed-Out-By: Peter Wemm. | ||||
* | | Add missing manpage for login.conf. | davidn | 1997-01-05 | 1 | -0/+361 |
| | | |||||
* | | Typo police. | alex | 1997-01-04 | 1 | -2/+2 |
| | | |||||
* | | Merge the en version changes made in 1.22 -> 1.23. | max | 1997-01-04 | 1 | -3/+3 |
| | | |||||
* | | Merge the en version changes made in 1.8 -> 1.9. | max | 1997-01-04 | 1 | -3/+3 |
| | | |||||
* | | A nudge closer to ditching linuxdoc. | jfieber | 1997-01-04 | 9 | -2/+5260 |
| | | | | | | | | | | | | I now have a functioning, semi-automagic linuxdoc to docbook converter, so once the docbook to (HTML|groff) converters are up to snuff, linuxdoc will be history. :) | ||||
* | | Add docbook. | jfieber | 1997-01-04 | 1 | -1/+3 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r21308, | ache | 1997-01-04 | 59 | -0/+24805 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Libreadline. | ache | 1997-01-04 | 59 | -0/+24805 |
| | |||||
* | Fixed cgi URL from /cgi-bin/ to /cgi/. | mbarkah | 1997-01-04 | 1 | -3/+3 |
| | |||||
* | Add the forgotten login_cap.h | sos | 1997-01-04 | 1 | -3/+3 |
| | |||||
* | Fixed cgi URLs from /cgi-bin/ to /cgi/. | mbarkah | 1997-01-04 | 2 | -4/+4 |
| | |||||
* | Fix collapse code included in #ifdef WDDEBUG: add `;' at the end of the | kato | 1997-01-04 | 1 | -4/+4 |
| | | | | | | line, and `"' at the end of first argument of printf(). Submitted by: Michio "Karl" Jinbo <karl@marcer.nagaokaut.ac.jp> | ||||
* | Make sh(1) think and be in the same place at the same time. This closes | steve | 1997-01-04 | 1 | -15/+11 |
| | | | | PR#2331: strange output of sh's pwd on symlinked directories. | ||||
* | Fix cursor address calculation. | kato | 1997-01-04 | 1 | -1/+1 |
| | | | | Submitted by: Michio "Karl" Jinbo <karl@marcer.nagaokaut.ac.jp> | ||||
* | Library functions relating to the login class capabilities database, | davidn | 1997-01-04 | 11 | -2/+2644 |
| | | | | | including manpages. See also login_cap.h. | ||||
* | Header for login class capabilities handling. | davidn | 1997-01-04 | 1 | -0/+143 |
| |