summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-06-04a few missed $' / $`Marc Espie
2007-06-04more efficient regexps: anchor stuff at both ends, be more specific inMarc Espie
what matches. Get rid of $`, $', $&, which encur a performance penalty. (not yet done on PackageName and PkgSpec).
2007-06-04perhaps it made art's head hurt because it is wrong. triggers NULLTheo de Raadt
deref in sensor_task_work(); found by krw, dlg should talk to him
2007-06-04ipx is goneHenning Brauer
2007-06-04add -t to usage() and SYNOPSIS;Jason McIntyre
2007-06-04Ten lines of backtrace should be better on 25-line screens, so that the panicMiod Vallat
message is still visible.
2007-06-04zap extra parameter that nothing uses.Marc Espie
2007-06-04error code: if we can't find a given libspec, we look through allMarc Espie
known registered libs, and tell the user why this library doesn't match. Example: Can't install kdelibs-3.5.7: lib not found lib/qt3/qt-mt.31.0 qt-mt.31.0: found partial match in /usr/local/lib/qt3: major=32, minor=0 (bad major) qt-mt.31.0: found partial match in /usr/local/lib: major=31, minor=0 (bad directory) (after altering qt to have @lib lib/qt3/libqt-mt.so.32.0)
2007-06-04If it's cold at panic time, attempt to show a small backtrace, there are tooMiod Vallat
many machines where glass console does not work correctly at this stage. By popular demand...
2007-06-04Bring presto's readdisklabel() usage into line with other uses. i.e.Kenneth R Westerback
don't call it at attach but at open, so that the correct device can be used in the DISKLABELDEV() invocation. Commit and get into miod's test schedule. '... commit your diff ...' miod@
2007-06-04avoid parsing libraries by hand.Marc Espie
Store shared libraries in a `better' format, which will also us to report issues more nicely.
2007-06-04stricter regexp for libraries.Marc Espie
Put the directory *last* as it can be empty, which breaks havoc with tests.
2007-06-04add a lib parsing routine to PackingElement::Lib so I don't have toMarc Espie
do the same thing again and again...
2007-06-04do not inlcude ipx headersHenning Brauer
2007-06-04bye bye ipxHenning Brauer
2007-06-04I am on drugs, I don't know where I found split can take strings asMarc Espie
arguments. Repair...
2007-06-04zap dead code: we no longer use DirRm.Marc Espie
stop recognizing @comment MD5: as special.
2007-06-04some minor systematic changes.Marc Espie
- mark all regexps I can with /o if they can be compiled once. - turn $o->method() into $o->method - remove unneeded prototypes - reduce split /re/ into split "string" where possible.
2007-06-04use warn() where warn() is intended, not err()Henning Brauer
exit nonzero if the inetrface does not exist From: tbert <bret.lambert@gmail.com>
2007-06-04Remove evhttp leftover, okay millert@Pedro Martelletto
2007-06-04no more ipxHenning Brauer
2007-06-04remove IPX, agreed by manyHenning Brauer
libc and kernel side awaiting a libc major bump to piggyback to
2007-06-04remove IPX support, agreed by manyHenning Brauer
2007-06-04add -t flag to pkg_info to enable listing of the ``top level'' packages,Pierre-Yves Ritschard
i.e those who are not a dependency of another package. useful to show the packages you actually use. ok espie@
2007-06-04- remove an extraneous .BlJason McIntyre
- -C before -c
2007-06-04fix keep_old_filesMarc Espie
2007-06-04Forgot this in my last committ.Marc Balmer
2007-06-04Last part of FreeBSD/NetBSD sepcific code removal.Marc Balmer
ok jsg@
2007-06-04do not shuffle dev 4 under the carpet; make svnd work again; uncookieOtto Moerbeek
for deraadt@ ok irc@
2007-06-04Use 166.67 and 266.67 for bus_clock and not 166.66 and 266.66,Jonathan Gray
as per recommended values from Intel documentation. ok tedu@
2007-06-04document -C option of bioctlTodd T. Fries
use a simpler form of options with variable number of args suggestions jmc@ ok marco@
2007-06-04use S_IFCHR instead of S_IFBLK to shut the SCSI midlayer up duringMarco Peereboom
autoconf. ok drahn@
2007-06-03syncDamien Miller
2007-06-03Add WCH/QinHeng CH341 serial/parallelDamien Miller
2007-06-03unbreak 802.11 element parsing by using the TCHECK2 macro correctlyReyk Floeter
ok claudio@
2007-06-03if the 915gm didn't work on i386, it's worrisome here too. remove it.Ted Unangst
2007-06-03put raidc inside ifdef CRYPTO, since it won't work without itTed Unangst
2007-06-03shuffle the raid 1 specific functions to be all together and closerTed Unangst
to the bottom, after common functions. ok marco
2007-06-03the kernel starts with setperf=100, even though the bios may have throttled.Ted Unangst
this confuses apmd, so when using auto adjust modes, first cycle through 0 and 100 to make sure we're in a known state. ok deraadt
2007-06-03Implement transmission of ACL and SCO packetsUwe Stuehler
2007-06-03Make RX path work on big endian, too.Marcus Glocker
2007-06-03delete two extra lines which are not needed because that is how stringsTheo de Raadt
actually work, surprise surprise; ok claudio cnst
2007-06-03backout rev 1.91 and 1.92, it causes proceses to hang on low memOtto Moerbeek
machines. ok deraadt@
2007-06-03Add ffs2 support to dump/restore. From FreeBSD with some NetBSD changes.Todd C. Miller
With help from otto@
2007-06-03virtual device drivers tend not to need machine/bus.h. also importantTheo de Raadt
because mvme68k (and perhaps others) do not have it. showed it to dlg who just shook his head
2007-06-03The firmware converts every 802.11 RX data frame into a 802.3 frame,Marcus Glocker
including the LLC/SNAP header. Mgmt frames are handled completely inside the firmware, we won't ever see any mgmt frame for this device. Remove the LLC/SNAP header in the driver to get an useable frame which we can pass up to the network stack. Remove some unused firmware commands.
2007-06-03Dummy <machine/bus.h> for softraid to compile.Miod Vallat
2007-06-03Add a check for Intel Core processors with Scalable Bus Speed of 200 MHz.Jonathan Gray
From NetBSD and verified in Intel doc #253669 ok tedu@
2007-06-03During autoassemble get the actual raid level instead of always 1.Marco Peereboom
Sprinkle debug throughout crypto discipline. Various knf, bad tedu!
2007-06-02do not shadow globals (in if_exists)Henning Brauer