summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2005-11-20- add a datasheet for daca(4)Brad Smith
- add a datasheet for a very similar chipset to onyx(4); From kettenis@
2005-11-20splimp -> splvm. mbuf allocation here.Brad Smith
ok henning@
2005-11-20add "iapp" (port 3517), as used by hostapd(8).Reyk Floeter
the official assignment by the IANA for the IEEE 802.11f Inter Access Point Protocol on port 3517 is 802-11-iapp, we use it as an alias. ok jakob@, deraadt@
2005-11-20#ifdef NO_DIR can go too. From Han Boetes.Kjell Wooding
2005-11-20Rename basename() to lbasename() to avoid conflict with basename(3).Chad Loder
2005-11-20Fix typos in commentsChad Loder
2005-11-20Cut powerpc over to inf-ptrace.c, making fork following work.Mark Kettenis
2005-11-20spacingTheo de Raadt
2005-11-20KNF. OK kjell, millertChad Loder
2005-11-20Allocate space for profiling data using mmap instead of sbrk.Todd C. Miller
Tested by myself and pedro@
2005-11-20much to my horror, it turns out that `\-' and `\(en' are not equivalent,Jason McIntyre
and neither are `--' and `\(em'. this diff reworks the hyphens and dashes section, and is from ray lai; i doubt anyone would believe how many emails we had to exchange to sort this small issue out. jaredy@ ok'd it in a slightly different form;
2005-11-20wording;Jason McIntyre
ok jsg@
2005-11-20add support for multiple hostap (wireless) interfaces.Reyk Floeter
for example, if you run one hostapd with two ath(4) devices. you have to specify "set hostap interface { ath0, ath1 }" in hostapd.conf(5). man page bits by jmc@, tested by others
2005-11-20sort SEE ALSO;Jason McIntyre
2005-11-20sort SEE ALSO;Jason McIntyre
2005-11-20sort SEE ALSO;Jason McIntyre
2005-11-20drop trailing whitespace;Jason McIntyre
2005-11-20.Sh SECURITY -> .Sh CAVEATSJason McIntyre
ok camield@
2005-11-20sync this w/ the header file;Jason McIntyre
ok otto@
2005-11-20GRF5101 based hardware should work now.Jonathan Gray
2005-11-20Add support for GCT GRF5101 RF transceiver based hardware. Magic numbersJonathan Gray
partially derived from rtl8180-sa2400 Linux driver. GCT refuse to release documentation so this is more than likely not as optimal as it could be.
2005-11-20rcs_statfile() improvements; initial work from joris + some bits from me;Xavier Santolaria
niallo ok
2005-11-20use the right name here.Brad Smith
2005-11-20Xr iic/maciic(4) and fix up ki2c(4) a bit.Brad Smith
2005-11-20remove Xr to snapper.Brad Smith
2005-11-20Xr a bunch of devices.Brad Smith
2005-11-20mention pi2c.Brad Smith
2005-11-20add pi2c.Brad Smith
2005-11-20add a basic pi2c(4) page.Brad Smith
2005-11-20Don't bind help to a null functionKjell Wooding
2005-11-20Kill the NO_BACKUP #ifdefKjell Wooding