Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-02 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Claudio Jeker | |
logging. henning, sthen, michele like the idea | |||
2009-11-02 | Implement IMSG_CTL_LOG_VERBOSE to enable or disable debug logging on runtime. | Claudio Jeker | |
It always annoyed me that in case of a problem I had to restart the ospf in forground debug mode and by doing so losing all routes at least twice. OK henning, sthen, michele | |||
2009-11-02 | Double the escape timer (the time after a \033 is received before tmux gives up | Nicholas Marriott | |
waiting to see if it is part of a key sequence and passes it through) to 500 ms, the previous setting was too fast. Suggested by naddy. | |||
2009-11-02 | we have closefrom(2), so use it; ok deraadt@ tedu@ | Otto Moerbeek | |
2009-11-02 | Remove unused member(s) of `struct acpi_softc'. | Mark Kettenis | |
ok deraadt@, krw@, marco@ | |||
2009-11-02 | permit -DMALLOC_STATS to compile again | Todd T. Fries | |
noticed by Jonathan Armani & Fabien Romano ugh+ok otto@ | |||
2009-11-02 | More detailed model list, with a mention of the appropriate kernel. | Miod Vallat | |
2009-11-02 | List phy attachments, and add a few .Xr | Miod Vallat | |
2009-11-02 | Use strtonum instead of atoi, this allows to do basic range checking. | Claudio Jeker | |
While there remove some very old compat code supporting a syntax that no one still knows or uses. OK henning@, deraadt@ | |||
2009-11-02 | A few fixes and improvements: | Miod Vallat | |
- double the number of rx buffers. - copy packets of 104 bytes or less entirely in the tx descriptor, instead of only doing this for packets smaller than an Ethernet header. - correctly disable the rx threshold interrupt. Otherwise, one received frame every 64 would not be handled because we are not using this interrupt. | |||
2009-11-02 | When the iec(4) Ethernet address is unkown, pass ff:ff:ff:ff:ff:ff instead of | Miod Vallat | |
00:00:00:00:00:00, in order to trigger the code which will assign a `feel bad' random address. | |||
2009-11-02 | When matching the session names with -t, look for exact matches first before | Nicholas Marriott | |
trying partial matches. Avoids problems where two ambiguous matches are present before an exact match (eg foo1, foo2, foo would give an error on trying -tfoo), reported by Natacha Port? natbsd at instinctive dot eu. | |||
2009-11-02 | Leftover unused variable :-/. | Nicholas Marriott | |
2009-11-02 | There isn't much point in doing lstat before connect so instead just do connect | Nicholas Marriott | |
and handle ENOENT from it which is a little tidier. | |||
2009-11-02 | Reorder slightly to tidy code. | Nicholas Marriott | |
2009-11-02 | Include the type override definitions and use the correct target | Jonathan Gray | |
information so this works on i386 as well. ok robert@ | |||
2009-11-02 | Add support for ``M-Audio Revolution 5.1'' cards, based on envy24HT. | Alexandre Ratchov | |
From Alexandr Shadchin <ShadchinAV _at_ mail.ru> Thanks! | |||
2009-11-02 | sync | Theo de Raadt | |
2009-11-02 | correct signature. no change as function is if 0'd. | Federico G. Schwindt | |
2009-11-01 | Add a flag for jobs that shouldn't be freed after they've died and use it for | Nicholas Marriott | |
status jobs, then only kill those jobs when status-left, status-right or set-titles-string is changed. Fixes problems with changing options from inside #(). | |||
2009-11-01 | If the last name field looks like a description rather than an alias (if it | Nicholas Marriott | |
contains spaces), ignore it. Knocks a few K off the termcap and terminfo databases and gets rid of some warnings. ok millert | |||
2009-11-01 | Move IS[12]BYTEMSG and ISEXTMSG defines to a common place. | Federico G. Schwindt | |
Pointed out by miod@. krw@ miod@ ok. | |||
2009-11-01 | fix a couple log_info()s, | Gilles Chehade | |
from Tim van der Molen <tbvdm@xs4all.nl> | |||
2009-11-01 | Remove bogus #define __HAVE_GENERIC_SOFT_INTERRUPTS. No code change. | Mark Kettenis | |
2009-11-01 | add new mirror | Stuart Henderson | |
2009-11-01 | Call selwakeup()/KNOTE() even if the queue has emptied completely. | Nicholas Marriott | |
ok miod | |||
2009-11-01 | kqueue support for midi(4). | Nicholas Marriott | |
ok ratchov | |||
2009-11-01 | Use a local numeric label to branch to the start of the function, instead of | Miod Vallat | |
referencing it by name; silences a linker warning; no functional change. | |||
2009-11-01 | Looks like I forgot to add files again. These are the most important files | Miod Vallat | |
for the new iec(4) driver. Reminded by brad@ | |||
2009-11-01 | remove unused variable | Charles Longeau | |
ok sthen@ | |||
2009-11-01 | Driver for the sgi IOC3 onboard Ethernet interface. Tested on Octane only so | Miod Vallat | |
far, and needs help to figure out its Ethernet address on IP35 systems. Heavily derived from mec(4) written by Izumi Tsutsui and Christopher Sekiya, although it required many changes to fit the IOC3 chip. | |||
2009-11-01 | Missing setenv/showenv aliases. | Nicholas Marriott | |
2009-11-01 | call powerhook_disestablish() and pci_intr_disestablish() earlier. | Damien Bergamini | |
diff from deraadt@ | |||
2009-11-01 | - fix rx chain mask in scan command | Damien Bergamini | |
- no Tx IQ calibration for 6000 series - remove a comment about iwlwifi that is no longer true | |||
2009-11-01 | Initialize "len" before using it in accept(2). | Michele Marchetto | |
Found by Christophe Fillot ok claudio@ | |||
2009-11-01 | add support for the ati sb900^Whudson2 chips. | David Gwynne | |
from brad | |||
2009-11-01 | Two minor bug fixes rotting in my tree: | Ingo Schwarze | |
(1) When the second malloc in yp_next fails, do not leak the memory allocated by the first one. Same fix as yp_first.c rev. 1.9. (2) When compiled with YPMATCHCACHE, do not fail the lookup when reserving memory for the cache fails. Instead, just return the correct result without caching it. ok millert@ | |||
2009-10-31 | A chunk from my WIP bootblocks tree went in by mistake in previous commit; | Miod Vallat | |
spotted by deraadt@ | |||
2009-10-31 | Establish a shutdown hook to disable the watchdog timer to prevent watchdog | Mark Kettenis | |
triggers after the kernel has been halted. | |||
2009-10-31 | Make sure we don't insert and entry into the list of pending commends twice. | Mark Kettenis | |
2009-10-31 | in the absense of link state handling, drivers should still be silent; ok miod | Theo de Raadt | |
2009-10-31 | KNOTE() after selwakeup(); ok miod | Theo de Raadt | |
2009-10-31 | s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz). | Igor Sobrado | |
2009-10-31 | Do not override AS and LD, to be cross compilation friendly; noticed by syuu@ | Miod Vallat | |
2009-10-31 | s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz). | Igor Sobrado | |
2009-10-31 | Use suser when possible. Suggested by miod@. | Federico G. Schwindt | |
miod@ deraadt@ ok. | |||
2009-10-31 | reorder operations in detach(), call powerhook_disestablish() earlier, | Damien Bergamini | |
call if_detach() last. no need to splnet() since we are already called at the right ipl. iwn(4) diff from deraadt@ | |||
2009-10-31 | tweak the description for iop(4) again, this one was the diff | Igor Sobrado | |
suggested by jmc@ however i committed a slightly different one by error; s/device driver/device/ in some name description (.Nd) macros; add a missing chip to lmc(4)'s description in pci(4). ok jmc@ | |||
2009-10-31 | Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE() | Theo de Raadt | |
calls can go directly into selwakeup() safely long discussion with nicm, murmers of consent from tedu and miod, noone else seems to care of kqueue is busted as long as it makes their sockets move data fast... pretty sad. | |||
2009-10-31 | If the nmea(4) or endrun(4) timing disciplines are selected ignore status | Chris Kuethe | |
lines; this prevents poll(2) from saying the fd has data to be read, when it only had a status line change. Prevents ldattach from exiting when relaying data to gpsd while being driven by a gps with 1PPS. ok deraadt |