Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2005-05-28 | 'openings' is u_int16_t, so 'openings <= 0' is wrong. Lint. | 1 | -2/+2 | ||
2005-05-28 | Forgot to specify parameter type. Lint. | 1 | -2/+2 | ||
2005-05-28 | snprintf returns int not size_t. Thank you lint. | 1 | -2/+2 | ||
2005-05-28 | keep the ncr(4) reference here, vax still uses its own implementation of the driver | 1 | -1/+2 | ||
2005-05-28 | Kill extra semi-colon. Amazing what lint can find ... | 1 | -2/+1 | ||
2005-05-28 | we do not use sysexits.h anymore, nuke it! | 1 | -2/+1 | ||
2005-05-28 | Remove duplicate pfi_ifs. | 1 | -3/+5 | ||
2005-05-28 | Don't display vid/pid from CIS if vid is 0. | 1 | -11/+6 | ||
Makes more sense than displaying the PCI values which is already covered by the PCI code. | |||||
2005-05-28 | pfail test for "log-all" | 3 | -2/+6 | ||
ok dhartmei@ | |||||
2005-05-28 | change "log-all" to "log (all)" | 8 | -21/+27 | ||
ok dhartmei@ | |||||
2005-05-28 | fix pf table tests with a less confusing anchor name. | 6 | -25/+25 | ||
pointed out by cedric. ok dhartmei@ | |||||
2005-05-28 | ooops | 1 | -4/+1 | ||
2005-05-28 | Remove current state code, it's bogus. We'll redo this. | 2 | -44/+5 | ||
suggested by and ok moritz | |||||
2005-05-28 | do sanity checking on directoy entries. ok hshoexer@ | 1 | -7/+12 | ||
2005-05-28 | Cleanup sample configurations a bit; more AES, less MD5, remove fields we | 7 | -52/+29 | ||
no longer require etc. Also add a 9-line "default" config sample. | |||||
2005-05-28 | Disable the recently enabled optimization since it seems to cause a | 1 | -1/+3 | ||
loop in the kernel that makes us overwrite the stack and anything else we might run into. beck@ pedro@ ok | |||||
2005-05-28 | Fix confusing typo. | 1 | -2/+2 | ||
2005-05-28 | Only protect IDs by suser() | 1 | -9/+6 | ||
ok ho | |||||
2005-05-28 | introduce new readdir implementation for the monitor. | 3 | -142/+116 | ||
testing and ok hshoexer@ | |||||
2005-05-28 | make path checking in the monitor a lot easier. ok hshoexer@ | 1 | -16/+7 | ||
2005-05-28 | set jumbo flag on the listener, too. consolidate some common code. | 1 | -28/+29 | ||
ok mcbride@ | |||||
2005-05-28 | Add SA replay counter synchronization to pfsync(4). Required for IPsec | 8 | -24/+306 | ||
failover gateways. ok mcbride@, "looks good" hshoexer@ | |||||
2005-05-28 | enable IFCAP_VLAN_MTU because IEEE 802.11 defines a MTU of about 2290. | 1 | -1/+4 | ||
successfully tested with ural, ath, atw, atu and ath. ok jsg@, brad@ | |||||
2005-05-28 | sync | 19 | -38/+10 | ||
2005-05-28 | Cisco Aironet AIR-CB21AG is based on AR5212 + AR5112 and supported | 1 | -1/+2 | ||
by ath(4). Thanks to Johan M:son Lindman for the donation! | |||||
2005-05-28 | move variable declaration inside #ifdef I386_686, etc. | 1 | -4/+5 | ||
Prompting from Chris Cappuccio. | |||||
2005-05-28 | support decapsulation of 802.11 data frames | 3 | -8/+43 | ||
ok canacar@ | |||||
2005-05-28 | whoops. the import killed the $Id$ tags; rectify. | 11 | -17/+17 | ||
2005-05-28 | have vn_close() lock the vnode before calling VOP_CLOSE(). | 2 | -6/+10 | ||
fix the acct_*() code so that we always have a proc to lock on. ok pedro@ | |||||
2005-05-28 | fix one missed case for removing reverse name cache entries. | 1 | -1/+5 | ||
ok pedro@ | |||||
2005-05-28 | Add _lto8b() and _8btol() to decode nblocks field of | 3 | -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* | 4 | -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-28 | If irq-sharing happens over different ioapics, we must not overwrite setup info for one of them | 1 | -2/+2 | ||
2005-05-28 | Use proper modules instead of relying on .ph files. | 1 | -7/+12 | ||
Use Getopt::Std instead of the perl4 getopts.pl | |||||
2005-05-28 | + gzsig | 2 | -4/+5 | ||
2005-05-28 | Use '\0' not 0 when storing as a char, part from Andrey Matveev. | 5 | -14/+14 | ||
2005-05-28 | Handle XS_SHORTSENSE error codes in ioctl situations. From NetBSD. | 1 | -1/+7 | ||
Fixes spurious error messages from cdparanoia when using ATAPI CDROM in USB enclosure. ok pascoe@. | |||||
2005-05-28 | regen | 2 | -45/+2 | ||
2005-05-28 | bye bye VOP_WHITEOUT | 1 | -13/+1 | ||
2005-05-28 | Don't use vid/pid from the CIS if vid is 0 when reporting unmatched | 1 | -3/+10 | ||
devices. Several devices have been known to have this behaviour. ok deraadt@ | |||||
2005-05-28 | ufs_whiteout() is now pointless, remove it, okay millert@ | 4 | -69/+4 | ||
2005-05-28 | import regression tests for gzsig. | 21 | -0/+282 | ||
2005-05-28 | import gzsig by Dug Song. | 15 | -0/+1673 | ||
a bunch of lumberjack work, zapped support for keynote and SSH1 and added support for SSH2 keys. ok millert@ deraadt@ | |||||
2005-05-28 | Dired now prompts in the minibuffer using the current directory name | 1 | -4/+13 | ||
or the name of the directory of the current buffer's file. OK kjell, jason | |||||
2005-05-28 | "log-all" is gone. | 2 | -6/+0 | ||
ok dhartmei@ | |||||
2005-05-28 | don't print the "[ Inserted: uid pid ]" line when -g is used, so the | 1 | -3/+4 | ||
regress tests don't have to deal with it (and it's a useless thing to check from there). | |||||
2005-05-28 | Add sasyncd. deraadt@ ok | 1 | -2/+2 | ||
2005-05-28 | result not used; ok ho | 1 | -2/+2 | ||
2005-05-28 | make sure we check the Entry file when we need to. | 1 | -2/+3 | ||
ok jfb@ | |||||
2005-05-28 | Optionally prevent syncing failover node-node SA/SPD info (master side). | 4 | -32/+161 | ||