Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-28 | lost a diff from gordon, only attach if we can do something useful | Ted Unangst | |
2005-10-28 | malloc(M_WAITOK) is bad in init code, M_DEVBUF is nicer than M_TEMP, | Ted Unangst | |
and if the cpu gets stuck, don't spin too long. | |||
2005-10-28 | update support for powernow (cool and quiet) on k7, and add support | Ted Unangst | |
for k8. preliminary and not well tested yet. from freebsd via gordon klok. | |||
2005-10-28 | correct legsup register per spec; dlg@ pascoe@ ok. | Federico G. Schwindt | |
2005-10-28 | regen | Brad Smith | |
2005-10-28 | add some Symbios Logic ids including SAS and FC chipsets. | Brad Smith | |
2005-10-28 | s/rmatch/chksum_flag/ to clarify what's going on. Pointed out by dhartmei@ | Ryan Thomas McBride | |
Oh. and a KNF nit. | |||
2005-10-27 | Add something to explain effect of passive interface; ok claudio@ | Kevin Steves | |
2005-10-27 | indicate passive interface in 'show interface'; ok claudio@ | Kevin Steves | |
2005-10-27 | repair ops. looking at the doc i suppose had no doc and no good clue when ↵ | Michael Shalayeff | |
wrote it; tested on osb5 | |||
2005-10-27 | Avoid using queue internals in the examples, add a few rules to | Otto Moerbeek | |
follow in the NOTES section and an extra example. ok deraadt@ jmc@ jaredy@ | |||
2005-10-27 | remove errors that no longer apply; ok millert, tedu | Jared Yanovich | |
2005-10-27 | sort options and sync usage(); | Jason McIntyre | |
2005-10-27 | Following a next pointer of an element deleted from a list is bad | Otto Moerbeek | |
practise. Depending on the list implementation, this might or might not work; so make it use a safe idiom. ok pedro@ millert@ deraadt@ | |||
2005-10-27 | describe the relevant sysctls, and what exactly -F does; | Jason McIntyre | |
ok todd@ | |||
2005-10-27 | typo; | Jason McIntyre | |
from fabio olive leite; ok marco@ | |||
2005-10-27 | keep hardware list in order; | Jason McIntyre | |
2005-10-27 | use a quirk to attach the new sierra wireless; tony@kozoru.com | Theo de Raadt | |
2005-10-27 | new sierra card; tony@kozoru.com | Theo de Raadt | |
2005-10-27 | ironically everything past 8231 has 8 pci lines (we assume) | Michael Shalayeff | |
2005-10-27 | stupid me, of course these MD macros need to be converted to MI macros | Martin Reindl | |
as well | |||
2005-10-27 | apparently 8235 has 8 pci lines too (ommited from the docs); tested by jolan@ | Michael Shalayeff | |
2005-10-27 | make sure ppsratecheck() returns 0 if maxpps is 0; | Markus Friedl | |
from alexander bluhm; ok deraadt | |||
2005-10-27 | Basic support for attaching states from pfsync to the correct rules. | Ryan Thomas McBride | |
Applies only to rules in the main ruleset (not anchors) if the ruleset checksum matches. Necessary to fix the following for pfsync'd states: - per-rule limits on number of states - altq - rule-based settings such as timeouts More work to do re: nat rules, src-nodes, etc. NOTE: This is modifies the pfsync header and version number. Tools which process pfsync packets must be recompiled, and firewalls with different versions will not sync. ok mpf@ henning@ dhartmei@ | |||
2005-10-27 | make the example more likely to compile, ha ha; maticd@gmail.com | Theo de Raadt | |
2005-10-27 | Do not touch LIST_* macro internals. | Hans-Joerg Hoexer | |
with otto@, ok ho@ | |||
2005-10-27 | document TMPDIR env variable; | Xavier Santolaria | |
2005-10-27 | TMPDIR support; joris ok | Xavier Santolaria | |
2005-10-27 | Fix a perl warning during package deletion. | Bernd Ahlers | |
Noticed by Jonathan Weiss <jw at innerewut.de>, thanks. ok espie@ | |||
2005-10-27 | - __sparc__ -> __sparc64__ | Brad Smith | |
- unmap resources allocated by pci_mapreg_map() on failure to attach - fixup PCI interrupt string printing and surrounding code to be more consistent with other drivers | |||
2005-10-27 | em kind of works now (not under heavy nfs load); ok brad | Theo de Raadt | |
2005-10-27 | if cvs_file_loadinfo fails, return failure to the caller instead | Joris Vink | |
of acting like everything went fine. this fixes eternal loops in the client which waits for data from the server while the server waits for data from the client. problem found and fixed by Nuno Morgadinho, thanks! | |||
2005-10-26 | - enable siop(4) in RAMDISK_CD on amd64. | Niall O'Higgins | |
ok deraadt@ | |||
2005-10-26 | add vt8233 and vt8235 (at least 8235 verified in docs) | Michael Shalayeff | |
2005-10-26 | reverse 8237 check to only match 8237 | Michael Shalayeff | |
2005-10-26 | add missing bus_dmamap_sync()'s, much closer to working on hppa | Brad Smith | |
though it still falls over with NFS builds. From: FreeBSD ok deraadt@ | |||
2005-10-26 | add via 8237 back, works now | Henning Brauer | |
2005-10-26 | in set_trigger only touch triggers not whole routing crap | Michael Shalayeff | |
2005-10-26 | fix 8237 trigger mask | Michael Shalayeff | |
2005-10-26 | revert 82801FBM SATA controller back to being configured as an IDE controller | Brad Smith | |
until someone can figure out why it works on some systems and not on others. | |||
2005-10-26 | Disable window-v2 entry, to make curses take the TERMCAP env var set by | Otto Moerbeek | |
window(1). We might want to change curses to make the env var take precedence some day. ok millert@ | |||
2005-10-26 | Always set errno on error. Based on NetBSD. ok jaredy@ pat@ | Otto Moerbeek | |
2005-10-26 | Add basic handler for MCE and MCA. Written mostly by toby@ and commiting for | Marco Peereboom | |
toby@ per his request. ok marco@ | |||
2005-10-26 | don't send DPD messages before the exchange is finialized, otherwise | Markus Friedl | |
we have a race between DPD and exchange timeouts and both will release the SA and corrupt the SA list. ok hshoexer@, ho@ | |||
2005-10-26 | regen | Brad Smith | |
2005-10-26 | fix some Intel chipset names. | Brad Smith | |
2005-10-26 | use the MI atop() macro for alpha and mips | Martin Reindl | |
2005-10-26 | print locker's name and rev number for locked revisions; ok joris niallo | Xavier Santolaria | |
2005-10-26 | Mach-macro wipeout | Martin Reindl | |
'do it' deraadt@ | |||
2005-10-26 | Remove obsolete comment. ok deraadt@ | Otto Moerbeek | |