Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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-20 | splimp -> splvm. mbuf allocation here. | Brad Smith | |
ok henning@ | |||
2005-11-20 | add "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-20 | Rename basename() to lbasename() to avoid conflict with basename(3). | Chad Loder | |
2005-11-20 | Fix typos in comments | Chad Loder | |
2005-11-20 | Cut powerpc over to inf-ptrace.c, making fork following work. | Mark Kettenis | |
2005-11-20 | spacing | Theo de Raadt | |
2005-11-20 | KNF. OK kjell, millert | Chad Loder | |
2005-11-20 | Allocate space for profiling data using mmap instead of sbrk. | Todd C. Miller | |
Tested by myself and pedro@ | |||
2005-11-20 | much 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-20 | wording; | Jason McIntyre | |
ok jsg@ | |||
2005-11-20 | add 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-20 | sort SEE ALSO; | Jason McIntyre | |
2005-11-20 | sort SEE ALSO; | Jason McIntyre | |
2005-11-20 | sort SEE ALSO; | Jason McIntyre | |
2005-11-20 | drop trailing whitespace; | Jason McIntyre | |
2005-11-20 | .Sh SECURITY -> .Sh CAVEATS | Jason McIntyre | |
ok camield@ | |||
2005-11-20 | sync this w/ the header file; | Jason McIntyre | |
ok otto@ | |||
2005-11-20 | GRF5101 based hardware should work now. | Jonathan Gray | |
2005-11-20 | Add support for GCT GRF5101 RF transceiver based hardware. Magic numbers | Jonathan 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-20 | rcs_statfile() improvements; initial work from joris + some bits from me; | Xavier Santolaria | |
niallo ok | |||
2005-11-20 | use the right name here. | Brad Smith | |
2005-11-20 | Xr iic/maciic(4) and fix up ki2c(4) a bit. | Brad Smith | |
2005-11-20 | remove Xr to snapper. | Brad Smith | |
2005-11-20 | Xr a bunch of devices. | Brad Smith | |
2005-11-20 | mention pi2c. | Brad Smith | |
2005-11-20 | add pi2c. | Brad Smith | |
2005-11-20 | add a basic pi2c(4) page. | Brad Smith | |
2005-11-20 | Don't bind help to a null function | Kjell Wooding | |
2005-11-20 | Kill the NO_BACKUP #ifdef | Kjell Wooding | |