summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* No more isdn directory, ergo, shouldn't be on the list of subdirectories, etc..mjacob1998-12-281-1/+1
|
* clarify headers;ansifymjacob1998-12-282-120/+44
|
* clarify headers;move uninit to outer layer;remove watchdogmjacob1998-12-289-136/+173
|
* Force ARCHIVE Vipers to be FIXEDmjacob1998-12-281-1/+5
|
* Rename smbtx to intsmb (IntelSMB interface), the future PIIX4 SMBusnsouch1998-12-281-22/+21
| | | | interface driver.
* Dip my toes into the fire and zap the leftover lkm hooks.. It seems theypeter1998-12-282-26/+4
| | | | | | try and recurse if the lkm dir exists for some reason but there isn't any Makefile there. (eg: stray files prevented cvs update -P from removing the empty dirs)
* Update for pseudo-device support tweaks..peter1998-12-281-6/+12
|
* Put the i4b stuff under the `i386 only' section until someone fixes upgpalmer1998-12-281-2/+2
| | | | the build problems on the Alpha.
* Tweaks as a result of having vinum statically buildable in a kernel.peter1998-12-284-10/+10
|
* 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..
* Back out rev. 1.42 and 1.43. Apply Graham Wheeler's signal handling patch.des1998-12-281-73/+115
| | | | | | Reviewed by: jkh & eivind Submitted by: Graham Wheeler <gram@cdsec.com> PR: bin/8183
* 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>
* Reenable vinum after repository copy.sos1998-12-282-6/+6
| | | | Forgotten by: Peter.
* 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.
* Block SIGHUP during call to gethostbyaddr().cwt1998-12-281-1/+6
| | | | | | PR: 5548 Reviewed by: Matthew Dillon <dillon@apollo.backplane.com> Obtained from: OpenBSD
* Don't set a MANPATH by default for users who aren't in a login class.cwt1998-12-271-3/+2
| | | | | | | | | man(1) will utilize manpath(1) if MANPATH is unset in the environment, and with our existing manpath.config it is enough to find the X11 pages among others. PR: 8587 Submitted by: Marc Slemko <marcs@znep.com>
* 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>
* Update comment for saver variable now that its changed its functionjkh1998-12-271-2/+2
| | | | (and list of available values) somewhat.
* List the warp screensaver along with the others.des1998-12-271-2/+2
|
* 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-27204-9/+65134
| | | | | | | | | | | | | | | 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.
* Add copyright and RCS/CVS Id.obrien1998-12-271-0/+28
| | | | Noticed by: ken
* Update section on DK_NDRIVES (which was removed with CAM), and explainobrien1998-12-271-9/+10
| | | | | | relation to devstat(3)/(9). Submitted-by: ken@freebsd.org
* Update sppp support to i4b level. This includes the new spppcontrolphk1998-12-273-36/+128
| | | | program to set PPP options like authentication with.
* follow up to:phk1998-12-271-5/+2
| | | | Pre 3.0 branch cleanup casualty #4: pcvt
* Remove LKM's depricated by modules.sos1998-12-271-16/+0
|
* 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-272-5/+6
|
* Remove LKM's depricated by modules.sos1998-12-2797-19036/+0
|
* Remove depricated wcd module.sos1998-12-272-31/+2
|
* 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...
OpenPOWER on IntegriCloud