summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-01-28widen 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-28When setting kern.tty.maxptys, store the old value in oldp, notTodd 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-28Allow setting of kern.tty.*; now we can set kern.tty.maxptys. The kernelTodd C. Miller
itself will return an error if the user tries to set a read-only variable.
2005-01-28grammar;Jason McIntyre
2005-01-28Allow zkbd to work in ddb and at the root selection prompt, tested/ok uwe@Dale Rahn
2005-01-28Control 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-28Welcome ospfdClaudio 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-28Simplify interval scaling and randomize query intervals; ok henning@Darren Tucker
2005-01-28fatal() if daemon() fails, Alexander von Gernler <grunk@pestilenz.org>Henning Brauer
2005-01-28Make network unreachable errors non-fatal; ok henning@Darren Tucker
2005-01-28Make it clear that the example entries in ssh_config are only some of theDarren Tucker
commonly-used options and refer the user to ssh_config(5) for more details; ok djm@
2005-01-28fix reversed short description; ok itojun@Damien Miller
2005-01-27align the buffer when it is allocated, rather than realign the data in itDavid 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-27In windowmove(), put another hardware blitter synchronization beforeMiod Vallat
returning, so that rasops bursts including non-accelerated operations do not have side effects.
2005-01-27Fill all fields of intrhand structures not created by bus_intr_allocate().Miod Vallat
2005-01-27get rid of event.h, it won't be usedJean-Francois Brousseau
2005-01-27remove some overly complex macros;Jason McIntyre
2005-01-27document 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-27since we close the handles to Entries files, we must reopen them to addJean-Francois Brousseau
the directories when receiving a Clear-sticky or Set-sticky response. spotted by Joris Vink
2005-01-27poll can ever deny reads for srandom only; millert@ okMichael Shalayeff
2005-01-27In randompoll() the write check was overriding the results of the read check.Todd C. Miller
OK mickey@
2005-01-27long unused and/or documented in better places alreadyMartin Reindl
'no strong objection' hugh@
2005-01-27fix missing .Op in `cvs editors' synopsis;Xavier Santolaria
2005-01-27Use pcmcia_intr_string() for printing the irq (or error) string.Todd C. Miller
2005-01-27Add pcmcia_intr_string() to format the intr string for pcmcia attachTodd C. Miller
routines.
2005-01-27Make pcic_isa_chip_intr_establish() silent; irq printing will moveTodd C. Miller
to the forthcoming pcmcia_intr_string().
2005-01-27document `cvs editors'; ok jmc jfb;Xavier Santolaria
2005-01-27fix some vi-mode bugs spotted by jmc@Dan Harnett
tested by jmc@, ok otto@
2005-01-27dynamic interface names must start with a letter. catches the nonsensicalDaniel Hartmeier
"(10.1.2.3)" that results from a simple typo like "$(ext_ip)" instead of "$(ext_if)".
2005-01-27output now contains 'set limit states 100', adjust regress to reality.Daniel Hartmeier
2005-01-27Scale query interval by the overall offset not per-peer offset, so weDarren Tucker
don't query outliers more often than any other server. ok henning@
2005-01-27Compute compression ratio using signed arithmetic, since the compressed sizeOtto Moerbeek
might be larger than the original, yielding negative percentages. Spotted by markus@ ok henning@ hshoexer@
2005-01-27Delay before retrying a query on timeout; ok henning@Darren Tucker
2005-01-27Alphabetically sort device list, correct several vendor and modelJonathan Gray
errors. ok dlg@
2005-01-26only attach ohci on chips that actually have the controllerDavid Gwynne
ok drahn@
2005-01-26Mention SGC frame buffers as supported with some restrictions.Miod Vallat
2005-01-26document `cvs watch' and `cvs watchers'; help/ok jmc@; "looks good" jfb@;Xavier Santolaria
2005-01-26syncPeter Valchev
2005-01-26on error set correct pointer to NULL.Hans-Joerg Hoexer
From phk@freebsd.org ok markus@
2005-01-26add the Belkin F5D6050 802.11b Wireless Device. from netbsdDavid Gwynne
2005-01-26regenDavid Gwynne
2005-01-26add the Belkin F5D6050 802.11b Wireless adapter. from netbsdDavid Gwynne
2005-01-26fix CERT VU#938617 (vulnerable to denial of service in validator code)Jakob Schlyter
2005-01-26Moved to sys/arch/zaurus/dev/zaurus_apm.cUwe Stuehler
2005-01-26New device for the dedicated SSP unit, automatic battery charging, andUwe Stuehler
reporting the remaining battery life to apmd(8). ok drahn@
2005-01-25map Fn to something for now.Dale Rahn
2005-01-25Enable the COMPAT ioctls to allow X to switch VTs.Dale Rahn
2005-01-25Enable mavb(4).Mark Kettenis
go for it miod@
2005-01-25Fixed a typo.Esben Norby
ok henning@ claudio@
2005-01-25hppa64-unknown-openbsd build support; espie@ miod@ brad@ okMichael Shalayeff