summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/commit.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-02-22build delete messages for isakmp sa correctly.hshoexer1-3/+8
ok and help ho@
2005-02-22add hme(4) RX TCP/UDP checksum offloadbrad2-8/+119
Based on a diff posted to sparc@ by Pyun YongHyeon
2005-02-22typogrange1-2/+2
2005-02-22regenmickey1-3/+3
2005-02-22sv map fix; from Jan Johansson <janj+openbsd@wenf.org>mickey1-2/+2
2005-02-22based on hinge buttons, do screen blanking. uwe and i agree thatderaadt1-1/+8
later on we should look at debouncing the buttons, as the current code may lead to rapid display on/off cycles, which might be hard on the battery; uwe ok
2005-02-22Move #ifdef INET6 outside of 'case AF_INET6:' in tcp_ident().mcbride1-2/+2
No functional change due to earlier check, fix from Maxim Konovalov <maxim@macomnet.ru> ok deraadt@ dhartmei@
2005-02-22sync to pckbd.c change: send enable after resetmickey1-3/+9
2005-02-22better error messageshshoexer1-2/+5
ok ho
2005-02-22give the `noop' request its own handler, it definitely does not needjfb1-6/+37
to be in the generic command handler, and add a dummy handler for the `expand-modules' request
2005-02-22when a log message is generated by the server and is sent tojfb1-2/+4
standard error, instead redirect it to standard out with the appropriate `E' prefix to indicate an error response message
2005-02-22send enable cmd after a reset; form netbsdmickey1-3/+9
2005-02-22do not leak a file pointer in case of errorjfb1-2/+3
from Joris Vink
2005-02-22sort options; sync usage();jmc2-21/+21
2005-02-22sort options; sync usage();jmc2-17/+17
2005-02-22correct device nodes in files section, miod okhenning1-4/+4
2005-02-22reference to adb(4) does not make sense here;jmc1-2/+1
2005-02-22order devices;jmc1-3/+3
2005-02-22when sending a query already returns a failure, we're not going to seehenning1-3/+8
a reply to that query. if we get errors for all queries and the initial settime() is still due and thus the parent process still waits (not yet daemonized!), send an IMSG_SETTIME with offset 0. shortens the delay dramatically when you boot without network idea from a discussion with theo
2005-02-22get timezone right before chroot() by calling tzset()otto1-2/+3
ok henning@
2005-02-22Avoid spurious "globally exported" warning. Noted by jared r r spiegel.otto1-2/+2
ok henning@
2005-02-22make ral compile on macppc.damien1-4/+5
fix endianness issues. pointed out by "barryg" (Barry Dexter A. Gonzaga).
2005-02-22make ral compile on macppc.damien2-2/+4
pointed out by "barryg" (Barry Dexter A. Gonzaga).
2005-02-22Allow SUN4 kernels to compile; spotted by marc@miod1-1/+5
2005-02-22From part of NetBSD rtw.c rev 1.36:jsg1-2/+6
In rtw_detach, flag the rtw as "invalid" (RTW_F_INVALID). Do not try to power-down the RF section of an invalid rtw.
2005-02-22syncderaadt1-0/+3
2005-02-22Fix a bug causing arches not able to load unaligned to crash in ip input.pefo1-5/+6
m_pullup must be done with a size >= ip header and m_adj must be called after the pullup so pullup does not kill the header alignment. Makes mips64, alpha, sparc64 and possibly others happy. ok from martin, brad and a bunch of others who tested.
2005-02-22- refer to netstat output more preciselyjaredy1-21/+23
(from peter_philipp@freenet.de via PR#4109) - other minor tweaks (mdoc, wording, consistency, etc.) ok jmc
2005-02-21Mention ral(4) and rtw(4).jsg1-1/+5
2005-02-21Mention standard rather than the modulation method in the casejsg6-16/+16
of 802.11B+ devices. Some places missed last commit.
2005-02-21Add new apm(4) man page for zaurus based on macppc, and add zaurus touwe3-4/+313
MANSUBDIR for apm(8). ok deraadt@
2005-02-21Refer to 802.11 devices via the standards they support apart from the olderjsg4-15/+15
pre 802.11B devices where we still list the modulation method (FH).
2005-02-21List some supported devices, only Netgear and Corega Cardbusjsg1-1/+7
listed so far, mail me your product names...
2005-02-21List myself as porter of these.jsg2-4/+12
2005-02-21syncgrange2-2/+11
2005-02-21Support another Intel 6300ESB SATA.grange2-2/+12
Tested by Marc Wirth <MarcWirth@mac.com>.
2005-02-21fix an error messagehenning1-2/+2
2005-02-21802.11B -- be specificderaadt1-3/+3
2005-02-21enable ralderaadt1-3/+3
2005-02-21Set \u in prompt expansion to the right value, while avoiding getpw* calls,otto3-8/+24
which might be very inconvenient when the yp server is not available. ok deraadt@ millert@
2005-02-21document `cvs log'; ok jmcxsa1-3/+117
2005-02-21syncderaadt10-20/+0
2005-02-21ipwcontrol and iwicontrol removal.damien13-815/+28
2005-02-21syncderaadt2-0/+2
2005-02-21a little whitespace removal, found by dlg@;jmc2-5/+5
2005-02-21unbreak compilation by including some missing headersdlg3-3/+6
requested by and ok reyk@
2005-02-21use a standard hostname in EXAMPLES (host.example.com), which alsojmc1-11/+12
fixes an error; from ray;
2005-02-21tweaks;jmc1-13/+13
2005-02-21correction from jan minar (pr #4110);jmc1-2/+2
2005-02-21mention ssh-keygen(1) as a means to generate moduli; ok markus@ dtucker@djm1-1/+6