summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/commit.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-05-28'openings' is u_int16_t, so 'openings <= 0' is wrong. Lint.krw1-2/+2
2005-05-28Forgot to specify parameter type. Lint.krw1-2/+2
2005-05-28snprintf returns int not size_t. Thank you lint.krw1-2/+2
2005-05-28keep the ncr(4) reference here, vax still uses its own implementation of the drivermartin1-1/+2
2005-05-28Kill extra semi-colon. Amazing what lint can find ...krw1-2/+1
2005-05-28we do not use sysexits.h anymore, nuke it!xsa1-2/+1
2005-05-28Remove duplicate pfi_ifs.mcbride1-3/+5
2005-05-28Don't display vid/pid from CIS if vid is 0.jsg1-11/+6
Makes more sense than displaying the PCI values which is already covered by the PCI code.
2005-05-28pfail test for "log-all"mpf3-2/+6
ok dhartmei@
2005-05-28change "log-all" to "log (all)"mpf8-21/+27
ok dhartmei@
2005-05-28fix pf table tests with a less confusing anchor name.mpf6-25/+25
pointed out by cedric. ok dhartmei@
2005-05-28ooopshshoexer1-4/+1
2005-05-28Remove current state code, it's bogus. We'll redo this.hshoexer2-44/+5
suggested by and ok moritz
2005-05-28do sanity checking on directoy entries. ok hshoexer@moritz1-7/+12
2005-05-28Cleanup sample configurations a bit; more AES, less MD5, remove fields weho7-52/+29
no longer require etc. Also add a 9-line "default" config sample.
2005-05-28Disable the recently enabled optimization since it seems to cause aart1-1/+3
loop in the kernel that makes us overwrite the stack and anything else we might run into. beck@ pedro@ ok
2005-05-28Fix confusing typo.norby1-2/+2
2005-05-28Only protect IDs by suser()hshoexer1-9/+6
ok ho
2005-05-28introduce new readdir implementation for the monitor.moritz3-142/+116
testing and ok hshoexer@
2005-05-28make path checking in the monitor a lot easier. ok hshoexer@moritz1-16/+7
2005-05-28set jumbo flag on the listener, too. consolidate some common code.marius1-28/+29
ok mcbride@
2005-05-28Add SA replay counter synchronization to pfsync(4). Required for IPsecho8-24/+306
failover gateways. ok mcbride@, "looks good" hshoexer@
2005-05-28enable IFCAP_VLAN_MTU because IEEE 802.11 defines a MTU of about 2290.reyk1-1/+4
successfully tested with ural, ath, atw, atu and ath. ok jsg@, brad@
2005-05-28syncderaadt19-38/+10
2005-05-28Cisco Aironet AIR-CB21AG is based on AR5212 + AR5112 and supportedreyk1-1/+2
by ath(4). Thanks to Johan M:son Lindman for the donation!
2005-05-28move variable declaration inside #ifdef I386_686, etc.kjell1-4/+5
Prompting from Chris Cappuccio.
2005-05-28support decapsulation of 802.11 data framesreyk3-8/+43
ok canacar@
2005-05-28whoops. the import killed the $Id$ tags; rectify.marius11-17/+17
2005-05-28have vn_close() lock the vnode before calling VOP_CLOSE().marius2-6/+10
fix the acct_*() code so that we always have a proc to lock on. ok pedro@
2005-05-28fix one missed case for removing reverse name cache entries.marius1-1/+5
ok pedro@
2005-05-28Add _lto8b() and _8btol() to decode nblocks field ofkrw3-8/+49
scsi_mode_blk_desc_big. Will be needed to move st to new mode sense function. Be a bit more careful with types of parameters to scsi_do_mode_sense, using u_int32_t instead of int. No functional change.
2005-05-28*slightly drunk*weingart4-10/+46
To all my "friends", and my lovely future wife... Thank you. Anyone who still wants to sign the shirt, it's on my bakc. Again, thank you. This commit was ok'd by drahn@, art@, niklas@, in spite of my condition.
2005-05-28If irq-sharing happens over different ioapics, we must not overwrite setup info for one of themniklas1-2/+2
2005-05-28Use proper modules instead of relying on .ph files.millert1-7/+12
Use Getopt::Std instead of the perl4 getopts.pl
2005-05-28+ gzsigmarius2-4/+5
2005-05-28Use '\0' not 0 when storing as a char, part from Andrey Matveev.millert5-14/+14
2005-05-28Handle XS_SHORTSENSE error codes in ioctl situations. From NetBSD.krw1-1/+7
Fixes spurious error messages from cdparanoia when using ATAPI CDROM in USB enclosure. ok pascoe@.
2005-05-28regenpedro2-45/+2
2005-05-28bye bye VOP_WHITEOUTpedro1-13/+1
2005-05-28Don't use vid/pid from the CIS if vid is 0 when reporting unmatchedjsg1-3/+10
devices. Several devices have been known to have this behaviour. ok deraadt@
2005-05-28ufs_whiteout() is now pointless, remove it, okay millert@pedro4-69/+4
2005-05-28import regression tests for gzsig.marius21-0/+282
2005-05-28import gzsig by Dug Song. marius15-0/+1673
a bunch of lumberjack work, zapped support for keynote and SSH1 and added support for SSH2 keys. ok millert@ deraadt@
2005-05-28Dired now prompts in the minibuffer using the current directory namecloder1-4/+13
or the name of the directory of the current buffer's file. OK kjell, jason
2005-05-28"log-all" is gone.mpf2-6/+0
ok dhartmei@
2005-05-28don't print the "[ Inserted: uid pid ]" line when -g is used, so thedhartmei1-3/+4
regress tests don't have to deal with it (and it's a useless thing to check from there).
2005-05-28Add sasyncd. deraadt@ okho1-2/+2
2005-05-28result not used; ok hoderaadt1-2/+2
2005-05-28make sure we check the Entry file when we need to.joris1-2/+3
ok jfb@
2005-05-28Optionally prevent syncing failover node-node SA/SPD info (master side).ho4-32/+161