summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-12-30Add license and CVS tags.Jonathan Gray
2004-12-30Don't zero error value, return it.Kenneth R Westerback
ok brad@.
2004-12-30add ehci and enable atu in GENERIC. get rid of the flags on usb since theyDavid Gwynne
are no longer needed for attachement of devices before root is mounted. ok deraadt@
2004-12-30stdinit() and flush_all() are prototyped globally, no need to do itTodd C. Miller
inside functions that use them.
2004-12-30Restore error checking in tostring().Todd C. Miller
2004-12-30get rid of ieee80211 debug outputDavid Gwynne
2004-12-30Update to version 20041222; OK deraadt@Todd C. Miller
2004-12-30Replace home-grown byte swapping routine with calls to swap* macrosTodd C. Miller
from endian.h. Header swapping is moved into its own function. Fixes problems reading non-native endian dump images on sparc64. Adapted from changes in NetBSD.
2004-12-30handle rtt < 0; markus okTheo de Raadt
2004-12-30mention online bug tracking system: based on a commit from fbsd;Jason McIntyre
minor mdoc tweaks;
2004-12-30SIGSTOP needs .Dv, not .Ev;Jason McIntyre
from freebsd pr docs/75615;
2004-12-29handle snprintf -1; otto okTheo de Raadt
2004-12-29Put settimeslot() into #ifndef SMALL as it is not needed on ramdisks.Claudio Jeker
OK deraadt@
2004-12-29Add support for multiple using algorithms. OK'd by several peopleTodd C. Miller
a while ago so get this out of my tree...
2004-12-29fix indentMarkus Friedl
2004-12-29Print 'set fingerprints' correctly when parsing verbosely.Ryan Thomas McBride
2004-12-29Make sure that fingerprint_count gets reset to 0 correctly when we flushRyan Thomas McBride
our list of fingerprints. ok dhartmei@ henning@ frantzen@
2004-12-29syncTheo de Raadt
2004-12-29change last commit so that the test for PF_OPT_NOACTION is actually inDan Harnett
pfctl_clear_interface_flags(). suggested by and ok henning@
2004-12-29syncTheo de Raadt
2004-12-29fix a few more locators with ? that snuck in; mickey okTheo de Raadt
2004-12-29don't clear interface flags if '-n' option was given.Dan Harnett
ok henning@
2004-12-29show `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-29remove 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-29be quiet about resetting the interface flags omn ruleset load, onlyHenning Brauer
print that info on manual flushes. noticed by marc@
2004-12-29reinstate a (rewritten) MTU/MSS ISSUES section;Jason McIntyre
better layout and other tweaks;
2004-12-29remove unneeded macro and fix SYNOPSIS;Jason McIntyre
2004-12-29fix SEE ALSO;Jason McIntyre
2004-12-29remove unneeded macro;Jason McIntyre
2004-12-29in prompt variable parsing, if either \n or \r (the two characterTheo 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-29indentation repair; marco okTheo de Raadt
2004-12-29enter the gcc,libiberty,libf2c regress directories nowDavid Krause
2004-12-29define REGRESS_ROOT_TARGETS for the tests that require root privilegesDavid Krause
(will only run these particular tests if root or SUDO is defined)
2004-12-29use bsd.regress.mk framework and update dejagnu detectionDavid Krause
2004-12-29missing gcc3 output for:David Krause
check for variable sized array in format arguments
2004-12-29define REGRESS_ROOT_TARGETS for tests that require root privilegesDavid Krause
rename the target so it shows up nicer in the log file and whitespace cleaning
2004-12-29define REGRESS_ROOT_TARGETS for tests that require root privilegesDavid Krause
2004-12-29this needs root privileges to work so define REGRESS_ROOT_TARGETS and use SUDODavid Krause
2004-12-29make this correct mandoc troffTheo de Raadt
2004-12-29from freebsd: ehci.c 1.13, ehci_pci.c 1.13, ehcireg.h 1.5, ehcivar.h 1.3David 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-29another Marvell PHYBrad Smith
2004-12-29round number of stars immediately, avoids off-by-1 display error.Marc Espie
fixes an elusive problem reported ages ago by sturm@...
2004-12-29Add commented entries for David Young's Realtek 8180 driver (rtw).Jonathan Gray
2004-12-29regenBrad Smith
2004-12-29another Marvell Gig PHY, noticed on a macppc system.Brad Smith
2004-12-29Driver for Realtek 802.11 devices from NetBSD.Jonathan Gray
Not yet working.
2004-12-29nothing uses a SRCDIR of gnu anymore, proposed by mickey, tested by meTheo de Raadt
2004-12-28more tweaksTheo de Raadt
2004-12-28add missing devices. also add proper Xr's as noticed to be missingTheo de Raadt
by jsg
2004-12-28Sync with recent NetBSD ieee80211_compute_duration() changes.Jonathan Gray