summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-01-31Use pxa2x0_gpio_get_function() to restore alternate pin functionsUwe Stuehler
correctly after writes to the backlight DAC.
2005-01-31Make LCD brightness adjustable by wsconsctl(1), and fix the base addressUwe Stuehler
of scoop1 to make it work. ok drahn@
2005-01-30bce attaches bmtphy now. Mention it in SYNOPSIS and SEE ALSO.Jonathan Gray
Verified by fries@ and Steve Shockley. ok brad@
2005-01-30Hack to allow emulation of mouse buttons for now, incorrectly sharesDale Rahn
global between zkbd and zts, until a better solution is found.
2005-01-30Fix two Cirrus Logic codec IDs.Mark Kettenis
ok millert@
2005-01-30Detect editors that move the edited file out from underneath us and warn.Todd C. Miller
Based on an idea from Han Boetes.
2005-01-30bzero s_un before use; Andrey MatveevTodd C. Miller
2005-01-30Proper cleanup on malloc failure; Andrey MatveevTodd C. Miller
2005-01-30fix some whitespaceTodd C. Miller
2005-01-30syncPeter Valchev
2005-01-30document `cvs export' and add my copyright; ok jmc@ jfb@.Xavier Santolaria
2005-01-30dl_iterate_phdr manMark Kettenis
2005-01-30dont redefine ETHER_ALIGNDavid Gwynne
2005-01-30Avoid null pointer dereference when deleting not fully established SAs.Hans-Joerg Hoexer
ok ho@
2005-01-30Make code match intent; ok djm@Darren Tucker
2005-01-30Alphabetically sort device list.Jonathan Gray
2005-01-30udav no longer uses ukphy. Pointed out by and ok dlg@Jonathan Gray
2005-01-30unbreak SEE ALSO section ordering.Jonathan Gray
2005-01-30add phys known to work with aue. sort the SEE ALSO sectionDavid Gwynne
ok jsg@
2005-01-30Add some more reason counters and use them instead of overloading theDaniel Hartmeier
'memory' one, which helps debugging. Alters the kernel/userland ABI, rebuild pfctl and tcpdump. ok henning@
2005-01-29some knf and space killing, no binary change.Hans-Joerg Hoexer
2005-01-29Handle some pointers more carefully. From pat@ some while ago.Hans-Joerg Hoexer
ok ho@
2005-01-29adjust comment, open_dev_crypto() returns -1 on error.Hans-Joerg Hoexer
ok markus@
2005-01-29Fix memory leak when supersede_lease() fails and it is a DHCPACKTodd C. Miller
or a dynamic BOOTREPLY offer. OK claudio@
2005-01-29apply sizeof() to the appropriate buffer in a strlcpy() callJean-Francois Brousseau
spotted by Andrey Matveev (andrushock at korovino dot net)
2005-01-29add manpages for asc and ncrscsi/sbc driversMartin Reindl
help and ok nick@, jmc@
2005-01-29kernel can be gzipped on the MacOS sideMartin Reindl
help from miod@, ok jmc@
2005-01-29Check the carpdev link state when we attach to it, makes a firewallRyan Thomas McBride
with an interface down avoid preempting after a reboot. Pointed out by Stephen Marley <stephen.marley@catwoman.cl-is.com> ok pascoe@ mpf@
2005-01-29Correctly spell Sitecom and hypenate product name forJonathan Gray
Sitecom LN-029.
2005-01-29Sync device list with axe(4).Jonathan Gray
2005-01-29List more supported devices.Jonathan Gray
2005-01-29Use commonly used options for mdoc list macro when listing devices.Jonathan Gray
Alphabetically sort device listing.
2005-01-29Alphabetically sort supported device list.Jonathan Gray
2005-01-29correct .Rs references;Jason McIntyre
2005-01-29quote %T and %B to prevent madness;Jason McIntyre
2005-01-28document cvsintro(7);Jason McIntyre
2005-01-28- give cvs commands a standard options listJason McIntyre
- document cvsintro(7) - a few other tweaks ok xsa@ joris vink jfb@
2005-01-28debug print should not be enabled.Dale Rahn
2005-01-28make RTS follow DTS when CRTSCTS is off, like com(4) and pccom(4); testedDamien Miller
hshoexer@ henning@; ok henning@
2005-01-28Restore asserting DTR by default, lost when cuaU* support was added;Damien Miller
tested hshoexer@ henning@, ok henning@
2005-01-28fix merge errors from r1.18; tested hshoexer & henning; ok henning@ dlg@Damien Miller
2005-01-28Grab the current time before calculating thread wake-up time.Marco S Hyman
Solves a problem where select/poll calls would return early without indicating any error. Tested by otto@ and kurt@ -- thanks.
2005-01-28match gcc3 logic from bsd.own.mk and add a target_arch generation for armMichael Shalayeff
2005-01-28syncDan Harnett
2005-01-28use Add() consistently and make sure we use decimal numbers for additionDan Harnett
in the case of ugen devices. suggestions and ok todd@
2005-01-28change start and end comment sequences (not used) to allow shellDan Harnett
parameter substitution. ok todd@
2005-01-28Get flags passed down to PHY drivers correctly. This was done onBrad Smith
an adhoc basis in a couple of PHY drivers, this fixes it more generally. From NetBSD Fixes panics with aue(4) NICs.
2005-01-28wording;Jason McIntyre
ok markus@
2005-01-28tweaks;Jason McIntyre
2005-01-28tweaks;Jason McIntyre