Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-11-02 | correct signature. no change as function is if 0'd. | 1 | -2/+2 | ||
2009-11-01 | Add a flag for jobs that shouldn't be freed after they've died and use it for | 8 | -27/+71 | ||
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 | 1 | -1/+11 | ||
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. | 7 | -31/+11 | ||
Pointed out by miod@. krw@ miod@ ok. | |||||
2009-11-01 | fix a couple log_info()s, | 2 | -4/+4 | ||
from Tim van der Molen <tbvdm@xs4all.nl> | |||||
2009-11-01 | Remove bogus #define __HAVE_GENERIC_SOFT_INTERRUPTS. No code change. | 1 | -4/+1 | ||
2009-11-01 | add new mirror | 1 | -1/+2 | ||
2009-11-01 | Call selwakeup()/KNOTE() even if the queue has emptied completely. | 4 | -12/+12 | ||
ok miod | |||||
2009-11-01 | kqueue support for midi(4). | 3 | -8/+112 | ||
ok ratchov | |||||
2009-11-01 | Use a local numeric label to branch to the start of the function, instead of | 1 | -2/+3 | ||
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 | 2 | -0/+1467 | ||
for the new iec(4) driver. Reminded by brad@ | |||||
2009-11-01 | remove unused variable | 1 | -2/+1 | ||
ok sthen@ | |||||
2009-11-01 | Driver for the sgi IOC3 onboard Ethernet interface. Tested on Octane only so | 11 | -40/+190 | ||
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. | 1 | -2/+4 | ||
2009-11-01 | call powerhook_disestablish() and pci_intr_disestablish() earlier. | 4 | -16/+15 | ||
diff from deraadt@ | |||||
2009-11-01 | - fix rx chain mask in scan command | 2 | -15/+14 | ||
- 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). | 1 | -2/+3 | ||
Found by Christophe Fillot ok claudio@ | |||||
2009-11-01 | add support for the ati sb900^Whudson2 chips. | 2 | -4/+29 | ||
from brad | |||||
2009-11-01 | Two minor bug fixes rotting in my tree: | 1 | -11/+8 | ||
(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; | 1 | -2/+2 | ||
spotted by deraadt@ | |||||
2009-10-31 | Establish a shutdown hook to disable the watchdog timer to prevent watchdog | 1 | -1/+14 | ||
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. | 1 | -1/+10 | ||
2009-10-31 | in the absense of link state handling, drivers should still be silent; ok miod | 4 | -28/+26 | ||
2009-10-31 | KNOTE() after selwakeup(); ok miod | 2 | -2/+4 | ||
2009-10-31 | s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz). | 6 | -13/+13 | ||
2009-10-31 | Do not override AS and LD, to be cross compilation friendly; noticed by syuu@ | 1 | -4/+6 | ||
2009-10-31 | s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz). | 5 | -12/+12 | ||
2009-10-31 | Use suser when possible. Suggested by miod@. | 44 | -91/+91 | ||
miod@ deraadt@ ok. | |||||
2009-10-31 | reorder operations in detach(), call powerhook_disestablish() earlier, | 2 | -20/+16 | ||
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 | 4 | -16/+15 | ||
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() | 46 | -46/+100 | ||
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 | 1 | -1/+2 | ||
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. | 1 | -1/+11 | ||
Pointed out and ok by miod@. | |||||
2009-10-31 | Blinkenlichten on Octane. | 3 | -8/+46 | ||
2009-10-30 | missing \n in log() message. | 1 | -2/+2 | ||
from Jurjen Oskam. | |||||
2009-10-30 | when used with incorrect flags, zzz(8) should call zzusage(void) | 1 | -2/+5 | ||
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 | 1 | -10/+10 | ||
2009-10-30 | KNOTE() after selwakeup() | 2 | -2/+6 | ||
ok ratchov | |||||
2009-10-30 | pipeclose() calls pileseltimeout() which does the KNOTE(); therefore calling | 1 | -2/+1 | ||
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 | 2 | -2/+3 | ||
mplslabel label was added, fix. | |||||
2009-10-30 | Add missing KNOTE() calls after selwakeup() in ptcread() (to wake up writers | 2 | -2/+4 | ||
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 | 1 | -5/+2 | ||
mbuf allocated by the subroutines. OK kettenis@ | |||||
2009-10-30 | Routers with "transparent-as yes" set should behave more like iBGP ones. | 1 | -2/+4 | ||
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. | 1 | -4/+4 | ||
2009-10-30 | Support IP30 secondary cpu bootup. ok miod@ | 8 | -19/+226 | ||
2009-10-30 | typo from dholland@netbsd (-r1.38); | 1 | -1/+1 | ||
2009-10-29 | synchronize pci(4) and iop(4) descriptions. | 2 | -6/+4 | ||
tweaked by jmc@, thanks! | |||||
2009-10-29 | .Nd macro arguments are usually lower case. | 2 | -5/+5 | ||
2009-10-29 | synchronize entries in pci(4) with .Nd macros in manual pages. | 1 | -5/+5 | ||
2009-10-29 | it is possible specifying more than one printer concurrently; use | 2 | -27/+30 | ||
.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@ |