summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* document boot options, i dunno what -b does so i just do not mention it anymoremickey2001-05-021-3/+25
|
* plural for power management devicesmickey2001-05-021-2/+2
|
* - somewhat better use of bus_dma interfacejason2001-05-022-35/+29
| | | | - use constants for bzero'n allocated memory instead of retrieving mapped size
* prevent overflow in sbreserve; from wollman@freebsd via netbsdprovos2001-05-021-2/+3
|
* implement "deletetunnel" (removes tunnel outer IP address pair)itojun2001-05-022-13/+32
| | | | | | | rename "giftunnel" intto "tunnel", to reduce diffs with netbsd. (giftunnel is still usable for backward compat) markus and niels ok'ed.
* Move powerpc interrupt enablement into the interrupt controller, not afterdrahn2001-05-022-13/+4
| | | | | config runs. openpic already had this change. Cleans up config operations for other changes.
* Use correct M_CACHE type; art@ ok.fgsch2001-05-021-2/+2
|
* wsmoused support; missed 2.9 -- bad aaron; heko@saitti.netderaadt2001-05-022-5/+5
|
* Put the 'const' back into ssh_askpass() function. Pointed outmouring2001-05-021-2/+2
| | | | by Mark Miller <markm@swoon.net>. OK Markus
* Remove some unused entries, add some new ones. ok art@ itojun@angelos2001-05-021-28/+28
|
* sync closer to GENERIC, make compile againtodd2001-05-011-27/+39
|
* note another release time thingyderaadt2001-05-011-2/+3
|
* Revert stupid buggy optimisation.espie2001-05-011-4/+3
| | | | | | | | Another Murphy's law: complicated code always works right the first time. Stupid dumb details, on the other hand. Of course we can't share both arrays, as we don't know how they will grow, duh !
* Remove PCVT cruft.aaron2001-05-012-16/+10
|
* this is what i'm running these daysmickey2001-05-011-58/+114
|
* Use pread() to avoid lseek() abuse, from art's todo list. Tested withaaron2001-05-011-24/+15
| | | | config(8) UKC; millert@ ok
* Sort SEE ALSO entries; mpech@prosoft.org.lvaaron2001-05-011-2/+2
|
* Fix tcp_signature_tdb_input decl; kernel compiles again if TCP_SIGNATUREfgsch2001-05-012-4/+6
| | | | option is used. Note that this does not work.
* Update; mpech@prosoft.org.lvaaron2001-05-011-1/+7
|
* kill dtom, also fixes malloc bugs; fgsch@ okmickey2001-05-012-33/+32
|
* Remove completely redundant introductory sentences in ENVIRONMENT sections.aaron2001-05-0127-84/+28
|
* Correct PCVT references.aaron2001-05-011-14/+6
|
* Remove PCVT file references.aaron2001-05-011-12/+1
|
* The old (pcvt) moused is gone in favor of the new (wscons) wsmoused.aaron2001-05-014-2789/+0
|
* Remove PCVT cruft.aaron2001-05-011-60/+31
|
* convert to new timeoutsmillert2001-05-019-33/+78
|
* Use opendir/readdir instead of open/read when making a file list.art2001-05-011-35/+28
| | | | This makes filename tab-completion work and takes dired a step further.
* raise the file name and buffer name sizesart2001-05-011-3/+3
|
* Convert to new timeouts. (art@ ok)ho2001-05-011-2/+5
|
* get rid of dtom(), okay itojun@ angelos@ mickey@ millert@provos2001-05-012-32/+30
|
* avodi null pointer dereference. sync with kameitojun2001-05-013-11/+16
|
* Reformat EXAMPLES section.aaron2001-05-011-17/+22
|
* trailing spacesmickey2001-05-011-5/+4
|
* Simpler explanation of exit values.aaron2001-05-011-4/+4
|
* trailing spacesmickey2001-05-011-16/+16
|
* Add a 250ms wait in attach if ATAPI drives present on channel. Somecsapuntz2001-05-011-1/+7
| | | | | | ATAPI devices need a while to boot their firmware, esp. if there is a CD in the drive. Sending them commands early causes them to wedge or abort those commands.
* splhigh -> splttyaaron2001-05-011-2/+2
|
* constify some arraysmickey2001-05-013-10/+10
|
* restore socket base addr and bus number on resume; from netbsdmickey2001-05-012-2/+15
|
* Fix a typo in comment. Constify. From NetBSD.aaron2001-05-011-7/+7
|
* Add $OpenBSD$ tags.aaron2001-05-014-0/+4
|
* Typo in comment.aaron2001-05-011-2/+2
|
* Convert to new timeouts.aaron2001-05-012-5/+8
|
* Add fields to keep track of reset capabilities and resets bettercsapuntz2001-05-011-2/+5
|
* Pass IOCTL to adapter device if not understood by SCSI layer.csapuntz2001-04-302-3/+10
|
* Move ioctl stuff to low-level drivercsapuntz2001-04-301-253/+4
|
* Move ATA IOCTL commands to low-level WDC drivercsapuntz2001-04-302-130/+318
|
* Remove note about hack that should be no longer needed. Noted by Anil.espie2001-04-301-26/+2
|
* Better hints handling (used for sorting package lists):espie2001-04-301-16/+83
| | | | | | | | | | | | - nodes without a hint should be fully transparent. The make_transparent procedure is potentially slow, but in reality, it's very fast. - don't automatically add an order to un-hinted nodes, so that they are truely transparent. Better memory allocation: split the hash of nodes into a single array instead of duplicating the memory requirements. Okay Todd.
* Added ATAPI_DEVICE_RESET commandcsapuntz2001-04-301-1/+2
|