summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-04-17Do not use KERNBASE when VM_MIN_KERNEL_ADDRESS or VM_MAXUSER_ADDRESS areMiod Vallat
implied; this currently does not change anything (yet). Also, define the I/O space range in <machine/vmparam.h> rather than in <sparc/sparc/vaddrs.h>. ok deraadt@ mickey@
2005-04-17- Speedup CMP_PTE_USER_*4M by commenting out its first instruction, whichMiod Vallat
turns to be a no-op. - Check for nwindows < 8 for SUN4C kernels as well. From NetBSD.
2005-04-17syncTheo de Raadt
2005-04-17sort usb sectionTheo de Raadt
2005-04-17tabs not spacesMichael Shalayeff
2005-04-17and don't try to free a null set eitherHenning Brauer
2005-04-17fix null pointer deref on filter rules without set partHenning Brauer
problem reported by "Alexey E. Suslikov" <cruel@texnika.com.ua>
2005-04-17Timeouts are not ran at splhigh anymore so we don't need splimp.Marco Peereboom
Inspired by beck@, ok mickey@
2005-04-17spacingTheo de Raadt
2005-04-17use correct functions names in warn()Hans-Joerg Hoexer
ok deraadt millert
2005-04-17temporarly remove 802.11a channels from the set of supported channels untilDamien Bergamini
i figure out why the firmware crashes when scanning in the 5.2GHz spectrum. this makes 2915ABG adapters work (b/g only).
2005-04-17don't disassociate on SIOCSIFADDR if the interface is already up and running.Damien Bergamini
2005-04-17all the supported devices on the zaurus are now documented.David Gwynne
ok jmc@
2005-04-17we have a manpage for zts nowDavid Gwynne
ok jmc@
2005-04-17document effects of net.inet.ip.forwarding=2, and refer to relatedJason McIntyre
sysctls in sysctl(3); pointed out by msf@
2005-04-17i always forget this bitDavid Gwynne
2005-04-17document the touchscreenDavid Gwynne
ok jmc@
2005-04-17merge/remove EXAMPLES:Jason McIntyre
previously we were documenting in 2 places how to set up ipsecadm stuff, and in one place isakmpd. this led to inconsistencies and repitition. sanity checks + ok hshoexer@
2005-04-17no need to explicitly bring `enc0' up;Jason McIntyre
ok hshoexer@
2005-04-17add hostapd(8) to SEE ALSO;Jason McIntyre
2005-04-17sort options + sync usage();Jason McIntyre
2005-04-17add zaudio and the multitude of other devices that should be listed on thisDavid Gwynne
page. push by, fixes by and ok jmc@
2005-04-17remove amd64 special casing.Brad Smith
ok kettenis@
2005-04-17regenJonathan Gray
2005-04-17Add some common ids for unsupported wireless chipsets.Jonathan Gray
2005-04-17do {} while (0) wrapper for the debug printf macrosDavid Gwynne
2005-04-17duh, make sure we're testing what we thing we are. still not exactlyTed Unangst
the best test around.
2005-04-17make sure user address is in user space in copyinstr. ok weingart@Ted Unangst
2005-04-17regenJonathan Gray
2005-04-17Radeon 9800 Pro from Jonathan Fromer <jf at daimi.au.dk>Jonathan Gray
GeForce FX Go 5700 in dmesg from Ludo Smissaert <ludo at ludikidee.com> Additional Radeon 9200 from several Mac Mini dmesgs.
2005-04-17make sure round_blocksize does not produce 0 after alignmentChristopher Pascoe
2005-04-17fix snprintf abuse, partly from, and ok deraadt@Bob Beck
2005-04-16Remove regs and fpregs pseudo-files from procfs.Mark Kettenis
ok deraadt@, miod@
2005-04-16do not provide round_buffer if not needed unless explained why in commentsMichael Shalayeff
2005-04-16round -- not truncate the buffer sizeMichael Shalayeff
2005-04-16Static routes are flagged with F_STATIC and not with F_KERNEL.Claudio Jeker
2005-04-16Set F_STATIC flag earlier else the default route will end up as non-static.Claudio Jeker
2005-04-16thought i had committed that earlier;snprintf return value check; joris okXavier Santolaria
2005-04-16make sure we send the correct stuff for newly added files thatJoris Vink
are not commited yet.
2005-04-16more snprintf return value check; joris okXavier Santolaria
2005-04-16Simplify return codes of aspath_asprint().Claudio Jeker
Return -1 on error 0 on success and make sure that in case of an error *ret is set to NULL.
2005-04-16use snprintf to avoid crossing the overflow point; ok ottoTheo de Raadt
2005-04-16Format string cleanup. OK millert, henning, claudioChad Loder
2005-04-16snprintf return value check; joris okXavier Santolaria
2005-04-16amd64 canonicalizationMark Kettenis
ok pvalchev@, fine deraadt@
2005-04-16change usbd_printBCD() to return number of bytes really placed or 0, notTheo de Raadt
snprintf() style semantics [which people fail to grok]; ok otto
2005-04-16Describe __syscall(2) in all its ugliness. ok jmc@ tom@ millert@Otto Moerbeek
deraadt@
2005-04-16Since the return value from the *_info functions is only actually used as aTodd C. Miller
boolean, make it so. OK deraadt@
2005-04-16snprintf return value check; joris okXavier Santolaria
2005-04-16missing cvs_ent_free(); joris okXavier Santolaria