Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-28 | kill trailing spaces, no functional changes | Alexander Yurchenko | |
2003-09-28 | realloc cleanup | Otto Moerbeek | |
2003-09-28 | Free memory after a failing realloc. | Otto Moerbeek | |
2003-09-28 | Fix error check for array store operator. | Otto Moerbeek | |
2003-09-28 | sync after mtd(4) update; ok deraadt@ | Alexander Yurchenko | |
2003-09-28 | Be volatile enough to start the clock on 188. | Miod Vallat | |
2003-09-28 | sti1 could be at phantomas too | Michael Shalayeff | |
2003-09-28 | Remove duplicate CMMU address definitions. | Miod Vallat | |
2003-09-28 | Be sure to invoke tty_attach() after ttymalloc(). | Miod Vallat | |
2003-09-28 | Better error hanndling: | Otto Moerbeek | |
- skip current line on syntax error - detect EOF in strings and comments - report correct line number in above case - more consistent warning and errors ok henning@ | |||
2003-09-28 | realloc(3) cleanup. | Otto Moerbeek | |
ok cloder@ tedu@ | |||
2003-09-28 | Fix function return types. Unbreaks sparc64 compilation. Spotted by | Otto Moerbeek | |
sturm@. ok deraadt@ sturm@ henning@ | |||
2003-09-28 | Missing xfs_devpoll proto. You would think with all that HAVE_FOO | Todd C. Miller | |
crap the protos would be done for you. Apparently not... | |||
2003-09-28 | xfs_devpoll must not be static; found by beck@ compiling an XFS kernel | Todd C. Miller | |
2003-09-27 | remove register. end all sentences with periods. | Ted Unangst | |
ok deraadt@ henning@ millert@ | |||
2003-09-27 | document support for the D-Link DFE-690TXD 10/100 Ethernet adapter. | Federico G. Schwindt | |
2003-09-27 | CardBus D-Link DFE-690TXD support. | Federico G. Schwindt | |
Prompted by Ed White <ed at overminder dot com>, tested by Joshua Johnson <joshua.johnson at ftlsys dot com>. | |||
2003-09-27 | regen. | Federico G. Schwindt | |
2003-09-27 | D-Link DFE 690-TXD | Federico G. Schwindt | |
2003-09-27 | Correct wording on -C option. | Ryan Thomas McBride | |
ok jmc@ | |||
2003-09-27 | Do not panic in pmap_map() if DIAGNOSTIC, when we are mapping the very end | Miod Vallat | |
of the address space (i.e. "end" wraps to zero). | |||
2003-09-26 | Not useful anymore... | Miod Vallat | |
2003-09-26 | Death to the bitfields, this time "struct dmt_reg" - and I think that's all. | Miod Vallat | |
While there, KNF data_access_exception(). | |||
2003-09-26 | Death to the bitfields, this time cmmu_apr_t and batc_entry_t. In the | Miod Vallat | |
process, remove duplicate batc defines. | |||
2003-09-26 | better realloc. ok deraadt@ henning@ | Ted Unangst | |
2003-09-26 | - kill whitespace at EOL | Jason McIntyre | |
- uppercase .Dt's - kill blank lines | |||
2003-09-26 | Rearchitecture of the userland/kernel IOCTL interface for transactions. | Cedric Berger | |
This brings us close to 100% atomicity for a "pfctl -f pf.conf" command. (some splxxx work remain in the kernel). Basically, improvements are: - Anchors/Rulesets cannot disappear unexpectedly anymore. - No more leftover in the kernel if "pfctl -f" fail. - Commit is now done in a single atomic IOCTL. WARNING: The kernel code is fully backward compatible, but the new pfctl/authpf userland utilities will only run on a new kernel. The following ioctls are deprecated (i.e. will be deleted sooner or later, depending on how many 3rd party utilities use them and how soon they can be upgraded): - DIOCBEGINRULES - DIOCCOMMITRULES - DIOCBEGINALTQS - DIOCCOMMITALTQS - DIOCRINABEGIN - DIOCRINADEFINE They are replaced by the following ioctls (yes, PF(4) will follow) which operate on a vector of rulesets: - DIOCXBEGIN - DIOCXCOMMIT - DIOCXROLLBACK Ok dhartmei@ mcbride@ | |||
2003-09-26 | Typos: defintion -> definition, proccess -> process | Miod Vallat | |
There are more occurences hiding in binutils, lynx and afs but I am too lazy to report them upstream at the moment. | |||
2003-09-26 | - smaller list width | Jason McIntyre | |
- <> -> .Aq - macro cleanup - also kills a (new) groff warning | |||
2003-09-26 | better realloc. ok deraadt@ | Ted Unangst | |
2003-09-26 | - kill some bad .Xr's that were messing postscript output | Jason McIntyre | |
- format -> newfs | |||
2003-09-26 | minor tweaks as i fail to find real bugs | Theo de Raadt | |
2003-09-26 | incorrect indent | Theo de Raadt | |
2003-09-26 | make usage match man page | Theo de Raadt | |
2003-09-26 | Death to bitfields, this time "struct psr". | Miod Vallat | |
Also clean <machine/psl.h> contents while there. | |||
2003-09-26 | spacing | Theo de Raadt | |
2003-09-26 | check strdup for error. based on report from Jared Yanovich. ok deraadt@ | Ted Unangst | |
2003-09-26 | select to poll | Michael Shalayeff | |
2003-09-26 | put 64bit macros/functions documentation back. | Federico G. Schwindt | |
2003-09-26 | avoid strdup. and, while at it, fix a file leak at sigexit time spotted | Theo de Raadt | |
by ish | |||
2003-09-26 | use erealloc | Theo de Raadt | |
2003-09-26 | use emalloc and watch for strdup failure | Theo de Raadt | |
2003-09-26 | use emalloc | Theo de Raadt | |
2003-09-26 | No need to include non-standard machine/endian.h header since | Todd C. Miller | |
sys/types does that for us. Add a STANDARDS section that says what is and is not standard. OK fgsch@ | |||
2003-09-26 | for %#s, # is the amount of input string, not the amount of output string. | Theo de Raadt | |
hence # must be 1 less than the size of the storage buffer. yes, we've known this for a long time, but it is not clearly documented and half the code out there does not use n-1! whoever designed this needs to be tortured. | |||
2003-09-26 | Walking up to a firewall box which had the console logged in, to see | Theo de Raadt | |
the entire screen full of "Reopened logfile" is CLEAR and OBVIOUS reason that that message is UTTERLY USELESS and is wiping important stuff off the screen. | |||
2003-09-26 | check strdup failure; ok anil millert | Theo de Raadt | |
2003-09-26 | can free(NULL) | Theo de Raadt | |
2003-09-26 | Fix off-by-ones in format string for 's' specifier; millert@, deraadt@ ok | Aaron Campbell | |
2003-09-26 | sync | Otto Moerbeek | |
ok deraadt@ |