Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-05 | Added change for debugging setbufint | Jordan Hargrave | |
ok marco@ | |||
2008-02-05 | de-inline pciide, shaving a goodly amount off the kernel | Bret Lambert | |
ok jsg@ "please kill it" marco@ "no objections" krw@ | |||
2008-02-05 | Tag expansion can be pure evil... | Tobias Stoeckmann | |
2008-02-05 | drm_pci_alloc allocates memory using bus_dma, but then doesn't use dmamaps. | Owain Ainsworth | |
This is unportable to some architectures, fix it. While i'm here, kill he defines for netbsd aprint_ and just use the DRM_* macros. ok miod@ | |||
2008-02-05 | Added keyword expansion tests and extended update -A test for this. | Tobias Stoeckmann | |
2008-02-05 | Extended regress test further to check new "checkout -d" functionality and | Tobias Stoeckmann | |
diff. Also zapped unused DIFF. | |||
2008-02-05 | Add the NFE_CORRECT_MACADDR flag for MCP77/79 chipsets. | Brad Smith | |
ok jsg@ dlg@ | |||
2008-02-05 | Shave off a few more bytes by moving IO collision detection into a generic | Marco Peereboom | |
fucntion. Fix bug in the crypto code that could casuse data corruption as a bonus, bad cut & past tedu! | |||
2008-02-05 | Add strip size to debug print. | Marco Peereboom | |
2008-02-05 | Create a generic function to validate IO instead of copying and pasting | Marco Peereboom | |
same code in all disciplines. This shaves of a few bytes. crypto 3185 -> 2690 raid 0 2843 -> 2378 raid 1 3474 -> 2689 | |||
2008-02-05 | Change the method of identifying server connections to hide from | Stuart Henderson | |
netstat without -a: use the connection state to identify TCP servers, check the foreign address (not local address) to identify servers on UDP and raw sockets. From Philip Guenther, style changes suggested by Claudio. ok claudio | |||
2008-02-05 | extented -> extended; | Jason McIntyre | |
2008-02-05 | Fix a debug printf. After the session members got a se_ prefix this one | Thordur I. Bjornsson | |
was forgotten. | |||
2008-02-05 | prevent the "ttflush write failed" panic when resizing using a window | Reyk Floeter | |
manager that that continously sends resize events. fix inspired by an older diff for vi (r1.15 of src/usr.bin/vi/cl/cl_screen.c) ok otto@ jasper@ | |||
2008-02-04 | Fix release number. | Mike Belopuhov | |
ok jmc | |||
2008-02-04 | CVSROOT/modules: | Joris Vink | |
correct -i and -o usage -i runs the program specified on commit -o runs the program specified on checkout | |||
2008-02-04 | link sftp-server into sshd; feedback and ok djm@ | Markus Friedl | |
2008-02-04 | implement -n for checkout: | Joris Vink | |
"Do not execute programs listed in the CVSROOT/modules file." ok tobias@, pleasekeepthingssortedktnx xsa@ | |||
2008-02-04 | r* commands have their own usage; don't check usage of their working dir | Tobias Stoeckmann | |
equivalents. OK joris@, xsa@ | |||
2008-02-04 | add IPv6 addresses for the root servers. | Jakob Schlyter | |
http://www.iana.org/reports/root-aaaa-announcement.html | |||
2008-02-04 | unbreak add in a remote setup. | Joris Vink | |
bad tobias, no cookie. | |||
2008-02-04 | trailing space police; | Joris Vink | |
2008-02-04 | more CVSROOT/modules stuff: | Joris Vink | |
- support for -i flag: Run "prog" on "cvs commit" from top-level of module. - fix some memory leaks in modules.c - pass the line number from cvs_read_config() towards the callbacks so its easier to print out where it's going wrong, if it ever does. OK tobias@ | |||
2008-02-04 | Stripped off 'nb', which was (or was supposed to be) used to distinguish | Tobias Stoeckmann | |
between a named branch and a revision number supplied by -r. This can be done easier in cvs_write_tagfile directly. OK joris@ | |||
2008-02-04 | document XENOCARA_BUILD_DRI; | Jason McIntyre | |
2008-02-04 | Make CVS/Entries.Log look the same as GNU cvs'. This way interoperability | Tobias Stoeckmann | |
is possible. OK joris@ | |||
2008-02-04 | Added -k flag support for all commands which support it. | Tobias Stoeckmann | |
OK joris@ | |||
2008-02-04 | specify that MakeWhatis and pkg-config fall outside the scope of this document | Marc Espie | |
2008-02-04 | Replace bogus lowercase n in 'DESCRIPTIOn' | Landry Breuil | |
'go for it' espie@ | |||
2008-02-04 | typos and whitespace | Marc Espie | |
2008-02-04 | a somewhat long introduction to how the package tools really work, | Marc Espie | |
so that people finally get a jump-start at figuring out code that's still evolving,.. | |||
2008-02-04 | Move some prototypes from relay.c to relayd.h and remove there externs | Thordur I. Bjornsson | |
in other places; ok reyk@ | |||
2008-02-04 | Move the declaration of DPRINTF from relay.c too relayd.h so it can be | Thordur I. Bjornsson | |
reused; ok reyk@ | |||
2008-02-04 | declare se_relay as pointer to a struct relay not as a void pointer; | Thordur I. Bjornsson | |
shuffle the forward decleration of struct relay around too accommodate this change; ok reyk@ | |||
2008-02-04 | Add PCI ids for some 82571 based multi port adapters. | Brad Smith | |
From FreeBSD ok dlg@ | |||
2008-02-03 | shuffle some stuff around so we dont end up doing the same things | Joris Vink | |
twice in cvs_module_lookup() and checkout_check_directory(); allow single files to be ignored with ! as well; | |||
2008-02-03 | be more strict when checking ignore patterns; | Joris Vink | |
kill unused var; | |||
2008-02-03 | more CVSROOT/module stuff: | Joris Vink | |
- allow more then 1 module to be specified per definition - respect the "!" sign which means: "hey ignore this dir when checking out" - non alias definitions can now contain files ok tobias@ | |||
2008-02-03 | - remove redundant setting of if_mtu as this is set by ether_ifattach(). | Brad Smith | |
- set the IFCAP_VLAN_MTU capabilities flag. ok dlg@ | |||
2008-02-03 | - add initial support for the Marvell Yukon Supreme ASIC. | Brad Smith | |
Inspired by similar changes to the Linux sky2 driver. ok kettenis@ dlg@ | |||
2008-02-03 | - add Marvell Yukon PCI ids for a second 88E8055 chipset and the 88E8075 ↵ | Brad Smith | |
chipset. - add initial support for the Marvell Yukon Supreme ASIC. Inspired by similar changes to the Linux sky2 driver. ok kettenis@ dlg@ | |||
2008-02-03 | dont forget to send the -d flag to our server as well if it | Joris Vink | |
was specified; | |||
2008-02-03 | respect any -l option that might have been set in CVSROOT/modules; | Joris Vink | |
2008-02-03 | Diff header complies to GNU cvs now. | Tobias Stoeckmann | |
OK joris@ | |||
2008-02-03 | with the recent changes for CVSROOT/modules we can now support the | Joris Vink | |
basics of checkout -d. Multiple modules with -d is still "not supported". example: $ opencvs -d /cvs co -d kernel_source_3_0 -rOPENBSD_3_0 ksrc yes, it rocks. ok tobias@ | |||
2008-02-03 | Added rdiff support. In order to do this, some output and option fixes | Tobias Stoeckmann | |
had to be done for diff, too. OK joris@ | |||
2008-02-03 | Fix the struct pkthdr definition. | Claudio Jeker | |
2008-02-03 | better CVSROOT/module support, includes remote support and modules | Joris Vink | |
that are not aliases (-a); OK tobias@ | |||
2008-02-03 | Do not unify this "-fr UNKNOWN" handling, it breaks commands which have | Tobias Stoeckmann | |
to work fine and just ignore files which don't have requested symbol. Spotted by joris@. | |||
2008-02-03 | Like i wrote in last commit, it's supposed to be sys/time.h, not sys/times.h. | Tobias Stoeckmann | |