Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-21 | missing 's'. | Alexandre Anriot | |
ok miod@ | |||
2005-11-21 | add 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-21 | regen | Brad Smith | |
2005-11-21 | I forgot the 82801E LPC controller id in the last commit. | Brad Smith | |
2005-11-21 | normalise the values read off the hw for the voltages | David Gwynne | |
2005-11-21 | hook the esm manpage up | David Gwynne | |
2005-11-21 | spacing | Theo de Raadt | |
2005-11-21 | Fix copyrights. | Marco Peereboom | |
ok jordan@ dlg@ | |||
2005-11-21 | contorl -> control | Miod Vallat | |
2005-11-21 | a basic manpage for the embedded server management (esm) driver. | David Gwynne | |
looks ok jmc@ | |||
2005-11-21 | no need for .Pp before .Sh | Jason McIntyre | |
2005-11-21 | missing selinfo changeover | Theo de Raadt | |
2005-11-21 | sync | Theo de Raadt | |
2005-11-21 | document `-xsuffixes'; | Xavier Santolaria | |
2005-11-21 | kill kill kill unused stuff; ok kjell | Theo de Raadt | |
2005-11-21 | Place in public domain | Chad Loder | |
2005-11-21 | Print both "from" and "to" types in type conversion warnings. Idea from | Chad Loder | |
NetBSD. OK deraadt, millert | |||
2005-11-21 | Basic regress framework for xlint. Not hooked up yet. | Chad Loder | |
OK deraadt, input from millert | |||
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd 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-21 | Add ESM support glue but keep it disabled for now. | Jordan Hargrave | |
ok dlg@ marco@ | |||
2005-11-21 | Add support for ESM (Embedded Server Management) for Dell PowerEdge servers. | Jordan Hargrave | |
Lot's of work by dlg@ ok marco@ | |||
2005-11-21 | enable `-xsuffixes' support as it has been added a few days ago | Xavier Santolaria | |
in rcs_statfile(); niallo ok | |||
2005-11-21 | Make the rc files in / be copies of the ones given by default to root in | Bob 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-21 | fix .Nm; | Jason McIntyre | |
2005-11-21 | add EXAMPLES section; jmc niallo ok | Xavier 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 messages | Xavier Santolaria | |
- minor knf niallo ok | |||
2005-11-21 | Accept and pass through -b option for fsck_ffs and fsck_ext2fs | Todd C. Miller | |
OK mickey@ | |||
2005-11-21 | some wacky indentation fixens | Michael Shalayeff | |
2005-11-21 | add EXAMPLES section; jmc niallo ok | Xavier Santolaria | |
2005-11-21 | rename the sensor globals to names that are not obvious to avoid | David 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-21 | tweaks; | Xavier Santolaria | |
2005-11-21 | Cut m68k over to inf-ptrace.c, making fork following work. | Mark Kettenis | |
2005-11-21 | Fix memory leaks. From Andrey Matveev <evol at online dot ptt dot ru>, | Hans-Joerg Hoexer | |
thanks! | |||
2005-11-21 | Perform Kerberos calls even for invalid users to prevent leaking information | Darren Tucker | |
about account validity. bz #975, patch originally from Senthil Kumar, sanity checked by Simon Wilkinson, tested by djm@, biorn@, ok markus@ | |||
2005-11-21 | add EXAMPLES section; input+ok jmc, niallo ok | Xavier Santolaria | |
2005-11-21 | fix up the copyright date on these pages. the ipmi.4 change is ok by marco@ | David Gwynne | |
2005-11-21 | regen | Brad Smith | |
2005-11-21 | add some new Intel chipset LPC controller ids. | Brad Smith | |
2005-11-21 | Replace default DEV_BSIZE sector conversion factor with disklabel's | Kenneth 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-21 | sync | Theo de Raadt | |
2005-11-21 | Fix a crash in ptmioctl() in the error path when the master has | Todd 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-20 | Un-revert backout to 20051009 and add patches from Martin Bouyer to | Kenneth 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-20 | Add patch from Martin Bouyer to fix NetBSD PR #31990. Will generate | Kenneth R Westerback | |
microcode that (in concert with fixes to ic/siop*) fixes problems found by miod@, martin@, otto@, on some drives. | |||
2005-11-20 | Complete overhaul of the single-stepping ddb code, close in spirit to the | Miod Vallat | |
ptrace single-stepping changes of a few months ago; simpler and smaller than the (previously used) MI fallback implementation on 88100. | |||
2005-11-20 | Remove unused ddb_nmi_trap(). | Miod Vallat | |
2005-11-20 | Factorize control register description array selection. | Miod Vallat | |
2005-11-20 | Use ANSI function declarations and deregister, no binary change | Pedro Martelletto | |
2005-11-20 | Dac3550a -> Daca | Brad Smith | |
2005-11-20 | mention the chipset. | Brad Smith | |