Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-28 | widen the avail/used columns by one space to accomodate for >100g ↵ | Michael Shalayeff | |
filesystems. the total is already wide enough due to the header length; dhartmei@ ok | |||
2005-01-28 | When setting kern.tty.maxptys, store the old value in oldp, not | Todd C. Miller | |
random stack garbage. Rename DEFAULT_NPTYS and DEFAULT_MAXPTYS to NPTY_MIN and NPTY_MAX to better match their function and don't allow setting kern.tty.maxptys > NPTY_MAX. | |||
2005-01-28 | Allow setting of kern.tty.*; now we can set kern.tty.maxptys. The kernel | Todd C. Miller | |
itself will return an error if the user tries to set a read-only variable. | |||
2005-01-28 | grammar; | Jason McIntyre | |
2005-01-28 | Allow zkbd to work in ddb and at the root selection prompt, tested/ok uwe@ | Dale Rahn | |
2005-01-28 | Control program like bgpctl but this time for ospfd. | Claudio Jeker | |
Currently only basic show commands work. Not yet connected to the builds. OK henning@ | |||
2005-01-28 | Welcome ospfd | Claudio Jeker | |
started by Esben Norby some time ago by using the imsg/three process framework of bgpd. He implemented the basic concept plus the ospf finite state machines. Later I joined and helped him cleanup, debug and extend his work. Right now it is not particularly useful, major parts are still missing but is imported to allow more people to work on it. status: The basic protocol works for broadcast networks and the LS database is synchronized and updated. It is not possible to be DR or BDR on a network and other interface types like point-to-point are not yet supported. The shortest path tree is not calculated and so no routing information is exchanged with the kernel FIB. Not yet connected to the builds. OK henning@ | |||
2005-01-28 | Simplify interval scaling and randomize query intervals; ok henning@ | Darren Tucker | |
2005-01-28 | fatal() if daemon() fails, Alexander von Gernler <grunk@pestilenz.org> | Henning Brauer | |
2005-01-28 | Make network unreachable errors non-fatal; ok henning@ | Darren Tucker | |
2005-01-28 | Make it clear that the example entries in ssh_config are only some of the | Darren Tucker | |
commonly-used options and refer the user to ssh_config(5) for more details; ok djm@ | |||
2005-01-28 | fix reversed short description; ok itojun@ | Damien Miller | |
2005-01-27 | align the buffer when it is allocated, rather than realign the data in it | David Gwynne | |
after we recieve it. the crc is little endian, so always transmit it in that byteorder. this lets me talk to a zaurus with a sparc64. ok drahn@ | |||
2005-01-27 | In windowmove(), put another hardware blitter synchronization before | Miod Vallat | |
returning, so that rasops bursts including non-accelerated operations do not have side effects. | |||
2005-01-27 | Fill all fields of intrhand structures not created by bus_intr_allocate(). | Miod Vallat | |
2005-01-27 | get rid of event.h, it won't be used | Jean-Francois Brousseau | |
2005-01-27 | remove some overly complex macros; | Jason McIntyre | |
2005-01-27 | document what preen mode does; | Jason McIntyre | |
text from netbsd -r1.20 (tidied up by myself); pointed out by alexander farber (pr #4076); ok krw@ jaredy@ | |||
2005-01-27 | since we close the handles to Entries files, we must reopen them to add | Jean-Francois Brousseau | |
the directories when receiving a Clear-sticky or Set-sticky response. spotted by Joris Vink | |||
2005-01-27 | poll can ever deny reads for srandom only; millert@ ok | Michael Shalayeff | |
2005-01-27 | In randompoll() the write check was overriding the results of the read check. | Todd C. Miller | |
OK mickey@ | |||
2005-01-27 | long unused and/or documented in better places already | Martin Reindl | |
'no strong objection' hugh@ | |||
2005-01-27 | fix missing .Op in `cvs editors' synopsis; | Xavier Santolaria | |
2005-01-27 | Use pcmcia_intr_string() for printing the irq (or error) string. | Todd C. Miller | |
2005-01-27 | Add pcmcia_intr_string() to format the intr string for pcmcia attach | Todd C. Miller | |
routines. | |||
2005-01-27 | Make pcic_isa_chip_intr_establish() silent; irq printing will move | Todd C. Miller | |
to the forthcoming pcmcia_intr_string(). | |||
2005-01-27 | document `cvs editors'; ok jmc jfb; | Xavier Santolaria | |
2005-01-27 | fix some vi-mode bugs spotted by jmc@ | Dan Harnett | |
tested by jmc@, ok otto@ | |||
2005-01-27 | dynamic interface names must start with a letter. catches the nonsensical | Daniel Hartmeier | |
"(10.1.2.3)" that results from a simple typo like "$(ext_ip)" instead of "$(ext_if)". | |||
2005-01-27 | output now contains 'set limit states 100', adjust regress to reality. | Daniel Hartmeier | |
2005-01-27 | Scale query interval by the overall offset not per-peer offset, so we | Darren Tucker | |
don't query outliers more often than any other server. ok henning@ | |||
2005-01-27 | Compute compression ratio using signed arithmetic, since the compressed size | Otto Moerbeek | |
might be larger than the original, yielding negative percentages. Spotted by markus@ ok henning@ hshoexer@ | |||
2005-01-27 | Delay before retrying a query on timeout; ok henning@ | Darren Tucker | |
2005-01-27 | Alphabetically sort device list, correct several vendor and model | Jonathan Gray | |
errors. ok dlg@ | |||
2005-01-26 | only attach ohci on chips that actually have the controller | David Gwynne | |
ok drahn@ | |||
2005-01-26 | Mention SGC frame buffers as supported with some restrictions. | Miod Vallat | |
2005-01-26 | document `cvs watch' and `cvs watchers'; help/ok jmc@; "looks good" jfb@; | Xavier Santolaria | |
2005-01-26 | sync | Peter Valchev | |
2005-01-26 | on error set correct pointer to NULL. | Hans-Joerg Hoexer | |
From phk@freebsd.org ok markus@ | |||
2005-01-26 | add the Belkin F5D6050 802.11b Wireless Device. from netbsd | David Gwynne | |
2005-01-26 | regen | David Gwynne | |
2005-01-26 | add the Belkin F5D6050 802.11b Wireless adapter. from netbsd | David Gwynne | |
2005-01-26 | fix CERT VU#938617 (vulnerable to denial of service in validator code) | Jakob Schlyter | |
2005-01-26 | Moved to sys/arch/zaurus/dev/zaurus_apm.c | Uwe Stuehler | |
2005-01-26 | New device for the dedicated SSP unit, automatic battery charging, and | Uwe Stuehler | |
reporting the remaining battery life to apmd(8). ok drahn@ | |||
2005-01-25 | map Fn to something for now. | Dale Rahn | |
2005-01-25 | Enable the COMPAT ioctls to allow X to switch VTs. | Dale Rahn | |
2005-01-25 | Enable mavb(4). | Mark Kettenis | |
go for it miod@ | |||
2005-01-25 | Fixed a typo. | Esben Norby | |
ok henning@ claudio@ | |||
2005-01-25 | hppa64-unknown-openbsd build support; espie@ miod@ brad@ ok | Michael Shalayeff | |