summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-11-21missing 's'.Alexandre Anriot
ok miod@
2005-11-21add a handful of Intel PCI interrupt routers to the table.Brad Smith
82440MX_ISA, 82801AB_LPC, 82801E_LPC, 82801FBM_LPC, 82801GBM_LPC and 82801GH_LPC ok mickey@ beck@
2005-11-21regenBrad Smith
2005-11-21I forgot the 82801E LPC controller id in the last commit.Brad Smith
2005-11-21normalise the values read off the hw for the voltagesDavid Gwynne
2005-11-21hook the esm manpage upDavid Gwynne
2005-11-21spacingTheo de Raadt
2005-11-21Fix copyrights.Marco Peereboom
ok jordan@ dlg@
2005-11-21contorl -> controlMiod Vallat
2005-11-21a basic manpage for the embedded server management (esm) driver.David Gwynne
looks ok jmc@
2005-11-21no need for .Pp before .ShJason McIntyre
2005-11-21missing selinfo changeoverTheo de Raadt
2005-11-21syncTheo de Raadt
2005-11-21document `-xsuffixes';Xavier Santolaria
2005-11-21kill kill kill unused stuff; ok kjellTheo de Raadt
2005-11-21Place in public domainChad Loder
2005-11-21Print both "from" and "to" types in type conversion warnings. Idea fromChad Loder
NetBSD. OK deraadt, millert
2005-11-21Basic regress framework for xlint. Not hooked up yet.Chad Loder
OK deraadt, input from millert
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
userland-visible sys/select.h. Consistent with what Net and Free do. OK deraadt@, tested with full ports build by naddy@.
2005-11-21Add ESM support glue but keep it disabled for now.Jordan Hargrave
ok dlg@ marco@
2005-11-21Add support for ESM (Embedded Server Management) for Dell PowerEdge servers.Jordan Hargrave
Lot's of work by dlg@ ok marco@
2005-11-21enable `-xsuffixes' support as it has been added a few days agoXavier Santolaria
in rcs_statfile(); niallo ok
2005-11-21Make the rc files in / be copies of the ones given by default to root inBob Beck
/root instead of hard links to them. This way multiuser only changes a user makes to the to the ones in /root do not screw them over for getting into single user easily when the have to. ok millert@
2005-11-21fix .Nm;Jason McIntyre
2005-11-21add EXAMPLES section; jmc niallo okXavier Santolaria
2005-11-21- modularisation; split the two major checkin operations into functions.Niall O'Higgins
- modularisation; split the revert code into checkin_revert() - a few steps closer to rcsfile initialisation, but things need to be fixed in the rcs.c api first (currently we segfault). - add a new checkin_choose_rcsfile() function to decide where the rcsfile should go. - add a special case for ci to rcs_statfile() so that we don't print out an error if the rcsfile doesn't exist.
2005-11-21- print some more informative messagesXavier Santolaria
- minor knf niallo ok
2005-11-21Accept and pass through -b option for fsck_ffs and fsck_ext2fsTodd C. Miller
OK mickey@
2005-11-21some wacky indentation fixensMichael Shalayeff
2005-11-21add EXAMPLES section; jmc niallo okXavier Santolaria
2005-11-21rename the sensor globals to names that are not obvious to avoidDavid Gwynne
collisions with local variable names someone might make. this has bitten me twice now and caused me to lose about 4 hours scratching my head when nsensors just magically corrupts and gets bigger. at least my ram isnt screwed. ok marco@
2005-11-21tweaks;Xavier Santolaria
2005-11-21Cut m68k over to inf-ptrace.c, making fork following work.Mark Kettenis
2005-11-21Fix memory leaks. From Andrey Matveev <evol at online dot ptt dot ru>,Hans-Joerg Hoexer
thanks!
2005-11-21Perform Kerberos calls even for invalid users to prevent leaking informationDarren Tucker
about account validity. bz #975, patch originally from Senthil Kumar, sanity checked by Simon Wilkinson, tested by djm@, biorn@, ok markus@
2005-11-21add EXAMPLES section; input+ok jmc, niallo okXavier Santolaria
2005-11-21fix up the copyright date on these pages. the ipmi.4 change is ok by marco@David Gwynne
2005-11-21regenBrad Smith
2005-11-21add some new Intel chipset LPC controller ids.Brad Smith
2005-11-21Replace default DEV_BSIZE sector conversion factor with disklabel'sKenneth R Westerback
sector size when possible. Fixes the "[ XX Sectors ]" size display. Pointed out by Robert Szasz while playing with his Sony Hi-MD device. Apply input conversion fixes similar to those recently applied to disklabel(8). Use correct sector size in the conversions. It is still *not* possible to use unusual sector sizes for non-ISO9660 filesystems! ok millert@
2005-11-21syncTheo de Raadt
2005-11-21Fix a crash in ptmioctl() in the error path when the master hasTodd C. Miller
been opened but the slave cannot be. We can't do the FILE_SET_MATURE until we are past all possible error paths since it calls FRELE(), resulting in a reference count of 0, which closef() panics on #ifdef DIAGNOSTIC. OK deraadt@
2005-11-20Un-revert backout to 20051009 and add patches from Martin Bouyer toKenneth R Westerback
close NetBSD PR#31990. Fixes interaction with some problematic drives found by miod@, martin@, otto@. Tested martin@ otto@ miod@ ok miod@ mickey@
2005-11-20Add patch from Martin Bouyer to fix NetBSD PR #31990. Will generateKenneth R Westerback
microcode that (in concert with fixes to ic/siop*) fixes problems found by miod@, martin@, otto@, on some drives.
2005-11-20Complete overhaul of the single-stepping ddb code, close in spirit to theMiod Vallat
ptrace single-stepping changes of a few months ago; simpler and smaller than the (previously used) MI fallback implementation on 88100.
2005-11-20Remove unused ddb_nmi_trap().Miod Vallat
2005-11-20Factorize control register description array selection.Miod Vallat
2005-11-20Use ANSI function declarations and deregister, no binary changePedro Martelletto
2005-11-20Dac3550a -> DacaBrad Smith
2005-11-20mention the chipset.Brad Smith