Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-30 | add phys known to work with aue. sort the SEE ALSO section | David Gwynne | |
ok jsg@ | |||
2005-01-30 | Add some more reason counters and use them instead of overloading the | Daniel Hartmeier | |
'memory' one, which helps debugging. Alters the kernel/userland ABI, rebuild pfctl and tcpdump. ok henning@ | |||
2005-01-29 | some knf and space killing, no binary change. | Hans-Joerg Hoexer | |
2005-01-29 | Handle some pointers more carefully. From pat@ some while ago. | Hans-Joerg Hoexer | |
ok ho@ | |||
2005-01-29 | adjust comment, open_dev_crypto() returns -1 on error. | Hans-Joerg Hoexer | |
ok markus@ | |||
2005-01-29 | Fix memory leak when supersede_lease() fails and it is a DHCPACK | Todd C. Miller | |
or a dynamic BOOTREPLY offer. OK claudio@ | |||
2005-01-29 | apply sizeof() to the appropriate buffer in a strlcpy() call | Jean-Francois Brousseau | |
spotted by Andrey Matveev (andrushock at korovino dot net) | |||
2005-01-29 | add manpages for asc and ncrscsi/sbc drivers | Martin Reindl | |
help and ok nick@, jmc@ | |||
2005-01-29 | kernel can be gzipped on the MacOS side | Martin Reindl | |
help from miod@, ok jmc@ | |||
2005-01-29 | Check the carpdev link state when we attach to it, makes a firewall | Ryan 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-29 | Correctly spell Sitecom and hypenate product name for | Jonathan Gray | |
Sitecom LN-029. | |||
2005-01-29 | Sync device list with axe(4). | Jonathan Gray | |
2005-01-29 | List more supported devices. | Jonathan Gray | |
2005-01-29 | Use commonly used options for mdoc list macro when listing devices. | Jonathan Gray | |
Alphabetically sort device listing. | |||
2005-01-29 | Alphabetically sort supported device list. | Jonathan Gray | |
2005-01-29 | correct .Rs references; | Jason McIntyre | |
2005-01-29 | quote %T and %B to prevent madness; | Jason McIntyre | |
2005-01-28 | document cvsintro(7); | Jason McIntyre | |
2005-01-28 | - give cvs commands a standard options list | Jason McIntyre | |
- document cvsintro(7) - a few other tweaks ok xsa@ joris vink jfb@ | |||
2005-01-28 | debug print should not be enabled. | Dale Rahn | |
2005-01-28 | make RTS follow DTS when CRTSCTS is off, like com(4) and pccom(4); tested | Damien Miller | |
hshoexer@ henning@; ok henning@ | |||
2005-01-28 | Restore asserting DTR by default, lost when cuaU* support was added; | Damien Miller | |
tested hshoexer@ henning@, ok henning@ | |||
2005-01-28 | fix merge errors from r1.18; tested hshoexer & henning; ok henning@ dlg@ | Damien Miller | |
2005-01-28 | Grab 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-28 | match gcc3 logic from bsd.own.mk and add a target_arch generation for arm | Michael Shalayeff | |
2005-01-28 | sync | Dan Harnett | |
2005-01-28 | use Add() consistently and make sure we use decimal numbers for addition | Dan Harnett | |
in the case of ugen devices. suggestions and ok todd@ | |||
2005-01-28 | change start and end comment sequences (not used) to allow shell | Dan Harnett | |
parameter substitution. ok todd@ | |||
2005-01-28 | Get flags passed down to PHY drivers correctly. This was done on | Brad 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-28 | wording; | Jason McIntyre | |
ok markus@ | |||
2005-01-28 | tweaks; | Jason McIntyre | |
2005-01-28 | tweaks; | Jason McIntyre | |
2005-01-28 | Change my email address to the OpenBSD one since Ericsson has nothing to | Esben Norby | |
do with this software, just happend to be my only valid email address at the time. | |||
2005-01-28 | More spaces. | Esben Norby | |
2005-01-28 | spaces | Esben Norby | |
2005-01-28 | add messages for syntax errors that caused silent failure before. | Daniel Hartmeier | |
found by Peter Fraser, ok henning@ | |||
2005-01-28 | Change my email address to the OpenBSD one since Ericsson has nothing to | Esben Norby | |
do with this software, just happend to be my only valid email address at the time. | |||
2005-01-28 | LOGIN_SETALL did not include LOGIN_SETENV as it should. | Todd C. Miller | |
2005-01-28 | Add 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-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@ |