summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add processor and worm driversdufault1995-03-044-4/+28
|
* Add processor type and worm driversdufault1995-03-041-0/+2
|
* Add processor type and worm type driversdufault1995-03-041-1/+41
|
* 1. Change driver signatures to full signature for slice support.dufault1995-03-0414-199/+835
| | | | | 2. Add "pt" (processor type) driver. 3. Add "worm" (Write Once) driver for Jordan.
* Look at the .ctm_status file and ignores all patches already applied.phk1995-03-044-13/+37
| | | | | Reviewed by: phk Submitted by: J Wunsch <j@uriah.heep.sax.de>
* Use \E[x in "op" for cons25ache1995-03-041-1/+1
|
* Weak symbol support from NetBSD. This should bring us in sync with thenate1995-03-0423-766/+868
| | | | | | | | NetBSD ld code except for local changes for dlopen() and friends and the hashing on the minor value of the shlibs. We should be binary compatible now with all their libraries. Obtained from: NetBSD
* Fix rpcgen so that generated files are written to the current workingnate1995-03-042-7/+13
| | | | | | | directory (instead of the same directory as the source files) and that #includes in those files do not contain the path to the source file. Obtained from: J.T. Conklin via NetBSD
* If we are going to set the OBJS target, don't add to the old target. Thisnate1995-03-041-2/+2
| | | | caused the RPC libraries to contain two versions of the same file.
* Added some more of John's "anti-chatter" fixes - set the page activationdg1995-03-041-4/+11
| | | | | | | count to 0 after activating the page; the previous behavior biased the pages too high in some cases. Submitted by: John Dyson
* Remove unused common variable `extended'.bde1995-03-041-2/+2
|
* For sd, vn and wd:bde1995-03-042-140/+112
| | | | | | | | | | | | | | | Support sliced devices better. E.g.: `sh MAKEDEV sd0' creates [r]sd0 and [r]sd0s[1-4] as well as [r]sd0[a-h] (the extra devices created by default won't hurt apart from wasting inodes). `sh MAKEDEV sd0s1[a-h]' creates [r]sd0s1[a-h] (any partition creates all). `sh MAKEDEV sd0s5' creates [r]sd0s5. Support unit numbers 0-31 (was 0-6). For wd: Remove support for creating DOSpartitions wd*[i-m]. These will get removed if you run MAKEDEV on `all' or on wd*.
* Support extended DOSpartitions.bde1995-03-042-102/+362
| | | | | | | | Accept even suspicious partitions. Moved most handling of the compatibility slice to dsopen(). Report i/o errors.
* Don't warn about missing labels for non-BSD slices.bde1995-03-041-13/+38
| | | | | | | | | | | | Don't print debugging messages by default. Initialize the compatibility slice here and not in the machine-dependent code. Fix initialization of the label for the whole disk slice. Make it clear that write protection of labels doesn't apply when there is no label.
* Fake the geometry to be 32 sectors * 64 heads * (vn->sc_size / 2048)bde1995-03-041-13/+6
| | | | | | cylinders instead of vn->sc_size * 1 * 1. Remove unnecessary tests of the unit numbern vnioctl().
* Add a type field to struct diskslice.bde1995-03-041-1/+2
|
* "vidcontrol -s" -> "modload"dima1995-03-041-1/+2
|
* Reduced loopback MTU to 16k to work around a miriad of problems with itdg1995-03-041-2/+2
| | | | | set near or above 32k (likely caused by 16bit signed word overflow). 16k actually (surprizingly) has higher performance than other values I tested.
* Removed obsolete vtrace() remnants.dg1995-03-0416-92/+22
|
* Removed obsolete vtrace() and reorganized a little.dg1995-03-042-176/+48
|
* Use ASCII lock, like everything else doesache1995-03-041-3/+7
| | | | Submitted by: John Capo <jc@irbs.com>
* Add support to miss out ``DUDS'' subdirectories. See thread in freebsd-portsgpalmer1995-03-031-10/+20
| | | | for more.
* Upgrade cons25 and cons25-r to lastest syscons changesache1995-03-031-3/+3
|
* Remap Grey Delete to ESC[~ache1995-03-031-0/+2
|
* Remove unwanted change sneaked inache1995-03-032-4/+4
|
* Fix flag bugs with RUKEYMAPache1995-03-033-9/+9
|
* Restore russian traditionsache1995-03-032-8/+8
|
* Gave rarpd back the ability to poke temporary entries into the arpwpaul1995-03-034-8/+252
| | | | | | | | | | | | | | | | table; arptab.c is really a hacked up version of arp.c that only supports adding temporary entries. (This stuff is nasty -- I wish I knew what was so wrong with SIOCSARP/SIOCGARP/etc... that made the BSD developers decide to take it out.) The idea here is that the client issuing the rarp is expected to be in the middle of booting and would therefore be unable to answer arp queries from other machines on the wire. Having rarpd stuff a temporary entry for the booting host into the local arp table helps keep arp requests from going unanswered. Also added ether_print() and ether_ntoa() to the ether_addr.c module. Eventually I'll get ether_aton() and ether_hostton() written and then this file can be dropped straight into libc. (Assuming no one objects, of course. :)
* Preserve reverse link integraty while doing the queue insertion.dg1995-03-032-4/+4
|
* Fixes from John Dyson to work around vnode lock hang. Basically, removedg1995-03-033-11/+22
| | | | | | the VOP_BMAP calls, and add one to bdwrite. Submitted by: John Dyson
* Make sure there is a device before opening. Fixes NULL accessdufault1995-03-031-1/+4
| | | | when opening unattached devices.
* remove option "-s saver" from usage()dima1995-03-032-4/+2
|
* Remove bogus email message from the top.jkh1995-03-031-11/+2
| | | | | | Change spelling of "obsolute" to "obsolete" ("obsolute" is the pinacle of obsolescence :-). Submitted by: me
* Fixed bug with wiring down given SCSI bus.dufault1995-03-031-5/+5
|
* Make in lkm/syscons fails due to missing include for apm stuff.nate1995-03-032-0/+2
| | | | Submitted by: John Capo <jc@irbs.com> and John Hay <jhay@mikom.csir.co.za>
* Removed redundant delcaration of msdosfs_denode.c from the SRCS line.nate1995-03-033-9/+9
|
* Have this resemble an actual german keyboard a bit more ...se1995-03-031-16/+16
|
* Reduce burst length to 4 DWORDs for now, since there seem tose1995-03-031-4/+5
| | | | | | be 486 chip sets that can't tolerate bursts > cache line size. This should really made dependent on the particular buggy chip sets, but for now we'll play safe ...
* emoved redundant definition of imcs2_close() since it already exists innate1995-03-031-13/+1
| | | | | | ibcs2_file.c Reviewed by: Sean and S'oren
* Update manpage..BTW,if somebody wit good Englishugen1995-03-031-8/+21
| | | | would go through it and fix it would be a really good idea.
* Oops..remove some debugging leftover..ugen1995-03-031-1/+0
|
* Ok..so everybody picking on me that ipfw syntacsugen1995-03-031-106/+172
| | | | | | | | | | | is a pain in ...wel.. trying to fix this * from/to/via position indepenndant syntax * "any" for 0/0 host address * addf/addb default keyword in case you skip it.. * pass = accept new action, seems to be somewhat better in particular cases * on = via (as on ed0 instead of via ed0,loook at reject tcp on ed0 from hacker )
* Minor update to syscons.sos1995-03-0323-272/+281
| | | | | | | Let "grey delete" be a function key (default is 0x7f) Fix the xor cursor again.. Made the backspace key generate del as default Made CTRL-space generate nul as default.
* Back out my previous change. I need to really think about this.jkh1995-03-031-2/+2
|
* A small feature just for my own use.jkh1995-03-031-2/+2
|
* Solve conflict between two global force variablesache1995-03-032-2/+2
|
* Fix CurHostName ($m macro)ache1995-03-031-1/+1
| | | | Submitted by: eric@cs.berkeley.edu
* Use copyout to install the sigframe rather than directly writing to thedg1995-03-032-46/+72
| | | | user's stack.
* Make 'config [kernel] swap generic' work again. It would seem thatwpaul1995-03-021-10/+10
| | | | | | 'matcd' has taken over the position and major number of 'pcd,' so swapgeneric.c needs to be updated accordingly. (It was still looking for pcd.h.)
* Disable vga_attach() code, as it always should have been.se1995-03-021-2/+2
|
OpenPOWER on IntegriCloud