summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-04-18Modify the CVSFILE structure using a union to keep information aboutJean-Francois Brousseau
both files and directories. We can now keep the revision number for regular files, and don't need to fetch the appropriate entry in the command callbacks. This saves a huge amount of parsing on Entries files. ok joris@
2005-04-18extra paranoia, from a discussion with joergHenning Brauer
2005-04-18remove libcurses++Robert Nagy
ok miod@ millert@
2005-04-18syncTheo de Raadt
2005-04-18beautify the code by renaming HAL functions with capitalized words (iReyk Floeter
always wanted to do that). this breaks HAL compatibility but porting should be easy, have a look at athvar.h. no functional changes.
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
when those timers are actually running. due to the way ntpd's logic works this does not really make a difference, but correctness is good. spotted by me, joerg agrees
2005-04-18fix a potential use after free and plug some memory leaks.Patrick Latifi
While here, do a bit a formatting. ok otto deraadt
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
ok marco@
2005-04-18tidy up AS section a little;Jason McIntyre
ok henning@
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
by the offset From: Joerg Sonnenberger <joerg@britannica.bec.de>
2005-04-18Set flag F_STATIC based on RTF_STATIC and not just because the route cameClaudio Jeker
from the kernel. That's what F_KERNEL is for. OK henning@
2005-04-18prevent replies with negative delay from being used, could happen with -sHenning Brauer
From: Joerg Sonnenberger <joerg@britannica.bec.de> of dragonfly
2005-04-18Print mrt config after the main and network config. Main and network configClaudio Jeker
belong together. OK henning@
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
This prevent a variety of fun panics. From NetBSD
2005-04-18grammarJolan Luff
2005-04-18revert a change in the previous commit to appease henning@ for the timeBrad Smith
being.. - Set the interface speed back to zero after ether_ifattach(). RFC 2863 says: "For a sub-layer which has no concept of bandwidth, [ifSpeed] should be zero."
2005-04-18AfriNIC has been established as RIR for Africa nowHenning Brauer
2005-04-18- check for ETHERMIN with SIOCSIFMTU ioctl caseBrad Smith
- don't need to trim off anything but the VLID bits in the driver anymore
2005-04-17- In vlan_input()/vlan_input_tag(), always mask off all but the VLIDBrad Smith
bits from tags extracted from received frames. (Some drivers may already do this masking internally, but doing it here doesn't hurt and insures consistency.) - In vlan_ioctl(), don't let the user set a VLAN ID value with anything besides the VLID bits set, otherwise we will have trouble matching an interface in vlan_input() later. - Set the interface speed back to zero after ether_ifattach(). RFC 2863 says: "For a sub-layer which has no concept of bandwidth, [ifSpeed] should be zero." - Do not call if_down() on a parent interface if it's already down. From FreeBSD Tested by camield@ and Alexey E. Suslikov <cruel at texnika dot com dot ua> ok camield@
2005-04-17Intermediate cast of strio_offs -> uio_offset should be u_long not longTodd C. Miller
since otherwise a very high kernel address would be stored as a negative offset. From NetBSD (christos).
2005-04-17Use fatalx() instead of ospfd_shutdown() if kr_init() fails.Claudio Jeker
OK henning@
2005-04-17Generate SIGTRAP instead of SIGILL for breakpoint instructions.Mark Kettenis
Disable some debug code in the process. ok miod@
2005-04-17Fix typosTom Cosgrove
ok krw@
2005-04-17Fix typoTom Cosgrove
ok krw@
2005-04-17Typo in panic stringTom Cosgrove
ok krw@
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