Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-07 | Pass 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-07 | One last occurence of an inline sigexit() in sendsig. | Miod Vallat | |
2006-06-07 | remove unused prototype, ok todd@ | Hans-Joerg Hoexer | |
2006-06-07 | Remove unused bus_space_probe(). | Miod Vallat | |
2006-06-07 | killproc() is orphaned, so kill it; ok deraadt@ | Miod Vallat | |
2006-06-07 | enable azalia; ok jason | Theo de Raadt | |
2006-06-07 | dale, no such thing exists... | Theo de Raadt | |
2006-06-07 | shut up and play the music. | Jason Wright | |
2006-06-07 | bring back tag command; basic tag addition/deletion available. OK joris@. | Xavier Santolaria | |
2006-06-07 | do not #undef HORRID_III_HACK | Theo de Raadt | |
This means that for now a config file can build us3 kernels ok jason | |||
2006-06-07 | remove first person statement; stejones@gmail.com | Theo de Raadt | |
2006-06-07 | mention the nmea line discipline in the pstat(8) man page. | Marc Balmer | |
found by mk, ok deraadt | |||
2006-06-07 | bring back -v support; OK joris@. | Xavier Santolaria | |
2006-06-07 | remove expired certificates. ok beck@ | Jakob Schlyter | |
2006-06-07 | from 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-07 | tweaks; | Jason McIntyre | |
2006-06-07 | this file is public domain; | Jason McIntyre | |
problem reported by will h. backman; sorted with the author's permission - thanks henry spencer. | |||
2006-06-07 | add 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-07 | document that tip(1) can set the line discipline. | Marc Balmer | |
ok deraadt | |||
2006-06-07 | Compensate old offsets with the amount of adjustment done, avoiding | Otto Moerbeek | |
overcompensating. From DragonFly, uses recent adjtime(2) changes, so you'll need a recent kernel. ok henning@ | |||
2006-06-07 | update a couple of existing CAs that has been changed. ok beck@ | Jakob Schlyter | |
2006-06-07 | reformat using 'openssl x509 -text -fingerprint -sha1' and sort by | Jakob Schlyter | |
'openssl x509 -hash'. ok beck@ | |||
2006-06-07 | back out last patch due to updated committed prematurely | Jakob Schlyter | |
2006-06-07 | reformat using 'openssl x509 -text -fingerprint -sha1' and sort by | Jakob Schlyter | |
'openssl x509 -hash'. ok beck@ | |||
2006-06-07 | regen | Brad Smith | |
2006-06-07 | rename the Realtek RT8111B entry to RT8168. | Brad Smith | |
2006-06-06 | teach tip about line disciplines; tried by mbalmer too | Theo de Raadt | |
2006-06-06 | minor cleanup | Theo de Raadt | |
2006-06-06 | zap another magic number | Michael Coulter | |
spotted by deraadt@ | |||
2006-06-06 | - general cleaning, removing unneeded vars, spelling, etc | Jason 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-06 | fix a bad strlcpy, from ben lovett | Jolan Luff | |
2006-06-06 | make use of new structs and defines in cd.h | Michael Coulter | |
dispells some magic numbers | |||
2006-06-06 | armish tweaks | Miod Vallat | |
2006-06-06 | Better put a valid speed here. | Miod Vallat | |
2006-06-06 | Define R5k/R10k extra trap codes. | Miod Vallat | |
2006-06-06 | In pmap_enter(), when deciding to flush the icache for a page, invoke the | Miod Vallat | |
TLB-friendly cache function. From NetBSD. | |||
2006-06-06 | back out multiple routing table diffs (3 of 'em) because this makes | Theo 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-06 | Put mrouting enable flag inside the right ifdef. If you change files | Theo de Raadt | |
here, make sure they compile with or without IPSEC, you morons! | |||
2006-06-06 | another typo | Theo de Raadt | |
2006-06-06 | set the ccb state when it comes off the free list. this isnt used anywhere | David Gwynne | |
yet, but i like to be ready when the time comes. | |||
2006-06-06 | Fix 'double by a factor of two' and make cache options a bit more | Pedro Martelletto | |
descriptive while at it, input and okay jmc@ | |||
2006-06-06 | fix a panic string to mention the corrent place its freaking out in. | David Gwynne | |
2006-06-06 | use _C_LABEL() instead of _ | Michael Shalayeff | |
2006-06-06 | replace remaining setuid() calls with permanently_set_uid() and | Markus Friedl | |
check seteuid() return values; report Marcus Meissner; ok dtucker djm | |||
2006-06-06 | more bits for the export command to work correctly. OK joris@. | Xavier Santolaria | |
2006-06-06 | hello commit -F support | Joris Vink | |
2006-06-06 | add support for the -D option of update, | Joris Vink | |
-D allows you to update a file to matching a specified date: opencvs up -D "1 hour ago" foobar will take the first matching revision that was commited 1 hour ago. | |||
2006-06-06 | oops | Theo de Raadt | |
2006-06-06 | Initial version of port specific documentation, mostly a skeleton for now. | Dale Rahn | |
2006-06-06 | so how did we not catch this grabbing the wrong (i386) file before? | Dale Rahn | |