summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r12752,peter1995-12-1032-3093/+6256
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import CVS-1.6.3-951211.. Basically, this is the cvs-1.6.2 releasepeter1995-12-1079-5866/+12272
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | plus a couple of minor changes.. Some highlights of the new stuff that was not in the old version: - remote access support.. full checkout/commit/log/etc.. - much improved dead file support.. - speed improvements - better $CVSROOT handling - $Name$ support - support for a "cvsadmin" group to cut down rampant use of "cvs admin -o" - safer setuid/setgid support - many bugs fixed.. :-) - probably some new ones.. :-( - more that I cannot remember offhand..
* | Import CVS-1.6.3-951211.. Basically, this is the cvs-1.6.2 releasepeter1995-12-101-5/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | plus a couple of minor changes.. Some highlights of the new stuff that was not in the old version: - remote access support.. full checkout/commit/log/etc.. - much improved dead file support.. - speed improvements - better $CVSROOT handling - $Name$ support - support for a "cvsadmin" group to cut down rampant use of "cvs admin -o" - safer setuid/setgid support - many bugs fixed.. :-) - probably some new ones.. :-( - more that I cannot remember offhand..
* | This commit was generated by cvs2svn to compensate for changes in r12750,peter1995-12-1045-0/+16307
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import CVS-1.6.3-951211.. Basically, this is the cvs-1.6.2 releasepeter1995-12-1045-0/+16307
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | plus a couple of minor changes.. Some highlights of the new stuff that was not in the old version: - remote access support.. full checkout/commit/log/etc.. - much improved dead file support.. - speed improvements - better $CVSROOT handling - $Name$ support - support for a "cvsadmin" group to cut down rampant use of "cvs admin -o" - safer setuid/setgid support - many bugs fixed.. :-) - probably some new ones.. :-( - more that I cannot remember offhand..
* | Added pcvt option FAT_CURSOR.bde1995-12-102-12/+14
| | | | | | | | | | | | Fixed comment about PCVT_VERSION=210. Fixed tabs and trailing blanks.
* | Added undocumented option EXT2FS so that it gets tested.bde1995-12-103-12/+21
| | | | | | | | | | | | | | Enabled option GPL_MATH_EMULATE so it gets tested. This will cause linkage errors. Fixed comment about PCVT_VERSION=210.
* | Disconnect 'cvs' from SUBDIRS in preperation for import of new version..peter1995-12-101-2/+2
| |
* | Restored variables that are used iff QUOTA is defined.bde1995-12-104-0/+12
| | | | | | | | | | ext2fs still uses #if in many cases where the rest of the kernel uses #ifdef (for QUOTA...).
* | Add "examples", "contrib" and "pcl-cvs" directories belowpeter1995-12-101-1/+7
| | | | | | | | share/examples/cvs in preperation for cvs-1.6.3 import.
* | Unstaticized cx_cdevsw (it is used in if_cx.c).bde1995-12-101-3/+5
| | | | | | | | Added a prototype.
* | Replaced nxreset by noreset (if the reset function gets called, then thebde1995-12-1012-22/+22
| | | | | | | | | | | | | | device must be configured. It's hard to tell whether a reset function should be noreset or nullreset since reset functions are never called. Most drivers use nullreset but noreset has the advantage of complaining if somehow gets called).
* | Replaced nxmmap by nommap (if the mmap function gets called, then thebde1995-12-107-14/+14
| | | | | | | | device must be configured).
* | Replaced odsize by generic nopsize.bde1995-12-101-35/+28
| | | | | | | | | | | | Staticized. Added prototypes.
* | Replaced scdsize by generic nopsize.bde1995-12-102-18/+4
| |
* | Replaced cdsize by generic nopsize.bde1995-12-101-27/+20
| | | | | | | | | | | | Added prototypes. Declared statics consistently.
* | Add support for high-range FTP data portspst1995-12-108-16/+79
| |
* | Replaced nxdump by nodump (if the dump function gets called, then thebde1995-12-105-10/+10
| | | | | | | | | | | | device must be configured, so ENXIO is a bogus errno). Replaced zerosize by nopsize. zerosize was a temporary alias.
* | Replaced nxdump by nodump (if the dump function gets called, then thebde1995-12-108-15/+15
| | | | | | | | | | | | device must be configured, so ENXIO is a bogus errno). Replaced zerosize by nopsize. zerosize was a temporary alias.
* | Fix spelling errors.gibbs1995-12-106-24/+24
| | | | | | | | Submitted by: Faried Nawaz <fn@pain.csrv.uidaho.edu>
* | Reduced and cleaned up #includes.bde1995-12-1021-76/+48
| |
* | The shell incorrectly gave & precedence over ;. This breaks thejoerg1995-12-101-23/+19
| | | | | | | | | | | | | | | | | | | | | | traditional behaviour, and it violates Posix.2. Fixes PR # bin/880: /bin/sh incorrectly parse... Fixes also an earlier problem report about the shell not evaluating loops correctly. (Not files via GNATS.) Submitted by: nnd@itfs.nsk.su (Nickolay N. Dudorov)
* | Fix minor annoyance: have clnt_perror(), clnt_perrno() andwpaul1995-12-101-4/+4
| | | | | | | | | | clnt_pcreateerror() emit strings with newlines appended like other platforms do.
* | Removed new alias d_size_t for d_psize_t.bde1995-12-1026-80/+78
| | | | | | | | | | | | | | | | | | | | Removed old aliases d_rdwr_t and d_ttycv_t for d_read_t/d_write_t and d_devtotty_t. Sorted declarations of switch functions into switch order. Removed duplicated comments and declarations of nonexistent switch functions.
* | Move out some of the shell builtin bogosity from printf's source tojoerg1995-12-102-15/+11
| | | | | | | | sh's builtin/bltin.h.
* | Check the # of arguments, instead of silently dumping core.joerg1995-12-101-0/+2
| |
* | Fix the bug which allowed people to avoid the "-s" (secure) bug.peter1995-12-101-2/+3
| | | | | | | | | | Now, "finger" is invoked with "--" before the first network supplied argument, so the "--" and "-l" hacks will be stopped.
* | Removed unused functions sudump() and supsize().bde1995-12-101-26/+5
| | | | | | | | Added `extern' to misplaced public prototypes.
* | Restored used includes of <vm/vm_extern.h>.bde1995-12-106-2/+8
| |
* | Last commit this round: Staticize.phk1995-12-106-31/+26
| | | | | | | | | | we are now down to about 1146 symbols being global, of which I estimate that about 100 are validly so.
* | Staticize and cleanup.phk1995-12-1091-1170/+776
| |
* | Staticize and cleanup.phk1995-12-101-2/+2
| | | | | | | | | | Ohh, forgot this bit: (covers sio.c too) recognize the 16650 too.
* | Staticize and cleanup.phk1995-12-1017-388/+182
| | | | | | | | remove a TON of #includes from machdep.
* | Staticize and cleanup.phk1995-12-103-31/+11
| | | | | | | | Make debug variable sysctl aware in 1742.
* | Staticize and cleanup.phk1995-12-107-21/+20
| |
* | Make NEW_SCSICONF the default way of doing thingsjulian1995-12-105-423/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It will need to be changed but it's the better starting point.. also add '?' to wildcarding in SCSI identification of devices.. so we can catch all PIONEER CD 6??* devices instead of having separate entries for the 600, 602, 604X, 624X etc.. it's getting so we should have a small regexp routine in the kernel maybe just a little one.. matching CDX-6[0-9][0-9][ A-Z] would be better there will be drastic changes in this but this is the best starting point..
* | Add DEVFS to LINTjulian1995-12-103-3/+12
| |
* | Adjust David's email address.jkh1995-12-102-5/+79
| | | | | | | | Add section on donations.
* | Modify the supfile collection target names in accordance with Freefall'smarkm1995-12-102-6/+6
| | | | | | | | convention. My international site has been fixed!
* | Add ports-www.asami1995-12-101-1/+2
| |
* | Official CVS supfile in preparation for opening of our tree.gibbs1995-12-101-0/+78
| |
* | Restored used function fusword() (used by GPL math emulator).bde1995-12-103-3/+39
| |
* | Moved vm includes out of centralized headers again.bde1995-12-104-7/+4
| |
* | Seeing as I was elected without nomination to being SUP meister, updategibbs1995-12-105-31/+182
| | | | | | | | | | | | | | these files a bit. The entries for the International secure collections don't match Freefall's naming conventions, but hopefully MarkM will fix that soon. Each file now has an extensive header describing what it is, how to use it, and how you may want to customize it for a particular system.
* | Moved the declaration of boolean_t from <vm/vm_param.h> tobde1995-12-103-11/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <sys/types.h> (if KERNEL is defined). This allows removing bogus dependencies on vm stuff in several places (e.g., ddb) and stops <vm_param.h> from depending on <vm_param.h> Added declaration of boolean_t to <vm/vm.h> (if KERNEL is not defined). It never belonged in <vm/vm_param.h>. Unfortunately, it is required for some vm headers that are included by applications. Deleted declarations of TRUE and FALSE from <vm/vm_param.h>. They are defined in <sys/param.h> if KERNEL is defined and we'll soon find out if any applications depend on them being defined in a vm header.
* | Restored used variable `name[32]' (used by DEVFS).bde1995-12-102-9/+22
| | | | | | | | Completed function declarations and/or added prototypes.
* | Restored used variable `name[32]' (used by DEVFS).bde1995-12-101-3/+3
| | | | | | | | | | Removed an `#ifdef __FreeBSD__'. Hundreds, if not thousands of other FreeBSD-specific things aren't ifdefed.
* | Updated #includes to the 1980's so that this compiles when <stdio.h>bde1995-12-101-5/+6
| | | | | | | | doesn't include <sys/types.h>.
* | Staticize, clean lint.phk1995-12-095-50/+39
| |
* | Change SYSCTL_OPAQUE to take a format string.phk1995-12-091-3/+3
| |
OpenPOWER on IntegriCloud