summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-04-01Remove index entries for \n since nroff will try to expand this.Todd C. Miller
No one uses the index entries anyway...
2006-04-01Fix typo; E<GT> -> E<gt>. From jmc@Todd C. Miller
2006-04-01fix some bugs that lint discovered for us.Joris Vink
ok niallo@
2006-04-01when I initially hacked sensorsd, sensors started at hw.sensors.0 andHenning Brauer
there were no gaps ever. these days, we can have holes or start later. so on start scan 0..255 and do not abort if there's no entry, probe 'em all. found and analyzed by Sam Chill <samchill@gmail.com>, ok theo
2006-04-01Don't convert off_t to size_t without checking if it fits. From TobiasOtto Moerbeek
Stoeckmann.
2006-04-01Use NFILES for starting point instead of hardcoded constOtto Moerbeek
2006-04-01make lint happyTheo de Raadt
2006-04-01- Plug huge mem leak; mostly samba was suffering.Otto Moerbeek
- Fix semantics: seekdir(pos); telldir() shoud return pos. The code that implements this will be made faster in a later commit. - We loose documented behaviour (after closedir() the telldir() positions are not valid anymore). This was never in Posix, and most other systems have nothing like it. Diff originally from Paul Thorn, rewritten by me using some FreeBSD code. "slap it in" deraadt@
2006-04-01don't use mode_t with va_arg(), use int instead and cast it later toJoris Vink
mode_t. doing it the other way around isn't portable as mode_t may vary from int on some systems to short on others. noticed by deraadt@
2006-04-01use proper types and not fetch iobase that is not used later; damien okMichael Shalayeff
2006-04-01- plug a possible memory leak in checkin_update() error path.Niall O'Higgins
ok joris@
2006-04-01Don't do cylinder group block accounting for FFS2Pedro Martelletto
2006-04-01Mark FFS2 file systems with UM_UFS2Pedro Martelletto
2006-04-01Small fixes from form@:Alexander Yurchenko
- don't allow wildcard port locator - use GPIO_PIN_LOW instead of 0
2006-04-01Add rcs -l, rcs -u, and regression tests.Ray Lai
``put it all in'' joris@
2006-04-01Keep cvs flags in `flags', rcs flags in `rcsflags' in rcsprog.h.Ray Lai
Prevents bitfield pollution between the two. ``This is how it should be.'' niallo@
2006-04-01default LINTFLAGS add -p; from cloderTheo de Raadt
2006-04-01ANSIfy; requested deraadt@Damien Miller
2006-04-01xasprintification; ok deraadt@Damien Miller
2006-04-01minimal lint cleanup (unused crud, and some size_t); ok djmTheo de Raadt
2006-04-01$OpenBSD$ in here tooDamien Miller
2006-04-01Correctly map blocks for FFS2 in ufs_bmaparray()Pedro Martelletto
2006-04-01cvs_initlog() returns a value that is never used, zap it.Joris Vink
2006-04-01Put Damien's latest changes back in, okay deraadt@.Pedro Martelletto
Please note that the driver now requires new firmware (version 3.0).
2006-04-01improve import a bit:Joris Vink
- create directory and files with the correct permissions - correctly add the branch revision to the branch list of the head revision
2006-03-31No longer need limits.hTodd C. Miller
2006-03-31nfds is not constrained by OPEN_MAX for nftw(), only ftw()Todd C. Miller
2006-03-31sprinkle a bit of ARGSUSEDTheo de Raadt
2006-03-31spacingTheo de Raadt
2006-03-31Plug memory leak on error path; ok ho@ moritz@Patrick Latifi
2006-03-31internal API newgetbroadcastnets() does not need a sockTheo de Raadt
2006-03-31Document NET_RT_STATS.Claudio Jeker
2006-03-31Add sysctl to retrieve the routing table statisitcs. Will be used by netstatClaudio Jeker
instead of kvm access. OK henning@
2006-03-31Backout, causes panicsPedro Martelletto
2006-03-31tweaks;Jason McIntyre
2006-03-31FFS2 dinode pool needs to be defined here tooPedro Martelletto
2006-03-31Be careful when accessing the external destination address, as it is not setHans-Joerg Hoexer
for bypass and deny flows. Also display acquire/dontacquire flows. ok henning@
2006-03-31forgot those in previous commit...Hans-Joerg Hoexer
2006-03-31adopt regression tests to recent changeHans-Joerg Hoexer
2006-03-31wenn dumping rules always show type, srcid and dstid (if set).Hans-Joerg Hoexer
ok reyk@
2006-03-31allow do delete dynamic rulesHans-Joerg Hoexer
ok reyk@
2006-03-31allow specification of encapsulated protocol for ike; ok hshoexerMarkus Friedl
2006-03-31fix the "ike dynamic" test. dynamic automatically uses the localReyk Floeter
hostname, we skip this behaviour by overriding the srcid. the regression test now validates the DPD-settings only. figured out and ok by hshoexer@
2006-03-31Make ffs_statfs() tag FFS2 file systems as suchPedro Martelletto
2006-03-31allow specification of encapsulated protocol for flows; ok hshoexerMarkus Friedl
2006-03-31Add MOUNT_FFS2Pedro Martelletto
2006-03-31ffs_statfs() should not panic on FFS2 file systemsPedro Martelletto
2006-03-31Teach ffs_vget() to allocate and associate FFS2 dinodesPedro Martelletto
2006-03-31Teach ffs_reclaim() to put FFS2 dinodes back into their poolPedro Martelletto
2006-03-31Add a pool for FFS2 dinodesPedro Martelletto