summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-09-29autodetect io/mem mappings; from form@Michael Shalayeff
2003-09-29Implement (undocumented) dot shorthand, which was missing.Otto Moerbeek
Spotted by millert@.
2003-09-29gotta remember the product id and disable io mapping for old 800 chips; from ↵Michael Shalayeff
form@
2003-09-28Stub out mvmeppc install.md as it currently isKenneth 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-28Correct off-by-ones with respect to PRC_NCMDS. Mostly from FreeBSD.Chad Loder
OK krw@, deraadt@
2003-09-28Clean various MVME188 related routines, fixing typos and removing unnecessaryMiod Vallat
diagnostic code in the process.
2003-09-28Clean the MVME188 external interrupts routine, and do not let it loop foreverMiod 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-28Be less verbose, unless option DEBUG, when the nvram battery is toast.Miod Vallat
2003-09-28Properly acknowledge MVME188 clock interrupts.Miod Vallat
2003-09-28kill trailing spaces, no functional changesAlexander Yurchenko
2003-09-28realloc cleanupOtto Moerbeek
2003-09-28Free memory after a failing realloc.Otto Moerbeek
2003-09-28Fix error check for array store operator.Otto Moerbeek
2003-09-28sync after mtd(4) update; ok deraadt@Alexander Yurchenko
2003-09-28Be volatile enough to start the clock on 188.Miod Vallat
2003-09-28sti1 could be at phantomas tooMichael Shalayeff
2003-09-28Remove duplicate CMMU address definitions.Miod Vallat
2003-09-28Be sure to invoke tty_attach() after ttymalloc().Miod Vallat
2003-09-28Better 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-28realloc(3) cleanup.Otto Moerbeek
ok cloder@ tedu@
2003-09-28Fix function return types. Unbreaks sparc64 compilation. Spotted byOtto Moerbeek
sturm@. ok deraadt@ sturm@ henning@
2003-09-28Missing xfs_devpoll proto. You would think with all that HAVE_FOOTodd C. Miller
crap the protos would be done for you. Apparently not...
2003-09-28xfs_devpoll must not be static; found by beck@ compiling an XFS kernelTodd C. Miller
2003-09-27remove register. end all sentences with periods.Ted Unangst
ok deraadt@ henning@ millert@
2003-09-27document support for the D-Link DFE-690TXD 10/100 Ethernet adapter.Federico G. Schwindt
2003-09-27CardBus 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-27regen.Federico G. Schwindt
2003-09-27D-Link DFE 690-TXDFederico G. Schwindt
2003-09-27Correct wording on -C option.Ryan Thomas McBride
ok jmc@
2003-09-27Do not panic in pmap_map() if DIAGNOSTIC, when we are mapping the very endMiod Vallat
of the address space (i.e. "end" wraps to zero).
2003-09-26Not useful anymore...Miod Vallat
2003-09-26Death to the bitfields, this time "struct dmt_reg" - and I think that's all.Miod Vallat
While there, KNF data_access_exception().
2003-09-26Death to the bitfields, this time cmmu_apr_t and batc_entry_t. In theMiod Vallat
process, remove duplicate batc defines.
2003-09-26better realloc. ok deraadt@ henning@Ted Unangst
2003-09-26- kill whitespace at EOLJason McIntyre
- uppercase .Dt's - kill blank lines
2003-09-26Rearchitecture 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-26Typos: defintion -> definition, proccess -> processMiod 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 widthJason McIntyre
- <> -> .Aq - macro cleanup - also kills a (new) groff warning
2003-09-26better realloc. ok deraadt@Ted Unangst
2003-09-26- kill some bad .Xr's that were messing postscript outputJason McIntyre
- format -> newfs
2003-09-26minor tweaks as i fail to find real bugsTheo de Raadt
2003-09-26incorrect indentTheo de Raadt
2003-09-26make usage match man pageTheo de Raadt
2003-09-26Death to bitfields, this time "struct psr".Miod Vallat
Also clean <machine/psl.h> contents while there.
2003-09-26spacingTheo de Raadt
2003-09-26check strdup for error. based on report from Jared Yanovich. ok deraadt@Ted Unangst
2003-09-26select to pollMichael Shalayeff
2003-09-26put 64bit macros/functions documentation back.Federico G. Schwindt
2003-09-26avoid strdup. and, while at it, fix a file leak at sigexit time spottedTheo de Raadt
by ish
2003-09-26use ereallocTheo de Raadt