summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-06-08provide an abbreviation for virtual host id;Jason McIntyre
from freebsd text
2006-06-08simplify; ok henning@Otto Moerbeek
2006-06-08substitute the Cardbus_conf_read/Cardbus_conf_write macros withFelix Kronlage
cardbus_conf_read/cardbus_conf_write. This makes fxp* at cardbus? work (again?) on macppc. tested by various users.
2006-06-08Move ISA logic of allocation functions to better place.Tobias Weingartner
Thanks for krw@ for testing isa floppies. brad@ ok, jason@ ok.
2006-06-08delete notes, like on zaurus.Dale Rahn
2006-06-08actually enable/disable the Tx BMU descriptor polling, missed in rev 1.107.Brad Smith
ok krw@
2006-06-08do not set the mii_ticks field to zero in the asynchronous autonegotiationBrad Smith
function as this is already done in the MII tick handler just before calling the autonegotiation function. ok krw@
2006-06-08potential fd leak (we will fix this before we move to cloning)Theo de Raadt
2006-06-07make sure, we initialize unspecified keys and spis. Noticed byHans-Joerg Hoexer
naddy@, ok naddy@.
2006-06-07a bug in cvs_mkpath() prevented to create the CVS admin directory andReyk Floeter
files under some special circumstances. remove a bogus stat() check to fix it. ok joris@
2006-06-07- when killing a process due to parity error, notify syslog.Miod Vallat
- when checking for the parity error itself: + use pmap_kenter_pa() and pmap_kremove() for the temporary mapping. + reenable external cache before invoking pmap_kremove() [which can cause a cache flush on some models].
2006-06-07Do not yet expand the "any" keyword to v6 addresses. ok todd@Hans-Joerg Hoexer
2006-06-07Pass M_CANFAIL to malloc() in sendsig(), and if it fails, kill the process;Miod Vallat
this is better than panic'ing due to low memory condition.
2006-06-07One last occurence of an inline sigexit() in sendsig.Miod Vallat
2006-06-07remove unused prototype, ok todd@Hans-Joerg Hoexer
2006-06-07Remove unused bus_space_probe().Miod Vallat
2006-06-07killproc() is orphaned, so kill it; ok deraadt@Miod Vallat
2006-06-07enable azalia; ok jasonTheo de Raadt
2006-06-07dale, no such thing exists...Theo de Raadt
2006-06-07shut up and play the music.Jason Wright
2006-06-07bring back tag command; basic tag addition/deletion available. OK joris@.Xavier Santolaria
2006-06-07do not #undef HORRID_III_HACKTheo de Raadt
This means that for now a config file can build us3 kernels ok jason
2006-06-07remove first person statement; stejones@gmail.comTheo de Raadt
2006-06-07mention the nmea line discipline in the pstat(8) man page.Marc Balmer
found by mk, ok deraadt
2006-06-07bring back -v support; OK joris@.Xavier Santolaria
2006-06-07remove expired certificates. ok beck@Jakob Schlyter
2006-06-07from freebsd r1.185 (tested by beck@ and krw@; pedro@ ok):Michael Shalayeff
After a rmdir()ed directory has been truncated, force an update of the directory's inode after queuing the dirrem that will decrement the parent directory's link count. This will force the update of the parent directory's actual link to actually be scheduled. Without this change the parent directory's actual link count would not be updated until ufs_inactive() cleared the inode of the newly removed directory, which might be deferred indefinitely. ufs_inactive() will not be called as long as any process holds a reference to the removed directory, and ufs_inactive() will not clear the inode if the link count is non-zero, which could be the result of an earlier system crash. If a background fsck is run before the update of the parent directory's actual link count has been performed, or at least scheduled by putting the dirrem on the leaf directory's inodedep id_bufwait list, fsck will corrupt the file system by decrementing the parent directory's effective link count, which was previously correct because it already took the removal of the leaf directory into account, and setting the actual link count to the same value as the effective link count after the dangling, removed, leaf directory has been removed. This happens because fsck acts based on the actual link count, which will be too high when fsck creates the file system snapshot that it references. This change has the fortunate side effect of more quickly cleaning up the large number dirrem structures that linger for an extended time after the removal of a large directory tree. It also fixes a potential problem with the shutdown of the syncer thread timing out if the system is rebooted immediately after removing a large directory tree.
2006-06-07tweaks;Jason McIntyre
2006-06-07this file is public domain;Jason McIntyre
problem reported by will h. backman; sorted with the author's permission - thanks henry spencer.
2006-06-07add support for <name>,t file:Xavier Santolaria
- add: creates <name>,t file with initial description if -m option was used. - commit: uses <name>,t content (if it exists) to set the file description OK joris@.
2006-06-07document that tip(1) can set the line discipline.Marc Balmer
ok deraadt
2006-06-07Compensate old offsets with the amount of adjustment done, avoidingOtto Moerbeek
overcompensating. From DragonFly, uses recent adjtime(2) changes, so you'll need a recent kernel. ok henning@
2006-06-07update a couple of existing CAs that has been changed. ok beck@Jakob Schlyter
2006-06-07reformat using 'openssl x509 -text -fingerprint -sha1' and sort byJakob Schlyter
'openssl x509 -hash'. ok beck@
2006-06-07back out last patch due to updated committed prematurelyJakob Schlyter
2006-06-07reformat using 'openssl x509 -text -fingerprint -sha1' and sort byJakob Schlyter
'openssl x509 -hash'. ok beck@
2006-06-07regenBrad Smith
2006-06-07rename the Realtek RT8111B entry to RT8168.Brad Smith
2006-06-06teach tip about line disciplines; tried by mbalmer tooTheo de Raadt
2006-06-06minor cleanupTheo de Raadt
2006-06-06zap another magic numberMichael Coulter
spotted by deraadt@
2006-06-06- general cleaning, removing unneeded vars, spelling, etcJason Wright
- set traffic class (in PCI config space) to 0 - clean up the interrupt handler - always read/write the INTCTL register with 4 bytes - before resetting, ensure RUN bit is zero - zero the BDP regs during reset - still has a bunch of hacks in it to get it working, but at least it interrupts correctly on my workstation now.
2006-06-06fix a bad strlcpy, from ben lovettJolan Luff
2006-06-06make use of new structs and defines in cd.hMichael Coulter
dispells some magic numbers
2006-06-06armish tweaksMiod Vallat
2006-06-06Better put a valid speed here.Miod Vallat
2006-06-06Define R5k/R10k extra trap codes.Miod Vallat
2006-06-06In pmap_enter(), when deciding to flush the icache for a page, invoke theMiod Vallat
TLB-friendly cache function. From NetBSD.
2006-06-06back out multiple routing table diffs (3 of 'em) because this makesTheo de Raadt
'route show' dump out repeated copies of the v6 routing table on ramdisks. on some architectures it spins forever doing this, on others it just goes for a long time printing the v6 routes over and over before terminating. spotted by jmc and krw, backout diff tested by beck.
2006-06-06Put mrouting enable flag inside the right ifdef. If you change filesTheo de Raadt
here, make sure they compile with or without IPSEC, you morons!