summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-05-02- somewhat better use of bus_dma interfaceJason Wright
- use constants for bzero'n allocated memory instead of retrieving mapped size
2001-05-02prevent overflow in sbreserve; from wollman@freebsd via netbsdNiels Provos
2001-05-02implement "deletetunnel" (removes tunnel outer IP address pair)Jun-ichiro itojun Hagino
rename "giftunnel" intto "tunnel", to reduce diffs with netbsd. (giftunnel is still usable for backward compat) markus and niels ok'ed.
2001-05-02Move powerpc interrupt enablement into the interrupt controller, not afterDale Rahn
config runs. openpic already had this change. Cleans up config operations for other changes.
2001-05-02Use correct M_CACHE type; art@ ok.Federico G. Schwindt
2001-05-02wsmoused support; missed 2.9 -- bad aaron; heko@saitti.netTheo de Raadt
2001-05-02Put the 'const' back into ssh_askpass() function. Pointed outmouring
by Mark Miller <markm@swoon.net>. OK Markus
2001-05-02Remove some unused entries, add some new ones. ok art@ itojun@Angelos D. Keromytis
2001-05-01sync closer to GENERIC, make compile againTodd T. Fries
2001-05-01note another release time thingyTheo de Raadt
2001-05-01Revert stupid buggy optimisation.Marc Espie
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 !
2001-05-01Remove PCVT cruft.Aaron Campbell
2001-05-01this is what i'm running these daysMichael Shalayeff
2001-05-01Use pread() to avoid lseek() abuse, from art's todo list. Tested withAaron Campbell
config(8) UKC; millert@ ok
2001-05-01Sort SEE ALSO entries; mpech@prosoft.org.lvAaron Campbell
2001-05-01Fix tcp_signature_tdb_input decl; kernel compiles again if TCP_SIGNATUREFederico G. Schwindt
option is used. Note that this does not work.
2001-05-01Update; mpech@prosoft.org.lvAaron Campbell
2001-05-01kill dtom, also fixes malloc bugs; fgsch@ okMichael Shalayeff
2001-05-01Remove completely redundant introductory sentences in ENVIRONMENT sections.Aaron Campbell
2001-05-01Correct PCVT references.Aaron Campbell
2001-05-01Remove PCVT file references.Aaron Campbell
2001-05-01The old (pcvt) moused is gone in favor of the new (wscons) wsmoused.Aaron Campbell
2001-05-01Remove PCVT cruft.Aaron Campbell
2001-05-01convert to new timeoutsTodd C. Miller
2001-05-01Use opendir/readdir instead of open/read when making a file list.Artur Grabowski
This makes filename tab-completion work and takes dired a step further.
2001-05-01raise the file name and buffer name sizesArtur Grabowski
2001-05-01Convert to new timeouts. (art@ ok)Hakan Olsson
2001-05-01get rid of dtom(), okay itojun@ angelos@ mickey@ millert@Niels Provos
2001-05-01avodi null pointer dereference. sync with kameJun-ichiro itojun Hagino
2001-05-01Reformat EXAMPLES section.Aaron Campbell
2001-05-01trailing spacesMichael Shalayeff
2001-05-01Simpler explanation of exit values.Aaron Campbell
2001-05-01trailing spacesMichael Shalayeff
2001-05-01Add a 250ms wait in attach if ATAPI drives present on channel. SomeConstantine Sapuntzakis
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.
2001-05-01splhigh -> splttyAaron Campbell
2001-05-01constify some arraysMichael Shalayeff
2001-05-01restore socket base addr and bus number on resume; from netbsdMichael Shalayeff
2001-05-01Fix a typo in comment. Constify. From NetBSD.Aaron Campbell
2001-05-01Add $OpenBSD$ tags.Aaron Campbell
2001-05-01Typo in comment.Aaron Campbell
2001-05-01Convert to new timeouts.Aaron Campbell
2001-05-01Add fields to keep track of reset capabilities and resets betterConstantine Sapuntzakis
2001-04-30Pass IOCTL to adapter device if not understood by SCSI layer.Constantine Sapuntzakis
2001-04-30Move ioctl stuff to low-level driverConstantine Sapuntzakis
2001-04-30Move ATA IOCTL commands to low-level WDC driverConstantine Sapuntzakis
2001-04-30Remove note about hack that should be no longer needed. Noted by Anil.Marc Espie
2001-04-30Better hints handling (used for sorting package lists):Marc Espie
- 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.
2001-04-30Added ATAPI_DEVICE_RESET commandConstantine Sapuntzakis
2001-04-30fix function wcd so "cd x && y" returns an appropriate error when x does not ↵Marco S Hyman
exist
2001-04-30the -> toBrad Smith