summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | When compiling native on freebsd, do not search the multitude of extendedpeter1996-09-181-0/+4
| | | | | | | | | | | | include file paths that do not exist.
* | | build libgcc*.a a little more compact by removing excess local symbolspeter1996-09-181-1/+7
| | | | | | | | | | | | Obtained from: bde
* | | My feeble attempt at fixing complaints that makeinfo makes aboutpeter1996-09-181-9/+9
| | | | | | | | | | | | errors in this doc.
* | | Do not print two \n's in a fatal error message.peter1996-09-181-1/+1
| | | | | | | | | | | | Obtained from: bde
* | | Patches originally obtained from Bruce Evans <bde@freebsd.org> to makepeter1996-09-183-2/+32
| | | | | | | | | | | | gcc "do the right thing" when running standalone on FreeBSD
* | | .TARGETOBJDIR has been removed from make and CANONICALOBJDIR set inswallace1996-09-185-31/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bsd.obj.mk. Also, a make target called objwarn checks to see if ${.OBJDIR} != ${.CURDIR} and ${.OBJDIR} != ${CANONICALOBJDIR} and outputs a warning. (No warning for the latter if MAKEOBJDIR or MAKEOBJDIRP REFIX is set). objwarn is called from all targets in bsd.prog.mk, bsd.kmod.mk, and bsd.lib.mk. Reviewed by: bde
* | | Restore previous compatibility of ${.CURDIR}/obj.`uname -m` andswallace1996-09-182-30/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $(.CURDIR}/obj search while retaining compatability of new prefix with cwd for the current source tree builds. .TARGETOBJDIR has been removed from make and CANONICALOBJDIR set in bsd.obj.mk The builtin object directory searching is defined specifically as: If MAKEOBJDIRPREFIX is defined, the search order is ${MAKEOBJDIRPREFIX}${.CURDIR} ${.CURDIR} Else if MAKEOBJDIR is defined, the search order is ${MAKEOBJDIR} ${.CURDIR} Otherwise, default to the search order ${.CURDIR}/obj.`uname -m` $(.CURDIR}/obj /usr/obj${.CURDIR} ${.CURDIR} Reviewed by: bde
* | | This commit was generated by cvs2svn to compensate for changes in r18336,peter1996-09-1818-159/+311
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Import of 2.7.2.1 into vendor branchpeter1996-09-1818-159/+311
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r18334,peter1996-09-18447-0/+454870
|\ \ \ \ | |/ / / | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Import of unmodified (but trimmed) gcc-2.7.2. The bigger parts of thepeter1996-09-18447-0/+454870
| / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | non-i386, non-unix, and generatable files have been trimmed, but can easily be added in later if needed. gcc-2.7.2.1 will follow shortly, it's a very small delta to this and it's handy to have both available for reference for such little cost. The freebsd-specific changes will then be committed, and once the dust has settled, the bmakefiles will be committed to use this code.
* | | Fix a very rare error condition: The code to free VM back to the kernelphk1996-09-171-3/+4
| | | | | | | | | | | | | | | | | | | | | as done after a quasi-recursive call to free() had modified what we thought we knew about the last chunk of pages. This bug manifested itself when I did a "make obj" from src/usr.sbin/lpr, then make would coredump in the lpd directory.
* | | warn if reach group line limit (>200 users, >1024 bytes per line)wosch1996-09-171-1/+10
| | | | | | | | | | | | | | | | | | close PR#1595 suggested by: Seppo Kallio <kallio@beeblebrox.cc.jyu.fi
* | | Add comment explaining what function doesache1996-09-171-3/+11
| | | | | | | | | | | | Cover strcoll return 0 case too
* | | Argh, I have had one "uid 0 on /: file system full" too many. The problempeter1996-09-171-2/+4
| | | | | | | | | | | | | | | | | | is that it doesn't say _what_ did it! (the core dumped console message is very useful for listing the process name and pid). This adds similar information.
* | | Moved Masafumi Nakane from the Additional FreeBSD Contributors sectionmax1996-09-172-3/+7
| | | | | | | | | | | | to the FreeBSD Developers section, and added an entity &a.max.
* | | Grab h2ph from /usr/bin, not /usr/local/bin!pst1996-09-171-1/+1
| | |
* | | Set enviroment variable PAGER=pager if using option `man -P pager'wosch1996-09-161-0/+2
| | | | | | | | | | | | | | | This inherit variable PAGER for childs like whatis(1), e.g. `man -P less -k man' should now work like expected. Close PR#1068
* | | rdisc functionality has been incorporated into routedpst1996-09-163-1810/+0
| | | | | | | | | | | | goodnight ugly prince...
* | | Add '-C' "Canonical" format to hexdump:phk1996-09-162-2/+12
| | | | | | | | | | | | | | | | | | | | | $ hexdump -C /etc/resolv.conf 00000000 64 6f 6d 61 69 6e 20 64 6b 2e 74 66 73 2e 63 6f |domain dk.tfs.co| 00000010 6d 0a 6e 61 6d 65 73 65 72 76 65 72 20 31 34 30 |m.nameserver 140| 00000020 2e 31 34 35 2e 32 33 30 2e 31 30 0a |.145.230.10.|
* | | Disable rdisc, enable routed in new location.wollman1996-09-161-1/+1
| | |
* | | Change location of trace files and disable remote trace file changewollman1996-09-161-1/+3
| | | | | | | | | | | | feature.
* | | Layer on FreeBSD local changes from old routed.wollman1996-09-167-25/+20
| | |
* | | Delete old routed(8).wollman1996-09-1618-10763/+0
| | |
* | | Disable build of old routed.wollman1996-09-161-2/+2
| | |
* | | Header file to match latest version of routed.wollman1996-09-160-0/+0
| | | | | | | | | | | | Obtained from: Vernon J. Schryver <vjs@mica.denver.sgi.com>
| | |
| \ \
*-. \ \ This commit was generated by cvs2svn to compensate for changes in r18316,wollman1996-09-1617-0/+11181
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| | * | | Virgin import of new BSD/SGI routed. This update contains a numberwollman1996-09-1615-0/+11151
| | / / | | | | | | | | | | | | | | | | | | | | of important bug fixes. Obtained from: Vernon J. Schryver <vjs@mica.denver.sgi.com>
| * | | Virgin import of new BSD/SGI routed. This update contains a numberwollman1996-09-162-0/+30
| / / | | | | | | | | | | | | | | | of important bug fixes. Obtained from: Vernon J. Schryver <vjs@mica.denver.sgi.com>
* | | Reword wcd0 description.jfieber1996-09-161-3/+4
| | | | | | | | | | | | Submitted by: Peter da Silva <peter@taronga.com>
* | | Workaround to (hopefully) fix the NOMANCOMPRESS case of the MANFILTER-usingpeter1996-09-161-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | man pages (eg: named/bind/etc). In order to get (say) dig.1 to pass through the filter and produce a new dig.1 for installing, I used an intermediate file at build time, similar to the way the .gz man pages are built. I've not extensively tested this, but it seems to work for the known cases where it was failing, and it only affects the NOMANCOMPRESS case which was already broken. Pointed out by: "Ph. Charnier" <charnier@xp11.frmug.org>, PR#1612
* | | Re-enable conf82371fb2 now that I have verified that it works, even ifrgrimes1996-09-161-5/+1
| | | | | | | | | | | | | | | it only prints 2 bits out of hundreds. (Minimizing the diff between -head and 2.1.5.)
* | | #include <fastfind.c> -> #include "fastfind.c"wosch1996-09-161-5/+5
| | |
* | | Remove some bogosities I introduced with the init file hack (not serious,jkh1996-09-158-18/+29
| | | | | | | | | | | | just bogus). Also turn off by default - whoops!
* | | Fix something that has annoyed me since day one of userconfig: when thephk1996-09-151-6/+10
| | | | | | | | | | | | <More> prompt receives a 'q', just abandon the list, the user wants out.
* | | Here is a patch to make tcpdump recognise IPX packets that is usingpst1996-09-151-0/+4
| | | | | | | | | | | | | | | | | | ETHERNET_II framing. It got lost during the tcpdump upgrade. Submitted by: John.Hay@mikom.csir.co.za
* | | Removed iprintf(). It was copied to db_iprintf() in ddb.bde1996-09-152-40/+2
| | |
* | | &rsqb; --> ]adam1996-09-151-2/+2
| | |
* | | Toss the mkaliases script into the attic and remove its installwpaul1996-09-152-14/+1
| | | | | | | | | | | | | | | target from the Makefile. We don't need it anymore, and it was broken anyway.
* | | Expand the definition of -N during 'add' to indicate that it onlyalex1996-09-151-2/+2
| | | | | | | | | | | | | | | affects the display of the chain entry. The definition of -N in 'list' is left alone since this behavior is implied there.
* | | Note that -N is only effective when ipfw is displaying chain entries.alex1996-09-151-1/+1
| | |
* | | Do not backup master.passwd if pwd_mkdb returned an error. Thiswosch1996-09-141-13/+3
| | | | | | | | | | | | | | | | | | | | | was to paranoid, pwd_mkdb(8) is carefully enough to not corrupt master.passwd on failure. Submitted by: joerg
* | | Cleanup exit status; 2: syntax error, 0: keyword matched,wosch1996-09-141-7/+12
| | | | | | | | | | | | | | | | | | | | | $exit_nomatch: no keyword matched. Default value for variable exit_nomatch is 0 because `man -k' don't like exit status != 0 Detected by: "Stephen J. Roznowski" <sjr@zombie.ncsc.mil>
* | | remove unnecessary boundary check, 2x fasterwosch1996-09-141-18/+13
| | | | | | | | | | | | code cleanup
* | | Revert the description of -N to its original form. It was right thealex1996-09-141-2/+2
| | | | | | | | | | | | first time.
* | | Attached vm ddb commands `show map', `show vmochk', `show object',bde1996-09-145-108/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `show vmopag', `show page' and `show pageq'. Moved all vm ddb stuff to the ends of the vm source files. Changed printf() to db_printf(), `indent' to db_indent, and iprintf() to db_iprintf() in ddb commands. Moved db_indent and db_iprintf() from vm to ddb. vm_page.c: Don't use __pure. Staticized. db_output.c: Reduced page width from 80 to 79 to inhibit double spacing for long lines (there are still some problems if words are printed across column 79).
* | | Attached simple external ddb commands `show rtc', `show pgrpdump'bde1996-09-148-43/+50
| | | | | | | | | | | | | | | and `show cbstat'. The pgrpdump code was previously controlled by `#ifdef DEBUG'.
* | | Support statically attaching of ddb commands in non-ddb modules.bde1996-09-142-41/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The details are hidden in the DB_COMMAND(cmd_name, func_name) and DB_SHOW_COMMAND(cmd_name, func_name) macros. DB_COMMAND() adds to the top-level ddb command table and DB_SHOW_COMMAND adds to the `show' subtable. Most external commands will probably be `show' commands with no side effects. They should check their pointer args more carefully than `show map' :-), or ddb should trap internal faults better (like it does for memory accesses). The vm ddb commands are temporarily unattached. ddb.h: Also declare `db_indent' and db_iprintf() which will replace vm's `indent' and iprintf().
* | | Closes PR bin/1567roberto1996-09-142-9/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /usr/bin/lock can be used to lock a terminal much like xlock does for your X-windows session. Problem is, /usr/bin/lock cannot lock your terminal indefinately. Rather you must specify a timeout value, after which, your terminal is unlocked and become unsecured. I have added a ``-n'' no timeout option to /usr/bin/lock Currently the only way to get this functionality is to use a huge timeout value and hope it is long enought (in time). This method also requires you to know the maxium number of minutes you are allowed to specify. Submitted by: David E. O'Brien <obrien@Nuxi.cs.ucdavis.edu>
* | | Moved instantiation of `poff' to sys.c. It is no longer used in disk.c.bde1996-09-142-24/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Saved a few bytes by copying `dosdev' and/or `name' to local variables. This optimization (for dosdev) was done in one place before but this was lost in the devread() cleanup. This optimization (for dosdev) can almost be done by bogusly declaring dosdev as const, but gcc still often space-pessimizes code like the following: extern const int dosdev; ... foo(dosdev); bar(dosdev); gcc often doesn't bother to copy dosdev to a temporary local because the local would have to be preserved in memory across the call to foo(). OTOH, for extern int dosdev; ... auto int dosdev_copy = dosdev; ... foo(dosdev_copy); bar(dosdev_copy); the copy must be made because foo() might alter dosdev.
OpenPOWER on IntegriCloud