summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Virgin import of LBL traceroute version 1.3.2.fenner1996-09-3022-0/+6321
| | | | Obtained from: ftp://ftp.ee.lbl.gov/traceroute.tar.Z on 30-Sep-1996.
* Activate LC_CTYPE locale and additionly use !isprint() for 8bit charactersache1996-09-301-2/+5
|
* perror () does not prepend ": " for the non-NULL argument "". close PR 1492wosch1996-09-301-1/+1
| | | | | | | Submitted by: Kent Vander Velden <graphix@iastate.edu> Reviewed by: Submitted by: Obtained from:
* Change RussiaAsia rules too to match recent zone rule changeache1996-09-301-1/+2
|
* Work around UMC8669F and Startech UART bugs by not writing to thebde1996-09-303-33/+108
| | | | | | | | | | | | | | divisor latch registers if the registers wouldn't change. Use the default console cfcr setting while setting the divisor latch registers for console i/o. Input may be messed up by transiently changing the cfcr. Use a usual cfcr setting while setting the divisor latch registers in the probe. This shouldn't matter, but this is not the place to test the UART's handling of 5 bit words. Removed a stale devfs comment.
* Whaddya know, visual userconfig sort of supports pci, but the supportbde1996-09-301-5/+6
| | | | | | | | | | was always disabled because "pci.h" wasn't included. Now the configured pci devices are listed and you can edit bogus flags for them. Fixed bitrot in the disabled code. A used #include was removed and const poisoning wasn't fixed. Removed unused #include.
* Make this more usable from shell scripts and such by adding a non-interactivejkh1996-09-301-9/+19
| | | | | flag and some checking to see if it's even reasonable to ask for confirmation at all.
* Submitted by: Bruce Evansimp1996-09-291-5/+5
| | | | | | Remove -S for the install usage message Make the install usage message < 80 columns wide Place the dodir declaration in order.
* Add a signal handler to clean up files if an INT, HUP, or QUITjfieber1996-09-291-1/+32
| | | | is received.
* Include <fcntl.h> so that this doesn't depend on the KERNEL versionbde1996-09-292-0/+2
| | | | | of <sys/file.h> including <sys/fcntl.h>. Only the !KERNEL version of <sys/file.h> will do that when I unspam the kernel headers.
* Close files up to getdtablesize(), instead of up to NOFILE.bde1996-09-292-10/+18
| | | | lpd was one of 3 programs in /usr/src that (mis)used NOFILE.
* a couple of typos.phk1996-09-292-4/+4
| | | | Submitted by: wosch
* Added "memory" to clobber list in invlpg(). It needs it if invltlb()bde1996-09-292-40/+42
| | | | | | | | | | | needs it. Fixed style in invlpg(). Sorted recently renamed functions. Added prototypes in the non-gcc section for recently added/renamed functions.
* Don't warn about non-canonical object directories if they have beenbde1996-09-291-15/+20
| | | | | | | | | forced in any of the standard ways (MAKEOBJDIR was lost in the previous commit). Simplified the conditionals for this. Restored comment about MAKEOBJDIR from rev.1.4. Improved English in comments.
* Remove some stray debugging code.jfieber1996-09-291-2/+1
|
* Add links file to CLEANFILES.jfieber1996-09-291-2/+2
|
* Made this about as (in)complete as sysctl.8.bde1996-09-291-35/+42
| | | | | | - removed references to nonexistent pathconf-related variables. - document everything in CTL_MACHDEP(more than in sysctl.8) and 80% of the things in CTL_KERN (same as in sysctl.8).
* Updated the descriptions of the limits related to EAGAIN.bde1996-09-292-9/+37
| | | | Changed the error name width for rfork to match fork.
* Change the behavior of the -links option. Instead of actuallyjfieber1996-09-292-16/+13
| | | | | | | creating a symbolic link from foo.html (from <label name="foo">) to the numbered file, a shell script is built that can be used to make the links at a later time (read: after installation in the target directory).
* Add iyengar@grunthos.pscwa.psca.com (Manu Iyengar) for his fine andjoerg1996-09-291-1/+2
| | | | | ready-to-commit contribution to the FAQ about manually adding a second disk.
* Contribution to the FAQ about how to add a second disk manually.joerg1996-09-291-7/+152
| | | | Submitted by: iyengar@grunthos.pscwa.psca.com (Manu Iyengar)
* New isdn docs.jfieber1996-09-291-8/+207
| | | | Submitted by: Bill Lloyd <wlloyd@mpd.ca>
* Moscow DST rule changed, blame goverment for itache1996-09-291-1/+2
|
* Started unspamming <sys/systm.h>. Don't include <machine/stdarg.h>bde1996-09-292-5/+7
| | | | | | to get the declaration of va_list; just use _BSD_VA_LIST. Fixed the 2 places that need <machine.stdarg.h> but didn't include it explicitly.
* fix up the secure-* files for cvsup.internat.freebsd.org, and add one formarkm1996-09-293-6/+43
| | | | | | | the crypto CVS tree. (Does this mean...? Yes! Yes! The International Crypto Site is serving CVSUP! Yay! Give the man a Nobel Prize!)
* Backed out one of my "performance optimizations" as it results in sometimesdg1996-09-292-18/+26
| | | | | | | | | not resuming the NIC as required for transmit. Thanks to Alan Cox <alc@cs.rice.edu> for noticing this. Added another performance optimization to compensate. :-) Changed crscdt to 1...strange, but this seems to be needed for some reason despite what the manual says.
* Correct a minor misspelling.jkh1996-09-293-6/+6
| | | | Noticed-by: der
* Implement -d in install. Update the man page to reflect this change.imp1996-09-292-12/+73
|
* Now that we've already got "hexdump -C", make calling the command "hd"joerg1996-09-293-4/+28
| | | | | | | | | | | having the same effect, and install a link for this. There is historic precedence for the command hd(1) (with roughly that output format) in Xenix, SCO, and a few SysV's that tooks the idea. Also, added a couple of spaces to the -C format to make the output better readable. Ok'ed by: phk
* .Os NetBSD -> .Os FreeBSD.wosch1996-09-286-6/+6
| | | | The pages are not NetBSD specific and FreeBSD is not a child of NetBSD.
* Essentially rename pmap_update to be invltlb. It is a very machinedyson1996-09-2810-106/+104
| | | | | | | dependent operation, and not really a correct name. invltlb and invlpg are more descriptive, and in the case of invlpg, a real opcode. Additionally, fix the tlb management code for 386 machines.
* Rename the FAQ as I threatened to do some time ago.jfieber1996-09-282-4/+4
|
* Merge in the NetBSD changes to cat.c. These appear to have come fromimp1996-09-281-4/+4
| | | | | | | the 4.4 lite 2 tape as well. There are now only two diffs between NetBSD's cat and FreeBSD's cat: getopt return value is -1 on NetBSD and EOF on FreeBSD. NetBSD has added setlocale calls before anything else.
* The warning was triggering off the unused variable MAKEOBJDIR, insteadnate1996-09-281-2/+2
| | | | | | of the variable OBJLINK which is used in /etc/make.conf to build 'obj' links in the current directory. This caused lots of useless warnings since if OBJLINK is defined ./obj will be created and used.
* Import Nx macro - NetBSDwosch1996-09-281-0/+28
| | | | Obtained from: NetBSD
* xVERSIONx -> 3.2; close PR 1404wosch1996-09-281-1/+1
|
* Fixed undeclared variables for the !(PQ_L2_SIZE > 1) case.bde1996-09-281-4/+3
| | | | Removed redundant #include.
* Fixed bitrot in the read-only attribute:bde1996-09-281-5/+4
| | | | | | - kern.maxfilesperproc was read-only (and thus essentially useless). Removed unused #includes. Strength-reduced used #includes.
* Oops, read-only is spelled RD here.bde1996-09-281-21/+21
|
* Fixed bitrot in the read-only attribute:bde1996-09-281-26/+23
| | | | | | | | | - kern.maxproc and kern.maxprocperuid were read-only (and thus essentially useless. Apparently no one uses them). - all the user sysctls were read-write (and thus it was possible for them to be inconsistent with the authoritative fixed values in the library). Removed unused #include.
* Restored my change in rev.1.119 which was clobbered by the previous commit.bde1996-09-282-4/+8
|
* Removed references to pathconf-related variables that were never handledbde1996-09-282-20/+6
| | | | | | | | | | by sysctl and never can be in their documented form (kern.name_max would have to become fs.filesystemname.name_max, etc.). Added missing references to user.stream_max and user.tzname_max. These seem to misnamed. <sys/sysconf.h> says that they correspond to POSIX2 names, but the sysconf names don't have POSIX2 or "posix2" like all the other POSIX2 names.
* Close files up to getdtablesize() instead of up to NOFILE.bde1996-09-281-3/+3
| | | | csh was one of the 3 programs in /usr/src that (mis)used NOFILE.
* Various cleanups:joerg1996-09-283-17/+93
| | | | | | | | | | | | | . prototyped and staticized the internal functions while i was here, . made the thing -Wall clean, . fixed an error that causes the recipient name to be matched only for the first characters, as opposed to a full name (wonder why i'm concerned? Well, one of my login IDs is `j', and i've noticed that vacation has been sending out replies to all mailing list messages that had a jkh@ or jmb@ in it :), . introduced an option -l to list the contents of the database; mucho useful if you've got (too) many mailing list messages in your inbox and wanna make sure you don't miss the `important' mails.
* .DV -> .Dv (SOCK_STREAM was invisible).bde1996-09-281-1/+1
|
* .DV -> .Dv (FOPEN_MAX was invisible).bde1996-09-281-1/+1
|
* Eliminated NOFILE. Use the arbitrary (currently identical) limit of 64bde1996-09-281-2/+4
| | | | | | instead (for the input stack size). `mail' was one of the 3 programs in /usr/src that (mis)used NOFILE.
* Moved getdtablesize() out of a loop.bde1996-09-281-3/+4
|
* Added parens to noecho in screen initialization example.alex1996-09-281-1/+1
|
* Fixed dependencies on libraries which I broke in rev.1.39 ofbde1996-09-282-4/+6
| | | | | | bsd.prog.mk and didn't actually fix in rev.1.43 of bsd.lib.mk. The library names must be defined before they are used in dependencies.
OpenPOWER on IntegriCloud