summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make the target for tst01 more sensible.phk1995-05-0310-86/+120
| | | | | | | | | | | | | Remove bogus targets. Allocate partition letters as follows: lowest offset "flags & CHUNK_IS_ROOT" gets 'a', lowest offset "subtype==FS_SWAP" gets 'b' the rest is allocated in offset order from this sequence "defghab". This will generally make sense. Added rules to complain if more than one CHUNK_IS_ROOT or more than one FS_SWAP per FreeBSD chunk. Set CHUNK_IS_ROOT on the 'a' partition in Open_Disk. Run Fixup_Names in Open_Disk.
* Added a "-D" option to set the TCP_NODELAY socket option.dg1995-05-032-5/+18
|
* Put $Id$ on all of these.rgrimes1995-05-033-8/+25
| | | | | | | | | | | | Correct Makefile so that we build during all: and only install for make install. If /etc/sysconfig exists source it to get the flags for restarting named with. If /etc/sysconfig says no named runs, don't try to start one. Don't attempt to kill anything if we can not find the named.pid file. Reviewed by: Nickolay N. Dudorov <nnd@gw.itfs.nsk.su>
* Forgot this part of the if_ze power off patch.phk1995-05-031-6/+2
|
* It looks like I broke significant amounts of the commercial software runningphk1995-05-021-4/+4
| | | | on FreeBSD (ie: netscape), so we revert a little bit. "2.0-" is added back.
* foo -> unknownjkh1995-05-022-4/+4
|
* I need Open_Disk() to not spew on my screen. #ifdef out some diagnosticjkh1995-05-022-2/+6
| | | | printfs.
* Fix bracket error for LogMaskache1995-05-021-1/+1
| | | | Submitted by: Ruslan Belkin <rus@home2.UA.net>
* Reduce latency by checking FIFO for samples in startdufault1995-05-021-40/+84
| | | | | | Remove flags by testing register shadow Handle apparent pending interrupt after interrupts disabled.
* Fix CHOWN_RESTRICTED and NO_TRUNC to return correct values per POSIXache1995-05-021-5/+5
|
* Add an mtree line to the install target.jkh1995-05-021-1/+6
|
* Back out incorrect jkh's fix and apply correct oneache1995-05-021-4/+8
| | | | (POSIX_SAVED_IDS,POSIX_JOB_CONTROL)
* The handling of _SC_SAVED_IDS was wrong; _POSIX_SAVED_IDS has no valuejkh1995-05-021-5/+1
| | | | to assign this way!
* Removed unused variable caused by last commit.dg1995-05-022-4/+4
|
* Fix for sync() to close a potential panic with accessing a mount structdg1995-05-022-6/+4
| | | | | | that had been freed. Submitted by: John Dyson
* Flush stdout when writing out each superblock backup.dg1995-05-021-0/+1
|
* A popular variation of the 106-key keymap -- this one has controlasami1995-05-021-0/+114
| | | | | and caps-lock swapped. Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
* Changed object hash list to be a list rather than a tailq. This savesdg1995-05-022-29/+22
| | | | | | | space for the hash list buckets and is a little faster. The features of tailq aren't needed. Increased the size of the object hash table to improve performance. In the future, this will be changed so that the table is sized dynamically.
* Added prototype for memcpy(). Changed size argument of "b" functions todg1995-05-021-4/+6
| | | | size_t.
* Added a memcpy() routine.dg1995-05-023-3/+72
|
* A missing 'and', probably my fault.phk1995-05-022-4/+4
| | | | Submitted by: Ed Hudson <elh@p5.spnet.com>
* Do the obvious thing: when the interface is downed, power off the card.phk1995-05-021-148/+78
| | | | | When up'ed again: reapply power. This means that you can leave your card in, you don't need to reboot to avoid the power drain.
* Fixed a problem that can cause left-over pv_entries and asdyson1995-05-012-54/+18
| | | | | | as side-effect, removed some legacy code that was necessary when we called vm_fault inside of vm_fault_quick instead of using the kernel/user space byte move routines.
* Limit filesize to the amount that the VM system can currently handledyson1995-05-011-1/+16
| | | | | | (2GB). If this limit is not imposed, then filesystem corruption will ensue when files larger than 2GB are created. This is temporary, and the underlying limitation will be removed later.
* Bring in place-holder files for the various languages until I actuallyjkh1995-05-012-0/+70
| | | | have some doc.
* Commit my latest changes before having a nap. Still not close to done,jkh1995-05-0132-314/+1895
| | | | | | nor is it in sync with my working sources, but it leaves me less CVS hassles to bring in the new files at this time. Still no documentation to translate quite yet, but soon. This stuff is actually very close now.
* foo -> unknown.jkh1995-05-014-16/+16
| | | | I have to be able to show this stuff to the user. :-)
* Aaron Daily of Adaptec has informed me that some form of paged SCBgibbs1995-05-011-6/+4
| | | | | | | | | | | | | | algorithm is used on aic7770 Rev E or higher chips to improve perfomance. This required a hardware change but we don't know exactly what (most likely some special register to do fast SCB indexing into host memory), and we are not at all sure that there are more than 4 SCBs on these chips. This probe will still classify the revision of the aic7xxx, but we now default to 4 SCBs (at least until we know more of what was done). This also fixes a bug in the timeout routine where we cleared a flag too soon making it imposible to enter one section of the routine. Submitted by: Timeout bug - Dan Eischen <deischen@iworks.InterWorks.org>
* Add scsi_modesdufault1995-05-011-1/+1
|
* Use the correct offset for LabPC digital devices.dufault1995-05-012-4/+8
|
* Don't print out zero length names when verbose is set.dufault1995-05-011-2/+2
|
* Add a "-s" argument to specify the command timeout in seconds.dufault1995-05-012-12/+23
| | | | | | Now you should be able to format a disk with something like: > scsi -f /dev/rsd?c -s 1200 -c "4 0 0 0 0 0" assuming sd.c lets you open it.
* Add yet one popular russian code tableache1995-05-012-2/+22
|
* Rename secure to DES. This isn't a 100% accurate renaming since somejkh1995-05-011-8/+8
| | | | | of the eBones stuff is in there too, but it's better than `secure', which implies that the user will be insecure without it.
* Set the return value (outb'd to the sequencer) for non zero statusgibbs1995-05-011-10/+17
| | | | | | | | | | | | | | interrupts to zero to start with. This is the value we return in most cases. The sense code then outbs the apropriate value to cause sense retrieval. The return value was uninitialized before this change (something that was an okay thing with the old sequencer code, but not with the semantics of the new). This problem caused us to always retrieve sense upon recieving a non zero status byte. This is exactly what was happening for the "target busy" status returned by exabyte tape drives when they rewind or power on with a tape installed. The request sense proved fatal. This should fix the tape problems.
* Added function and man page for ftok(3), used in conjunction withjoerg1995-05-015-1/+278
| | | | | | | the so-called "System V IPC". Submitted by: jbeukema@HK.Super.Net (John Beukema) Obtained from: Th. Lockert <tholo@sigmasoft.com>, via NetBSD
* Stick a more BSD-like Makefile here so that I can link to the library.jkh1995-05-012-28/+30
|
* start CHS is 0xff,0xff,0xff if past 1024.phk1995-05-016-38/+136
| | | | | | end CHS is 1023,bios_hd,bios_sect if past 1024. This way we can find bios the geometry again. Added a primitive "scan" to tst01.
* When past cyl 1024 it's ok if CHS is (0xff,0xff,0xff).phk1995-05-012-6/+14
| | | | It's actually recommended it seems...
* This is a purely cosmetic changejulian1995-05-011-1/+31
| | | | | | | | | | | | but it outlines what I'm GOING to do to this file. It's sort of an unignorable notification of coming changes.. This is a bit rude I understand.. but I can't afford to haqve the diskslice code drifting off too much further from a workable system and I think I need to jump in now to make it obvious what has to be done before it's too late. appologies to bruce in advance.
* making a reservation for more bits before people start using themjulian1995-04-303-3/+45
| | | | | | | | | | | | | | | | | | in the minor number, (this stuff HAS to go!) The change I want is: /* 3 2 1 0 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 _________________________________________________________________ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ----------------------------------------------------------------- | TYPE | SLICE | MAJOR? | UNIT |PART | <-now ----------------------------------------------------------------- | TYPE |PART2| SLICE | MAJOR? | UNIT |PART | <-soon ----------------------------------------------------------------- I want 3 more part bits (taken from 'TYPE' (useless as it is) (JRE) */
* Use the DIOCSYNCSLICE ioctl now. (use only with kernel from this morning).phk1995-04-308-86/+90
| | | | | Get the CHS's right. Get the disklabels (more) right.
* Handle too long strings correctly in print_autowrap()ache1995-04-301-1/+2
| | | | Submitted by: Marc van Kempen <wmbdmr@urc.tue.nl>
* Don't accept usernames longer than 8 charactersache1995-04-301-1/+5
| | | | Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de>
* Change dsioctl() interface to allow DIOCSYNCSLICEINFO to update the caller'sbde1995-04-301-17/+70
| | | | | | slice pointer and to print the device name in error messages. Finishing implementing DIOCSYNCSLICEINFO (except for locking).
* Change dsioctl() interface to allow DIOCSYNCSLICEINFO to update the caller'sbde1995-04-304-11/+12
| | | | slice pointer and to print the device name in error messages.
* Define CDTR_IFLOW and CDSR_OFLOW which are now required for compilingbde1995-04-301-5/+7
| | | | | | | | bin/stty. Define alias CCAR_OFLOW for MDMBUF. Declare speeds as having type speed_t instead of long. speed_t is long, which is wrong (POSIX specifies it to be unsigned integral), but fixing it might introduce more serious bugs.
* Add yet one popular russian code tableache1995-04-303-2/+46
|
* A bunch of new targets in the package area. Relevent targets are:asami1995-04-301-14/+44
| | | | | | | | | | | | | | package: check installation, build package, create links, touch cookie repackage: ditto but don't check cookie package-noinstall: just build package from installed stuff, no cookies involved at all package-links create the symbolic links only delete-package: delete package and symbolic links delete-package-links: delete links only These should make the management of the spaghetti of package links a little friendlier. :)
* Fix handling of POSIX_JOB_CONTROL and POSIX_SAVED_IDS,ache1995-04-301-6/+6
| | | | pointed out by Bruce.
OpenPOWER on IntegriCloud