Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-29 | autodetect io/mem mappings; from form@ | Michael Shalayeff | |
2003-09-29 | Implement (undocumented) dot shorthand, which was missing. | Otto Moerbeek | |
Spotted by millert@. | |||
2003-09-29 | gotta remember the product id and disable io mapping for old 800 chips; from ↵ | Michael Shalayeff | |
form@ | |||
2003-09-28 | Stub out mvmeppc install.md as it currently is | Kenneth R Westerback | |
a) Completely wrong since mvmeppc never did support MacOS/HFS. b) Unused, as the mvmeppc port is in 'limbo'. c) In need of a complete re-write when mvmeppc comes out of limbo. d) An exact duplicate of macppc/ramdisk/install.md, i.e. without any independant imbedded knowledge. ok miod@. | |||
2003-09-28 | Correct off-by-ones with respect to PRC_NCMDS. Mostly from FreeBSD. | Chad Loder | |
OK krw@, deraadt@ | |||
2003-09-28 | Clean various MVME188 related routines, fixing typos and removing unnecessary | Miod Vallat | |
diagnostic code in the process. | |||
2003-09-28 | Clean the MVME188 external interrupts routine, and do not let it loop forever | Miod Vallat | |
on clock interrupts, because interrupts were re-enabled too early. Also, remove the old hack restricting the system to only use 32MB of memory. This makes MVME188 boot multi-user again (only tested on 2P256 so far). | |||
2003-09-28 | Be less verbose, unless option DEBUG, when the nvram battery is toast. | Miod Vallat | |
2003-09-28 | Properly acknowledge MVME188 clock interrupts. | Miod Vallat | |
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 | |