Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-29 | sync | Theo de Raadt | |
2004-12-29 | fix a few more locators with ? that snuck in; mickey ok | Theo de Raadt | |
2004-12-29 | don't clear interface flags if '-n' option was given. | Dan Harnett | |
ok henning@ | |||
2004-12-29 | show `reading plist' while deleting packages, since we can do this easily, | Marc Espie | |
and this gives a hint about what is going on for big packages (like tetex). | |||
2004-12-29 | remove vreaddir support, since library lookup no longer needs it. | Marc Espie | |
important memory gain, since virtual and virtual_dir account for the lion's share of pkg_add's memory consumption. | |||
2004-12-29 | be quiet about resetting the interface flags omn ruleset load, only | Henning Brauer | |
print that info on manual flushes. noticed by marc@ | |||
2004-12-29 | reinstate a (rewritten) MTU/MSS ISSUES section; | Jason McIntyre | |
better layout and other tweaks; | |||
2004-12-29 | remove unneeded macro and fix SYNOPSIS; | Jason McIntyre | |
2004-12-29 | fix SEE ALSO; | Jason McIntyre | |
2004-12-29 | remove unneeded macro; | Jason McIntyre | |
2004-12-29 | in prompt variable parsing, if either \n or \r (the two character | Theo de Raadt | |
sequences) are detected reset the "pointer to first character in last line of prompt" and "length of last line of prompt" variables, just like how it done for \n (the literal character). this fixes cursor movement for prompts with those sequences embedded within ok jmc pval | |||
2004-12-29 | indentation repair; marco ok | Theo de Raadt | |
2004-12-29 | enter the gcc,libiberty,libf2c regress directories now | David Krause | |
2004-12-29 | define REGRESS_ROOT_TARGETS for the tests that require root privileges | David Krause | |
(will only run these particular tests if root or SUDO is defined) | |||
2004-12-29 | use bsd.regress.mk framework and update dejagnu detection | David Krause | |
2004-12-29 | missing gcc3 output for: | David Krause | |
check for variable sized array in format arguments | |||
2004-12-29 | define REGRESS_ROOT_TARGETS for tests that require root privileges | David Krause | |
rename the target so it shows up nicer in the log file and whitespace cleaning | |||
2004-12-29 | define REGRESS_ROOT_TARGETS for tests that require root privileges | David Krause | |
2004-12-29 | this needs root privileges to work so define REGRESS_ROOT_TARGETS and use SUDO | David Krause | |
2004-12-29 | make this correct mandoc troff | Theo de Raadt | |
2004-12-29 | from freebsd: ehci.c 1.13, ehci_pci.c 1.13, ehcireg.h 1.5, ehcivar.h 1.3 | David Gwynne | |
log message: Attempt to follow the correct procedure for synchronising with the system BIOS to disable legacy device emulation as per the "EHCI Extended Capability: Pre-OS to OS Handoff Synchronisation" section of the EHCI spec. BIOSes that implement legacy emulation using SMIs are supposed to disable the emulation when this procedure is performed. tested on various archs by jsg@ and me ok pascoe@, looks sane jsg@ | |||
2004-12-29 | another Marvell PHY | Brad Smith | |
2004-12-29 | round number of stars immediately, avoids off-by-1 display error. | Marc Espie | |
fixes an elusive problem reported ages ago by sturm@... | |||
2004-12-29 | Add commented entries for David Young's Realtek 8180 driver (rtw). | Jonathan Gray | |
2004-12-29 | regen | Brad Smith | |
2004-12-29 | another Marvell Gig PHY, noticed on a macppc system. | Brad Smith | |
2004-12-29 | Driver for Realtek 802.11 devices from NetBSD. | Jonathan Gray | |
Not yet working. | |||
2004-12-29 | nothing uses a SRCDIR of gnu anymore, proposed by mickey, tested by me | Theo de Raadt | |
2004-12-28 | more tweaks | Theo de Raadt | |
2004-12-28 | add missing devices. also add proper Xr's as noticed to be missing | Theo de Raadt | |
by jsg | |||
2004-12-28 | Sync with recent NetBSD ieee80211_compute_duration() changes. | Jonathan Gray | |
2004-12-28 | add sqphy | Brad Smith | |
2004-12-28 | when panicing from timeout_add being < 0, print the value; ok miod | Theo de Raadt | |
2004-12-28 | remove signedness warnings; jfb ok | Xavier Santolaria | |
2004-12-28 | abort with an error if we can't figure out what the connection | Jean-Francois Brousseau | |
method is | |||
2004-12-28 | ansi. No binary change. | Jonathan Gray | |
2004-12-28 | handler for the Set request | Jean-Francois Brousseau | |
2004-12-28 | rename parameters to avoid shadowing global declarations | Jean-Francois Brousseau | |
2004-12-28 | document -s; | Jason McIntyre | |
based on a diff from jfb@ | |||
2004-12-28 | check the return values of rcsnum_alloc() and rcsnum_aton() on | Jean-Francois Brousseau | |
startup diff from Joris Vink, with minor changes | |||
2004-12-28 | use Argument instead of Argumentx when sending a revision or date | Jean-Francois Brousseau | |
this makes the -r and -D options work with diff | |||
2004-12-28 | add more standard patterns to ignore; jfb ok | Xavier Santolaria | |
2004-12-28 | let alpha have a .c.a rule, oll korrect miod@ | Jolan Luff | |
2004-12-28 | reset skip interface flags on reloads and for -Fall | Henning Brauer | |
from max, this time working :) | |||
2004-12-28 | handle strtoul correctly on 64-bit machines; hshoexer ok | Theo de Raadt | |
2004-12-28 | proper portable C; ok hshoexer | Theo de Raadt | |
2004-12-28 | clean dirty accident by miod | Theo de Raadt | |
2004-12-28 | add a boguslibs forced option, that rescans packages for libraries | Marc Espie | |
not marked with @lib. This allows pkg_add -current to deal with 3.6 packages fully. | |||
2004-12-28 | indent properly | Theo de Raadt | |
2004-12-28 | document that suexec has to be setuid to work correctly; | Jason McIntyre | |
slightly more logical layout of the page; ok henning@ |