summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-04-25Reduce the chances of someone asking how to eject a cd. ok brad, mickeyDale Rahn
2005-04-25* add missing 'R' flag in diff synopsisJean-Francois Brousseau
* add the CVS_EX_BADROOT return code to indicate that there was no CVSROOT given or it was invalid ok joris, xsa
2005-04-25csum -> csum_flagsBrad Smith
ok krw@ canacar@
2005-04-25+ Tamarack TC3299CE CF card; deraadt okXavier Santolaria
2005-04-25set the default branch to 1.1.1 upon import, and remove a strayJean-Francois Brousseau
cvs_connect() call ok joris, xsa
2005-04-25use delay() and not tsleep() in attach. makes driver work properly withNiall O'Higgins
``Ensoniq CT5880''-based card. from netbsd rev 1.59 ok mickey@
2005-04-25Pass the complete keybuffer to wskbd_rawinput(); dnkbd now works under X11.Miod Vallat
2005-04-25typoMiod Vallat
2005-04-25Call if_init() later and for each interface separately.Claudio Jeker
Move code from if_act_start() to if_init() that needs to be called only once per interface. Especially event_set should be called only once as it initializes struct event and so may cause corruption of the event queue if called twice.
2005-04-25Move the creation of the ospf_socket from if_init() directly into ospfe().Claudio Jeker
This makes it possible to call if_init() at a much later time.
2005-04-25Don't call cleanup in multiplex as test-exec will cleanup anywayDarren Tucker
found by tim@, ok djm@
2005-04-25Call if_init() in ospfe only, neither the rde nor the parent need it.Claudio Jeker
2005-04-25Change order of execution in if_act_reset(). First notify all neighborClaudio Jeker
that the interface gets reset (NBR_EVT_KILL_NBR) and than clear all timers of the interface. The nbr_fsm() may start some of the timers which has strange results. Tested by Philip Olsson.
2005-04-25- use size_t where appropriate.Otto Moerbeek
- check for <= 0 in gzread; it returns -1 on error. From christos@netbsd; ok millert@
2005-04-25Do not define 'pl' globally. From Bjorn Sandell" <biorn at dce dot chalmersOtto Moerbeek
dot se>. ok deraadt@
2005-04-25fix SEE ALSO;Jason McIntyre
2005-04-25tweaks;Jason McIntyre
2005-04-25spelling;Jason McIntyre
2005-04-25put EXAMPLES into a more standard format (first description, thenJason McIntyre
example), and use literal to mark up the commands themselves;
2005-04-25- login names may contain underscoresJason McIntyre
- reference to setlogin(2) BUGS was irrelevant, so remove it - mark up `$' from ray; ok millert@
2005-04-25- don't loop infinitely after a missed "mouse up" eventUwe Stuehler
- display bitmaps correctly if width is not divisible by 8 - display another bitmap on error
2005-04-25Use ETHERTYPE_VLAN.Brad Smith
2005-04-25Use ETHERTYPE_VLAN.Brad Smith
2005-04-25- no longer macppc onlyMartin Reindl
- intel/dos->Intel/DOS - standard way of writing 'Mac OS'
2005-04-25remove the stepping info since this isn't rightBrad Smith
2005-04-25- display a message centered on the screenUwe Stuehler
- undo a signal handler change which slipped in with the previous commit
2005-04-24Oops, 1.3 would cause a keyboard plugged at boot time to start in the wrongMiod Vallat
state...
2005-04-24use the last position of the pen before it was lifted upUwe Stuehler
2005-04-24syncTheo de Raadt
2005-04-24- indentationUwe Stuehler
- do ratio calculations in double, not integer - reduce allowed error to 1% (not more than 6 pixels off) - add usage()
2005-04-24Xr ztsscale and describe whyTheo de Raadt
2005-04-24- switch Scott Reynold's copyright to 3-clause BSDMartin Reindl
- do not attach on the MacTV, fix base address on the IIfx (untested) - no need to count sc->sc_ringing up, just set to 1 if ringing; timeout fix ok miod@ from NetBSD
2005-04-24how to use ztsscale...Theo de Raadt
2005-04-24syncTheo de Raadt
2005-04-24enter ztsscaleTheo de Raadt
2005-04-24it is nice if this compiles on other systemsTheo de Raadt
2005-04-24syncTheo de Raadt
2005-04-24document additional firmwareTheo de Raadt
2005-04-24sync up, add some missing typesBrad Smith
2005-04-24Fix cisco-mode check in lcp up/down.Can Erkin Acar
2005-04-24add fxp-d102e to the listBrad Smith
2005-04-24add microcode to support interrupt mitigation on theBrad Smith
82551 F stepping chipset. From FreeBSD via Dmitry Bogdan <dsb at imcs dot dvgu dot ru>
2005-04-24A bunch of small fixes, both mdoc and english.Bjorn Sandell
ok jmc@ and beck@
2005-04-24Do down-sampling of the high-resolution touch pad events in kernel,Uwe Stuehler
and provide sysctls for fine-tuning the touch pad area that covers the screen. Reasonable defaults are provided, but each machine can be a bit different due to the manufacturing process.
2005-04-24run ztsscale at md_congrats time, krw ok (still needs testing)Theo de Raadt
2005-04-24spacingTheo de Raadt
2005-04-24Import matthieu's touch screen calibration tool for zaurus.Uwe Stuehler
ok deraadt@
2005-04-24Use the IANA assignment IFT_L2VLAN.Brad Smith
From FreeBSD/NetBSD Tested by camield@ and Alexey E. Suslikov <cruel at texnika dot com dot ua> ok camield@
2005-04-24don't send a Modified request and the file its contents whenJoris Vink
it has been removed.
2005-04-24add missing CVS_CMD_ALLOWSPEC flagJoris Vink