Age | Commit message (Expand) | Author |
2005-03-31 | enable receive checksum offload | Brad Smith |
2005-03-31 | order the usb stuff, and remove duplicate config lines for usb at ohci. | David Gwynne |
2005-03-31 | go back to the old trace code, but add -fno-omit-frame-pointer so it works. | Ted Unangst |
2005-03-30 | init pool after we allocate softc array in case malloc fails | Michael Shalayeff |
2005-03-30 | - Enable charging properly, avoiding the stuck "battery full" signal. | Uwe Stuehler |
2005-03-30 | UDF here too, says mickey and henning | Theo de Raadt |
2005-03-30 | use the local powerhook, not the generic ohci one. suspend/resume now works | David Gwynne |
2005-03-30 | extra gunk to make ohci suspend and resume work on the zaurus | David Gwynne |
2005-03-30 | restore all of the registers on resume to cope with power loss during | David Gwynne |
2005-03-30 | make the powerhooks the responsibility of the bus ohci is attached to | David Gwynne |
2005-03-30 | complete the definition of the power manager sleep status register | David Gwynne |
2005-03-30 | first approximation: spoof UDF filesystem disklabels when we see them. | Theo de Raadt |
2005-03-30 | enable UDF on large install media for architectures likely to have DVD drives | Theo de Raadt |
2005-03-30 | enable UDF in GENERIC | Theo de Raadt |
2005-03-30 | Use the inverse of the T bit in the HcFmRemaining register when adjusting | Christopher Pascoe |
2005-03-30 | add lladdr command to ifconfig to set MAC address. diffs from freebsd via | Ted Unangst |
2005-03-30 | Comment typo, minor knf. No code change. | Kenneth R Westerback |
2005-03-30 | Insert elucidative comment about what's going on. | Pedro Martelletto |
2005-03-30 | Better code in the OSTA CS0 compression/decompression routines. | Pedro Martelletto |
2005-03-30 | Add disklabel spoofing code for UDF. | Pedro Martelletto |
2005-03-30 | Export udf_transname(), which will be needed | Pedro Martelletto |
2005-03-30 | Before doing the 8->16 bit expansion using a fixed-size buffer, | Pedro Martelletto |
2005-03-29 | Handle apm_battlow flag by suspending, and clear all flags after resume. | Uwe Stuehler |
2005-03-29 | add copyright me | Marco Peereboom |
2005-03-29 | add copyright me | Marco Peereboom |
2005-03-29 | add raid mgmt ioctls | Marco Peereboom |
2005-03-29 | add commands | Marco Peereboom |
2005-03-29 | add raid defines | Marco Peereboom |
2005-03-29 | Changed On/Off button behaviour (unless the lid is closed): | Uwe Stuehler |
2005-03-29 | - Support the machdep.kbdreset sysctl on zaurus. | Uwe Stuehler |
2005-03-29 | Shrink kernel image buffer from 8M to 5M (no kernel should be that big), | Uwe Stuehler |
2005-03-29 | sparc64 StackGhost. | Mark Kettenis |
2005-03-29 | in right place | Theo de Raadt |
2005-03-29 | Shrink struct label_t to the correct size; ok drahn@ a long time ago. | Miod Vallat |
2005-03-29 | Bring in UDF support from FreeBSD, disabled for now. | Pedro Martelletto |
2005-03-29 | Plug iso_disklabelspoof() in readdisklabel(); requested by deraadt@ | Miod Vallat |
2005-03-29 | udf_disklabelspoof() proto | Theo de Raadt |
2005-03-29 | Add an apm interface to the tctrl(4) device found on SPARCbooks; currently | Miod Vallat |
2005-03-29 | Missing break; | Miod Vallat |
2005-03-29 | If a tctrl device is attached, run the keyboard bell through it, since the | Miod Vallat |
2005-03-29 | Display the PCMCIA icon when cards are plugged. | Miod Vallat |
2005-03-29 | A few tctrl improvements, mostly adapted from NetBSD: | Miod Vallat |
2005-03-29 | Remove workarounds for old compilers. | Miod Vallat |
2005-03-29 | pull over some minor fixes from NetBSD: | Martin Reindl |
2005-03-28 | sync | Theo de Raadt |
2005-03-28 | two more radeon; gklok@cogeco.ca | Theo de Raadt |
2005-03-28 | p_fstype FS_UDF or #21 | Theo de Raadt |
2005-03-28 | Relax dependencies. | Miod Vallat |
2005-03-28 | add some const to ether_*. remove bonus prototypes this brought out. | Ted Unangst |
2005-03-28 | Use USBD_DEFAULT_TIMEOUT on control transfers, rather than the SCSI request | Christopher Pascoe |