Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-02 | Minor KNF from Brad. No binary change. | Stuart Henderson | |
2009-08-02 | sync | Stuart Henderson | |
2009-08-02 | Add PCIE/KT devices for Intel Q45. From Brad; in datasheet/pciids, | Stuart Henderson | |
PCIE also in Windows inf. | |||
2009-08-02 | List some newer supported hardware, from Brad. | Stuart Henderson | |
2009-08-01 | Use STD*_FILENO instead of 0-2. OK henning@ djm@ gilles@ dhill@ | Todd C. Miller | |
2009-08-01 | Revert previous change which enabled symbol visibility support; appears to | Miod Vallat | |
break some applications in ports in at least amd64 and sparc64. Tracked down by martynas@ and mgrimm@ | |||
2009-08-01 | when receiving characters with the most significant bit set over a session | Gilles Chehade | |
not flagged with F_8BITMIME, clear the bit instead of permanently erroring the whole message. some mta's do not always request 8BITMIME when they are sending messages which are not 8bit clean, this lets us be less strict for them while not violating RFC ourselves. ok jacekm@ | |||
2009-08-01 | Pass the right size of the structure "map" to the ldpd engine. | Michele Marchetto | |
2009-08-01 | Correctly print interface state and neighbor uptime in ldpctl show neighbor. | Michele Marchetto | |
2009-08-01 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok michele@ claudio@ | |||
2009-08-01 | honor non-blocking flag in mio_open_rmidi(), fixes programs | Alexandre Ratchov | |
eating 100% CPU while trying to use blocking i/o. ok jakemsr | |||
2009-08-01 | subnet-number and netmask could be ip addresses only. | Federico G. Schwindt | |
krw@ jmc@ ok | |||
2009-07-31 | remove unused variable definition; unbreaks kernel build. | Stuart Henderson | |
"do it" marco@ | |||
2009-07-31 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok jakemsr@ | |||
2009-07-31 | Allow hotspares to be added to bio devices rather than requiring an sd | Joel Sing | |
device. "Yeah!" marco@ | |||
2009-07-31 | Factor out code for checking if a chunk is already in use. | Joel Sing | |
ok marco@ | |||
2009-07-31 | Reword the split horizon parameters in the configuration file. | Michele Marchetto | |
Now the choioses are: none, simple, poisoned. Also make poisoned reverse the default behaviour. Based on a diff by Eugene Yunak, thanks. ok claudio@ | |||
2009-07-31 | Clean up debug droppings. | Joel Sing | |
ok marco@ | |||
2009-07-31 | raidp is degraded when n - 1 disks are online, not offline. | Joel Sing | |
ok marco@ | |||
2009-07-31 | on error, just call unload() instead of doing all the actions that it | Owain Ainsworth | |
would do manually. sparc64 does a similar thing already. ok kettenis@ | |||
2009-07-31 | phy pages do not need to try and maintain lists of relevant network | Jason McIntyre | |
drivers. these pages were already very inconsistent. ok miod | |||
2009-07-31 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok art@ | |||
2009-07-31 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok jsg@ | |||
2009-07-31 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok jsg@ | |||
2009-07-31 | Pass the ACS border characters through tty_get_acs so they appear correctly on | Nicholas Marriott | |
terminals which don't use the standard set. | |||
2009-07-31 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat | |
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year. | |||
2009-07-31 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat | |
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year. | |||
2009-07-31 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat | |
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year. | |||
2009-07-31 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok mpf@ | |||
2009-07-31 | bioctl.8 should not try to keep track of all devices which can use it; | Jason McIntyre | |
ok marco cnst | |||
2009-07-30 | Make sure the BUS_SPACE_BARRIER_xxx constants are all non-zero and can be | Miod Vallat | |
or'ed together, even on platforms where bus_space_barrier() ignores the barrier argument yet. | |||
2009-07-30 | Get rid of the obsolet BUS_BARRIER_xxx constants for bus_space_barrier(), only | Miod Vallat | |
provide and use BUS_SPACE_BARRIER_xxx. | |||
2009-07-30 | Put the correct value in the I/O BAR for ACX100 cards. | Miod Vallat | |
ok claudio@ | |||
2009-07-30 | Don't leak when rollling buffers off when the paste buffer limit is reached. | Nicholas Marriott | |
2009-07-30 | Plug some memory leaks. | Nicholas Marriott | |
2009-07-30 | Remove unused add_nat() function, ok jcs@ | Stuart Henderson | |
2009-07-30 | timeout_add -> timeout_add_msec + associated cleanup | Bret Lambert | |
ok miod@ | |||
2009-07-30 | +Linksys WUSB54GC v3 | Jason McIntyre | |
ok damien | |||
2009-07-30 | sync | Theo de Raadt | |
2009-07-30 | We enable POOL_DEBUG (except in a release) | Theo de Raadt | |
2009-07-30 | Xr cac(4) && mpi(4); ok marco | Constantine A. Murenin | |
2009-07-30 | Don't babysit people and let them try to load /dev/zero or (more useful) | Nicholas Marriott | |
/dev/null if they want. | |||
2009-07-30 | Remove some dead code found by clang. | Nicholas Marriott | |
2009-07-30 | tweak previous; | Jason McIntyre | |
2009-07-30 | Similar changes for server_msg_dispatch: use a switch instead of a lookup table | Nicholas Marriott | |
and merge smaller functions inline. | |||
2009-07-30 | There aren't many client message types or code to handle them so get rid of the | Nicholas Marriott | |
lookup table and use a switch, merge the tiny handler functions into it, and move the whole lot to client.c. Also change client_msg_dispatch to consume as many messages as possible and move the call to it to the right place so it checks for signals afterwards. Prompted by suggestions from eric@. | |||
2009-07-30 | Tell the server when the client gets SIGTERM so it can clean up the terminal | Nicholas Marriott | |
properly, rather than just exiting. | |||
2009-07-30 | add missing " when printing an error string. ok henning@ | Stuart Henderson | |
2009-07-30 | Disable interrupts when we enter cpu_intr() and enable them again when leaving | Mark Kettenis | |
that function. It seems this function was intended to be called with interrupts disabled but that is not (no longer?) the case. As a result there were some races accessing the list of interrupt handlers and we would leave the function with interrupts disabled if there were any interrupts pending. This could make us end up in the idle loop with interrupts disabled, which would "hang" the machine. Found with help from deraadt@ | |||
2009-07-30 | make sure we only ever try to read out post-op attributes | Thordur I. Bjornsson | |
or wcc data if we have a proper reply. found the hard way by ariane@, tested by ariane@. OK blambert@ |