Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-25 | Reduce the chances of someone asking how to eject a cd. ok brad, mickey | Dale Rahn | |
2005-04-25 | * add missing 'R' flag in diff synopsis | Jean-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-25 | csum -> csum_flags | Brad Smith | |
ok krw@ canacar@ | |||
2005-04-25 | + Tamarack TC3299CE CF card; deraadt ok | Xavier Santolaria | |
2005-04-25 | set the default branch to 1.1.1 upon import, and remove a stray | Jean-Francois Brousseau | |
cvs_connect() call ok joris, xsa | |||
2005-04-25 | use delay() and not tsleep() in attach. makes driver work properly with | Niall O'Higgins | |
``Ensoniq CT5880''-based card. from netbsd rev 1.59 ok mickey@ | |||
2005-04-25 | Pass the complete keybuffer to wskbd_rawinput(); dnkbd now works under X11. | Miod Vallat | |
2005-04-25 | typo | Miod Vallat | |
2005-04-25 | Call 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-25 | Move 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-25 | Don't call cleanup in multiplex as test-exec will cleanup anyway | Darren Tucker | |
found by tim@, ok djm@ | |||
2005-04-25 | Call if_init() in ospfe only, neither the rde nor the parent need it. | Claudio Jeker | |
2005-04-25 | Change order of execution in if_act_reset(). First notify all neighbor | Claudio 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-25 | Do not define 'pl' globally. From Bjorn Sandell" <biorn at dce dot chalmers | Otto Moerbeek | |
dot se>. ok deraadt@ | |||
2005-04-25 | fix SEE ALSO; | Jason McIntyre | |
2005-04-25 | tweaks; | Jason McIntyre | |
2005-04-25 | spelling; | Jason McIntyre | |
2005-04-25 | put EXAMPLES into a more standard format (first description, then | Jason McIntyre | |
example), and use literal to mark up the commands themselves; | |||
2005-04-25 | - login names may contain underscores | Jason 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" event | Uwe Stuehler | |
- display bitmaps correctly if width is not divisible by 8 - display another bitmap on error | |||
2005-04-25 | Use ETHERTYPE_VLAN. | Brad Smith | |
2005-04-25 | Use ETHERTYPE_VLAN. | Brad Smith | |
2005-04-25 | - no longer macppc only | Martin Reindl | |
- intel/dos->Intel/DOS - standard way of writing 'Mac OS' | |||
2005-04-25 | remove the stepping info since this isn't right | Brad Smith | |
2005-04-25 | - display a message centered on the screen | Uwe Stuehler | |
- undo a signal handler change which slipped in with the previous commit | |||
2005-04-24 | Oops, 1.3 would cause a keyboard plugged at boot time to start in the wrong | Miod Vallat | |
state... | |||
2005-04-24 | use the last position of the pen before it was lifted up | Uwe Stuehler | |
2005-04-24 | sync | Theo de Raadt | |
2005-04-24 | - indentation | Uwe Stuehler | |
- do ratio calculations in double, not integer - reduce allowed error to 1% (not more than 6 pixels off) - add usage() | |||
2005-04-24 | Xr ztsscale and describe why | Theo de Raadt | |
2005-04-24 | - switch Scott Reynold's copyright to 3-clause BSD | Martin 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-24 | how to use ztsscale... | Theo de Raadt | |
2005-04-24 | sync | Theo de Raadt | |
2005-04-24 | enter ztsscale | Theo de Raadt | |
2005-04-24 | it is nice if this compiles on other systems | Theo de Raadt | |
2005-04-24 | sync | Theo de Raadt | |
2005-04-24 | document additional firmware | Theo de Raadt | |
2005-04-24 | sync up, add some missing types | Brad Smith | |
2005-04-24 | Fix cisco-mode check in lcp up/down. | Can Erkin Acar | |
2005-04-24 | add fxp-d102e to the list | Brad Smith | |
2005-04-24 | add microcode to support interrupt mitigation on the | Brad Smith | |
82551 F stepping chipset. From FreeBSD via Dmitry Bogdan <dsb at imcs dot dvgu dot ru> | |||
2005-04-24 | A bunch of small fixes, both mdoc and english. | Bjorn Sandell | |
ok jmc@ and beck@ | |||
2005-04-24 | Do 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-24 | run ztsscale at md_congrats time, krw ok (still needs testing) | Theo de Raadt | |
2005-04-24 | spacing | Theo de Raadt | |
2005-04-24 | Import matthieu's touch screen calibration tool for zaurus. | Uwe Stuehler | |
ok deraadt@ | |||
2005-04-24 | Use 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-24 | don't send a Modified request and the file its contents when | Joris Vink | |
it has been removed. | |||
2005-04-24 | add missing CVS_CMD_ALLOWSPEC flag | Joris Vink | |