Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2009-10-31 | Make sure the descriptor is writable for some operations. | Federico G. Schwindt | |
Pointed out and ok by miod@. | |||
2009-10-31 | Blinkenlichten on Octane. | Miod Vallat | |
2009-10-30 | missing \n in log() message. | Damien Bergamini | |
from Jurjen Oskam. | |||
2009-10-30 | when used with incorrect flags, zzz(8) should call zzusage(void) | Igor Sobrado | |
instead of usage(void). millert@ suggested checking __progname() against "zzz" to match existing code. ok millert@ | |||
2009-10-30 | correct interrupt status bits; patfbsd@davenulle.org | Theo de Raadt | |
2009-10-30 | KNOTE() after selwakeup() | Theo de Raadt | |
ok ratchov | |||
2009-10-30 | pipeclose() calls pileseltimeout() which does the KNOTE(); therefore calling | Theo de Raadt | |
KNOTE() a second time is not needed (and perhaps bad) ok claudio millert | |||
2009-10-30 | The script that generates keywords.h wasn't updated when | Jonathan Gray | |
mplslabel label was added, fix. | |||
2009-10-30 | Add missing KNOTE() calls after selwakeup() in ptcread() (to wake up writers | Nicholas Marriott | |
after the master side of the pty has finished reading) and in ttyflush(). ok tedu millert | |||
2009-10-30 | Don't do a double free, sys_getsockopt() will take care of freeing the | Claudio Jeker | |
mbuf allocated by the subroutines. OK kettenis@ | |||
2009-10-30 | Routers with "transparent-as yes" set should behave more like iBGP ones. | Claudio Jeker | |
In this case export the MED to all peers no matter what. It is no longer needed to do the set med +0 hack. OK henning@ | |||
2009-10-30 | stop using kqueue. | Theo de Raadt | |
2009-10-30 | Support IP30 secondary cpu bootup. ok miod@ | Takuya ASADA | |
2009-10-30 | typo from dholland@netbsd (-r1.38); | Jason McIntyre | |
2009-10-29 | synchronize pci(4) and iop(4) descriptions. | Igor Sobrado | |
tweaked by jmc@, thanks! | |||
2009-10-29 | .Nd macro arguments are usually lower case. | Igor Sobrado | |
2009-10-29 | synchronize entries in pci(4) with .Nd macros in manual pages. | Igor Sobrado | |
2009-10-29 | it is possible specifying more than one printer concurrently; use | Igor Sobrado | |
.Op macros for options instead of hardcoding brackets; remove a few superfluous .Ar macros before ellipsis; "usage:" is lower case; while here, apply some spacing tweaks. tweaked by jmc@ for a synopsis with too many arguments. ok jmc@ | |||
2009-10-29 | do not discard the first character of the command after the -q option | Markus Friedl | |
ok millert@ | |||
2009-10-29 | When probing devices at boot, compare against the full device driver name | Joel Sing | |
rather than the start of the device name. Also, be inclusive with devices probed rather than exclusive - this means we now only look for RAID partitions on sd(4) and wd(4) devices. prodded by deraadt@ ok marco@ deraadt@ | |||
2009-10-29 | add isp(4), but disable it since on most machines the pci bus is earlier | Theo de Raadt | |
than the root disk... annoying. | |||
2009-10-29 | various fixes from netbsd -r1.35 and -r1.36 (snj@netbsd) | Jason McIntyre | |
2009-10-29 | I missed updating a line for the AF_INET6 route case when | Jonathan Gray | |
splitting things out into a seperate pool. Problem noticed and fix tested by sthen@ ok claudio@ | |||
2009-10-29 | Missing ;. From eric@ ages ago. | Nicholas Marriott | |
2009-10-29 | Make sure the descriptor is writable for some operations. Pointed by miod@. | Federico G. Schwindt | |
While I'm here make this compile again. miod@ ok. | |||
2009-10-29 | iha(4), just like on GENERIC; from brad | Theo de Raadt | |
2009-10-28 | a few leftovers from yesterday's SCCS/RCS-ID removal; | Ingo Schwarze | |
survived a full make build on i386; "sure" deraadt@ | |||
2009-10-28 | LOMlite seems to get wedged from time to time; add some code to unwedge it. | Mark Kettenis | |
2009-10-28 | If any client currently displaying a window pane has more than 1 KB of output | Nicholas Marriott | |
buffered, don't accept any further data from the process running in the pane. This makes tmux much more responsive when flooded with output, although other buffers can still have an impact when running remotely. Prompted by a query from Ranganathan Sankaralingam. |