Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-02 | do not always delay log initialization, when no configuration file is | Pierre-Yves Ritschard | |
present, which is the most common use of rtadvd, it would otherwise always print messages to the console though the situation is valid. this fixes a regression introduced with the new logging code. ok rainer@, todd@, fgsch@ | |||
2008-05-02 | sync | Theo de Raadt | |
2008-05-01 | correct attach messages | Theo de Raadt | |
2008-05-01 | In the main loop, do not call wait() if there is no child process yet; | Miod Vallat | |
misinterpreting the ``returned'' status could lead to segfauts, as reported by ``Filth'' (hygdrasil, gmail dot com) ok deraadt@ | |||
2008-05-01 | Be carefull not to read away the target entry when encountering | Otto Moerbeek | |
deleted files after a seekdir(); testcase produced by mbalmer@; fix with and ok mbalmer; ok millert@ | |||
2008-05-01 | .Xr memc(4) | Xavier Santolaria | |
2008-05-01 | memc(4) bits. OK drahn@. | Xavier Santolaria | |
2008-05-01 | Sync hpux_sendsig() behaviour with native sendsig(): let malloc fail and | Miod Vallat | |
sigexit the process in this case. | |||
2008-05-01 | regen | Miod Vallat | |
2008-05-01 | The built-in frame buffer in models 362 and 382 actually comes in different | Miod Vallat | |
flavours. Add another frame buffer ID to recognize it, so that it gets skipped correctly. I am quite sure it has an SGC PROM in addition to the DIO PROM, but I don't have the hardware to check... | |||
2008-05-01 | Don't forget to bus_space_unmap() after probing for a com chip. | Miod Vallat | |
2008-05-01 | spl0() is not your friend, use splx() instead. | Miod Vallat | |
2008-05-01 | Implement a nop IPI to signal other CPUs. | Mark Kettenis | |
ok drahn@ | |||
2008-04-30 | regen | Brad Smith | |
2008-04-30 | Add the id for the Marvell 88E3016 10/100 PHY | Brad Smith | |
2008-04-30 | regen | Brad Smith | |
2008-04-30 | Add E1000 PCI ids for another ICH9 variant, ICH10's and 82574L. | Brad Smith | |
2008-04-30 | * add xetcXX.tgz support to sysmerge and handle binary files | Antoine Jacoutot | |
* update man page accordingly * several cleanups in the process: - smaller sendmail configuration files diff check - remove a condition that would always evaluate to true - define AUTOMODE to a value we can reuse later - tell user when installing a file automatically - better check for src directory validity - remove full PATH to some commands to be consistent testing from several man pages bits ok jmc@ "go ahead" jasper@, ok sthen@ pyr@ | |||
2008-04-30 | Spacing. | Mark Kettenis | |
2008-04-30 | don't stop both play and record in envy_halt_input() ad envy_halt_output() | Alexandre Ratchov | |
ok jakemsr@ | |||
2008-04-30 | Fix typo in last commit. | Mark Kettenis | |
2008-04-30 | Initialize randseed to 1. | Mark Kettenis | |
2008-04-30 | add two missing prototypes. | Federico G. Schwindt | |
2008-04-30 | fix serial console handling on amd64. currently only glass console ever | David Gwynne | |
works, even if the boot loader is configured to use serial console. after the changes jsing and i made, the initial probe of the serial port was failing since the default base addres for the port is invalid. cos of that the kernel would only ever consider the glass console for use. this fixes it by reprobing the serial port if we get any config for it from the boot loader. advice on aesthetics from miod@ advice and ok from kettenis@ | |||
2008-04-30 | Correct MPLS output of route -n show. | Esben Norby | |
ok claudio@ | |||
2008-04-30 | default to rsa (protocol 2) keys, instead of rsa1 keys; spotted by | Damien Miller | |
larsnooden AT openoffice.org | |||
2008-04-30 | Drop all MPLS packets when MPLS is not enabled. | Esben Norby | |
Discussed with claudio@ dlg@ laurent@ Remember to enable MPLS vith sysctl(8). sysctl -w net.mpls.enable=1 ok claudio@ dlg@ laurent@ | |||
2008-04-29 | Remove duplicate psignal(3) and sys_siglist definitions. signal.h | Kurt Miller | |
is the correct place for them and nothing gets them from here in base/xenocara/ports. no objection millert@ okay kettenis@ | |||
2008-04-29 | Make sure sys_signame and sys_siglist are wrapped in __BEGIN_DECLS. | Mark Kettenis | |
Needed to tell pedantic C++ compilers these symbols have 'C' linkage. ok kurt@ | |||
2008-04-29 | Attempt to locate an ELF header and symbol table directly after the kernel. | Joel Sing | |
If it exists assume that the boot loader has provided a pointer to the end of the symbol table. If it does not exist fall back to the previous behaviour and expect that pointers to the symbol table have been provided directly after the kernel. ok miod@ | |||
2008-04-29 | Change sis_chip_map() to use pci_find_device() as the original | Jonathan Gray | |
NetBSD code it was based on did/does, now we have it. This makes detecting sis 96x work properly without having to do silly things like adding host bridges in the list. Of course we wouldn't be in this mess in the first place if sis designed their chips properly instead of reusing the same pci id. Add 964/965 devices while here. Tested by todd@ on a machine with 965. | |||
2008-04-29 | garbage collect two unused fields in struct mm_master; ok markus@ | Otto Moerbeek | |
2008-04-29 | sync | Theo de Raadt | |
2008-04-29 | simplify a sentence; | Jason McIntyre | |
2008-04-29 | enable km(4); ok deraadt | Constantine A. Murenin | |
2008-04-29 | km(4) manual page | Constantine A. Murenin | |
2008-04-29 | New km(4) driver for AMD Family 10h Processors (Phenom, Opteron Barcelona etc); | Constantine A. Murenin | |
ok deraadt | |||
2008-04-29 | remove noise, (debug print). | Dale Rahn | |
2008-04-29 | PIR is not defined to be a writable register, do not use it. | Dale Rahn | |
2008-04-29 | Spin up secondary CPUs on more systems. | Dale Rahn | |
2008-04-29 | spillstk and ddbstk need to be per cpu. Found by kettenis@ | Dale Rahn | |
2008-04-28 | Convert IPL_TTY into IPL_SOFTTTY when establishing soft interruptsi, like we | Mark Kettenis | |
do on other platforms. | |||
2008-04-28 | Do not alter mode parameter in vesafb_set_mode(), since we might ask for a | Miod Vallat | |
non-linear-graphics mode; found the hard way by Yusuke Baba (babayaga1 , y8 dot dion dot ne dot jp), thanks for the report. | |||
2008-04-28 | Rename IPL_SOFTSERIAL to IPL_SOFTTTY. Sprinkle some KNF while I'm there. | Mark Kettenis | |
2008-04-28 | Rename IPL_SOFTSERIAL to IPL_SOFTTY and rename the associated symbols. | Mark Kettenis | |
Remove IPL_SERIAL since it is unused. ok krw@, weingart@, deraadt@ | |||
2008-04-28 | Teach sysctl about mpls. | Esben Norby | |
Claudio did all the code, I'm just comitting it... ok claudio@ laurent@ dlg@ | |||
2008-04-28 | It is now possible to enter static MPLS routes into the kernel. | Esben Norby | |
It is still not possible to set the desired opration for an entry. ok claudio@ laurent@ dlg@ | |||
2008-04-28 | Add the ATI SB700 and NVIDIA MCP7B chipsets. | Brad Smith | |
2008-04-28 | Sync PCI ids. | Brad Smith | |
2008-04-28 | regen | Brad Smith | |