summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-01-30add phys known to work with aue. sort the SEE ALSO sectionDavid Gwynne
ok jsg@
2005-01-30Add some more reason counters and use them instead of overloading theDaniel Hartmeier
'memory' one, which helps debugging. Alters the kernel/userland ABI, rebuild pfctl and tcpdump. ok henning@
2005-01-29some knf and space killing, no binary change.Hans-Joerg Hoexer
2005-01-29Handle some pointers more carefully. From pat@ some while ago.Hans-Joerg Hoexer
ok ho@
2005-01-29adjust comment, open_dev_crypto() returns -1 on error.Hans-Joerg Hoexer
ok markus@
2005-01-29Fix memory leak when supersede_lease() fails and it is a DHCPACKTodd C. Miller
or a dynamic BOOTREPLY offer. OK claudio@
2005-01-29apply sizeof() to the appropriate buffer in a strlcpy() callJean-Francois Brousseau
spotted by Andrey Matveev (andrushock at korovino dot net)
2005-01-29add manpages for asc and ncrscsi/sbc driversMartin Reindl
help and ok nick@, jmc@
2005-01-29kernel can be gzipped on the MacOS sideMartin Reindl
help from miod@, ok jmc@
2005-01-29Check the carpdev link state when we attach to it, makes a firewallRyan Thomas McBride
with an interface down avoid preempting after a reboot. Pointed out by Stephen Marley <stephen.marley@catwoman.cl-is.com> ok pascoe@ mpf@
2005-01-29Correctly spell Sitecom and hypenate product name forJonathan Gray
Sitecom LN-029.
2005-01-29Sync device list with axe(4).Jonathan Gray
2005-01-29List more supported devices.Jonathan Gray
2005-01-29Use commonly used options for mdoc list macro when listing devices.Jonathan Gray
Alphabetically sort device listing.
2005-01-29Alphabetically sort supported device list.Jonathan Gray
2005-01-29correct .Rs references;Jason McIntyre
2005-01-29quote %T and %B to prevent madness;Jason McIntyre
2005-01-28document cvsintro(7);Jason McIntyre
2005-01-28- give cvs commands a standard options listJason McIntyre
- document cvsintro(7) - a few other tweaks ok xsa@ joris vink jfb@
2005-01-28debug print should not be enabled.Dale Rahn
2005-01-28make RTS follow DTS when CRTSCTS is off, like com(4) and pccom(4); testedDamien Miller
hshoexer@ henning@; ok henning@
2005-01-28Restore asserting DTR by default, lost when cuaU* support was added;Damien Miller
tested hshoexer@ henning@, ok henning@
2005-01-28fix merge errors from r1.18; tested hshoexer & henning; ok henning@ dlg@Damien Miller
2005-01-28Grab the current time before calculating thread wake-up time.Marco S Hyman
Solves a problem where select/poll calls would return early without indicating any error. Tested by otto@ and kurt@ -- thanks.
2005-01-28match gcc3 logic from bsd.own.mk and add a target_arch generation for armMichael Shalayeff
2005-01-28syncDan Harnett
2005-01-28use Add() consistently and make sure we use decimal numbers for additionDan Harnett
in the case of ugen devices. suggestions and ok todd@
2005-01-28change start and end comment sequences (not used) to allow shellDan Harnett
parameter substitution. ok todd@
2005-01-28Get flags passed down to PHY drivers correctly. This was done onBrad Smith
an adhoc basis in a couple of PHY drivers, this fixes it more generally. From NetBSD Fixes panics with aue(4) NICs.
2005-01-28wording;Jason McIntyre
ok markus@
2005-01-28tweaks;Jason McIntyre
2005-01-28tweaks;Jason McIntyre
2005-01-28Change my email address to the OpenBSD one since Ericsson has nothing toEsben Norby
do with this software, just happend to be my only valid email address at the time.
2005-01-28More spaces.Esben Norby
2005-01-28spacesEsben Norby
2005-01-28add messages for syntax errors that caused silent failure before.Daniel Hartmeier
found by Peter Fraser, ok henning@
2005-01-28Change my email address to the OpenBSD one since Ericsson has nothing toEsben Norby
do with this software, just happend to be my only valid email address at the time.
2005-01-28LOGIN_SETALL did not include LOGIN_SETENV as it should.Todd C. Miller
2005-01-28Add zts, touch screen driver for zaurus.Dale Rahn
Currently in it's early stage, instead of an absolute pointing device, it currently does relative, and only in polled mode.
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@