summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-01If the last name field looks like a description rather than an alias (if itNicholas Marriott
2009-11-01Move IS[12]BYTEMSG and ISEXTMSG defines to a common place.Federico G. Schwindt
2009-11-01fix a couple log_info()s,Gilles Chehade
2009-11-01Remove bogus #define __HAVE_GENERIC_SOFT_INTERRUPTS. No code change.Mark Kettenis
2009-11-01add new mirrorStuart Henderson
2009-11-01Call selwakeup()/KNOTE() even if the queue has emptied completely.Nicholas Marriott
2009-11-01kqueue support for midi(4).Nicholas Marriott
2009-11-01Use a local numeric label to branch to the start of the function, instead ofMiod Vallat
2009-11-01Looks like I forgot to add files again. These are the most important filesMiod Vallat
2009-11-01remove unused variableCharles Longeau
2009-11-01Driver for the sgi IOC3 onboard Ethernet interface. Tested on Octane only soMiod Vallat
2009-11-01Missing setenv/showenv aliases.Nicholas Marriott
2009-11-01call powerhook_disestablish() and pci_intr_disestablish() earlier.Damien Bergamini
2009-11-01- fix rx chain mask in scan commandDamien Bergamini
2009-11-01Initialize "len" before using it in accept(2).Michele Marchetto
2009-11-01add support for the ati sb900^Whudson2 chips.David Gwynne
2009-11-01Two minor bug fixes rotting in my tree:Ingo Schwarze
2009-10-31A chunk from my WIP bootblocks tree went in by mistake in previous commit;Miod Vallat
2009-10-31Establish a shutdown hook to disable the watchdog timer to prevent watchdogMark Kettenis
2009-10-31Make sure we don't insert and entry into the list of pending commends twice.Mark Kettenis
2009-10-31in the absense of link state handling, drivers should still be silent; ok miodTheo de Raadt
2009-10-31KNOTE() after selwakeup(); ok miodTheo de Raadt
2009-10-31s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz).Igor Sobrado
2009-10-31Do not override AS and LD, to be cross compilation friendly; noticed by syuu@Miod Vallat
2009-10-31s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz).Igor Sobrado
2009-10-31Use suser when possible. Suggested by miod@.Federico G. Schwindt
2009-10-31reorder operations in detach(), call powerhook_disestablish() earlier,Damien Bergamini
2009-10-31tweak the description for iop(4) again, this one was the diffIgor Sobrado
2009-10-31Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()Theo de Raadt
2009-10-31If the nmea(4) or endrun(4) timing disciplines are selected ignore statusChris Kuethe
2009-10-31Make sure the descriptor is writable for some operations.Federico G. Schwindt
2009-10-31Blinkenlichten on Octane.Miod Vallat
2009-10-30missing \n in log() message.Damien Bergamini
2009-10-30when used with incorrect flags, zzz(8) should call zzusage(void)Igor Sobrado
2009-10-30correct interrupt status bits; patfbsd@davenulle.orgTheo de Raadt
2009-10-30KNOTE() after selwakeup()Theo de Raadt
2009-10-30pipeclose() calls pileseltimeout() which does the KNOTE(); therefore callingTheo de Raadt
2009-10-30The script that generates keywords.h wasn't updated whenJonathan Gray
2009-10-30Add missing KNOTE() calls after selwakeup() in ptcread() (to wake up writersNicholas Marriott
2009-10-30Don't do a double free, sys_getsockopt() will take care of freeing theClaudio Jeker
2009-10-30Routers with "transparent-as yes" set should behave more like iBGP ones.Claudio Jeker
2009-10-30stop using kqueue.Theo de Raadt
2009-10-30Support IP30 secondary cpu bootup. ok miod@Takuya ASADA
2009-10-30typo from dholland@netbsd (-r1.38);Jason McIntyre
2009-10-29synchronize pci(4) and iop(4) descriptions.Igor Sobrado
2009-10-29.Nd macro arguments are usually lower case.Igor Sobrado
2009-10-29synchronize entries in pci(4) with .Nd macros in manual pages.Igor Sobrado
2009-10-29it is possible specifying more than one printer concurrently; useIgor Sobrado
2009-10-29do not discard the first character of the command after the -q optionMarkus Friedl
2009-10-29When probing devices at boot, compare against the full device driver nameJoel Sing