Age | Commit message (Expand) | Author |
2004-12-30 | Add license and CVS tags. | Jonathan Gray |
2004-12-30 | Don't zero error value, return it. | Kenneth R Westerback |
2004-12-30 | add ehci and enable atu in GENERIC. get rid of the flags on usb since they | David Gwynne |
2004-12-30 | stdinit() and flush_all() are prototyped globally, no need to do it | Todd C. Miller |
2004-12-30 | Restore error checking in tostring(). | Todd C. Miller |
2004-12-30 | get rid of ieee80211 debug output | David Gwynne |
2004-12-30 | Update to version 20041222; OK deraadt@ | Todd C. Miller |
2004-12-30 | Replace home-grown byte swapping routine with calls to swap* macros | Todd C. Miller |
2004-12-30 | handle rtt < 0; markus ok | Theo de Raadt |
2004-12-30 | mention online bug tracking system: based on a commit from fbsd; | Jason McIntyre |
2004-12-30 | SIGSTOP needs .Dv, not .Ev; | Jason McIntyre |
2004-12-29 | handle snprintf -1; otto ok | Theo de Raadt |
2004-12-29 | Put settimeslot() into #ifndef SMALL as it is not needed on ramdisks. | Claudio Jeker |
2004-12-29 | Add support for multiple using algorithms. OK'd by several people | Todd C. Miller |
2004-12-29 | fix indent | Markus Friedl |
2004-12-29 | Print 'set fingerprints' correctly when parsing verbosely. | Ryan Thomas McBride |
2004-12-29 | Make sure that fingerprint_count gets reset to 0 correctly when we flush | Ryan Thomas McBride |
2004-12-29 | sync | Theo de Raadt |
2004-12-29 | change last commit so that the test for PF_OPT_NOACTION is actually in | Dan Harnett |
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 |
2004-12-29 | show `reading plist' while deleting packages, since we can do this easily, | Marc Espie |
2004-12-29 | remove vreaddir support, since library lookup no longer needs it. | Marc Espie |
2004-12-29 | be quiet about resetting the interface flags omn ruleset load, only | Henning Brauer |
2004-12-29 | reinstate a (rewritten) MTU/MSS ISSUES section; | Jason McIntyre |
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 |
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 |
2004-12-29 | use bsd.regress.mk framework and update dejagnu detection | David Krause |
2004-12-29 | missing gcc3 output for: | David Krause |
2004-12-29 | define REGRESS_ROOT_TARGETS for tests that require root privileges | David Krause |
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 |
2004-12-29 | another Marvell PHY | Brad Smith |
2004-12-29 | round number of stars immediately, avoids off-by-1 display error. | Marc Espie |
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 |
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 |
2004-12-28 | Sync with recent NetBSD ieee80211_compute_duration() changes. | Jonathan Gray |