summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove depricated wcd LKM.sos1998-12-272-31/+2
|
* Fix some 64bit truncation problems which crept into SYSCTL_LONG() with thedfr1998-12-275-51/+21
| | | | | | | | last cleanup. Since the oid_arg2 field of struct sysctl_oid is not wide enough to hold a long, the SYSCTL_LONG() macro has been modified to only support exporting long variables by pointer instead of by value. Reviewed by: bde
* Turn the compile time option into a run-time option.obrien1998-12-272-7/+10
| | | | | | You can now use the `want_fd' command in the vmstat display. Suggested by: grog
* Avoid using `ld -O' (as in bsd.lib.mk). `ld -O' seems to have caused onlybde1998-12-271-7/+15
| | | | | non-problems for elf -- `ld -elf -O foo.tmp -x -r foo' apparently puts the result in a.out so it has essentially no effect.
* Fix breakage by cleanup.sos1998-12-275-18/+82
|
* Removed rotten, unused implicit rules. The ld -O in one might have beenbde1998-12-271-14/+1
| | | | harmful if it were used.
* follow up to:phk1998-12-27109-18911/+2
| | | | Pre 3.0 branch cleanup casualty #4: pcvt
* Fixed type mismatches in args to __syscall(). One for mmap() broke onbde1998-12-271-5/+5
| | | | | i386's with 64-bit longs -- the padding between mmap()'s 5th and 6th is an int, not a long. The other mismatches were benign.
* Avoid using ld -O (as in bsd.lib.mk).bde1998-12-271-7/+16
| | | | Fixed `make cleandepend'. The default is null because SRCS is null.
* Fixed CLEANFILES.bde1998-12-274-7/+7
|
* Pre 3.0 branch cleanup sos#2: soundsos1998-12-2788-37507/+13
| | | | Superceded by the snd driver...
* Pre 3.0 branch cleanup sos#1: wcdsos1998-12-272-4/+4
| | | | Superceded by acd driver...
* Pre 3.0 branch cleanup sos#1: wcdsos1998-12-2711-1429/+15
| | | | Superceded by acd driver...
* Pre 3.0 branch cleanup casualty #6: ftphk1998-12-2714-2957/+15
|
* forgot to remote options here.phk1998-12-272-34/+2
|
* Delete stale config.phk1998-12-271-114/+0
|
* Add commented out SMP stuff in GENERIC, remove stale configs.phk1998-12-274-385/+20
|
* Pre 3.0 branch cleanup casualty #5: nca, sea, wds, uhaphk1998-12-2717-5580/+17
| | | | | No CAM drivers available. If somebody CAMifies one of these, they will be welcome back in the tree
* Pre 3.0 branch cleanup casualty #4: pcvtphk1998-12-2720-19196/+9
|
* Pre 3.0 branch cleanup casualty #3: 3c505 ethernet supportphk1998-12-279-979/+7
|
* Pre 3.0 branch cleanup casualty #2: Transputer supportphk1998-12-277-833/+5
|
* Pre 3.0 branch cleanup casualty #1: DSI_SOFT_MODEM support.phk1998-12-274-164/+4
|
* Fix the spelling of `FreeBSD'.joerg1998-12-271-2/+2
| | | | Submitted by: Peter Philipp <pjp@bsd-daemon.net>
* Remove coredump when running "ipfw pipe" without more arguments.luigi1998-12-271-1/+4
| | | | PR: 8937
* Don't waste precious space on showing the performance of fdX.obrien1998-12-271-1/+9
| | | | (can get old behavior with -DWANT_FD)
* Turn the VIA chipset ,<<IDE/USB>> controller probing off.foxfair1998-12-271-6/+1
| | | | | It might cause some problem and something like USB has its own driver.
* - Correct alphabetical order of commandsgrog1998-12-271-36/+125
| | | | | | | | | | | | | | - Describe subdisk attachment in more detail - Describe new 'makedev' command - Correct use of 'partition' and 'slice' - Describe 'setupstate' keyword - Include performance guidelines for striped plexes - Correct numerical values in examples - Add examples for disklabel(8) - Clarify problems creating Vinum drives on inappropriate partitions Prodded by: NAGANUMA Yasuhiro <y_naga@carat.rim.or.jp> (slices and partitions)
* - Clarify the manner in which mirroring is performedgrog1998-12-271-7/+5
| | | | | | | | | | - Get the (tm) signal correct in nroff versions - Correct highlighting (docs/9196) Sigh. This is still a long way from being correct. In particular, the states are both incorrect, and they don't format properly in troff. But it will have to wait until I stop changing the meanings of the states.
* Tweak ptrace(PT_READ_U) so that the last alpha register can be read.dfr1998-12-261-2/+5
|
* More isdn4bsd convergence: cleanup log messages.phk1998-12-261-18/+24
|
* Converge further on the isdn4bsd version of this file.phk1998-12-261-27/+25
|
* clean up more timeout/untimeout portability stuff.phk1998-12-261-34/+19
| | | | make sure flags and stuff are set sensibly.
* Fix copyright info. Man page was written by Matt, not CSRG :-)dillon1998-12-261-33/+5
|
* Hack -> compromiseobrien1998-12-251-52/+51
| | | | | | | | | | hacker -> intruder (couldn't desired between this and 'cracker') config -> configuration sorted crossreferences spell checked Overall very good content, but we need one of our wordsmiths to change the tone to match the CSRG manpages.
* Remove previous cast again - it triggers a compiler bug on the Alphajkh1998-12-253-6/+6
| | | | | which prevents sysinstall from building. We'll just have to live with the warning on the x86. :(
* Fix for creating files on a Solaris 7 server with NFSv3 (the request wasdfr1998-12-256-202/+278
| | | | | | slightly garbled but older servers seemed to understand it). Reviewed by: David O'Brien <obrien@nuxi.ucdavis.edu>
* Sync with sys/i386/isa/wd.c revision 1.182.kato1998-12-251-4/+14
|
* Sync with sys/i386/conf/files.i386 revision 1.207.kato1998-12-252-2/+4
|
* Sync with sys/i386/conf/Makefile.i386 revision 1.132.kato1998-12-252-6/+6
|
* Note that we have removed some words form the original.obrien1998-12-251-1/+11
|
* No __profname bozoness, no strstr() bozoness... test argv[0] againstdillon1998-12-241-4/+21
| | | | "uptime" the right way. Sheesh.
* According to the author..julian1998-12-242-18/+8
| | | | | | | | | | | | | | | | | | "I've been having a problem running the patches [committed to current] installed with the COMPAT_LINUX_THREADS option along with the VM_STACK patches I did. I'm not sure what the problem is, since it seemed to work before. In any event, the attached patch fixes the problem for me. While I've had no report of problems from anyone else, possibly it would be wise to commit the patch until the problem is found. Also, there was some left-over junk in the linux_misc.c file from some earlier work I did. The attached patch cleans that up too." Submitted by: "Richard Seaman, Jr." <dick@tar.com>
* One more time: another case where we need to trim the CRC manually.wpaul1998-12-241-2/+11
|
* Correct the name of the SMC 1211-TX: it's called the EZ Card 10/100 PCI,wpaul1998-12-244-10/+10
| | | | not EtherEZ.
* Grrrr... The RealTek 8139 is yet another chip that includes the ethernetwpaul1998-12-241-4/+13
| | | | CRC in received frames, which we need to trim manually.
* Since argv is in scope, use argv[0] instead of __progname.steve1998-12-241-2/+2
| | | | Suggested by: bde
* Strip the leading path from __progname as is done in the a.out case. Alsosteve1998-12-242-6/+18
| | | | | | | bring in stddef.h so we can use NULL instead of 0 for pointer comparisons. Hinted at by: Bruce Evans Reviewed by: John Polstra
* The VIA Rhine appears to be yet another chip that always includes thewpaul1998-12-242-4/+22
| | | | | ethernet CRC in received frames and has no option to turn this behavior off. Trim the CRC off manually in vr_rxeof().
* Fix a small bug in xl_start(): when queuing a packet onto the end ofwpaul1998-12-241-2/+3
| | | | | an existing chain, don't forget to move xl_tx_tail to point to the new tail end.
* Flush the fifos at the correct place in cyopen(). Various thingsbde1998-12-243-93/+51
| | | | | | | | | | | in cyopen() were done in a different order than in sioopen(), partly to (ab)use a side effect of comparam() and partly because I didn't understand what the reset was doing (it flushes the fifos). This turned out to be more than a cosmetic problem. Flushing the fifos quite late is good for discarding input that arrived while the line state was being initialized, and in the cy driver it also seems to reduce a problem with input that arrived long ago during the previous close (the UART loses sync too easily and for too long).
OpenPOWER on IntegriCloud