summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-18- add -q to synopsisJason McIntyre
2010-02-18We need to set SO_REUSEADDR before doing the bind() of the tcp socket.Claudio Jeker
2010-02-18fix a few capitalizations of QLogic.Igor Sobrado
2010-02-18improve startup messages displayed by isp(4) in such a way entriesIgor Sobrado
2010-02-18built minirootOtto Moerbeek
2010-02-18Remove some debug messages that are too verbose and no longer needed.Claudio Jeker
2010-02-18Close a fd leak when opening the tcp connection to the neighbor.Claudio Jeker
2010-02-18fsck_ext2fs is not reliable on small filesystems, so remove -f for nowOtto Moerbeek
2010-02-18Add -q flag for compatiblity with newfs as requested by miod@Otto Moerbeek
2010-02-18syncOtto Moerbeek
2010-02-18sync to release 1.9.15:Ingo Schwarze
2010-02-17The .TP man(7) macro requires text on the following line, to be used asIngo Schwarze
2010-02-17regression test for .Xr argument handling;Ingo Schwarze
2010-02-17Make sure we claim the interrupt as ours if the time out bit is set in theMark Kettenis
2010-02-17Forgot to bump version number in comments; from Seth Wright via jmc@, thanks.Miod Vallat
2010-02-17Make next-word stop at beginning of word even if it is at the start of theNicholas Marriott
2010-02-17If PMON has loaded an initrd binary, and this binary looks like a validMiod Vallat
2010-02-17Add some instructions on how to install on a rb600.Mark Kettenis
2010-02-17Man page additions/improvements, thanks to Robin Lee Powell.Nicholas Marriott
2010-02-17Don't strip add newline if only copying part of wrapped line. Problem spottedNicholas Marriott
2010-02-17loongson has mbr as well; ok miod@ (but he made me promise to makeOtto Moerbeek
2010-02-17descend into mbr; ok miod@Otto Moerbeek
2010-02-17proto mbr for loongsonOtto Moerbeek
2010-02-17Install bootloader.Mark Kettenis
2010-02-17Pick up the bits from /usr/mdec that we need to install.Mark Kettenis
2010-02-17Split boot/Makefile in case we need to build several boot.${VENDOR} compiledMiod Vallat
2010-02-17local ext2fs_bswap.c instead of groping in the sys/ufs/ext2fs treeOtto Moerbeek
2010-02-17handle -t for when being called by newfsOtto Moerbeek
2010-02-17Do not always create a new node when a beacon or a probe responseDamien Bergamini
2010-02-17read calibration version from ROM and set IWN_GP_DRIVER_CALIB_VER6Damien Bergamini
2010-02-17syncMiod Vallat
2010-02-17Build and install the boot blocks, and put it as part of the snapshots files.Miod Vallat
2010-02-17Add serial port (for the Fuloong)Miod Vallat
2010-02-17Put /sbin/kbd on the ramdisk, as Gdium may have non-US keyboards.Miod Vallat
2010-02-17in map_stdio_get() use strdup on the right buffer, not on a pointer thatGilles Chehade
2010-02-17erf, previous fix to lka crash was still using the wrong define ...Gilles Chehade
2010-02-17- prevent "anti-memory" from showing up, this makes systems with 2GB ofJasper Lievisse Adriaanse
2010-02-17KNFPaul Irofti
2010-02-17Always call the shutdown code after returning from event_dispatch().Jonathan Gray
2010-02-17change constant of convert formulra of SHT1X sensor to fitYojiro Uo
2010-02-17the map api becomes backend-agnostic with initial support for db(3) andGilles Chehade
2010-02-17localpart of a struct path may legally exceed MAXLOGNAME, causing lka toGilles Chehade
2010-02-17dont defer broadcast or multicast packets.David Gwynne
2010-02-16Mention bootloader setup, and related PMON caveats.Miod Vallat
2010-02-16Make ldpd less verbose.Michele Marchetto
2010-02-16Move part of the device_register() logic into platform-specific code. AddMiod Vallat
2010-02-16Use printf() in there, not pmon_printf().Miod Vallat
2010-02-16Display the system type on the mainbus0 line as well.Miod Vallat
2010-02-16Actually, both the Gdium and the Lemote PMON reset the USB controllersMiod Vallat
2010-02-16clean this page up;Jason McIntyre