summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/commit.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-04-18do not do some of the initmsgbuf()s jobmickey1-4/+3
2005-04-18sync usage() w/ man synopsis;jmc1-9/+4
ok marco@
2005-04-18tidy up AS section a little;jmc1-8/+8
ok henning@
2005-04-18Static routes are flagged with F_STATIC and not with F_KERNEL. OK henning@claudio1-2/+2
2005-04-18after setting the clock hard correct the "next" and "deadline" timestampshenning1-1/+8
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 cameclaudio1-4/+5
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 -shenning1-1/+9
From: Joerg Sonnenberger <joerg@britannica.bec.de> of dragonfly
2005-04-18Print mrt config after the main and network config. Main and network configclaudio1-3/+3
belong together. OK henning@
2005-04-18people who import gnu fdl should stay away from the tree.jolan2-724/+0
2005-04-18If the parent interface is not IFF_RUNNING, do not call its start function.brad1-2/+2
This prevent a variety of fun panics. From NetBSD
2005-04-18grammarjolan1-2/+2
2005-04-18revert a change in the previous commit to appease henning@ for the timebrad1-2/+7
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 nowhenning1-3/+5
2005-04-18- check for ETHERMIN with SIOCSIFMTU ioctl casebrad1-5/+5
- 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 VLIDbrad2-17/+17
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 longmillert1-2/+2
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.claudio1-2/+2
OK henning@
2005-04-17Generate SIGTRAP instead of SIGILL for breakpoint instructions.kettenis1-11/+10
Disable some debug code in the process. ok miod@
2005-04-17Fix typostom1-3/+3
ok krw@
2005-04-17Fix typotom1-2/+2
ok krw@
2005-04-17Typo in panic stringtom1-3/+3
ok krw@
2005-04-17Do not use KERNBASE when VM_MIN_KERNEL_ADDRESS or VM_MAXUSER_ADDRESS aremiod8-58/+64
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, whichmiod1-7/+7
turns to be a no-op. - Check for nwindows < 8 for SUN4C kernels as well. From NetBSD.
2005-04-17syncderaadt1-0/+1
2005-04-17sort usb sectionderaadt1-4/+4
2005-04-17tabs not spacesmickey1-21/+22
2005-04-17and don't try to free a null set eitherhenning1-5/+7
2005-04-17fix null pointer deref on filter rules without set parthenning1-2/+2
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.marco1-14/+5
Inspired by beck@, ok mickey@
2005-04-17spacingderaadt2-9/+8
2005-04-17use correct functions names in warn()hshoexer1-6/+6
ok deraadt millert
2005-04-17temporarly remove 802.11a channels from the set of supported channels untildamien1-1/+3
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.damien4-42/+14
2005-04-17all the supported devices on the zaurus are now documented.dlg1-5/+75
ok jmc@
2005-04-17we have a manpage for zts nowdlg1-1/+5
ok jmc@
2005-04-17document effects of net.inet.ip.forwarding=2, and refer to relatedjmc1-2/+10
sysctls in sysctl(3); pointed out by msf@
2005-04-17i always forget this bitdlg1-2/+2