Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-05 | use six new macros to access & store the 48-bit disklabel fields related | Theo de Raadt | |
to size. tested on almost all machines, double checked by miod and krw next comes the type handling surrounding these values | |||
2007-06-04 | zap extra param | Marc Espie | |
2007-06-04 | minor tweak, use one single print. Build character strings instead. | Marc Espie | |
2007-06-04 | disable a part of the label validation because some Sun systems | Theo de Raadt | |
have contradictory information in their cyl-based labels | |||
2007-06-04 | remove a fatal i committed by accident. | Niall O'Higgins | |
2007-06-04 | slight refactor to remove duplicate code. | Marc Espie | |
2007-06-04 | no more IPX; ok henning | Jason McIntyre | |
2007-06-04 | convert the remaining regexps, so that $`, $', $& are completely dead. | Marc Espie | |
Should shave a few % off time and space. | |||
2007-06-04 | make jmc happy by somewhat smarter synopsis scanning code for -h; ok | Otto Moerbeek | |
jaredy@ | |||
2007-06-04 | shorten message a bit, give it a chance to fit on one line. | Marc Espie | |
2007-06-04 | Enable channel switching. | Marcus Glocker | |
2007-06-04 | avoid rounding down to zero cylinders. ok marco@ | Otto Moerbeek | |
2007-06-04 | bluetooth isn't really useful yet, but at least give it a chance to compile | Chris Kuethe | |
ok gwk | |||
2007-06-04 | more ipx, jmc | Henning Brauer | |
2007-06-04 | more ipx, spotted by jmc | Henning Brauer | |
2007-06-04 | Don't completely scare off people by saying that enabling ACPI will | Michael Knudsen | |
cause their hardware to spontaneously selfcombust. Instead, mention that using acpitz(4) should prevent this from happening. (I tested it one night by accident when I fell asleep with my laptop on the couch and blocked the fan with a blanket.) ok jmc marco | |||
2007-06-04 | a few missed $' / $` | Marc Espie | |
2007-06-04 | more efficient regexps: anchor stuff at both ends, be more specific in | Marc Espie | |
what matches. Get rid of $`, $', $&, which encur a performance penalty. (not yet done on PackageName and PkgSpec). | |||
2007-06-04 | perhaps it made art's head hurt because it is wrong. triggers NULL | Theo de Raadt | |
deref in sensor_task_work(); found by krw, dlg should talk to him | |||
2007-06-04 | ipx is gone | Henning Brauer | |
2007-06-04 | add -t to usage() and SYNOPSIS; | Jason McIntyre | |
2007-06-04 | Ten lines of backtrace should be better on 25-line screens, so that the panic | Miod Vallat | |
message is still visible. | |||
2007-06-04 | zap extra parameter that nothing uses. | Marc Espie | |
2007-06-04 | error code: if we can't find a given libspec, we look through all | Marc 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-04 | If it's cold at panic time, attempt to show a small backtrace, there are too | Miod Vallat | |
many machines where glass console does not work correctly at this stage. By popular demand... | |||
2007-06-04 | Bring 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-04 | avoid parsing libraries by hand. | Marc Espie | |
Store shared libraries in a `better' format, which will also us to report issues more nicely. | |||
2007-06-04 | stricter regexp for libraries. | Marc Espie | |
Put the directory *last* as it can be empty, which breaks havoc with tests. | |||
2007-06-04 | add a lib parsing routine to PackingElement::Lib so I don't have to | Marc Espie | |
do the same thing again and again... | |||
2007-06-04 | do not inlcude ipx headers | Henning Brauer | |
2007-06-04 | bye bye ipx | Henning Brauer | |
2007-06-04 | I am on drugs, I don't know where I found split can take strings as | Marc Espie | |
arguments. Repair... | |||
2007-06-04 | zap dead code: we no longer use DirRm. | Marc Espie | |
stop recognizing @comment MD5: as special. | |||
2007-06-04 | some 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-04 | use 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-04 | Remove evhttp leftover, okay millert@ | Pedro Martelletto | |
2007-06-04 | no more ipx | Henning Brauer | |
2007-06-04 | remove IPX, agreed by many | Henning Brauer | |
libc and kernel side awaiting a libc major bump to piggyback to | |||
2007-06-04 | remove IPX support, agreed by many | Henning Brauer | |
2007-06-04 | add -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 .Bl | Jason McIntyre | |
- -C before -c | |||
2007-06-04 | fix keep_old_files | Marc Espie | |
2007-06-04 | Forgot this in my last committ. | Marc Balmer | |
2007-06-04 | Last part of FreeBSD/NetBSD sepcific code removal. | Marc Balmer | |
ok jsg@ | |||
2007-06-04 | do not shuffle dev 4 under the carpet; make svnd work again; uncookie | Otto Moerbeek | |
for deraadt@ ok irc@ | |||
2007-06-04 | Use 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-04 | document -C option of bioctl | Todd T. Fries | |
use a simpler form of options with variable number of args suggestions jmc@ ok marco@ | |||
2007-06-04 | use S_IFCHR instead of S_IFBLK to shut the SCSI midlayer up during | Marco Peereboom | |
autoconf. ok drahn@ | |||
2007-06-03 | sync | Damien Miller | |
2007-06-03 | Add WCH/QinHeng CH341 serial/parallel | Damien Miller | |