summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-04-18syncTheo de Raadt
2005-04-18beautify the code by renaming HAL functions with capitalized words (iReyk Floeter
2005-04-18Correctly link on static arches.Miod Vallat
2005-04-18snprintf() return value handling. ok cloder@ henning@Moritz Jodeit
2005-04-18rm libcurses++Todd C. Miller
2005-04-18remove libcurses++Todd C. Miller
2005-04-18Remove libcurses++, it contains GPL'd code (cursesw.cc) and nothing uses it.Todd C. Miller
2005-04-18correctness: only account for offset after settime in next and deadlineHenning Brauer
2005-04-18fix a potential use after free and plug some memory leaks.Patrick Latifi
2005-04-18oops. uvm_page_physload() has different semantics for start and end...Michael Shalayeff
2005-04-18do not do some of the initmsgbuf()s jobMichael Shalayeff
2005-04-18sync usage() w/ man synopsis;Jason McIntyre
2005-04-18tidy up AS section a little;Jason McIntyre
2005-04-18Static routes are flagged with F_STATIC and not with F_KERNEL. OK henning@Claudio Jeker
2005-04-18after setting the clock hard correct the "next" and "deadline" timestampsHenning Brauer
2005-04-18Set flag F_STATIC based on RTF_STATIC and not just because the route cameClaudio Jeker
2005-04-18prevent replies with negative delay from being used, could happen with -sHenning Brauer
2005-04-18Print mrt config after the main and network config. Main and network configClaudio Jeker
2005-04-18people who import gnu fdl should stay away from the tree.Jolan Luff
2005-04-18If the parent interface is not IFF_RUNNING, do not call its start function.Brad Smith
2005-04-18grammarJolan Luff
2005-04-18revert a change in the previous commit to appease henning@ for the timeBrad Smith
2005-04-18AfriNIC has been established as RIR for Africa nowHenning Brauer
2005-04-18- check for ETHERMIN with SIOCSIFMTU ioctl caseBrad Smith
2005-04-17- In vlan_input()/vlan_input_tag(), always mask off all but the VLIDBrad Smith
2005-04-17Intermediate cast of strio_offs -> uio_offset should be u_long not longTodd C. Miller
2005-04-17Use fatalx() instead of ospfd_shutdown() if kr_init() fails.Claudio Jeker
2005-04-17Generate SIGTRAP instead of SIGILL for breakpoint instructions.Mark Kettenis
2005-04-17Fix typosTom Cosgrove
2005-04-17Fix typoTom Cosgrove
2005-04-17Typo in panic stringTom Cosgrove
2005-04-17Do not use KERNBASE when VM_MIN_KERNEL_ADDRESS or VM_MAXUSER_ADDRESS areMiod Vallat
2005-04-17- Speedup CMP_PTE_USER_*4M by commenting out its first instruction, whichMiod Vallat
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
2005-04-17Timeouts are not ran at splhigh anymore so we don't need splimp.Marco Peereboom
2005-04-17spacingTheo de Raadt
2005-04-17use correct functions names in warn()Hans-Joerg Hoexer
2005-04-17temporarly remove 802.11a channels from the set of supported channels untilDamien Bergamini
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
2005-04-17we have a manpage for zts nowDavid Gwynne
2005-04-17document effects of net.inet.ip.forwarding=2, and refer to relatedJason McIntyre
2005-04-17i always forget this bitDavid Gwynne
2005-04-17document the touchscreenDavid Gwynne
2005-04-17merge/remove EXAMPLES:Jason McIntyre
2005-04-17no need to explicitly bring `enc0' up;Jason McIntyre