summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-05-01allow label on antispoof; requested by Gregor Binder <gbinder at sysfive.com>Henning Brauer
ok cedric@
2003-05-01typos;Jason McIntyre
ok art@
2003-05-01use "tokenbroadcastaddr" throughout the code for consistency. deraadt okJun-ichiro itojun Hagino
2003-05-01i386 is elf now; pt out by ldcosta@arnet.com.arMichael Shalayeff
2003-05-013.3 has left the building...Michael Shalayeff
2003-05-01Fix unbalanced parens in __swap64gen macro for non-gcc; Hugh C KennedyTodd C. Miller
2003-04-30Rework munge_fstab to shrink and clarify code.Kenneth R Westerback
Collect all tests that cause a line to be skipped into one test by using ksh string pattern features instead of case statements. Simply sed expressions by not worrying about extra commas in the options field (they're ignored during mount) and assuming 'rw', 'noauto', 'xx' do not appear as substrings in any valid option. Leave out fs_freq and fs_passno fields as unnecessary during install/upgrade. Eliminate special test for '/' mount point and simply strip any trailing slash from all mount points. Kicked off my wifried@'s 'xx'/altroot change, and ok'ed in various incarnations by wilfried@ deraadt@ millert@.
2003-04-30add an ap_server_strip_chroot for LoadModule tags. this partiallyAnil Madhavapeddy
unbreaks apachectl restarts (it still dies when it hits dlopen later on) henning@ ok
2003-04-30do not be hungry for buffers and allocate lower than a max (for iodc io)Michael Shalayeff
2003-04-30only compare suberblock fields that are interesting, instead of trying toTed Unangst
ignore the noninteresting ones. will allow future changes to work with an older fsck. similar to changes in NetBSD and FreeBSD. ok krw@
2003-04-30from netbsd:Michael Shalayeff
The AMD-K5 Model 0 gets the PGE bit in the CPU features word wrong using the APIC bit instead, according to the AMD Processor Recognition App. Note. Add a fixup routine to patch up cpu_feature in this case. XXX Need a way to kick the pmap to enable pmap_pg_g -- look at how the MP branch deals with this.
2003-04-30RegenMiod Vallat
2003-04-30Oops, repair omsync deprecation lossage.Miod Vallat
2003-04-30one more strvis -> strnvis.Vincent Labrecque
ok millert
2003-04-30strvis -> strnvisVincent Labrecque
ok millert
2003-04-30strvis -> strnvis, and add a place for the NUL byte that was missingVincent Labrecque
ok millert
2003-04-30strvis -> strnvisVincent Labrecque
ok millert
2003-04-30strvis -> strnvisVincent Labrecque
ok millert@
2003-04-30fix invalid .Pf macro usage introduced in previous commitDavid Krause
ok jmc@ mouring@
2003-04-30Add missing period.Todd C. Miller
2003-04-30fix for pr# 3179 and 3238. Patch verified by author of 3179.Marco S Hyman
2003-04-30pull in stdlib.h to avoid implicit decl of calloc(); ok henningJason Wright
2003-04-30cast size_t to unsigned long and use %lu;ok hoJason Wright
2003-04-30kill warning about implicit decl of strlenJason Wright
2003-04-30kill globals anchorname and rulesetname; have them in main instead and passHenning Brauer
to the functions that need them. makes the code easier and cleaner in some places and will be needed for other things to come soon ok cedric@
2003-04-30we can enabled pfload48 now that tabledefs can live inside anchorsHenning Brauer
2003-04-30syncHenning Brauer
2003-04-30syncHenning Brauer
2003-04-30Allow tables to be loaded into anchors.Cedric Berger
Most pfctl table commands (excluding 'show' and 'flush') support the "-a" modifier. ok dhartmei@
2003-04-30a OSF/1 executable -> an OSF/1 executable;Jason McIntyre
2003-04-30a OCTET -> an OCTET;Jason McIntyre
2003-04-30a indicator -> an indicator;Jason McIntyre
2003-04-30a even length -> an even length;Jason McIntyre
killed whitespace at EOL;
2003-04-30a on or off thing -> an on or off thing;Jason McIntyre
2003-04-30a extended -> an extended;Jason McIntyre
2003-04-30typos;Jason McIntyre
2003-04-30removed unused .Bd macro;Jason McIntyre
ok jason@
2003-04-30now that we use less memory we can push the boot a little higher (to help ↵Michael Shalayeff
some ramdisk kernels beathe better. also always compile for 1.1 -- no reason in 1.0 restriction
2003-04-30some notes about VOP_PRINT, VOP_STRATEGY, VOP_REALLOCBLKS, and VOP_WHITEOUTTed Unangst
2003-04-30no need to twiddle here. it's twiddling elsewhere alreadyMichael Shalayeff
2003-04-30oops. fixed endif in a wrong placeMichael Shalayeff
2003-04-30Escape ?, * and ! in .Ql for nroff compatibility. OpenSSH Portable Bug #550mouring
and * escaping suggested by jmc@.
2003-04-29some cleanup and redo ct as lf (just different dev type). saves some memoryMichael Shalayeff
2003-04-29Use pci_matchbyid(). Tested by matthieu@Miod Vallat
2003-04-29grr... %s, not dc%sJason Wright
2003-04-29- remove last vestige of "old autoconf": dc_unit is dead, long live dv_xnameJason Wright
- remove a bunch of #if 0 stuff (most of which referred to dc_unit, grr) - delay a bzero until necessary
2003-04-29remove printf from static dlctl and dlerror stubs. Return -1 ifMarco S Hyman
dlctl called from a static prog. dlerror will display the proper error in if also called. -1 return suggested by drahn@ general ok from several others
2003-04-29Do not define the sparc_interrupt44c symbol on sun4m-only kernel, this isMiod Vallat
too confusing when you have not had enough coffee...
2003-04-29Get rid of more unwanted pieces of code.Miod Vallat
2003-04-29Regen (omsync deprecation)Miod Vallat