Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2001-05-02 | plural for power management devices | 1 | -2/+2 | ||
2001-05-02 | - somewhat better use of bus_dma interface | 2 | -35/+29 | ||
- use constants for bzero'n allocated memory instead of retrieving mapped size | |||||
2001-05-02 | prevent overflow in sbreserve; from wollman@freebsd via netbsd | 1 | -2/+3 | ||
2001-05-02 | implement "deletetunnel" (removes tunnel outer IP address pair) | 2 | -13/+32 | ||
rename "giftunnel" intto "tunnel", to reduce diffs with netbsd. (giftunnel is still usable for backward compat) markus and niels ok'ed. | |||||
2001-05-02 | Move powerpc interrupt enablement into the interrupt controller, not after | 2 | -13/+4 | ||
config runs. openpic already had this change. Cleans up config operations for other changes. | |||||
2001-05-02 | Use correct M_CACHE type; art@ ok. | 1 | -2/+2 | ||
2001-05-02 | wsmoused support; missed 2.9 -- bad aaron; heko@saitti.net | 2 | -5/+5 | ||
2001-05-02 | Put the 'const' back into ssh_askpass() function. Pointed out | 1 | -2/+2 | ||
by Mark Miller <markm@swoon.net>. OK Markus | |||||
2001-05-02 | Remove some unused entries, add some new ones. ok art@ itojun@ | 1 | -28/+28 | ||
2001-05-01 | sync closer to GENERIC, make compile again | 1 | -27/+39 | ||
2001-05-01 | note another release time thingy | 1 | -2/+3 | ||
2001-05-01 | Revert stupid buggy optimisation. | 1 | -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 ! | |||||
2001-05-01 | Remove PCVT cruft. | 2 | -16/+10 | ||
2001-05-01 | this is what i'm running these days | 1 | -58/+114 | ||
2001-05-01 | Use pread() to avoid lseek() abuse, from art's todo list. Tested with | 1 | -24/+15 | ||
config(8) UKC; millert@ ok | |||||
2001-05-01 | Sort SEE ALSO entries; mpech@prosoft.org.lv | 1 | -2/+2 | ||
2001-05-01 | Fix tcp_signature_tdb_input decl; kernel compiles again if TCP_SIGNATURE | 2 | -4/+6 | ||
option is used. Note that this does not work. | |||||
2001-05-01 | Update; mpech@prosoft.org.lv | 1 | -1/+7 | ||
2001-05-01 | kill dtom, also fixes malloc bugs; fgsch@ ok | 2 | -33/+32 | ||
2001-05-01 | Remove completely redundant introductory sentences in ENVIRONMENT sections. | 27 | -84/+28 | ||
2001-05-01 | Correct PCVT references. | 1 | -14/+6 | ||
2001-05-01 | Remove PCVT file references. | 1 | -12/+1 | ||
2001-05-01 | The old (pcvt) moused is gone in favor of the new (wscons) wsmoused. | 4 | -2789/+0 | ||
2001-05-01 | Remove PCVT cruft. | 1 | -60/+31 | ||
2001-05-01 | convert to new timeouts | 9 | -33/+78 | ||
2001-05-01 | Use opendir/readdir instead of open/read when making a file list. | 1 | -35/+28 | ||
This makes filename tab-completion work and takes dired a step further. | |||||
2001-05-01 | raise the file name and buffer name sizes | 1 | -3/+3 | ||
2001-05-01 | Convert to new timeouts. (art@ ok) | 1 | -2/+5 | ||
2001-05-01 | get rid of dtom(), okay itojun@ angelos@ mickey@ millert@ | 2 | -32/+30 | ||
2001-05-01 | avodi null pointer dereference. sync with kame | 3 | -11/+16 | ||
2001-05-01 | Reformat EXAMPLES section. | 1 | -17/+22 | ||
2001-05-01 | trailing spaces | 1 | -5/+4 | ||
2001-05-01 | Simpler explanation of exit values. | 1 | -4/+4 | ||
2001-05-01 | trailing spaces | 1 | -16/+16 | ||
2001-05-01 | Add a 250ms wait in attach if ATAPI drives present on channel. Some | 1 | -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. | |||||
2001-05-01 | splhigh -> spltty | 1 | -2/+2 | ||
2001-05-01 | constify some arrays | 3 | -10/+10 | ||
2001-05-01 | restore socket base addr and bus number on resume; from netbsd | 2 | -2/+15 | ||
2001-05-01 | Fix a typo in comment. Constify. From NetBSD. | 1 | -7/+7 | ||
2001-05-01 | Add $OpenBSD$ tags. | 4 | -0/+4 | ||
2001-05-01 | Typo in comment. | 1 | -2/+2 | ||
2001-05-01 | Convert to new timeouts. | 2 | -5/+8 | ||
2001-05-01 | Add fields to keep track of reset capabilities and resets better | 1 | -2/+5 | ||
2001-04-30 | Pass IOCTL to adapter device if not understood by SCSI layer. | 2 | -3/+10 | ||
2001-04-30 | Move ioctl stuff to low-level driver | 1 | -253/+4 | ||
2001-04-30 | Move ATA IOCTL commands to low-level WDC driver | 2 | -130/+318 | ||
2001-04-30 | Remove note about hack that should be no longer needed. Noted by Anil. | 1 | -26/+2 | ||
2001-04-30 | Better hints handling (used for sorting package lists): | 1 | -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. | |||||
2001-04-30 | Added ATAPI_DEVICE_RESET command | 1 | -1/+2 | ||
2001-04-30 | fix function wcd so "cd x && y" returns an appropriate error when x does not exist | 1 | -2/+2 | ||