Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-02 | #ifdef lint not LINT | Theo de Raadt | |
2006-04-02 | To be able to use the maximum number of IDE/SATA disks on an ICH | Jonathan Gray | |
system we have to make some channels native as there isn't enough legacy I/O space/interrupts to go around. Intel calls this enhanced mode. An updated and expanded version of a diff from Ulrik Holmén. "looks sane" grange@ | |||
2006-04-02 | #ifdef lint not LINT | Theo de Raadt | |
2006-04-02 | a FALLTHROUGH and one size_t cast | Theo de Raadt | |
2006-04-02 | avoid lvalue cast by making local function be unsigned to begin with | Theo de Raadt | |
2006-04-02 | use SEEK_* for lseek() | Theo de Raadt | |
2006-04-02 | use SEEK_* for lseek() | Theo de Raadt | |
2006-04-02 | use SEEK_* for lseek() | Theo de Raadt | |
2006-04-02 | sprinkle a socklen_t | Theo de Raadt | |
2006-04-01 | Do not attempt to print parameters which turned out to be dead; fixes PR#5066. | Miod Vallat | |
2006-04-01 | Revert previous commit, this causes sti1 probe to hang on some models. | Miod Vallat | |
2006-04-01 | minor lint cleaning; ok millert | Theo de Raadt | |
2006-04-01 | Remove index entries for \n since nroff will try to expand this. | Todd C. Miller | |
No one uses the index entries anyway... | |||
2006-04-01 | Fix typo; E<GT> -> E<gt>. From jmc@ | Todd C. Miller | |
2006-04-01 | fix some bugs that lint discovered for us. | Joris Vink | |
ok niallo@ | |||
2006-04-01 | when I initially hacked sensorsd, sensors started at hw.sensors.0 and | Henning 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-01 | Don't convert off_t to size_t without checking if it fits. From Tobias | Otto Moerbeek | |
Stoeckmann. | |||
2006-04-01 | Use NFILES for starting point instead of hardcoded const | Otto Moerbeek | |
2006-04-01 | make lint happy | Theo 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-01 | don't use mode_t with va_arg(), use int instead and cast it later to | Joris 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-01 | use proper types and not fetch iobase that is not used later; damien ok | Michael Shalayeff | |
2006-04-01 | - plug a possible memory leak in checkin_update() error path. | Niall O'Higgins | |
ok joris@ | |||
2006-04-01 | Don't do cylinder group block accounting for FFS2 | Pedro Martelletto | |
2006-04-01 | Mark FFS2 file systems with UM_UFS2 | Pedro Martelletto | |
2006-04-01 | Small fixes from form@: | Alexander Yurchenko | |
- don't allow wildcard port locator - use GPIO_PIN_LOW instead of 0 | |||
2006-04-01 | Add rcs -l, rcs -u, and regression tests. | Ray Lai | |
``put it all in'' joris@ | |||
2006-04-01 | Keep 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-01 | default LINTFLAGS add -p; from cloder | Theo de Raadt | |
2006-04-01 | ANSIfy; requested deraadt@ | Damien Miller | |
2006-04-01 | xasprintification; ok deraadt@ | Damien Miller | |
2006-04-01 | minimal lint cleanup (unused crud, and some size_t); ok djm | Theo de Raadt | |
2006-04-01 | $OpenBSD$ in here too | Damien Miller | |
2006-04-01 | Correctly map blocks for FFS2 in ufs_bmaparray() | Pedro Martelletto | |
2006-04-01 | cvs_initlog() returns a value that is never used, zap it. | Joris Vink | |
2006-04-01 | Put Damien's latest changes back in, okay deraadt@. | Pedro Martelletto | |
Please note that the driver now requires new firmware (version 3.0). | |||
2006-04-01 | improve 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-31 | No longer need limits.h | Todd C. Miller | |
2006-03-31 | nfds is not constrained by OPEN_MAX for nftw(), only ftw() | Todd C. Miller | |
2006-03-31 | sprinkle a bit of ARGSUSED | Theo de Raadt | |
2006-03-31 | spacing | Theo de Raadt | |
2006-03-31 | Plug memory leak on error path; ok ho@ moritz@ | Patrick Latifi | |
2006-03-31 | internal API newgetbroadcastnets() does not need a sock | Theo de Raadt | |
2006-03-31 | Document NET_RT_STATS. | Claudio Jeker | |
2006-03-31 | Add sysctl to retrieve the routing table statisitcs. Will be used by netstat | Claudio Jeker | |
instead of kvm access. OK henning@ | |||
2006-03-31 | Backout, causes panics | Pedro Martelletto | |
2006-03-31 | tweaks; | Jason McIntyre | |
2006-03-31 | FFS2 dinode pool needs to be defined here too | Pedro Martelletto | |
2006-03-31 | Be careful when accessing the external destination address, as it is not set | Hans-Joerg Hoexer | |
for bypass and deny flows. Also display acquire/dontacquire flows. ok henning@ | |||
2006-03-31 | forgot those in previous commit... | Hans-Joerg Hoexer | |