Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-17 | Do not use KERNBASE when VM_MIN_KERNEL_ADDRESS or VM_MAXUSER_ADDRESS are | Miod 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, which | Miod Vallat | |
turns to be a no-op. - Check for nwindows < 8 for SUN4C kernels as well. From NetBSD. | |||
2005-04-17 | sync | Theo de Raadt | |
2005-04-17 | sort usb section | Theo de Raadt | |
2005-04-17 | tabs not spaces | Michael Shalayeff | |
2005-04-17 | and don't try to free a null set either | Henning Brauer | |
2005-04-17 | fix null pointer deref on filter rules without set part | Henning Brauer | |
problem reported by "Alexey E. Suslikov" <cruel@texnika.com.ua> | |||
2005-04-17 | Timeouts are not ran at splhigh anymore so we don't need splimp. | Marco Peereboom | |
Inspired by beck@, ok mickey@ | |||
2005-04-17 | spacing | Theo de Raadt | |
2005-04-17 | use correct functions names in warn() | Hans-Joerg Hoexer | |
ok deraadt millert | |||
2005-04-17 | temporarly remove 802.11a channels from the set of supported channels until | Damien 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-17 | don't disassociate on SIOCSIFADDR if the interface is already up and running. | Damien Bergamini | |
2005-04-17 | all the supported devices on the zaurus are now documented. | David Gwynne | |
ok jmc@ | |||
2005-04-17 | we have a manpage for zts now | David Gwynne | |
ok jmc@ | |||
2005-04-17 | document effects of net.inet.ip.forwarding=2, and refer to related | Jason McIntyre | |
sysctls in sysctl(3); pointed out by msf@ | |||
2005-04-17 | i always forget this bit | David Gwynne | |
2005-04-17 | document the touchscreen | David Gwynne | |
ok jmc@ | |||
2005-04-17 | merge/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-17 | no need to explicitly bring `enc0' up; | Jason McIntyre | |
ok hshoexer@ | |||
2005-04-17 | add hostapd(8) to SEE ALSO; | Jason McIntyre | |
2005-04-17 | sort options + sync usage(); | Jason McIntyre | |
2005-04-17 | add zaudio and the multitude of other devices that should be listed on this | David Gwynne | |
page. push by, fixes by and ok jmc@ | |||
2005-04-17 | remove amd64 special casing. | Brad Smith | |
ok kettenis@ | |||
2005-04-17 | regen | Jonathan Gray | |
2005-04-17 | Add some common ids for unsupported wireless chipsets. | Jonathan Gray | |
2005-04-17 | do {} while (0) wrapper for the debug printf macros | David Gwynne | |
2005-04-17 | duh, make sure we're testing what we thing we are. still not exactly | Ted Unangst | |
the best test around. | |||
2005-04-17 | make sure user address is in user space in copyinstr. ok weingart@ | Ted Unangst | |
2005-04-17 | regen | Jonathan Gray | |
2005-04-17 | Radeon 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-17 | make sure round_blocksize does not produce 0 after alignment | Christopher Pascoe | |
2005-04-17 | fix snprintf abuse, partly from, and ok deraadt@ | Bob Beck | |
2005-04-16 | Remove regs and fpregs pseudo-files from procfs. | Mark Kettenis | |
ok deraadt@, miod@ | |||
2005-04-16 | do not provide round_buffer if not needed unless explained why in comments | Michael Shalayeff | |
2005-04-16 | round -- not truncate the buffer size | Michael Shalayeff | |
2005-04-16 | Static routes are flagged with F_STATIC and not with F_KERNEL. | Claudio Jeker | |
2005-04-16 | Set F_STATIC flag earlier else the default route will end up as non-static. | Claudio Jeker | |
2005-04-16 | thought i had committed that earlier;snprintf return value check; joris ok | Xavier Santolaria | |
2005-04-16 | make sure we send the correct stuff for newly added files that | Joris Vink | |
are not commited yet. | |||
2005-04-16 | more snprintf return value check; joris ok | Xavier Santolaria | |
2005-04-16 | Simplify 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-16 | use snprintf to avoid crossing the overflow point; ok otto | Theo de Raadt | |
2005-04-16 | Format string cleanup. OK millert, henning, claudio | Chad Loder | |
2005-04-16 | snprintf return value check; joris ok | Xavier Santolaria | |
2005-04-16 | amd64 canonicalization | Mark Kettenis | |
ok pvalchev@, fine deraadt@ | |||
2005-04-16 | change usbd_printBCD() to return number of bytes really placed or 0, not | Theo de Raadt | |
snprintf() style semantics [which people fail to grok]; ok otto | |||
2005-04-16 | Describe __syscall(2) in all its ugliness. ok jmc@ tom@ millert@ | Otto Moerbeek | |
deraadt@ | |||
2005-04-16 | Since the return value from the *_info functions is only actually used as a | Todd C. Miller | |
boolean, make it so. OK deraadt@ | |||
2005-04-16 | snprintf return value check; joris ok | Xavier Santolaria | |
2005-04-16 | missing cvs_ent_free(); joris ok | Xavier Santolaria | |