summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Collapse)AuthorAgeFilesLines
* Config glue for 'pseudo-device vinum'peter1998-12-282-3/+18
|
* Some relatively minor tweaks to enable vinum to be built into a staticpeter1998-12-2819-73/+107
| | | | | | | | | | | | | | | | kernel as a pseudo-device. The changes were: - #ifdef DEBUG -> #ifdef VINUMDEBUG - opt_vinum.h for holding above config variable - Fixing up a few stray problems where DEBUG wasn't optional. - config.c -> vinumconfig.c (there's already a config.o) - Other *.c -> vinum*.c (wasn't strictly necessary, but done in case we end up with something else conflicting later on and we might have to have yet more repository copies of files). - include file paths fixups.. (ie: get them all from the kernel tree instead of partly from the kernel and partly from /usr/include/machine) I've spoken with Greg about this.. I hope this doesn't mess him around too much..
* Activate the logo screensaver.des1998-12-281-2/+2
|
* One more for the road: Chuck the friendly floating daemon. Requiresdes1998-12-285-0/+1031
| | | | VESA_800x600 to run.
* Save the palette in case syscons doesn't restore it properly.des1998-12-282-6/+12
| | | | Fix a minor overflow.
* CAM support.kato1998-12-2810-298/+362
| | | | | Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp> and Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
* Reconnect vinum KLD module and have it build from sys/dev/vinum rather thanpeter1998-12-282-6/+4
| | | | from outside the src/sys tree like before.
* If I've done this right, revive the vinum code in it's now home after itpeter1998-12-2823-0/+8492
| | | | was savaged in the blood bath a few hours ago.
* From the submitter:msmith1998-12-279-23/+191
| | | | | | | | | | | CPU_WT_ALLOC does not work correctly for K6-2s of model 8+ and probably K6-3s (when they appear on the market soon). In addition, print_AMD_info() incorrectly printfs write allocation's size. I've fixed them, so they now Do The Right Thing, and added a "NO_MEMORY_HOLE" option to easily allow 15-16mb range handling for us K6 and K6-2 users. Submitted by: Brian Feldman <green@unixhelp.org>
* Activate the warp screensaver.des1998-12-271-2/+2
|
* Finally give FreeBSD a graphical screensaver. It isn't much, but it works,des1998-12-273-0/+291
| | | | | | | and can serve as a template for further efforts. Consider this my (belated) Christmas present to the Project :) Requested by: jkh
* Initial entry of ISDN4BSD into the FreeBSD tree.phk1998-12-2796-7/+34052
| | | | | | | | | | | | | | | ISDN4BSD is the work of our brand-new comitter: Hellmuth Michaelis, who has done a tremendous amount of work to bring us this far. There are still some outstanding issues and files to bring into the tree, and for now it will be needed to pick up all the extra docs from the isdn4bsd release. It is probably also a very good idea to subscribe to the isdn@freebsd.org mailing list before you try this out. These files correspond to release "beta Version 0.70.00 / December 1998" from Hellmuth.
* Update sppp support to i4b level. This includes the new spppcontrolphk1998-12-272-35/+126
| | | | program to set PPP options like authentication with.
* Fix the move of the ulaw.h file..sos1998-12-271-7/+39
|
* followup tophk1998-12-273-33/+3
| | | | Pre 3.0 branch cleanup casualty #4: pcvt
* Temporaryly disable vinum, awaiting repository copy of misplaced files.sos1998-12-271-2/+3
|
* Remove LKM's depricated by modules.sos1998-12-2723-8492/+0
|
* Remove depricated wcd module.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
* Fix breakage by cleanup.sos1998-12-275-18/+82
|
* follow up to:phk1998-12-271-589/+0
| | | | Pre 3.0 branch cleanup casualty #4: pcvt
* 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-2712-2939/+13
|
* 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-2713-5339/+13
| | | | | 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-2717-17373/+7
|
* Pre 3.0 branch cleanup casualty #3: 3c505 ethernet supportphk1998-12-277-904/+5
|
* 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
|
* 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.
* 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 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
|
* 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
|
* 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.
* 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).
* Restored rev.1.31 which was clobbered by rev.1.69 (the big Lite2bde1998-12-242-4/+6
| | | | | | | | | merge). This fixes at least hanging in revoke(2) when a somewhat active slave pty is revoked. The hang made the window for the null pointer bug in ufsspec_{read,write} much larger. There are many other bugs in this area (revoke of an active fifo at best leaks memory...).
* Fixed null pointer panics which I introduced in rev.1.86. Vnodesbde1998-12-241-7/+19
| | | | | | | | | may be revoked, so vnop routines must be careful about accessing the vnode if they may have blocked. Fixed marking for update after successfully reading or writing 0 bytes. In this case, POSIX.1 specifies marking if and only if the requested count is nonzero, but rev.1.86 never marked.
OpenPOWER on IntegriCloud