Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-13 | support an include directive; file of course must also be "secure" like | Theo de Raadt | |
the main configuration file; ok henning | |||
2007-10-13 | the iso can be smaller | Theo de Raadt | |
2007-10-13 | install to right place | Theo de Raadt | |
2007-10-13 | make obj in iso | Theo de Raadt | |
2007-10-13 | sync | Theo de Raadt | |
2007-10-13 | Uncomment rule to build bcopy.S, and use that as our bcopy(9) implementation. | Mark Kettenis | |
2007-10-13 | Make this actually work by using the right register numbers. In the conversion | Mark Kettenis | |
from hppa the fact that t1-t4 actually number down from r22-r19 got somehow lost. | |||
2007-10-13 | really correct : printing; ok deraadt@ | Constantine A. Murenin | |
2007-10-13 | Bump firmware version; Adapt to new package mechanism by rebuilding | Marcus Glocker | |
those firmware packages. Solves ``Warning: obsolete construct: @ignore''. | |||
2007-10-13 | avoid errno trashing in signal handler | Theo de Raadt | |
2007-10-13 | Remove alot of dead kerberos code (add sane comments too). | Thordur I. Bjornsson | |
Cleanup and partly redo the way we create the RPC header, by having nfsm_rpchead() do a bit more work. Right now this is pretty RPCAUTH_UNIX centric, but since it is the only auth method we support right now thats fine. Make sure we can never generate a zero xid, thats forbidden by the RFC. Misc cleanup. tested by a few. | |||
2007-10-13 | superceed -> supersede; from Tamas TEVESZ | Jason McIntyre | |
2007-10-13 | we decided numbers used as strings is wrong | Theo de Raadt | |
2007-10-13 | in all these programs using the same pfctl-derived parse.y, re-unify the | Theo de Raadt | |
yylex implementation and the code which interacts with yylex. this also brings the future potential for include support to all of the parsers. in the future please do not silly modifications to one of these files without checking if you are de-unifying the code. checked by developers in all these areas. | |||
2007-10-13 | Add support for BCM5906. | Mark Kettenis | |
ok deraadt@ | |||
2007-10-13 | Unconditionally call the TIOCSTSTAMP ioctl, this way calling nmeaattach(8) | Marc Balmer | |
without the '-t' option can be used to turn of tty timestamping. problem noticed by sthen@, ok sthen, deraadt | |||
2007-10-13 | remove unneeded declarations that shadows existing vars; ok by many. | Federico G. Schwindt | |
2007-10-13 | remove unneeded declarations that shadows existing vars; ok by many. | Federico G. Schwindt | |
2007-10-13 | From ospfd: Funny typo, it is fib not fip so adjust function name. | Claudio Jeker | |
2007-10-13 | Funny typo, it is fib not fip so adjust function name. | Claudio Jeker | |
2007-10-13 | Enable interrupts in secondary processors before invoking cpu_switchto(), | Miod Vallat | |
rather the expecting it to do this for us. | |||
2007-10-13 | It is no longer necessary to fiddle with spl in cpu_idle_{enter,leave} now | Miod Vallat | |
that proc_trampoline has been fixed. | |||
2007-10-13 | Be sure to spl0() in proc_trampoline, so that kernel threads start at IPL_NONE. | Miod Vallat | |
2007-10-13 | There is no need to fiddle with spl in cpu_idle_{enter,leave}, actually. | Miod Vallat | |
2007-10-13 | Remove leftovers art forgot to prune... | Miod Vallat | |
2007-10-13 | Add Yukon-2 PHY powerdown bits. | Mark Kettenis | |
2007-10-13 | sync. | Marc Balmer | |
2007-10-13 | Add two Gude time signal station receivers. | Marc Balmer | |
2007-10-13 | Do not attempt to work on more than SHMMAXPGS pages, makes this run unmodified | Miod Vallat | |
on vax. | |||
2007-10-13 | Fix cpu_exit() comments to be more closer to reality. | Miod Vallat | |
2007-10-13 | Do not splhigh() before invoking sched_exit(), sched_exit() will do it better. | Miod Vallat | |
2007-10-13 | Various typos in comments; Joel Sing | Miod Vallat | |
2007-10-13 | add the AR5416 and AR5418 device IDs (needs some more testing) | Reyk Floeter | |
2007-10-12 | fix typo in _telldir_unlocked function prototype, to avoid warning. | Charles Longeau | |
while there, put all function prototypes in header file. ok kurt@ | |||
2007-10-12 | Fix broken build. Reported by Gregory McGarry on pcc-list. | Stefan Kempf | |
ok otto@ | |||
2007-10-12 | use __progname where needed | Jasper Lievisse Adriaanse | |
ok otto@ | |||
2007-10-12 | From master repo: | Stefan Kempf | |
> Add zero checks when dividing or taking modulo. ok otto@ | |||
2007-10-12 | From master repo: | Stefan Kempf | |
> Document -X flag. ok otto@ | |||
2007-10-12 | fix va_arg in conditional expressions; from ragge@ | Otto Moerbeek | |
2007-10-12 | The newer single chip Atheros wireless chipsets like the AR5424, | Reyk Floeter | |
AR2423 etc. are mostly compatible to the AR5212 but use a different algorithm to set the 2GHz RF channel, that's why they didn't work in OpenBSD. I figured out that the channels were set with an offset, setting channel 11 in the driver caused the hardware to set channel 5 etc. Because I didn't figure out the pattern to fix the algoritm yet, I fixed it in a workaroundish way by defining a small "table" with offsets for the 11b channels to get the right results. For example, if we want to set channel 11 (2462MHz), we add an offset of -30MHz, and feed the result (2432MHz ^= channel 5) into the unmodified AR5212/AR5112 RF setup function. Long description for a commit message, but it needed some time to figure it out. It is still not perfect, needs some more work, and it doesn't work in all cases; but it allows to use newer chipsets in 11b mode restricted to 1 or to 2Mbit/s. 11a mode seems to work without problems so far. | |||
2007-10-12 | Silence some lint(1) warnings | Bret Lambert | |
ok pyr@ | |||
2007-10-12 | Sanitize the output of "show interface detail". | Esben Norby | |
2007-10-12 | Properly format the output of "show interface". | Esben Norby | |
In order to make room for the longer IPv6 addresses in the output, the two collumns nc and ac must go. Neighbor and Adjacent Neighbor Count is still avalable in "show interface detail". ok claudio@ | |||
2007-10-12 | Controller for the recently imported ospf6d(8) daemon. | Esben Norby | |
Currently simple stuff like show interface works. Not yet connected to the builds. ok claudio@ | |||
2007-10-12 | rewrite of constant expression evaluation; taking into account | Otto Moerbeek | |
signed vs unsigned and shortcutting of && and || ok ragge@ | |||
2007-10-12 | regen | Brad Smith | |
2007-10-12 | Add some more Intel em(4) PCI ids. | Brad Smith | |
From FreeBSD ok dlg@ | |||
2007-10-11 | There is no need to support interface em0:<IP> anymore. Remove most of the | Claudio Jeker | |
code the rest will be reused somehow. | |||
2007-10-11 | No need to store the interface mask. An interface represents a link and is | Claudio Jeker | |
only addressed via its link local address. All networks on top of it are handled separately via type 8 Link-LSA. | |||
2007-10-11 | probe for Winbond W83793G; tested by jon.steel@esentire.com; suggestions/ok ↵ | Constantine A. Murenin | |
deraadt@ |