summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Shift bits for CAM flags so that the top bit isn't set in an enummjacob2000-01-171-28/+13
| | | | | | | | | | | | | (at request of Ken Merry). Garbage collect items out of the ccb_getdev structure and and a length field so that consumes will know how much of the inq_data tag is valid. Clean up a few misspellings. Add a CAM_SEND_STATUS target mode flag. All of this necessitated a CAM_VERSION bump. JHK approved. Reviewed by: gibbs@freebsd.org, ken@freebsd.org
* Fix typos and talk about the controller -> device config fileimp2000-01-171-2/+6
| | | | changes.
* Add a CAM_SENT_STATUS for use in target mode. JHK approved.mjacob2000-01-171-1/+4
| | | | Reviewed by: gibbs@freebsd.org, ken@freebsd.org
* Fix error message that was too hastily cut&pasted from libradius.jdp2000-01-171-1/+1
| | | | Submitted by: Alexey Zelkin <phantom@cris.net>
* Add/fix controller miibus0/device miibus0 stuff here too.wpaul2000-01-178-3/+8
|
* Change 'controller uhci0' and friends in the SYNOPSIS sections towpaul2000-01-173-10/+10
| | | | 'device uhci0' and so on.
* Add support for the Intel 810 chipset (ICH type of chips)sos2000-01-176-124/+157
| | | | | | | | | | | | Prober support for the VIA 82C686, I finally got the right datasheet. Get rid of atapi_wait, merge it into ata_wait. Avoid a couple of races by using asleep instead of tsleep. Always use 16bit transfers on ISA systems. Clear up the atapi_read/write functions.
* Fixed breakage of K&R support in rev.1.26. yyparse() was defined asbde2000-01-171-7/+7
| | | | | | `int yyparse(;) ; { ... }' in K&R mode. Getting rid of the second unwanted semicolon in this made the ifdef tangle more tangled than before. Fixed a backwards comment in the tangle.
* Do not propagate the ENCI_SVALID bit for overall enclosure statusmjacob2000-01-171-5/+4
| | | | to userland apps- they get confused.
* Fixed breakage of K&R support in rev.1.8 of output.c: don't generatebde2000-01-172-2/+5
| | | | | #elif. Cleaned up rev.1.8 a bit more: generate the #include of <stdio.h> closer to the code that needs it.
* Fix syntax error in previous commit.jkh2000-01-171-1/+1
|
* Change the buffer size to 16 blocks, some crappy drives have troublesos2000-01-171-2/+8
| | | | | | | with bigger chunks of data at a time. Add filesize to progress printout. Submitted by: green@FreeBSD.org <Brian Fundakowski Feldman>
* Fixed bitrot in library build order. libmd was not built beforebde2000-01-171-3/+3
| | | | | | | | libcrypt and libutil was not built before libpam. The order here is currently unimportant, but ../Makefile should descend here to build everything (which currently doesn't work right) or at least to get the order using `make -V SUBDIR'.
* We no longer care about the VAX and Tahoe compilers :-)kris2000-01-171-6/+1
|
* Add in SAF-TE handling code and do some minor consistency cleanups.mjacob2000-01-171-10/+1017
|
* Remove device name strings from vendor/product lists since we don't usewpaul2000-01-166-59/+57
| | | | | them (they're read from the device directly). Also do a set_config command for the ADMtek and CATC drivers.
* Fix insecure tempfile handling.kris2000-01-161-5/+10
| | | | Reviewed by: audit@freebsd.org
* Don't overflow buffers.kris2000-01-161-2/+2
| | | | Reviewed by: audit@freebsd.org
* Fix insecure tempfile handling.kris2000-01-161-5/+18
| | | | Reviewed by: audit@freebsd.org
* Fix insecure tempfile handlingkris2000-01-161-8/+4
| | | | Reviewed by: audit@freebsd.org
* The wrong version of the file was committed previously which explains thekris2000-01-161-4/+17
| | | | problems seen here.
* Add the apm -e argument, which will toggle the "enabled" status of APM.green2000-01-162-3/+21
|
* get pd_type from inquiry data itselfmjacob2000-01-161-1/+1
|
* use XPT_GDEV_STATS- XPT_GDEV_TYPE was deprecated a while backmjacob2000-01-161-12/+12
|
* Fix breakage from last commit- macro was broken. I appreciate themjacob2000-01-161-2/+2
| | | | | committer's fixing things for alpha, but I sure wish they could have compiled on one!
* Removed outdated comment on experimental nature of ata. Added comment to espwilko2000-01-162-12/+2
|
* Add and document support for handling comments and blank lineschris2000-01-163-7/+21
| | | | | | in /etc/sysctl.conf. Reviewed by: imp, jkh
* fix kernel panic at rtfree() in INET6 enabled envrionment.shin2000-01-161-2/+0
| | | | | | This is probably due to twice rtfree() in in6_pcbdetach(), one for inp->in6p_route.ro_rt, and another one for inp->inp_route.ro_rt. But these 2 are actually shared in inpcb, so 2nd rtfree() is not necessary.
* Fix !crypto releases once more.phk2000-01-161-4/+2
|
* Implement setres[ug]id() and getres[ug]id(). This has been sitting inpeter2000-01-168-14/+214
| | | | | | | my tree for ages (~2 years) waiting for an excuse to commit it. Now Linux has implemented it and it seems that Staroffice (when using the linux_base6.1 port's libc) calls this in the linux emulator and dies in setup. The Linux emulator can call these now.
* Add missing share/examples/ses directory.phk2000-01-161-0/+2
|
* ALPHAHW.TXT described the supported machine types for FreeBSD/alphawilko2000-01-161-0/+974
| | | | | along with their quirks along with generic info on things like SRM, bootable adapters etc.
* There's not /etc/pccard_ether_remove on -current.hosokawa2000-01-162-2/+2
|
* I've forgotten one hardwired device name in insert/remove line.hosokawa2000-01-162-4/+4
|
* fix missing \n in sndstat outputcg2000-01-161-1/+1
|
* Correct comments / point to right LINT file (./LINT does not exist for Alpha)wilko2000-01-162-6/+8
|
* oops, best play format was set to unsigned 16 bit instead of signed 16 bitcg2000-01-161-1/+1
| | | | stereo. remenant from testing.
* Update this for the recient import.obrien2000-01-161-8/+8
|
* Update for 1.0.5a.obrien2000-01-161-1/+6
|
* Merge rev 1.2 into BC 1.0.5a, which fixes a spelling error.obrien2000-01-161-33/+46
|
* GNU has figured out they should fix the bug we fixed in rev 1.2 themselves.obrien2000-01-161-6/+14
| | | | So return this file back to the stock version.
* This commit was generated by cvs2svn to compensate for changes in r56101,obrien2000-01-1626-670/+1326
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import GNU bc 1.05a.obrien2000-01-1628-708/+1382
| |
* | Convert last examples of `controller' to `device'.asmodai2000-01-163-15/+15
| |
* | Cleanup some more remaining bdev fluff.phk2000-01-162-77/+21
| |
* | Cleanup some remaining bdev fluff.phk2000-01-163-72/+12
| |
* | Cosmetic change: space instead of tab in front of $FreeBSD$.sheldonh2000-01-162-2/+2
| | | | | | | | Submitted by: bde
* | The kernel side of per-process unaligned access control (printing, fixing &gallatin2000-01-167-9/+68
| | | | | | | | | | | | | | | | | | delivering SIGBUS). This will allow a non-superuser to control unaligned access behaviour on a per-process basis once a userland control program (uac) is written. Reviewed by: obrien Tested by: obrien
* | This fixes a bug that /etc/pccard_ether did not work without DHCP.hosokawa2000-01-163-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For example, when /etc/pccard.conf had ed0 in config line, but kernel refused this name and said devclass_alloc_unit: ed0 already exists, using next availale unit number Kernel used ed1 as device name and it did not match with config and insert/remove lines. Fortunately, dhclient was called without args, and it works, but if we wanted to use static IP address for PC-card, it did not work. This modification makes pccardd to execute insert/remove lines with the true device name that returns from kernel. (Last change to etc/pccard.conf.sample eliminated all hardwired device name from insert/remove lines in /etc/pccard.conf)
* | Fix an instance of rman_get_start() than should be rman_get_bushandle().wpaul2000-01-161-1/+1
| |
OpenPOWER on IntegriCloud