Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-15 | s/IPL_BIO/IPL_TTY. ok drahn@, deraadt@ | Uwe Stuehler | |
2005-03-15 | describe "depend on" | Henning Brauer | |
you wouldn't guess how hard it was to get that right... initial diffs and lots of input from Jason Ackley and jaredy, ok claudio jaredy jmc deraadt | |||
2005-03-15 | - correct include file (from david leonard, pr 4147) | Jason McIntyre | |
- r_number is type int, not long - lessen display indent to avoid line split ok deraadt@ millert@ | |||
2005-03-15 | remove package list. it has been a pain to maintain for years. simply | Theo de Raadt | |
tell people where to look; idea from miod | |||
2005-03-15 | bgpctl parts for "show fib". | Claudio Jeker | |
OK norby@ deraadt@ | |||
2005-03-15 | Add control messages for the show fib commands. | Claudio Jeker | |
OK norby@ deraadt@ | |||
2005-03-15 | tag for release, more things coming, but ports needs this | Theo de Raadt | |
2005-03-15 | enable hotplug on macppc, been using it for some time, forgot it wasn't enabled. | Dale Rahn | |
2005-03-15 | Skip empty pci ranges rather than aborting probe, as done on sparc64. | Miod Vallat | |
ok drahn@ | |||
2005-03-15 | reset config line numbers, when daemon gets reinitialized. | Moritz Jodeit | |
prevents wrong line numbers in error cases. help from jaredy@ and ok hshoexer@. | |||
2005-03-15 | Only warn if pci_{io,mem}_find fails if the returned value is not ENOENT - empty | Miod Vallat | |
ranges are skipped and considered harmless. | |||
2005-03-15 | Only print warning messages in pci_{io,mem}_find() if option DEBUG; instead, | Miod Vallat | |
do not return 1 on failure but a real errno the caller can check for proper action. tweaks and ok mickey@ | |||
2005-03-15 | remove ttya reference, doesn't exist on zaurus, ok miod@ deraadt@ | Dale Rahn | |
2005-03-15 | use cats/zaurus and install the manpages in the appropriate places, | Dale Rahn | |
ok miod@ deraadt@ | |||
2005-03-15 | A potpourri of cgfourteen fixes and improvements: | Miod Vallat | |
- use the autoincremented luts for faster colormap programming. - colormap changes are now deferred to the vertical retrace interrupt, causes less display flickering under X11 (still some visible at boot time because interrupts are disabled at this point). - if the resolution choosen does not allow the VSIMM to run in 32bit mode, do not allow mmap()ing past the frame buffer area. - print the VSIMM revision at boot time, and be more friendly to revision 0, which needs to be handled in a slightly different way. | |||
2005-03-15 | If no "intr" property exists, correctly handle the "interrupts" property for | Miod Vallat | |
non-SBus devices, such as cgfourteen@obio. | |||
2005-03-15 | Nuke matchbyname(), which isn't used anymore. | Miod Vallat | |
ok deraadt@ | |||
2005-03-15 | Take care of updating the PROMs view of the cursor position in the common fb | Miod Vallat | |
code, rather than doing this in only a subset of the fb drivers. | |||
2005-03-15 | sync | Theo de Raadt | |
2005-03-15 | sync | Theo de Raadt | |
2005-03-15 | add cat2/{cats,zaurus} | Theo de Raadt | |
2005-03-15 | byte order of mss, only affects synproxy code path, from John L. Scarfone | Daniel Hartmeier | |
2005-03-15 | use IFQ_ rather than IF_ macro here too, maybe helps altq; ok henning | Peter Valchev | |
2005-03-15 | First close() than unlink(). | Claudio Jeker | |
2005-03-15 | small log message fix. | Marco Pfatschbacher | |
ok hshoexer@, markus@ | |||
2005-03-15 | use IFQ_* macros instead of hand-rolling or using IF_*, makes ALTQ work on | Henning Brauer | |
re, from Armin Wolfermann <aw@osn.de>, ok dlg markus pval | |||
2005-03-15 | Seperate delay for discharge and charge, otherwise discharge period may not | Dale Rahn | |
be long enough. should fix most of the extra keys on rollover. | |||
2005-03-15 | - stop tearing down routes when the carp interface goes to backup in the | Ryan Thomas McBride | |
carpdev case; block outgoing packets in carp_output() instead. - unbreak the "bow out on 'ifconfig down'" behaviour, allows instant failover on graceful halt/reboot to work again. ok mpf@ henning@ | |||
2005-03-15 | remove listener if bind() fails. no point in having a defunct listener | Henning Brauer | |
in the list; causes issues with upcoming changes, spotted by Jason Ackley <jason@ackley.net>, claudio ok | |||
2005-03-15 | sync | Theo de Raadt | |
2005-03-15 | change some silly snprintf(buf, buflen, "%s", login) calls to just use | Niall O'Higgins | |
strlcpy(buf, login, buflen) ok otto@ henning@ | |||
2005-03-15 | better handling of cases where getnameinfo() returns non-zero. | Niall O'Higgins | |
upon failure, don't try to print the contents of the char buffers we passed it. ok & feedback henning@, moritz@ (thanks!) | |||
2005-03-15 | hook pxaudc up to the build | David Gwynne | |
ok jmc@ | |||
2005-03-15 | snprintf(buf, sizeof(buf), "%s", p) is silly, use strlcpy(). From Bruno Rohee. | Otto Moerbeek | |
2005-03-15 | grow the receive buffer on the routing socket, pointed out by markus, | Henning Brauer | |
ok markus claudio | |||
2005-03-15 | reduce vertical space taken by ever increasing hardware list by listing | Jason McIntyre | |
in a block display, and cetagorise by bus, to aid readability; discussed w/ deraadt@ ok damien@ | |||
2005-03-15 | Make attach errors appear on new lines and make | Jonathan Gray | |
dmesg output less ugly while here. | |||
2005-03-15 | tweaks; | Jason McIntyre | |
ok claudio@ | |||
2005-03-15 | no need to flush a few fpregs since soon the whole pcb get flushed | Michael Shalayeff | |
2005-03-15 | hafta flush pcb once active (and a tush tush tush) | Michael Shalayeff | |
2005-03-15 | revise lockf limit policy. after exceeding "soft limit", start enforcing | Ted Unangst | |
a hard limit of 2x. add a comment to this effect. reviewed by miod | |||
2005-03-15 | Try harder to prevent spurious touch screen 'down' events. | Dale Rahn | |
2005-03-15 | Restructure the keyboard code so that the keys in rawkey are always sent | Dale Rahn | |
as expected. zero both keystate structures, keystate may not be fully initialized. worked on with uwe. | |||
2005-03-14 | Fix typo in comment | Tom Cosgrove | |
2005-03-14 | regen | Pedro Martelletto | |
2005-03-14 | Add GeForce4 MX 4000, okay deraadt@ | Pedro Martelletto | |
2005-03-14 | Add "show summary" to ospfctl. | Esben Norby | |
ok claudio@ henning@ | |||
2005-03-14 | Allow to modify the metrics in a relative way by prepending the number with | Claudio Jeker | |
a '+' or '-'. e.g. set localpref +20. This is another gem from the FOSDEM lying around on my HD gathering dust. OK henning@ | |||
2005-03-14 | unlink() control socket in error path. Spotted by Theo at FOSDEM. | Claudio Jeker | |
Was way too long in one of my trees. | |||
2005-03-14 | whitespace; | Jason McIntyre | |